summaryrefslogtreecommitdiff
path: root/lib/elixir/test
Commit message (Expand)AuthorAgeFilesLines
* Add `:return_separator` to `OptionParser` (#12499)Leandro Pereira2023-03-281-0/+17
* Fix dialyzer tests in OTP26 (#12486)sabiwara2023-03-231-1/+21
* Consider operator precedence on guard blaming, closes #12479José Valim2023-03-201-0/+29
* Add more info for :cond expressions in dbg/1 (#12475)sabiwara2023-03-171-0/+29
* Add more info for "case" expressions in dbg/1 (#12472)sabiwara2023-03-161-0/+60
* Add docs to autogenerated t/0 type in protocols (#12470)Andrea Leopardi2023-03-161-1/+16
* Fix Stream.zip/1 hanging on empty list (#12461)Alexandre2023-03-101-0/+2
* Fix NaiveDateTime.end_of_day/1 precision (#12450)Thiago Santos2023-03-061-20/+6
* Add support for multi-letter uppercase sigils (#12448)Andrea Leopardi2023-03-055-18/+78
* Add beginning_of_day and end_of_day to NaiveDateTime (#12443)Thiago Santos2023-03-052-0/+41
* Revert "Add GenServer.async/2 (#12444)"José Valim2023-03-052-145/+23
* Add GenServer.async/2 (#12444)Andrea Leopardi2023-03-042-23/+145
* Fix more map inspection tests (#12433)sabiwara2023-02-281-6/+13
* Follow-up for Erlang `maybe` (#12430)sabiwara2023-02-272-2/+2
* Deterministic struct expansion (#12418)sabiwara2023-02-191-19/+19
* Remove badfunc test on OTP26 (#12415)sabiwara2023-02-181-0/+1
* Add :sort_maps to Inspect.Opts.custom_options (#12404)sabiwara2023-02-162-12/+23
* Fix Enum tests for maps in OTP26 (#12405)sabiwara2023-02-161-64/+61
* Store complete path on quote keep, closes #12393José Valim2023-02-131-1/+1
* Add `:fast_ascii` mode to `String.valid?/2` (#12360)Mat Trudel2023-02-101-0/+8
* Code.Normalizer: Use correct meta fields in normalize_call/2 (#12389)Zach Allaun2023-02-091-0/+22
* Add support for epoch time (%s) to Calendar strftime (#12380)Scott Bradshaw2023-02-071-0/+20
* Raise on misplaced ... in typespecs, closes #12377José Valim2023-02-061-0/+9
* Do not add runtime deps for alias references in patterns and guardsJosé Valim2023-02-031-0/+38
* Improve docs and coverageJosé Valim2023-02-031-0/+12
* mix formatJosé Valim2023-02-021-1/+1
* Add a test for compilation to coreJosé Valim2023-02-021-0/+7
* Support nested expressions in `cursor_context/1` (#12369)KiKoS02023-01-301-0/+13
* Prune load paths before compilationJosé Valim2023-01-292-14/+29
* Add Code.ensure_all_loaded(!)/1 (#12363)Andrea Leopardi2023-01-241-0/+24
* Add error message when piping into an expression ending in bracket-based acce...JP Ramassini2023-01-231-0/+9
* Remove unnecessary module prefix in MacroAndrea leopardi2023-01-231-7/+6
* Format logic expressions in dbg/2 (#12358)Andrea Leopardi2023-01-231-0/+42
* Improve error message for {foo: :bar} and <<foo: :bar>>José Valim2023-01-191-0/+17
* Trim down work required on boot timeJosé Valim2023-01-181-2/+2
* Add Code.prepend_paths/1 and Code.append_paths/1José Valim2023-01-181-2/+29
* Fix accidental variable match in errors from macro, closes #12340José Valim2023-01-151-0/+15
* Properly handle Macro inputs and output types in expansionJosé Valim2023-01-141-1/+1
* Add Map.intersect/2 and Map.intersect/3 (#12336)Ed Flanagan2023-01-132-1/+28
* system_test - link instead of copy to bypass macos 13 codesign (#12327)Leandro Pereira2023-01-101-2/+2
* Fix Macro.to_string/1 for large negative integers (#12326)sabiwara2023-01-101-0/+10
* Support :lines in System.cmd/3 (#12323)José Valim2023-01-091-0/+8
* Use new Code.loaded?/1José Valim2023-01-061-1/+1
* Add details about waiting information in `--profile time` compiler output (#1...Greg Mefford2023-01-041-1/+1
* Respect line breaks after =José Valim2023-01-041-5/+6
* Add `URI.append_path/2` (#12298)Aaron Renner2022-12-211-0/+49
* Escape maps when expanding __ENV__José Valim2022-12-121-1/+9
* Apply rearrange ops only inside parens, closes #12296José Valim2022-12-101-0/+7
* Fix line referencesJosé Valim2022-12-071-3/+3
* mix formatJosé Valim2022-12-071-10/+14