summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update lib/iex/lib/iex/pry.exemj/pry-app-tracerJosé Valim2020-07-101-0/+2
* Remove tracers before pryingEric Meadows-Jönsson2020-07-101-1/+1
* Update CHANGELOGJosé Valim2020-07-101-1/+13
* Add app.configJosé Valim2020-07-1015-321/+487
* Add missing subtract client function in calculator example (#10173)Daniele Megna2020-07-101-0/+4
* Add Date.beginning_of_month/1 and Date.end_of_month/1 (#10171)Wojtek Mach2020-07-101-0/+31
* Fix race condition in case of dead captures on io devicesJosé Valim2020-07-091-10/+29
* Change erl binary chmod in release to 755 (#10168)Pablo Costas2020-07-092-1/+5
* Redact Git username/password in Mix output log (#10162)Gregory Ostermayr2020-07-082-3/+22
* Add config_target()José Valim2020-07-0811-79/+129
* Optimize variable unification (#10166)Eric Meadows-Jönsson2020-07-081-2/+14
* Remove trailing whitespace (#10164)John Bampton2020-07-082-2/+2
* Standardize README heading (#10163)John Bampton2020-07-081-2/+2
* Reduce matrix on WindowsJosé Valim2020-07-081-4/+0
* Update CHANGELOG.md (#10160)Po Chen2020-07-071-1/+1
* Update CHANGELOGJosé Valim2020-07-061-0/+5
* Add config_env() and allow imports to be disabled in config filesJosé Valim2020-07-0613-127/+224
* Use remote default branch instead of master (#10157)Eric Meadows-Jönsson2020-07-064-16/+28
* is_map_key/2 should add optional keys (#10156)Eric Meadows-Jönsson2020-07-062-1/+32
* Fix a typo in CHANGELOG.md (#10155)Thomas Citharel2020-07-061-1/+1
* Only show rev if one is givenJosé Valim2020-07-062-4/+8
* Show ref information when getting or updating mix dependencies from git sourc...Pedro Assunção2020-07-062-1/+17
* Clarify multiline support, closes #10152José Valim2020-07-041-6/+6
* Lint YAML for trailing spaces and indents (#10151)John Bampton2020-07-041-7/+7
* Remove trailing spaces from Markdown (#10150)John Bampton2020-07-041-1/+1
* Undeprecate Keyword.replace/3 and Map.replace/3José Valim2020-07-043-10/+33
* Remove extra blank lines from Markdown in some docs (#10149)John Bampton2020-07-041-2/+0
* Display file:line in already defined type error message (#10145)Eksperimental2020-07-032-22/+34
* Correct mix format error messages (#10146)Eksperimental2020-07-031-3/+3
* Sync port specs with Erlang, closes #10143José Valim2020-07-021-1/+1
* Fix typo on macro docs (#10144)Denys Klymenko2020-07-021-1/+1
* Improve map warnings (#10142)Eric Meadows-Jönsson2020-07-029-69/+124
* Add app.load taskJosé Valim2020-07-0210-101/+153
* Improve docs on map field accessJosé Valim2020-07-021-0/+4
* Run the formatterJosé Valim2020-07-021-2/+2
* Support optional applications to be declaredJosé Valim2020-07-025-78/+102
* Avoid more escaping on WindowsJosé Valim2020-07-011-3/+3
* Use macros instead of special casing in the compilerJosé Valim2020-07-013-18/+15
* Improve coverage for types that look like built-in types, closes #10140José Valim2020-07-011-0/+17
* Clean up typespec suiteJosé Valim2020-07-011-114/+42
* Remove quotes to address escaping on WindowsJosé Valim2020-07-011-2/+2
* Remove spaces from tmp_dir and use it in more placesJosé Valim2020-07-018-112/+107
* Another attempt at removing racesJosé Valim2020-07-012-5/+9
* Update CHANGELOG.md (#10141)Po Chen2020-07-011-2/+2
* Fix mtime race condition in testsJosé Valim2020-07-011-0/+2
* Keep proper precedence in guards generated by in/2, closes #10138José Valim2020-07-013-24/+8
* Do not use backticks in error messages, simplify field/fun printing (#10139)José Valim2020-06-302-16/+16
* More changelog fixesJosé Valim2020-06-301-2/+2
* Update CHANGELOGJosé Valim2020-06-301-5/+97
* Support --export-coverage in mix testJosé Valim2020-06-303-16/+14