Age | Commit message (Expand) | Author |
2015-12-15 | Factor out common code to gen.erl | Raimo Niskanen |
2015-12-11 | Update appups in kernel, stdlib and sasl for OTP-18.2 | Siri Hansen |
2015-12-07 | Merge branch 'bjorn/stdlib/rand-export_seed/OTP-13162' into maint | Björn Gustavsson |
2015-12-07 | Correct rand:export_seed/0 when there is no prior seed | Björn Gustavsson |
2015-12-07 | stdlib: Correct pretty-printing of map types | Hans Bolinder |
2015-12-07 | stdlib: Pretty-print constraints as 'V :: T' | Hans Bolinder |
2015-12-03 | Extend erl_lint:format_error/1 to handle bittype mismatches | Björn Gustavsson |
2015-11-27 | stdlib: Fix the shell command rp and pretty-printing | Hans Bolinder |
2015-10-22 | beam_lib: Document all_chunks/1 and build_module/1 | Björn Gustavsson |
2015-10-08 | Merge branch 'tomszilagyi/shell-support-del-home-end' into maint | Zandra |
2015-10-02 | Merge branch 'nybek/supervisor_reporting_error' into maint | Zandra |
2015-09-18 | Update application versions | Hans Bolinder |
2015-09-18 | Merge branch 'dgud/stdlib/fix-file-error_log-leak' into maint | Dan Gudmundsson |
2015-09-17 | stdlib: Fix leaking files after error_logger:logfile(close) | Dan Gudmundsson |
2015-09-17 | Merge branch 'leoliu/export-catch_exception' into maint | Henrik Nord |
2015-09-10 | Merge branch 'howleysv/stdlib/compiled-unicode/OTP-12977' into maint | Björn Gustavsson |
2015-09-09 | stdlib: Fix bug with unicode detection in re | Shane Howley |
2015-09-07 | proc_lib: Add format/3 | Björn Gustavsson |
2015-09-07 | Teach error_logger_tty_h to truncate big messages | Björn Gustavsson |
2015-09-07 | error_logger_tty_h: Refactor and modernize code | Björn Gustavsson |
2015-09-07 | Teach error_logger_file_h to truncate big messages | Björn Gustavsson |
2015-09-07 | error_logger_file_h: Refactor and modernize code | Björn Gustavsson |
2015-09-07 | Remove unused code in error logger handlers | Björn Gustavsson |
2015-08-26 | Merge branch 'dgud/stdlib/zip-optimize/OTP-12950' into maint | Dan Gudmundsson |
2015-08-24 | Optimize zip:unzip/2 when uncompressing to memory | Dan Gudmundsson |
2015-08-21 | stdlib: fix a qlc bug introduced in 18.0 | Hans Bolinder |
2015-07-16 | Erlang shell: Support keys Del, Home and End | Tom Szilagyi |
2015-07-07 | Export shell:catch_exception/1 as documented | Leo Liu |
2015-06-22 | fix errors caused by changed line numbers | Bruce Yinhe |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-06-16 | Merge branch 'nybek/fix_supervisor_get_childspec' | Zandra Hird |
2015-06-16 | Merge branch 'ia/inets/deprecate' | Ingela Anderton Andin |
2015-06-15 | inets: Deprecate functions in util module httpd_conf.erl | Ingela Anderton Andin |
2015-06-15 | Merge branch 'sverk/ets-file2tab-preserve-opts/OTP-12814' | Sverker Eriksson |
2015-06-15 | dialyzer: Modify the handling of parametrized opaque types | Hans Bolinder |
2015-06-15 | stdlib: Make ets:file2tab preserve read/write_concurrency | Sverker Eriksson |
2015-06-12 | stdlib: Introduce precedence for operators in types | Hans Bolinder |
2015-06-09 | Fix supervisor:get_childspec/2 for simple_one_for_one | Rory Byrne |
2015-06-09 | Fix supervisor reporting error | Rory Byrne |
2015-06-03 | Break out assert macros from eunit to stdlib assert.hrl | Richard Carlsson |
2015-06-02 | Merge branch 'josevalim/jv-annotate-form-type' | Henrik Nord |
2015-05-29 | Merge branch 'fishcakez/supervisor_ignore' | Zandra Hird |
2015-05-29 | Update orddict with parameterized types and specs | UENISHI Kota |
2015-05-27 | Merge remote-tracking branch 'erlang/pr/745' | Henrik Nord |
2015-05-27 | Update application versions | Hans Bolinder |
2015-05-27 | Annotate used types in erl_lint | José Valim |
2015-05-26 | Merge branch 'egil/opt-compile-time/OTP-12774' | Björn-Egil Dahlberg |
2015-05-26 | Typofix: piecemeal | András Veres-Szentkirályi |
2015-05-26 | Merge branch 'josevalim/jv-annotate-form' | Henrik Nord |
2015-05-26 | Don't store child that returns ignore in simple supervisor | James Fish |