Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | Update primary bootstrap | Magnus Lidén | |
2014-04-04 | Update primary bootstrap | Björn-Egil Dahlberg | |
2014-03-26 | Update primary bootstrap | Björn Gustavsson | |
2014-03-18 | Update primary bootstrap | Björn-Egil Dahlberg | |
2014-03-12 | Update primary bootstrap | Björn Gustavsson | |
2014-03-05 | Update primary bootstrap | Björn Gustavsson | |
2014-02-26 | Update preloaded and primary bootstrap | Rickard Green | |
2014-02-23 | Deprecate pre-defined built-in types | Hans Bolinder | |
The types array(), dict(), digraph(), gb_set(), gb_tree(), queue(), set(), and tid() have been deprecated. They will be removed in OTP 18.0. Instead the types array:array(), dict:dict(), digraph:graph(), gb_set:set(), gb_tree:tree(), queue:queue(), sets:set(), and ets:tid() can be used. (Note: it has always been necessary to use ets:tid().) It is allowed in OTP 17.0 to locally re-define the types array(), dict(), and so on. New types array:array/1, dict:dict/2, gb_sets:set/1, gb_trees:tree/2, queue:queue/1, and sets:set/1 have been added. | |||
2014-02-19 | Update primary bootstrap | Björn Gustavsson | |
2014-02-13 | Update primary bootstrap | Björn Gustavsson | |
2014-01-29 | Update primary bootstrap | Björn-Egil Dahlberg | |
2014-01-28 | Update primary bootstrap | Björn-Egil Dahlberg | |
2014-01-20 | Update primary bootstrap | Björn Gustavsson | |
2013-12-18 | Update primary bootstrap | Björn Gustavsson | |
2013-12-12 | Update primary bootstrap for named funs | Anthony Ramine | |
2013-09-06 | Merge branch 'maint' | Fredrik Gustafsson | |
Conflicts: bootstrap/lib/stdlib/ebin/erl_lint.beam | |||
2013-08-27 | Updated primary bootstrap | Fredrik Gustafsson | |
2013-06-05 | Bootstrap added | Fredrik Gustafsson | |
2013-05-28 | Updated primary bootstrap | Fredrik Gustafsson | |
2013-02-18 | Update primary bootstrap | Patrik Nyblom | |
2013-02-11 | Update primary bootstrap | Björn Gustavsson | |
2013-02-06 | Update primary bootstrap | Björn Gustavsson | |
2013-01-26 | Update primary bootstrap | Björn Gustavsson | |
2013-01-25 | Update primary bootstrap | Björn Gustavsson | |
2013-01-23 | Update primary bootstrap | Björn Gustavsson | |
2013-01-18 | Update primary bootstrap | Björn Gustavsson | |
2013-01-10 | Update primary bootstrap | Björn Gustavsson | |
2013-01-02 | Update primary bootstrap | Hans Bolinder | |
2012-10-10 | Update primary bootstrap | Björn Gustavsson | |
2012-08-15 | Update primary bootstrap | Björn Gustavsson | |
2012-02-09 | Update primary bootstrap | Björn Gustavsson | |
2012-01-26 | Update primary bootstrap | Björn Gustavsson | |
2012-01-18 | Update primary bootstrap | Björn Gustavsson | |
2012-01-04 | Update primary bootstrap | Björn Gustavsson | |
2011-11-28 | Update primary bootstrap | Björn Gustavsson | |
2011-11-07 | Update primary bootstrap | Björn Gustavsson | |
2011-10-07 | Update primary bootstrap | Henrik Nord | |
2011-08-25 | Update primary bootstrap | Björn Gustavsson | |
2011-05-20 | Update primary bootstrap | Björn-Egil Dahlberg | |
2011-03-11 | Update primary bootstrap | Björn-Egil Dahlberg | |
2010-12-02 | Update primary bootstrap | Björn Gustavsson | |
2010-08-03 | Update primary bootstrap | Björn Gustavsson | |
2010-06-09 | Merge branch 'pan/otp_8683_compiler_warnings' into HEAD | Erlang/OTP | |
* pan/otp_8683_compiler_warnings: Remove (harmless) warning regarding auto-imported BIF max/2 Update primary bootstrap Correct warnings and errors for auto-imported bif clashes Conflicts: bootstrap/lib/stdlib/ebin/erl_lint.beam | |||
2010-06-09 | Update primary bootstrap | Patrik Nyblom | |
2010-06-07 | Remove tid() from the predefined builtin types. | Kostis Sagonas | |
Change erl_lint not to recognize this type as builtin and add a new erl_lint.beam version in bootstrap. Add an -opaque type declaration for this type in ets.erl and also declare this as an exported type. Use this type in file debugger/src/dbg_iload.erl in a spec. While at it, also clean up this later file a bit. | |||
2010-06-03 | Add infrastructure for the -export_type() attribute | Kostis Sagonas | |
erl_lint has been updated so that it takes the new -export_type() attribute into account. This means: - do not complain about types which are defined but nowhere used in the module but exported to other modules - check that all types which are exported are indeed defined in the module - warn when there are multiple occurrences of exported types. In doing this change, I've also taken the liberty to introduce many types and specs for functions of this module and to do small cleanups here and there. | |||
2010-06-02 | Update primary bootstrap | Patrik Nyblom | |
2010-06-02 | Update bootstrap compiler | Björn Gustavsson | |
2010-04-01 | Update bootstrap compiler | Björn Gustavsson | |
2010-02-10 | Update bootstrap compiler | Björn Gustavsson | |