summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Store lock from SCM on Depemj/preserve-managersEric Meadows-Jönsson2017-12-041-0/+1
* Fix some language in the docs for :bind_quoted (#7079)Ian Duggan2017-12-041-1/+1
* More examples and rationale behind child_spec/1José Valim2017-12-041-60/+83
* Fix the documentation for Dynamic Supervisor (#7086)Kyoko KADOWAKI2017-12-031-3/+3
* Show UTF-8 BOM on inspected strings (#7085)Donald Little2017-12-032-0/+6
* Sort calls before comparingJosé Valim2017-11-301-2/+1
* Move boolean checks optimizations to Kernel (#7071)Glauber Campinho2017-11-304-42/+61
* Document multi clause anonymous functions (#7076)Dave Lucia2017-11-301-1/+10
* Make Exception.blame/3 extensible (#7075)Michał Muskała2017-11-291-39/+37
* Build reference types in IEx (#7068)Jeff Martin2017-11-291-0/+27
* Remove duplication in IEx introspectionJosé Valim2017-11-292-165/+92
* Print out the specs of Erlang functions in `h` helper (#7065)jgmchan2017-11-292-18/+194
* Add a Mix.Tasks.Xref.calls/0 function (#7026)jgmchan2017-11-292-0/+201
* Explain bare expression behavior in with docs (#7067)Dave Lucia2017-11-281-0/+6
* Translate clauses for boolean check (#7069)Glauber Campinho2017-11-282-21/+92
* Clean up IEx' introspectionJosé Valim2017-11-272-18/+22
* Change Date.range/2 to only accept dates (#7061)Wojtek Mach2017-11-261-6/+3
* Do not raise on non-integer values in is_odd/is_even (#7063)James Fish2017-11-262-6/+6
* Update helpers.ex (#7062)Chris Bernard2017-11-251-1/+1
* Add OTP compatibility table to the "Compatibility and Deprecations" page (#7057)Andrea Leopardi2017-11-232-11/+53
* Preserve group leader in Logger.ErrorHandler notification to Logger (#7058)Waldemar Rachwał2017-11-221-20/+20
* Format lib/elixir/lib/file.exJosé Valim2017-11-221-3/+3
* Clarify File.exists? behavior for dangling symlinks (#7056)Ivan Kozik2017-11-222-5/+24
* Use "ISO 8601" spelling in docsAleksei Magusev2017-11-214-7/+7
* Consider microseconds in maximum possible Calendar.ISO datetime (#7055)Aleksei Magusev2017-11-212-3/+3
* Properly take "do" into account on line breaks, closes #7052José Valim2017-11-214-23/+46
* Attempt to soft_purge modules, closes #7047José Valim2017-11-211-10/+5
* Simplify Calendar.truncate/2 precision check (#7051)Kip Cole2017-11-211-6/+1
* Improve ExUnit documentation with regards to "setup" and "using" (#7045)Stefan Chrobot2017-11-202-15/+25
* Update docs for DateTime.compare/2 (#7048)Josh Price2017-11-201-2/+2
* assert_receive should expand in match context (#7042)Eric Meadows-Jönsson2017-11-194-3/+34
* Use inspect in assertion diff for structs if possible (#7043)Wojtek Mach2017-11-192-3/+46
* Show better error if an anonymous function has default argumentsjgmchan2017-11-162-3/+27
* Document mix deps.unlock + mix deps.get workflow, closes #7030José Valim2017-11-151-0/+14
* Remove dialyzer warnings from else in with clauses (#7031)Glauber Campinho2017-11-152-4/+48
* Warn duplicate definitions in macros (#7037)Glauber Campinho2017-11-152-1/+25
* Fix precedence of bitwise XOR (^^^) in formatter (#7036)Eric Meadows-Jönsson2017-11-153-2/+8
* Merge compile-time logger metadata, closes #7033José Valim2017-11-152-1/+18
* Fix @impl warnings with default arguments (#7028)Glauber Campinho2017-11-152-34/+163
* Document and use new uniq: true flag when appropriateJosé Valim2017-11-137-56/+67
* Support uniq: true in for comprehensions (#7020)Glauber Campinho2017-11-134-38/+111
* Improve documentation for the Mix modukle (#7027)Xavier Noria2017-11-131-4/+4
* Minor ExUnit docs improvements (#7022)Wojtek Mach2017-11-111-6/+6
* Fix spec of Map.get_and_update!/3 (#7021)Francesco Ceccon2017-11-101-1/+1
* Migrate Task.Supervisor to DynamicSupervisorJosé Valim2017-11-103-60/+137
* Improve the handling of helpers in autocompletejgmchan2017-11-102-6/+36
* Add DynamicSupervisor (#7006)José Valim2017-11-098-120/+1640
* Ensure we track behaviours at compile timeJosé Valim2017-11-093-3/+5
* Add notes and TODOs to variable handlingJosé Valim2017-11-093-4/+8
* Move andalso and orelse expansion to the erl pass (#7015)Michał Muskała2017-11-092-26/+28