aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/core_lint.erl
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-04-18core_lint: Handle repeated variables in map patterns correctlyBjörn Gustavsson
2017-12-04Fix number of values for 'after infinity' clauseBjörn Gustavsson
2015-10-09Update CompilerHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2015-02-12core_lint: Eliminate call to core_lib:is_literal/1Björn Gustavsson
2014-08-07Remove obsolete comment in core_lintAnthony Ramine
2014-08-07Handle return mismatches for calls and primopsAnthony Ramine
2014-08-07Check for more return mismatchesAnthony Ramine
2014-03-04Properly lint calls in Core Erlang guardsAnthony Ramine
2014-01-29compiler: Squash #c_map_pair_*{} to #c_map_pair{}Björn-Egil Dahlberg
2014-01-28compiler: Teach Maps understanding to inlinerBjörn-Egil Dahlberg
2013-09-09core_lint: Correct the type error() to conform to the codeBjörn Gustavsson
2013-09-05compiler: Conform returned errors to the documented formatBjörn Gustavsson
2013-02-03Forbid multiple values in Core Erlang sequence argumentsAnthony Ramine
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-16Forbid local fun variables in Core Erlang guardsAnthony Ramine
2010-10-08core_lint: Fix the err_desc() type specBjörn Gustavsson
2010-10-07core_lint: Enforce that tail segments only occur at the endBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP