summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Do not remove structs syntax in Elixir passJosé Valim2017-05-201-3/+1
* List strip and just String functions in deprecations page, closes #6125José Valim2017-05-201-1/+4
* Consider unicode non-characters as valid (#6108) (#6121)Mengxuan Xia2017-05-192-18/+6
* Properly slice titlecase_once binariesJosé Valim2017-05-191-0/+4
* Inline Map.new for listsJosé Valim2017-05-191-0/+1
* Handle negative parts when applying tz offsetJosé Valim2017-05-182-1/+18
* Document lack of support for the 24:00:00 notationJosé Valim2017-05-184-0/+13
* Improve typespec of EEx.Engine.fetch_assign! (#6118)Leif Gensert2017-05-181-1/+1
* Add missing "require Logger" in ExUnit.CaptureLog doc example (#6117)Michael Pope2017-05-181-0/+1
* Make sure System.stracktrace is first thing done in the handler (#6119)Michał Muskała2017-05-184-5/+10
* StringIO read_line performance and binread bug fix (#6056)Brian Alexander2017-05-162-36/+50
* Update atom docs, closes #6115José Valim2017-05-161-4/+12
* Clarify the purpose of MIX_NO_DEPSJosé Valim2017-05-161-0/+2
* Remove unecessary match on keyJosé Valim2017-05-151-2/+2
* Optimize Access.get/2José Valim2017-05-152-4/+44
* Warn when a :__struct__ key is used when building/updating structs (#6113)Andrea Leopardi2017-05-153-7/+44
* Improve doc for Enum.map_every/3 when nth is 0 (#6111)Eksperimental2017-05-152-7/+16
* Update project.ex (#6112)qrede2017-05-151-1/+1
* Show overriding information when using path with query stringJosé Valim2017-05-152-1/+6
* Items in the enumerable are prepended to the args (#6109)Dorian Iacobescu2017-05-141-2/+2
* Fix test failing introduced in 6a2cfef (#6110)Eksperimental2017-05-141-1/+1
* Use inspect when displaying file paths and extensions (#6106)Eksperimental2017-05-144-10/+10
* Remove unnecessary specs for funs with default arguments (#6095)Eksperimental2017-05-1411-34/+4
* Fix precedence of unary operators and operator captureJosé Valim2017-05-144-31/+32
* Standardize messages that suggest to run a command (#6096)Eksperimental2017-05-1411-18/+18
* Refactor Version.parse/1 to not use regexes (#6107)Andrea Leopardi2017-05-141-15/+7
* Fix typo in operators docs (#6103)Anton Chuchkalov2017-05-121-1/+1
* Full stop is part of the sentence, not the data type (#6102)Keith2017-05-121-1/+1
* Add :pid to list of Logger metadata builtins in the documentation (#6101)Simon Woolf2017-05-111-0/+2
* Do not warn about missing @impl for overridable functions (#6098)Sam Davies2017-05-114-13/+155
* Prepend slash to directories in .gitignore files and generated ones (#6091)Eksperimental2017-05-112-7/+7
* Use explicit function names in DocTest tests (#6093)Eksperimental2017-05-111-22/+22
* Clean-up use of get_stracktrace in elixir_errors.erl (#6092)Michał Muskała2017-05-111-6/+1
* Improve test for no import options in DocTest tests (#6094)Eksperimental2017-05-111-31/+34
* Replace GenEvent.remove_handler/3 with :gen_event in GenEvent.Stream (#6087)Andrea Leopardi2017-05-091-1/+1
* Properly escape fields passed to defrecord (#6086)Andrea Leopardi2017-05-092-1/+31
* Improve doc for default argument operatorAleksei Magusev2017-05-091-5/+5
* Use classify_identifier to avoid creating atomsJosé Valim2017-05-091-1/+1
* Remove unused ignored entries in .gitignore (#6073)Eksperimental2017-05-091-3/+0
* Skip autocompletion of module names that are invalid without being quoted (#6...Arjan Scherpenisse2017-05-092-3/+26
* Make sure @impl warns even when @impl is first-used laterJosé Valim2017-05-093-130/+150
* Implement @impl directiveSam Davies2017-05-094-16/+486
* Add docs and specs to String.Chars and List.Chars (#6084)Andrea Leopardi2017-05-092-5/+15
* Fix typo in variable names in Regex (#6085)Thijs Klaver2017-05-091-6/+6
* Optimize Regex.escape/1 (#6083)Michał Muskała2017-05-091-5/+23
* Rename clean_exbeam Make target to clean_elixirAleksei Magusev2017-05-092-2/+2
* Tidy up Version testsAleksei Magusev2017-05-092-151/+151
* Simplify output format handling in Calendar.ISOAleksei Magusev2017-05-093-14/+10
* Enhance Process.cancel_timer/2 testAleksei Magusev2017-05-091-1/+2
* Use nil_container type where applicableAleksei Magusev2017-05-091-2/+2