summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Wording fixal/try-docsAndrea Leopardi2017-06-301-1/+1
* Improve the documentation for try/1Andrea Leopardi2017-06-301-37/+51
* Always return defaults on configuration() accessJosé Valim2017-06-291-12/+11
* Load ExUnit configuration as late as possibleJosé Valim2017-06-291-1/+1
* ETS table names are not quotable on OTP 20José Valim2017-06-291-5/+5
* Cache the AST on definitionsJosé Valim2017-06-295-68/+95
* Improve ExUnit documentation for the :test tag (#6271)Andrea Leopardi2017-06-281-5/+10
* Do not use .Test prefix in docsJosé Valim2017-06-281-1/+1
* Create behavior for Mix compiler tasks (#6239)Jake Becker2017-06-2810-9/+65
* Add wrap_literals_in_blocks option to parser (#6263)Alex Jiao2017-06-283-18/+46
* Return {:error, :invalid_time} for wrong precisionJosé Valim2017-06-282-3/+10
* Do not use colors when inspecting for error messagesJosé Valim2017-06-282-1/+9
* Update map.ex (#6267)Ben Cates2017-06-271-1/+2
* Add exunit doc about trace mode and test timeouts (#6266)Chris Duranti2017-06-271-1/+2
* Add EEx deprecation to Deprecations.md (#6265)Wojtek Mach2017-06-261-0/+1
* Fix the documentation for Stream.drop_while/2 and Stream.take_while/2Andrea Leopardi2017-06-261-2/+2
* Emit warning when using %{foo => bar} in typespecs (#6259)Andrea Leopardi2017-06-266-14/+8
* Remove a couple TODOs now that we no longer support Erlang 18 (#6260)Andrea Leopardi2017-06-252-7/+0
* Update a TODO in Kernel.defexception/1Andrea Leopardi2017-06-251-1/+1
* Use :binary.split/3 in String.Break.split/1 (#6257)Andrea Leopardi2017-06-251-3/+1
* Bump version in VERSION filesJosé Valim2017-06-252-2/+2
* Start v1.6.0-devJosé Valim2017-06-2512-295/+29
* Prepare for releaseJosé Valim2017-06-252-8/+7
* Fix stream cycle over empty enumerable (#6253)johnwahba2017-06-252-0/+14
* Remove unused functions and variables in ExUnitJosé Valim2017-06-251-25/+2
* Fix inspect for Regexes with terminator, closes #6255José Valim2017-06-252-12/+10
* Update CI builds to use newly released OTP 20.0 (#6249)Andrey Korobkov2017-06-241-1/+1
* Document how to get shell historyJosé Valim2017-06-241-0/+20
* Make parallel: true opt-in in Registry.dispatch/3, closes #6226José Valim2017-06-243-19/+78
* Optimize String.replace_* functions (#6240)Michał Muskała2017-06-241-11/+18
* Fix small typo in Unicode docs (#6250)Christopher Keele2017-06-221-1/+1
* Do not show variables on error reports due to verbosityJosé Valim2017-06-224-107/+2
* Keep Task.async_stream backwards compatibleJosé Valim2017-06-223-17/+17
* Improve the docs for non temporary restart in Task.SupervisorJosé Valim2017-06-221-16/+37
* Update CHANGELOGJosé Valim2017-06-221-2/+8
* Do not clean files that are not compilation artefactsJosé Valim2017-06-221-2/+0
* Mention Erlang's :unicode on StringJosé Valim2017-06-221-0/+3
* Update TODO versionJosé Valim2017-06-221-1/+1
* Fix broken test for Mix.Task run callback (#6245)Unai Esteibar2017-06-211-1/+1
* Update Logger format on docs, closes #6244José Valim2017-06-211-1/+1
* Give variables used alongside patterns high priority in signaturesJosé Valim2017-06-212-93/+121
* Do not use erl_prim_loader as we no longer keep archives aroundJosé Valim2017-06-212-4/+4
* Add :ordered option to async_stream (#6234)Eric Meadows-Jönsson2017-06-215-30/+87
* Improve argument name in c:Mix.Task.run/1Andrea Leopardi2017-06-211-1/+1
* Add a preserve_comments option to the tokenizer (#6222)Alex Jiao2017-06-213-44/+88
* Inline String.duplicate to :binary.copy BIF (#6238)Michał Muskała2017-06-203-2/+7
* Add missing variable names in function definitions (#6194)Eksperimental2017-06-204-2/+7
* Update link to `:erlang.module_info/0` (#6233)Aldric Giacomoni2017-06-201-2/+4
* Prevent describe blocks with the same name in ExUnit (#6237)Andrea Leopardi2017-06-202-5/+34
* Add --all-warnings option to Elixir compiler (#6224)Jake Becker2017-06-185-10/+81