summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update lib/elixir/lib/map.exemj/check-map-updateEric Meadows-Jönsson2020-09-101-1/+1
* Check map updatesEric Meadows-Jönsson2020-09-105-17/+124
* Run formatterJosé Valim2020-09-101-1/+2
* Move of_head to PatternJosé Valim2020-09-104-40/+41
* Clear out patterns from types_test.exs and use aliasesJosé Valim2020-09-103-325/+310
* Improve docs and move all types tests to a single directoryJosé Valim2020-09-103-5/+14
* Reuse logic on exception blame and types errorsJosé Valim2020-09-103-26/+20
* Only compute error if necessaryJosé Valim2020-09-106-157/+143
* Fix trace tagging of internal type variableEric Meadows-Jönsson2020-09-102-8/+22
* Improve map unification (#10310)Eric Meadows-Jönsson2020-09-107-135/+315
* Improve doctests docsJosé Valim2020-09-101-11/+9
* Fix `&//2` parsing issue (#10312)sabiwara2020-09-104-9/+25
* Merge remote with inference pass (#10305)José Valim2020-09-0812-247/+228
* Fix typo in Diff doc (#10304)Gustavo Saiani2020-09-071-1/+1
* RefactoringJosé Valim2020-09-062-13/+10
* Introduce a type hint system (#10303)José Valim2020-09-067-221/+322
* Document atom comparison (#10302)Jason Axelson2020-09-051-0/+1
* Remove reference to unknown functionJosé Valim2020-09-031-5/+8
* Simplify metadata operationJosé Valim2020-09-031-4/+1
* reboot_system_after_config is opt-in if using config/runtime.exsJosé Valim2020-09-037-53/+74
* Include Erlang severity level to Logger metadata (#10300)Enrico Rivarola2020-09-032-1/+24
* Add `Registry.delete_meta/2` (#10298)victor felder2020-09-031-0/+28
* Update CHANGELOGJosé Valim2020-09-021-0/+18
* Update CHANGELOG.md (#10297)Benjamin Milde2020-09-021-0/+1
* Mention right associativity of the `--/2` operator in docs (#10294)Tajinder Chumber2020-09-021-0/+10
* Add note about how new log levels are reported in Elixir backendsJosé Valim2020-09-012-22/+24
* Correct title for Mix aliases section (#10293)Eksperimental2020-08-311-1/+1
* Pass code location to :logger.macro_log/4 (#10287)Michał Łępicki2020-08-291-23/+34
* Change link in "Protocols" section in Kernel docs (#10288)Schnittchen2020-08-281-1/+1
* Add data structure info to first arg in Protocol (#10283)Thomas Depierre2020-08-251-0/+4
* Use to_string chars on Logger.FormatterJosé Valim2020-08-252-2/+14
* Improve error messageJosé Valim2020-08-222-5/+5
* Document metadata used by Task, closes #10203José Valim2020-08-221-0/+3
* Compare to test coverage threshold inclusively (#10275) (#10276)pini2020-08-211-1/+1
* Raise CompileError when trying to define reserved types (#10274)Vinicius Brasil2020-08-212-0/+57
* Use length instead of len in arguments and var names (#10273)Eksperimental2020-08-203-28/+27
* Minor grammar edits in Mix.Config (#10272)Austin Gatlin2020-08-181-2/+2
* Do not propagate tracers to dynamic definitions, closes #10271José Valim2020-08-182-2/+14
* Make sure --label property apply without sources/sinksJosé Valim2020-08-182-23/+17
* Allow both sink and source to be given to mix xref graphJosé Valim2020-08-182-31/+31
* Deprecate Exception.exception?/1 and Regex.regex?/1José Valim2020-08-1710-40/+31
* Expand ordering explanationJosé Valim2020-08-171-5/+19
* Add since doc to String#myers_difference/2 (#10268)Vini Brasil2020-08-151-0/+1
* Make child specification docs more accurate (#10267)Adriano Mitre2020-08-151-1/+1
* Add @since to System.os_time, System.schedulers and System.schedulers_online ...Todd Resudek2020-08-141-0/+4
* Also touch root manifest on will_recompile for umbrellasJosé Valim2020-08-142-5/+28
* Update string_to_quoted spec (#10265)Dominika2020-08-141-1/+1
* Revise use of Note and Notice verbs (#10264)Eksperimental2020-08-1431-50/+50
* Mention missing required key syntax in Typespecs page (#10261)Eksperimental2020-08-131-0/+1
* Add column information to SyntaxError and TokenMissingErrorJosé Valim2020-08-1210-135/+181