summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Embed IEx parser into get_untiljv-get-until-parseJosé Valim2023-04-275-83/+85
* Use get_until in IEx for Erlang/OTP 26 compatibilityJosé Valim2023-02-231-1/+6
* Do not use private APIs in StringIOJosé Valim2023-02-231-1/+2
* Add missing newline to error messageJosé Valim2023-02-221-1/+1
* Remove outdated TODOJosé Valim2023-02-211-7/+0
* Use infinity timeouts in parallel checker, closes #12421José Valim2023-02-211-2/+2
* Document coverage limitations, closes #12420José Valim2023-02-202-6/+24
* Make sure protocols are loaded before dispatchingJosé Valim2023-02-201-1/+4
* Deterministic struct expansion (#12418)sabiwara2023-02-193-21/+21
* More improvements to docsJosé Valim2023-02-195-15/+20
* Better update and cross-link referencesJosé Valim2023-02-195-81/+104
* Remove badfunc test on OTP26 (#12415)sabiwara2023-02-181-0/+1
* Clarify chunk_everyJosé Valim2023-02-182-2/+4
* Adds notes about monotonic time not being strictly monotonic (#12414)Isaac Sanders2023-02-171-2/+4
* Clarify error message when checking typesJosé Valim2023-02-171-4/+6
* Expose :logger's global metadata (#12413)Andrea Leopardi2023-02-174-1/+26
* Add Logger.add_handlers/1 (#12412)Andrea Leopardi2023-02-171-3/+17
* Use Erlang logger handlers in ExUnit.CaptureLog (#12408)Andrea Leopardi2023-02-173-77/+71
* Use the cd option in the mix shell (#12410)Steve Cohen2023-02-161-9/+7
* Improve spec for ExUnit.CaptureLog.with_log/2 (#12409)Andrea Leopardi2023-02-161-2/+2
* Add spec to Logger.default_formatter/1 (#12406)Andrea Leopardi2023-02-161-1/+2
* Finish LoggerBackends extractionJosé Valim2023-02-165-240/+30
* Add :sort_maps to Inspect.Opts.custom_options (#12404)sabiwara2023-02-164-13/+34
* Fix Enum tests for maps in OTP26 (#12405)sabiwara2023-02-162-67/+64
* Boot in interactive mode before system rebootJosé Valim2023-02-154-16/+39
* Improve release docsJosé Valim2023-02-151-13/+11
* Use ~c for filenameJosé Valim2023-02-151-1/+1
* Introduce default_formatter and default_handler config for Logger (#12400)José Valim2023-02-1528-1330/+1698
* Use bang variant on Access exampleJosé Valim2023-02-141-1/+1
* Clarify Access on maps and structsJosé Valim2023-02-141-9/+26
* Convert Logger translator into a logger filter (#12395)José Valim2023-02-146-192/+148
* Close brackets on ci.ymlJosé Valim2023-02-131-1/+1
* Fix typos in CHANGELOG (#12397)John Bampton2023-02-131-2/+2
* Continue errors in dialyzer on OTP masterJosé Valim2023-02-131-0/+1
* Remove unneeded trailing whitespace (#12398)John Bampton2023-02-131-1/+1
* Fix some typos here and there (#12396)John Bampton2023-02-135-8/+8
* Track compile and runtime warnings separately, closes #12372José Valim2023-02-133-67/+153
* Store complete path on quote keep, closes #12393José Valim2023-02-132-2/+2
* Avoid adding several generated annotationsJosé Valim2023-02-133-5/+9
* Add `:fast_ascii` mode to `String.valid?/2` (#12360)Mat Trudel2023-02-102-3/+42
* mix formatJosé Valim2023-02-101-2/+4
* Load dependencies in AppLoaderJosé Valim2023-02-101-10/+13
* Optimize Enum.sort(list, :asc | :desc) (#12391)sabiwara2023-02-101-1/+5
* More errors improvements in ExUnit.Callbacks (#12390)Andrea Leopardi2023-02-102-38/+62
* Raise for def* inside pattern/guardJosé Valim2023-02-101-0/+5
* Improve errors for ExUnit callbacks (#12382)Andrea Leopardi2023-02-102-27/+105
* Code.Normalizer: Use correct meta fields in normalize_call/2 (#12389)Zach Allaun2023-02-092-2/+24
* fix: start service using erlsrv.exe in path with spaces (#12388)clemensm2023-02-091-2/+1
* Clarify when @impl was introduced (#12386)Andrea Leopardi2023-02-091-1/+1
* Update CHANGELOGJosé Valim2023-02-091-5/+14