summaryrefslogtreecommitdiff
path: root/lib/elixir/lib/code.ex
Commit message (Expand)AuthorAgeFilesLines
* Update diagnostic type (#12567)HEADmainMichał Łępicki2023-05-171-5/+6
* Add Code.with_diagnostics/2, closes #12276José Valim2023-05-161-2/+62
* Cache deps and archive loadpaths in Erlang/OTP 26José Valim2023-04-171-12/+44
* add since annotation (#12518)Łukasz Samson2023-04-111-3/+3
* Document imported_macro/imported_function may be followed with remote, closes...José Valim2023-03-181-1/+2
* Do not add runtime deps for alias references in patterns and guardsJosé Valim2023-02-031-1/+1
* Update CHANGELOGJosé Valim2023-01-301-6/+8
* Prune load paths before compilationJosé Valim2023-01-291-0/+19
* Clarify :parser_options scope, closes #12364José Valim2023-01-261-0/+3
* Use :code.is_loaded/1 to avoid file system lookupJosé Valim2023-01-241-2/+2
* Add Code.ensure_all_loaded(!)/1 (#12363)Andrea Leopardi2023-01-241-0/+47
* Fix some wording in the docs (#12357)Rich Morin2023-01-211-2/+2
* Add Code.prepend_paths/1 and Code.append_paths/1José Valim2023-01-181-12/+61
* Add Code.loaded?/1 (#12314)felipe stival2022-12-261-0/+21
* Add :on_undefined_variable compiler option (#12279)sabiwara2022-12-031-1/+13
* Improve docs for tracer eventsJosé Valim2022-11-091-4/+9
* Do not include module variables in prune_bindingJosé Valim2022-11-081-1/+4
* Add prune_binding to Code.eval_quoted_with_env/4José Valim2022-10-291-15/+22
* Fix tracer on_module docs (#12211)Łukasz Samson2022-10-231-1/+1
* Add more doc to debug_info (#12192)Marc-André Lafortune2022-10-121-1/+5
* Fix checker on missing debug info, closes #12140José Valim2022-09-161-5/+9
* Consistently use normalize prefix for AST changing optionsJosé Valim2022-09-071-1/+1
* Add commas to bare usage of "however" where appropriate (#12119)Michael Adkins2022-09-061-2/+2
* Handle syntax_colors in quoted_to_algebra and dbg (#12106)sabiwara2022-09-041-0/+3
* Evaluate formating charlists as ~c sigils (#12064)sabiwara2022-08-101-5/+10
* Update TODOs and deprecationsJosé Valim2022-07-251-10/+1
* Case insensitive module resolution (#12007)sabiwara2022-07-241-2/+11
* Add @after_verify callbackJosé Valim2022-07-201-1/+1
* Simplify passing of values to the checkerJosé Valim2022-07-121-13/+1
* Treat requires from local macros as compile-time depsJosé Valim2022-07-111-0/+2
* Do not emit already consolidated warnings during mix xref trace, closes #11899José Valim2022-07-061-3/+8
* Include reason on Code.LoadErrorJosé Valim2022-07-051-12/+12
* Raise when underlying erlang function doesn't return boolean (#11928)Łukasz Samson2022-06-181-1/+8
* Improvements to Code moduleJosé Valim2022-05-271-10/+22
* Remove explicit reference to Kernel.SpecialForms.* (#11851)Eksperimental2022-05-211-1/+1
* Fix function link in docs for the Code module (#11850)Eksperimental2022-05-201-1/+1
* Add the :normalize_bitstring_modifiers formatter option (#11840)sabiwara2022-05-171-2/+13
* Add note about Module functions availability during @after_compile (#11839)Łukasz Samson2022-05-161-1/+3
* Do not emit warnings when formatting codeJosé Valim2022-01-261-8/+3
* Update CHANGELOGJosé Valim2022-01-121-1/+2
* Add Code.env_for_eval/1 and Code.eval_quoted_with_env/3José Valim2021-12-181-9/+58
* Emit checker warnings on compile_string/compile_quoted, closes #11417José Valim2021-11-251-4/+6
* Fix links to EEP 48 (#11411)Eksperimental2021-11-221-2/+2
* erlang.org -> www.erlang.orgJosé Valim2021-11-211-2/+2
* Use ERTS instead of erts (#11362)Eksperimental2021-11-041-1/+1
* Ensure Code.string_to_quoted input only needs the List.Chars protocol (#11344)Michał Łępicki2021-10-251-4/+5
* Show code snippet on syntax and token missing errors (#11332)felipe stival2021-10-251-1/+7
* Revert "Default to including columns by default"José Valim2021-10-231-2/+2
* Default to including columns by defaultJosé Valim2021-10-221-2/+2
* Improve docs and remove unnecessary fieldJosé Valim2021-10-061-2/+2