summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve manifest nameal/formatter-depsAndrea Leopardi2017-12-132-2/+4
* Implement José's feedbackAndrea Leopardi2017-12-132-15/+14
* Update docsAndrea Leopardi2017-12-131-11/+11
* Fix a bunch of thingsAndrea Leopardi2017-12-132-49/+74
* Fix minor thingsAndrea Leopardi2017-12-131-2/+2
* Implement Eric's feedbackAndrea Leopardi2017-12-132-2/+2
* Fix a logic errorAndrea Leopardi2017-12-132-2/+2
* Add a testAndrea Leopardi2017-12-132-0/+51
* case -> condAndrea Leopardi2017-12-131-7/+7
* Allow "mix format" to read exported configuration from dependenciesAndrea Leopardi2017-12-131-6/+113
* Store all manifests in a single .mix directoryJosé Valim2017-12-1324-82/+94
* Fix documentation for Mix.Generator.create_file/3 (#7110)kenichiro watanabe2017-12-131-1/+1
* Update Unicode Syntax.mdJosé Valim2017-12-121-8/+3
* Remove multiple clauses warning for default values on bodiless clause (#7092)Glauber Campinho2017-12-113-31/+68
* Ensure we show docs for macrosJosé Valim2017-12-112-2/+14
* Do not indent right-side of pipelines in the formatter (#7103)José Valim2017-12-1113-84/+81
* Introduce @since as non-warning definition annotationJosé Valim2017-12-115-116/+119
* Fix count_children for Task.Supervisor, closes #7101José Valim2017-12-112-2/+10
* Improve docs for tuplesJosé Valim2017-12-111-23/+43
* Update locals_tracker.ex commentsJosé Valim2017-12-061-19/+14
* Format locals_tracker.exJosé Valim2017-12-061-7/+8
* Use a single table instead of digraph for tracking localsJosé Valim2017-12-067-372/+168
* Only write formatted files if they changed, closes #7090José Valim2017-12-063-29/+35
* Only reduce over stale sources and not removed onesJosé Valim2017-12-061-4/+5
* State argument on Node should be documented (#7089)Seivan Heidari2017-12-061-1/+1
* Do not print errors when shell exits normallyJosé Valim2017-12-063-6/+17
* Remove unecessary headerJosé Valim2017-12-061-2/+0
* Do not use invalid paths on WindowsJosé Valim2017-12-061-2/+2
* Inspect tuples closer to the formatter, closes #6509José Valim2017-12-066-47/+61
* Clean up stale sources updating codeJosé Valim2017-12-051-22/+10
* Properly format DateTime error messageJosé Valim2017-12-051-3/+3
* Files with only comments are no longer always stale (#7078)jgmchan2017-12-052-15/+58
* Store lock from SCM on Dep (#7087)Eric Meadows-Jönsson2017-12-051-0/+1
* Fix some language in the docs for :bind_quoted (#7079)Ian Duggan2017-12-041-1/+1
* More examples and rationale behind child_spec/1José Valim2017-12-041-60/+83
* Fix the documentation for Dynamic Supervisor (#7086)Kyoko KADOWAKI2017-12-031-3/+3
* Show UTF-8 BOM on inspected strings (#7085)Donald Little2017-12-032-0/+6
* Sort calls before comparingJosé Valim2017-11-301-2/+1
* Move boolean checks optimizations to Kernel (#7071)Glauber Campinho2017-11-304-42/+61
* Document multi clause anonymous functions (#7076)Dave Lucia2017-11-301-1/+10
* Make Exception.blame/3 extensible (#7075)Michał Muskała2017-11-291-39/+37
* Build reference types in IEx (#7068)Jeff Martin2017-11-291-0/+27
* Remove duplication in IEx introspectionJosé Valim2017-11-292-165/+92
* Print out the specs of Erlang functions in `h` helper (#7065)jgmchan2017-11-292-18/+194
* Add a Mix.Tasks.Xref.calls/0 function (#7026)jgmchan2017-11-292-0/+201
* Explain bare expression behavior in with docs (#7067)Dave Lucia2017-11-281-0/+6
* Translate clauses for boolean check (#7069)Glauber Campinho2017-11-282-21/+92
* Clean up IEx' introspectionJosé Valim2017-11-272-18/+22
* Change Date.range/2 to only accept dates (#7061)Wojtek Mach2017-11-261-6/+3
* Do not raise on non-integer values in is_odd/is_even (#7063)James Fish2017-11-262-6/+6