summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Export types in Moduleandrea/module-types-publicAndrea Leopardi2021-12-091-3/+3
* 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
* Remove pending compile_refJosé Valim2021-12-021-2/+1
* There is no need to check for compile time refs as they are always recompiledJosé Valim2021-12-021-5/+1
* Track transitive runtime dependencies coming from local depsJosé Valim2021-12-022-30/+104
* Fix normalization of kw list in blocks (#11431)Dorgan2021-12-022-0/+12
* Fix opaque Version.Requirement usage (#11428)Michał Łępicki2021-12-011-3/+7
* Add note in Float.to_{string/charlist}/1 (#11359)felipe stival2021-11-301-10/+24
* Improve Version.compile_requirement/1 (#11427)Eksperimental2021-11-302-1/+10
* Warn if an outdated lexical tracker is given on evalJosé Valim2021-11-264-4/+43
* Clarify documentation for Stream.transform/3 (#11419)Moshe Paul2021-11-261-4/+4
* Move syntax errors to parser fileJosé Valim2021-11-262-42/+50
* Do not print control chars as unexpected tokensJosé Valim2021-11-262-1/+12
* Add Version.to_string/1 (#11422)Eric Meadows-Jönsson2021-11-262-26/+40
* Handle outdated anonymous functions in Erlang/OTP 25 (#11421)José Valim2021-11-263-2/+5
* Disable ssa and bool passes (#11420)José Valim2021-11-261-1/+1
* Emit checker warnings on compile_string/compile_quoted, closes #11417José Valim2021-11-252-4/+15