summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | | | | :"do not show this result in output" is the returned value of functions that print to screen and do not want to show their returned value on screen. This commit adds information about that particular atom to the i/1 IEx helper.
* 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
| | | | | | | | | | | | | | | | * io_test: use os specific newline * test_helper: in_fixture, replace ":" with "_" for WIndows compatibility Colon is a reserved character in Windows directory naming and contain in a dir to be created https://msdn.microsoft.com/en-ca/library/windows/desktop/aa365247(v=vs.85).aspx * xref_test: normalize graph output On windows, xref graph does not produce output with unicode directory layout tokens (└──), instead it outputs the ascii version (`--). Added a normalization function for correct test assertion
* 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
| | | | | | See #6114 Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
* 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
| | | It avoids performance issues found when inspecting large printable strings
* 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
| | | | | | If a function is defined with default arguments and @doc set to false, the original function would be excluded from autocompletion, but the automatically created functions with smaller arities would still remain.
* Give a proper syntax error when invalid sigil delimiters are used (#6133)Andrea Leopardi2017-05-232-0/+11
| | | | | | | | | | | Before this commit, we would have: iex> ~s\ ** (SyntaxError) iex:1: unexpected token: "~" (column 1, codepoint U+007E) After this commit, we have: iex> ~s\ ** (SyntaxError) iex:1: invalid sigil delimiter: "\" (column 3, codepoint U+005C)
* Document deprecation of Integer.to_char_list/2 and List.Chars.to_char_list/1 ↵Eksperimental2017-05-231-1/+2
| | | | (#6134)
* 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
|