summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Inline get_chunkemj/gp-dependent-modulesEric Meadows-Jönsson2019-07-222-19/+3
* Simplify verify/2 return valueEric Meadows-Jönsson2019-07-212-10/+4
* Build map staticallyEric Meadows-Jönsson2019-07-211-3/+7
* Fix getting debug infoEric Meadows-Jönsson2019-07-211-5/+8
* Do not send AST for runtime modulesEric Meadows-Jönsson2019-07-213-94/+125
* Fix raceEric Meadows-Jönsson2019-07-211-10/+12
* Skip modules we cant prepareEric Meadows-Jönsson2019-07-211-12/+14
* Do not send binaries or other chunksEric Meadows-Jönsson2019-07-212-45/+39
* Store precomputed optionsEric Meadows-Jönsson2019-07-203-18/+16
* Remove wrong TODOEric Meadows-Jönsson2019-07-201-3/+0
* Revert versionEric Meadows-Jönsson2019-07-204-5/+5
* Add TODOEric Meadows-Jönsson2019-07-201-0/+1
* Add testEric Meadows-Jönsson2019-07-191-9/+45
* Pass runtime dependent modules to group passEric Meadows-Jönsson2019-07-186-43/+166
* 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
* Update description of formatter in Mix.Tasks.Test moduledoc (#9224)Nevada James Start2019-07-141-1/+1
* Regex.split/3 documentation and tests for :include_captures and :parts (#9220)Sebastiaan Andeweg2019-07-132-1/+14
* Revert "Adds &Kernel.identity/1 (#9182)"José Valim2019-07-121-20/+0
* Adds &Kernel.identity/1 (#9182)Alexey Nikitin2019-07-121-0/+20
* Minor improvements in the documentation for <<>>/1 (#9217)Fernando Tapia Rico2019-07-121-2/+2
* Add missing arity to reference to URI.encode_www_form/1 (#9213)Eksperimental2019-07-111-1/+1
* Improve docs in URI (#9215)Eksperimental2019-07-111-2/+4
* Fix formatter removing nested parens in call on call (#9211)Sven Gehring2019-07-102-7/+24
* Remove :caller_module from Mix.Tasks.Xref.calls/0José Valim2019-07-102-85/+39
* Only run tests if epmd is available, closes #9167José Valim2019-07-104-5/+8
* Remove duplicated entry in Module.ParallelChecker.all_exports() (#9209)Fernando Tapia Rico2019-07-101-1/+1
* Use Code.compiler_options[:no_warn_undefined] (#9207)Eric Meadows-Jönsson2019-07-092-9/+62
* Add ExCk chunk (#9203)Eric Meadows-Jönsson2019-07-0913-141/+515
* Use :used instead of nil to express attr use (#9206)Fernando Tapia Rico2019-07-091-1/+1
* Add Module.has_attribute?/2 (#9200)Allen Madsen2019-07-094-12/+110
* Update CHANGELOGJosé Valim2019-07-092-0/+20
* Add since metadata to string_to_quoted optionsJosé Valim2019-07-091-6/+6
* Improve the documentation for Logger (#9205)Andrea Leopardi2019-07-091-53/+85
* Optimize binary pattern matching in Integer.parse (#9201)Timmo Verlaan2019-07-071-5/+5