summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes mentioned by @josevalimal/otp-compat-tableAndrea Leopardi2017-11-222-15/+15
* Smaller tableAndrea Leopardi2017-11-221-32/+32
* Minor fixesAndrea Leopardi2017-11-222-14/+12
* Add OTP compatibility table to the "Compatibility and Deprecations" pageAndrea Leopardi2017-11-222-13/+57
* 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
* Remove unneeded function - no need to match "" (#7014)jgmchan2017-11-091-5/+0
* Make sure proper reports are shown if app fails to boot (#7001)José Valim2017-11-084-25/+48
* Remove extra new lineJosé Valim2017-11-081-1/+0
* Also add callback completionJosé Valim2017-11-082-10/+38
* Add types autocompletion (#7011)Alexis Brodeur2017-11-082-0/+80
* Clear proxy variables, closes #6988José Valim2017-11-084-8/+12
* Add truncate to Time, DateTime and NaiveDateTime (#7010)Raphaël Lustin2017-11-085-0/+174
* Do not reuse directories in tmp for Mix buildsJosé Valim2017-11-081-3/+3
* Improve typespecs for DateWojtek Mach2017-11-081-4/+5
* Improve typespecs for NaiveDateTimeWojtek Mach2017-11-081-6/+5
* Improve typespecs for TimeWojtek Mach2017-11-081-1/+1
* Update DateTime.compare/2 to actually accept Calendar.datetime()Wojtek Mach2017-11-081-2/+2
* Add NaiveDateTime.from_erl!/3 to match from_erl/3Wojtek Mach2017-11-081-3/+3
* Add Time.from_iso8601!/2 to match from_iso8601/2Wojtek Mach2017-11-081-3/+3
* Add Date.from_erl!/2 to match from_erl/2Wojtek Mach2017-11-081-3/+3
* Only consider a document doesn't fit if it has breaksJosé Valim2017-11-074-45/+68
* Group operands but not the operatorJosé Valim2017-11-073-14/+19