summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Preserve opts while formatting failed inspect structJosé Valim2021-11-257-86/+69
* Improve user experience when there is a faulty Inspect implementation (#11403)Eksperimental2021-11-257-75/+334
* Update CHANGELOGJosé Valim2021-11-232-0/+3
* Revert introduction of ~E sigil to avoid conflict with other projectsJosé Valim2021-11-233-37/+0
* Fix links to EEP 48 (#11411)Eksperimental2021-11-221-2/+2
* Skip errors on head of generated clauses, closes #11407José Valim2021-11-212-4/+41
* erlang.org -> www.erlang.orgJosé Valim2021-11-2114-26/+26
* Add Registry.count_select/2 (#11405)Rudolf2021-11-202-12/+142
* Polish docs in Mix.Project (#11406)Andrea Leopardi2021-11-201-10/+20
* Fix typespec for Macro.struct!/2José Valim2021-11-191-1/+3
* Update links and include zoneinfo in docsJosé Valim2021-11-191-6/+8
* Warn on trailing commas on calls, closes #11399José Valim2021-11-192-0/+12
* Make all Inspect tests asyncronous (#11402)Eksperimental2021-11-181-3/+3
* Document default value for :safe in Inspect.Opts (#11401)Eksperimental2021-11-181-1/+1
* Fix normalizer not preserving user choice on module attribute lists (#11397)Dorgan2021-11-172-0/+24
* Update CHANGELOGJosé Valim2021-11-161-0/+4
* Add clarifications to `Task.Supervisor.children/1` (#11395)Rudolf2021-11-161-1/+5
* Update `~E` docs (#11394)Wojtek Mach2021-11-161-1/+2
* Add ~E sigil to EExJosé Valim2021-11-162-4/+35
* Revert "Clarify risk of duplicate keys in Map.map/2 (#11360)"José Valim2021-11-151-2/+0
* Reject bidirectional formatting characters (#11391)José Valim2021-11-154-41/+95
* Support escaping of terminators in uppercase sigils heredocs for consistency,...José Valim2021-11-155-16/+29
* Do not raise on variable looking like an empty tupleJosé Valim2021-11-132-6/+9
* Corrections & clarifications to Task.Supervisor docs (#11384)Tyler A. Young2021-11-121-12/+12
* remsh: stop evaluator before exit iex_server (#11386)Rudolf2021-11-121-2/+3
* Fix warning from call to dynamically generated moduleJosé Valim2021-11-111-0/+1
* Allow Application.compile_env* to accept attributes (#11383)Eksperimental2021-11-112-2/+6
* Ensure fixtures are executed in archive testJosé Valim2021-11-111-2/+7