summaryrefslogtreecommitdiff
path: root/lib/elixir
Commit message (Expand)AuthorAgeFilesLines
...
* Case insensitive module resolution (#12007)sabiwara2022-07-245-5/+33
* Simplify and optimize fragment multi-line handlingJosé Valim2022-07-242-185/+103
* Make Code.Fragment functions work across newlines (#11980)Łukasz Samson2022-07-242-27/+291
* A better description for Enum module (#12002)Uzo2022-07-221-1/+1
* Fix link to typespecs page (#11999)Bráulio Bezerra2022-07-211-1/+1
* Ensure IO.warn in @after_verify are storedJosé Valim2022-07-211-2/+10
* Add @after_verify callbackJosé Valim2022-07-206-126/+183
* Fix @type for Regex, add doctest example (#11996)sabiwara2022-07-191-3/+9
* Support pipelines in the IEx.Pry dbg/2 backend (#11994)Andrea Leopardi2022-07-182-10/+39
* Update type spec and tests for Regex.optsQuentin Crain2022-07-183-1/+3
* Improve documentation and examples about modifiers (#11993)aifrak2022-07-181-11/+17
* Share syntax colors between IEx and dbg (#11992)José Valim2022-07-185-21/+47
* Use fetch_env! for timezone databaseJosé Valim2022-07-181-1/+1
* Allow LINE to be set for testsJosé Valim2022-07-181-2/+6
* Show list opts when inspecting Regex (#11991)sabiwara2022-07-183-1/+18
* Add basic IEx dbg callback (#11984)Andrea Leopardi2022-07-171-2/+11
* Track dbg callback inside Mix projectsJosé Valim2022-07-163-10/+7
* Optimize variable loading in evalJosé Valim2022-07-154-49/+58
* Fix docs reference of stream/0 and binstream/0 (#11986)Chris Wögi2022-07-141-2/+2
* Lazily expand module attributes to avoid compile-time depsJosé Valim2022-07-1412-140/+318
* Fix old error assertionJosé Valim2022-07-131-1/+1
* Do not assert order on struct fieldsJosé Valim2022-07-131-9/+13
* Fix specs in IO.ANSI (#11983)Michał Łępicki2022-07-131-6/+6
* Fix a couple of small bugs in Macro.dbg/3 (#11982)Andrea Leopardi2022-07-122-18/+24
* Simplify passing of values to the checkerJosé Valim2022-07-125-67/+49
* Start checker processes lazilyJosé Valim2022-07-123-10/+28
* Add example to Enum.chunk_every/4 and Stream.chunk_every/4 (#11981)aifrak2022-07-122-0/+6
* First implementation of Kernel.dbg/2 (#11974)Andrea Leopardi2022-07-124-0/+320
* Add specs to some functions in IO.ANSI (#11978)Andrea Leopardi2022-07-121-0/+3
* Do not reset the lexical trackerJosé Valim2022-07-111-3/+3
* Add example with nested arrays to Enum.join/2 (#11979)aifrak2022-07-111-0/+3
* Fix bootstrap issuesJosé Valim2022-07-111-1/+1
* Automatically cascade generated: true on macro expansion, closes #11976José Valim2022-07-115-235/+268
* Treat requires from local macros as compile-time depsJosé Valim2022-07-114-6/+11
* Have File.rename/2 and File.copy/2 check path types (#11977)sabiwara2022-07-111-6/+12
* Undeprecate Macro.unpipe/2José Valim2022-07-112-2/+35
* Register functions used in local macros as exportsJosé Valim2022-07-118-106/+135
* Use Macro.expand_literal/2 were possibleJosé Valim2022-07-112-35/+4
* Update DynSup reference in supervisor docs (#11973)Thiago Majesk Goulart2022-07-091-1/+1
* Add autocompletion of binary modifiers in IExJosé Valim2022-07-095-8/+121
* Clarify one sentence about DynamicSupervisor (#11970)Thiago Majesk Goulart2022-07-091-2/+2
* Improve docs to container_cursor_to_quotedJosé Valim2022-07-081-1/+6
* Remove compile-time dependency from defimpl :for, closes #11706José Valim2022-07-084-16/+60
* Improve DynSup docsJosé Valim2022-07-081-3/+4
* Do not emit already consolidated warnings during mix xref trace, closes #11899José Valim2022-07-064-5/+24
* Include reason on Code.LoadErrorJosé Valim2022-07-052-14/+16
* Keep file env consistently as an absolute path, closes #11964José Valim2022-07-053-7/+7
* Include column information on error diagnostics when possible, closes #11964José Valim2022-07-051-1/+6
* Fix bug in fn defaults (#11963)sabiwara2022-07-052-1/+16
* Improve diagnostic and compile typespec (#11962)Łukasz Samson2022-07-051-1/+1