summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Store module name in dependent mapemj/verify-transient-depsEric Meadows-Jönsson2019-07-311-5/+5
* Include transient runtime depsEric Meadows-Jönsson2019-07-312-32/+62
* Use existing String.bag_distance and assert variableJosé Valim2019-07-311-48/+2
* Run the formatterJosé Valim2019-07-311-1/+4
* Add test for match? with guardsJosé Valim2019-07-311-0/+13
* Do not accidentally import expand_pattern into user codeJosé Valim2019-07-312-12/+13
* Do not expand variables as macros in Macro.expand/2José Valim2019-07-313-25/+7
* Support diffs on pattern matchingGlauber Campinho2019-07-319-766/+2032
* Improve docs for functionsJosé Valim2019-07-311-5/+37
* Fix release RPC tests (#9253)Wouter Klijn2019-07-301-1/+2
* Raise correct error message for incomplete interpolation in heredoc, closes #...José Valim2019-07-303-3/+9
* Make the wildcard example equivalent with `Mix.Config` in an umbrella project...Derrick Zhang2019-07-301-1/+1
* Use :maps.take in Map.pop_lazyJosé Valim2019-07-291-9/+3
* Add version alongside app names in stacktraces, closes #9244José Valim2019-07-297-15/+30
* Add Keyword.pop!/2 and Map.pop!/2 (#9249)Andrea Leopardi2019-07-292-0/+51
* Run the formatterJosé Valim2019-07-291-1/+1
* Include file+line range in eval errorsJosé Valim2019-07-292-10/+57
* Reduce private API surfaceJosé Valim2019-07-2911-28/+28
* Add @doc since metadata to Keyword.pop_values/2 (#9248)Fernando Tapia Rico2019-07-291-0/+1
* Add Keyword.pop_values and deprecate non-standard APIJosé Valim2019-07-292-42/+56
* Add Tzdata example to DateTime docs (#9246)Adam Millerchip2019-07-281-4/+9
* Ensure local captures work correctly on macro expansionJosé Valim2019-07-275-10/+27
* Quote executable path on Windows, closes #9242 (#9243)José Valim2019-07-261-2/+2
* Ensure build is reproducibleJosé Valim2019-07-261-6/+6
* Rename Mix.Tasks.Escript.Build option to `:strip_beams` (#9241)Jon Carstens2019-07-262-4/+14
* Clean up Macro.Env and hide private fieldsJosé Valim2019-07-258-57/+74
* Piping into unary and binary operator deprecation fixes (#9236)Hassan Shaikley2019-07-243-24/+28
* Allow dumb terminal to be accessible via broker, closes #9239José Valim2019-07-243-25/+20
* Replace Distillery reference with "mix release" (#9240)Grant McLendon2019-07-241-6/+5
* Fix a few typos here and there (#9238)Adam Rutkowski2019-07-235-5/+5
* Improve typespecs for Registry.start_link/1 and Registry.child_spec/1 (#9234)Derek Kraan2019-07-231-11/+13
* Pass runtime dependent modules to group pass (#9230)Eric Meadows-Jönsson2019-07-227-104/+273
* Optimize StringIO get_chars, closes #9232José Valim2019-07-211-13/+16
* Add @spec and @doc since to Code.compiler_option/1Fernando Tapia Rico2019-07-181-0/+2
* Update CHANGELOGJosé Valim2019-07-181-0/+17
* Store each compiler option directly in elixir_config, closes #9208José Valim2019-07-1810-53/+66
* Remove dispatch tracking in LexicalTracker (#9228)Eric Meadows-Jönsson2019-07-189-925/+538
* Make sure contents are not empty before decodingJosé Valim2019-07-181-1/+6
* Remove warning on record suiteJosé Valim2019-07-181-6/+5
* Preserve UTF8 encoding in release config filesJosé Valim2019-07-187-32/+52
* Always recompile before running tasks from dependencies, closes #9190José Valim2019-07-182-22/+47
* Make 'make test_formatter' compatible with Windows (#9227)Fernando Tapia Rico2019-07-161-1/+5
* :start cannot be customized on useJosé Valim2019-07-164-4/+0
* Increase understandability of the tuple documentation (#9226)Jason Axelson2019-07-161-3/+4
* Print relative paths in the formatter errorJosé Valim2019-07-151-1/+1
* Make sure reraise raises on invalid argumentJosé Valim2019-07-152-5/+20
* Raise readable error for mismatched sources, closes #9218José Valim2019-07-151-1/+6
* Use Module.has_attribute?/2 in ExUnit.Case (#9222)Allen Madsen2019-07-151-6/+5
* Change :attributes to :warn_attributes for clarity (module bag table) (#9223)Allen Madsen2019-07-142-5/+5
* Use Module.has_attribute?/2 (#9214)Allen Madsen2019-07-146-6/+6