summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add error messages to invalid non-NFC identifiersjv-unicodeJosé Valim2017-05-273-1/+23
* Improvements to syntax referenceJosé Valim2017-05-261-22/+28
* Improve error messagesJosé Valim2017-05-263-13/+28
* Support unicode identifier tokenizerJosé Valim2017-05-267-257/+244
* Add var tokenizationJosé Valim2017-05-262-3/+34
* Add unicode tokenizer for atomsJosé Valim2017-05-263-3/+177
* Move properties to a separate unicode fileJosé Valim2017-05-266-366/+1934
* Update syntax referenceJosé Valim2017-05-261-2/+6
* Add Unicode Syntax specificationJosé Valim2017-05-262-1/+59
* Kill leaked erl and epmd instances on WindowsJosé Valim2017-05-262-1/+7
* Fix escript on windowsMengxuan Xia2017-05-261-3/+9
* Use proper Windows build badgeJosé Valim2017-05-261-1/+2
* Do not add multiple lines to blame report on ExUnitJosé Valim2017-05-261-5/+3
* Move private function to describe block to avoid warningsJosé Valim2017-05-261-11/+11
* Account for line endings in sigil testJosé Valim2017-05-261-10/+3
* More work regarding making CI on Windows green (#6150)Mengxuan Xia2017-05-264-13/+37
* Use :binary.split/2 instead of part+matchJosé Valim2017-05-252-10/+5
* Support Erlang modules for use as structs (#6146)Andrew Bennett2017-05-252-2/+22
* Show specific description for dont_display_result atom in i/1 helper (#6137)Eksperimental2017-05-252-2/+25
* Fix typo in the docs for Enum.map_every/3 (#6151)Shia2017-05-251-2/+2
* Add OTP 19.3 and 20.0-rc1 to travisJames Fish2017-05-241-0/+4
* Include Windows build in the READMEJosé Valim2017-05-241-1/+2
* More build fixes on WindowsJosé Valim2017-05-242-24/+25
* Try new versioning formatJosé Valim2017-05-242-7/+7
* Do not depend on .git on appveyorJosé Valim2017-05-241-1/+2
* Add appveyor.yml for ci configuration (#6143)Mengxuan Xia2017-05-241-0/+6
* Fix warnings in Inspect implJosé Valim2017-05-241-2/+2
* Test Suite Windows compatibility (#6141)Mengxuan Xia2017-05-243-5/+11
* Add a test for use of --no-deps-checkJosé Valim2017-05-241-0/+13
* Move check_lock/1 inside deps_checkMengxuan Xia2017-05-241-2/+3
* Update CHANGELOG and Deprecations with v1.5 changes (#6136)Eksperimental2017-05-231-3/+3
* Add Inspect.List.printable?/1 backJosé Valim2017-05-231-0/+3
* Also apply printable_limit to char listsJosé Valim2017-05-232-23/+39
* Move printable_limit check to escapeJosé Valim2017-05-234-48/+68
* Provide inspect opts printable_limit (#5822)Ben Wilson2017-05-235-21/+46
* Sort deprecation clauses alphabetically in :elixir_dispatch (#6135)Eksperimental2017-05-231-34/+34
* Remove in IEx autocompletion default arg. functions with @doc false (#6131)Eksperimental2017-05-232-11/+73
* Give a proper syntax error when invalid sigil delimiters are used (#6133)Andrea Leopardi2017-05-232-0/+11
* Document deprecation of Integer.to_char_list/2 and List.Chars.to_char_list/1 ...Eksperimental2017-05-231-1/+2
* Dogfood new defoverridable syntax (#6100)Sam Davies2017-05-223-4/+3
* Add Exception.blame/3 and Exception.blame_mfa/3 (#6127)José Valim2017-05-2224-259/+656
* Don't call self/1 unnecessarely in Task.Supervisor (#6129)Myron Marston2017-05-221-1/+1
* Deprecation of "strip" functions in String module (#6128)Eksperimental2017-05-223-6/+11
* Polish the documentation for the Logger module and its functionsAndrea Leopardi2017-05-211-35/+49
* Make helper function name clearer in ExceptionAleksei Magusev2017-05-211-5/+5
* Fix struct syntax expansion testAleksei Magusev2017-05-211-1/+1
* Fix "floating-point" spellingAleksei Magusev2017-05-214-8/+8
* Remove exports field from UndefinedFunctionError structJosé Valim2017-05-212-23/+20
* Ensure safe stacktrace use in ExceptionJosé Valim2017-05-211-4/+15
* Add a test that struct syntax is maintainedJosé Valim2017-05-201-0/+4