summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* is_map_key/2 should add optional keysemj/is-map-key-optionalEric 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
* Update CHANGELOGJosé Valim2020-06-301-1/+25
* Update TODOsJosé Valim2020-06-301-2/+1
* Introduce rel_templates_path and releases_config_pathJosé Valim2020-06-303-67/+106
* Document loadpathsJosé Valim2020-06-301-6/+1
* Add map checks (#10136)Eric Meadows-Jönsson2020-06-3019-170/+848
* Raise if lists have more than 1023 elements in guardsJosé Valim2020-06-292-16/+33
* Add :tmp_dir tag to ExUnit (#10135)Wojtek Mach2020-06-2910-73/+177
* Properly handle --repo and --organization on *.install tasks (#10134)Wojtek Mach2020-06-294-16/+31
* Fix xref format across multiple OSesJosé Valim2020-06-281-18/+18
* Normalize paths before expanding them (#10132)José Valim2020-06-283-3/+19
* Add GitHub Actions CI badge to README (#10130)Fernando Tapia Rico2020-06-271-1/+1
* Use GitHub Actions as CI for Linux (#10129)Fernando Tapia Rico2020-06-262-80/+70
* More CHANGELOGJosé Valim2020-06-262-13/+92
* Add mix xref graph --format cyclesJosé Valim2020-06-262-84/+180
* Clean up and add docs to new beam stripping behaviourJosé Valim2020-06-265-23/+42
* Adding support for being more granular when stripping beam files (#10125)Pedro Assunção2020-06-263-10/+42
* Add Version test for pre-release fieldsEric Meadows-Jönsson2020-06-262-3/+13
* Include transitive dependencies in mix xref graphJosé Valim2020-06-267-122/+278