summaryrefslogtreecommitdiff
path: root/lib/elixir
Commit message (Expand)AuthorAgeFilesLines
* Fix unclosed backquotes in Code.Fragment and Macro (#12061)Thanabodee Charoenpiriyakij2022-08-082-2/+2
* Improve docs in Task (#12058)ruslandoga2022-08-081-2/+2
* Improve wording in Task docs (#12060)ruslandoga2022-08-081-3/+3
* typo Where -> where (#12059)ruslandoga2022-08-081-1/+1
* Replace inner AST for bitstring modifiers (#12055)sabiwara2022-08-063-61/+101
* Raise specific error for missing envJosé Valim2022-08-042-4/+11
* Fixing edge cases in Enum.slide/3 (#12052)sabiwara2022-08-042-1/+8
* Add spec for Enum.slide/3 (#12050)sabiwara2022-08-041-0/+1
* Improve Calendar.strftime/3 docsAndrea leopardi2022-08-041-3/+3
* Add guards to Calendar.put_time_zone_database/1 (#12049)Andrea Leopardi2022-08-041-1/+1
* Fix infinite loop in Enum.take/2 (#12048)sabiwara2022-08-042-1/+2
* Polish docs for Calendar.TimeZoneDatabaseAndrea leopardi2022-08-041-18/+20
* Polish docs in the Calendar moduleAndrea leopardi2022-08-041-41/+43
* String.valid? should only take strings (#12046)Matthew O'Gorman2022-08-031-1/+3
* Fix bugs in binary_slice/2 (#12045)sabiwara2022-08-032-20/+20
* Show usage of @typedoc and @doc for structs (#12037)Nathan Long2022-08-022-3/+16
* Fix bug: Enum.slice selecting extra element (#12043)sabiwara2022-08-022-1/+5
* Fix bug in Enum.slice with step>1 (#12042)sabiwara2022-08-022-21/+10
* Fix bug in Enum.drop/2 (#12040)sabiwara2022-08-022-1/+15
* Emit consistent position meta on fn capture traces (#12033)Łukasz Samson2022-08-024-17/+38
* Fix deprecation table rendering, closes #12034José Valim2022-08-011-1/+1
* Only add if_undefined: :apply if necessaryJosé Valim2022-07-312-1/+3
* Allow key-deletions and atom keys in System.put_env/1José Valim2022-07-302-6/+31
* Another example for IO.stream (#12031)Tom Nicklin2022-07-291-0/+8
* Fix Process.monitor/2 spec (#12030)Michał Łępicki2022-07-291-1/+2
* Fix --sname/--name undefined handling on Erlang/OTP 24José Valim2022-07-281-20/+25
* Remove deprecated option testJosé Valim2022-07-281-4/+0
* Do not lead body inference in cond, closes #12024José Valim2022-07-282-0/+49
* Add Process.alias/0,1 and Process.unalias/1 (#12020)Andrea Leopardi2022-07-283-2/+214
* Support --sname/--name undefined and use it by default in releasesJosé Valim2022-07-281-6/+16
* Use :sets v2 under the hood in MapSet (#12018)Andrea Leopardi2022-07-282-152/+73
* Add nonempty_binary/0 and nonempty_bitstring/0 (#12022)Andrea Leopardi2022-07-282-3/+3
* Improve spec for System.get_env/2 (#12019)Eksperimental2022-07-271-1/+2
* Add deprecationsJosé Valim2022-07-2710-58/+60
* Remove more conditional testsJosé Valim2022-07-274-69/+61
* Improvements to tasksJosé Valim2022-07-274-92/+104
* Fix bug DynamicSupervisor child_spec validation (#11836)Eksperimental2022-07-273-1/+59
* Warn on missing parentheses in bitstring modifiers (#11862)sabiwara2022-07-276-29/+78
* Require Erlang/OTP 24José Valim2022-07-2717-211/+42
* Start v1.15.0-devJosé Valim2022-07-271-4/+7
* Track all arities in imports inside quotes, closes #11651José Valim2022-07-266-39/+103
* Add Access.slice/1 (#12008)Vitor Cavalcanti2022-07-262-0/+194
* Add dereference_symlinks to File.cp* (#12011)José Valim2022-07-262-42/+168
* Use tags instead of conditionalsJosé Valim2022-07-261-20/+20
* Use describe blocks in file_test.exsJosé Valim2022-07-261-407/+389
* Improve error messages for dot syntax (#12003)sabiwara2022-07-264-28/+74
* Update TODOs and deprecationsJosé Valim2022-07-256-23/+6
* Typo fix for Kernel.in/2 documentation. (#12010)Alex Pounds2022-07-251-1/+1
* Add TODO related to ...José Valim2022-07-251-0/+2
* Add Kernel.dbg/0 which debugs binding/0 (#12009)Andrea Leopardi2022-07-252-1/+14