summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add mix local.hex VERSIONemj/local-hex-versionEric Meadows-Jönsson2021-12-124-18/+74
* Consistently halt with 1 on standalone optionsJosé Valim2021-12-111-5/+8
* Set a max line_length for Macro.to_string (#11471)Dorgan2021-12-112-11/+27
* Handle block and multiline clauses without line lengthJosé Valim2021-12-113-10/+62
* Export types in Module (#11464)Andrea Leopardi2021-12-111-3/+3
* Improve xref docsJosé Valim2021-12-101-8/+7
* Revert "Simplify inspect testing structure"José Valim2021-12-101-6/+75
* Normalize important notesJosé Valim2021-12-103-29/+40
* Simplify inspect testing structureJosé Valim2021-12-101-75/+6
* Track environment changes from compile_envJosé Valim2021-12-103-11/+109
* Do not cursor sigil after dotJosé Valim2021-12-102-2/+11
* Change approach: never show error if line is empty (#11466)felipe stival2021-12-102-2/+20
* Run formatterJosé Valim2021-12-091-1/+0
* Handle improper lists on apply, closes #11465José Valim2021-12-092-5/+12
* Update CHANGELOGJosé Valim2021-12-091-0/+11
* Deprecate use Bitwise and ~~~José Valim2021-12-0918-148/+50
* Fix formatting of lists in module attribues (#11462)Dorgan2021-12-083-4/+35
* Fix codepoint byte counting in slice, closes #11461José Valim2021-12-082-1/+2
* Remove unecessary @ in bat fileJosé Valim2021-12-081-1/+1
* Add deep-merge example in docs for Config.config/3 (#11458)Andrea Leopardi2021-12-081-3/+11
* Mix.Tasks.Test.Coverage warns on failure (#11457)Aaron Gunderson2021-12-082-1/+19
* Add Stream.duplicate/2 (#11456)Chris Miller2021-12-072-0/+42
* Fix halt for --versionJosé Valim2021-12-071-1/+1
* Remove doc repeat iex example for Date.end_of_week (#11454)Zhe Cheng2021-12-071-2/+0
* Make sure --version flag halts elixir and iex, closes #11453José Valim2021-12-077-8/+25
* Only check for path as nilJosé Valim2021-12-061-2/+1
* Do not deprecate URI.parse/1José Valim2021-12-062-29/+108
* Clarify summary for Keyword.validate/2José Valim2021-12-061-2/+1
* Add clarifications to Access error messageJosé Valim2021-12-052-4/+8
* Mention Mix.install/2 on protocol consolidationJosé Valim2021-12-051-2/+10
* Specific base typespecs (#11449)Parker Selbert2021-12-052-17/+31
* Make protocol consolidation part of the Mix.install cacheJosé Valim2021-12-051-2/+3
* Fix wrong autocomplete for atoms in IExJosé Valim2021-12-052-1/+2
* Add Macro.classify_atom/1 and Macro.inspect_atom/2 (#11446)José Valim2021-12-0513-220/+311
* Update macro.exJosé Valim2021-12-051-0/+4
* Fix spec for Code.Identifier.escape/4 (#11445)Eksperimental2021-12-053-9/+10
* Warn on ::: to avoid ambiguityJosé Valim2021-12-052-1/+14
* Colorize Version.Requirement source in Inspect protocol (#11441)Eksperimental2021-12-041-4/+6
* Add missing `@doc since` (#11443)Wojtek Mach2021-12-042-0/+2
* Add guards and specs to Identifier.escape/4 (#11439)Eksperimental2021-12-041-2/+5
* Disallow shorthand pipe after matches (#11433)Aleksei Matiushkin2021-12-034-14/+61
* Update code example for unquote/1 (#11437)Kian Meng Ang2021-12-031-3/+5
* Update CHANGELOGJosé Valim2021-12-031-0/+7
* Clarify docs for use/2José Valim2021-12-031-11/+10
* Decouple parser state from buffer in IExJosé Valim2021-12-033-18/+18
* Update microsecond typespec (#11436)Benjamin Milde2021-12-031-1/+1
* Do not run test suite on mix test --profile-requireJosé Valim2021-12-032-43/+41
* Still document nil as part of the URI path, closes #11424José Valim2021-12-021-1/+2
* Add Map.from_keys/2 and Keyword.from_keys/2 (#11432)José Valim2021-12-026-56/+62
* Unify traversal for runtime dependent modulesJosé Valim2021-12-022-60/+30