summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use httpc:ssl_verify_host_options/1v1.14José Valim2023-04-071-3/+3
* Update CHANGELOG.md (#12509)markovicmarko2023-04-031-1/+1
* Release v1.14.4v1.14.4José Valim2023-04-034-4/+4
* Update CHANGELOGJosé Valim2023-04-032-5/+12
* Fix dialyzer tests in OTP26 (#12486)sabiwara2023-04-031-1/+21
* Fix column count when tokenizing escaped interpolations (#12504)Zach Allaun2023-03-303-2/+7
* Fix typo in documentation (#12496)joepstender2023-03-251-2/+1
* No need to revert trap exitsJosé Valim2023-03-241-21/+18
* Backport test fixes (#12493)Kevin2023-03-242-5/+10
* Update tests to new OTP start behaviour (#12490)Kevin2023-03-231-4/+8
* Fix logger formatting in OTP26 (#12434)sabiwara2023-03-231-1/+2
* Clarify error message on missing certificatesJosé Valim2023-03-231-3/+3
* Don't call formatter on directories (#12488)Erick Dennis2023-03-232-1/+13
* Add explicit `:verify_none` for httpc (#12485)Kevin2023-03-231-1/+19
* Add missing entry to CHANGELOG for v1.14.3 (#12468)Andrea Leopardi2023-03-151-1/+4
* Fix Stream.zip/1 hanging on empty list (#12461)Alexandre2023-03-102-0/+4
* Bump timeout to infinityJosé Valim2023-03-021-1/+1
* Sort metadata before printing (#12440)Kevin2023-03-021-1/+3
* Make mix test reports deterministic in OTP26 (#12438)sabiwara2023-03-023-17/+33
* Fix more map inspection tests (#12433)sabiwara2023-02-281-6/+13
* fix(supervisor): update documentation by `call` instead of `cast` (#12426)Shilov Konstantin2023-02-261-1/+1
* Update CHANGELOGJosé Valim2023-02-231-0/+32
* Use get_until in IEx.ServerJosé Valim2023-02-231-1/+21
* Do not use private APIs in StringIOJosé Valim2023-02-231-1/+2
* Use infinity timeouts in parallel checker, closes #12421José Valim2023-02-211-2/+2
* Make sure protocols are loaded before dispatchingJosé Valim2023-02-201-1/+4
* Deterministic struct expansion (#12418)sabiwara2023-02-193-21/+21
* Remove badfunc test on OTP26 (#12415)sabiwara2023-02-181-0/+1
* 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
* Store complete path on quote keep, closes #12393José Valim2023-02-132-2/+2
* Code.Normalizer: Use correct meta fields in normalize_call/2 (#12389)Zach Allaun2023-02-102-2/+24
* Remove misplaced temporary filesJosé Valim2023-02-062-0/+0
* Fix elixir_erl:debug_info/4 returning core_v1 (#12376)Bram Verburg2023-02-021-1/+1
* Optimize application tracerJosé Valim2023-01-281-13/+43
* Release v1.14.3v1.14.3José Valim2023-01-144-3/+34
* Properly handle Macro inputs and output types in expansionJosé Valim2023-01-142-4/+4
* Fix Macro.to_string/1 for large negative integers (#12326)sabiwara2023-01-102-0/+14
* Remove unecessary :beam_lib.info/1 call, closes #12317José Valim2023-01-061-2/+1
* Consistently merge precisions in Calendar subsecond operations, closes #12303José Valim2022-12-184-12/+36
* Escape maps when expanding __ENV__José Valim2022-12-122-4/+17
* Precompile runtime module paths (#12294)Alex Naser2022-12-083-9/+10
* Revert "Ensure all runtime_modules loaded before mapping their paths (#12287)"José Valim2022-12-081-2/+0
* Ensure all runtime_modules loaded before mapping their paths (#12287)Alex Naser2022-12-051-0/+2
* Fix Range.disjoint?/2José Valim2022-12-051-18/+27
* Optimize range membership implementation, closes #12282José Valim2022-12-041-10/+5
* Return values from running doctests and order testsJosé Valim2022-12-012-55/+48
* Fix Calendar.strftime/2 format negative year incorrectly (#12268)Thanabodee Charoenpiriyakij2022-11-242-1/+15
* Do not quote doctest excerptJosé Valim2022-11-232-31/+25
* Do not crash for missing line info on type warningsJosé Valim2022-11-232-4/+20