summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add link to Hex optionsemj/hex-optionsEric Meadows-Jönsson2017-08-281-0/+4
* Fix bootstrapping issuesJosé Valim2017-08-281-1/+1
* Remove need for utils function in MacroJosé Valim2017-08-281-5/+12
* Improve coverage on Macro.to_stringJosé Valim2017-08-282-14/+26
* Ensure doc_line comes after cancel logicJosé Valim2017-08-281-3/+3
* Introduce force_break and cancel_breakJosé Valim2017-08-282-60/+64
* Do not use cursor nesting on surroundJosé Valim2017-08-282-2/+3
* Correct Registry.match/4's typespec of its "pattern" argument (#6508)Fred Wu2017-08-272-1/+6
* Make terminator binariesJosé Valim2017-08-275-13/+17
* Introduce string document that counts graphemesJosé Valim2017-08-271-6/+50
* Add cursor-based nestingJosé Valim2017-08-272-13/+27
* Introduce next_break_fits docJosé Valim2017-08-261-7/+55
* Rename lines to soft and hard instead of booleanJosé Valim2017-08-262-14/+15
* Instead of flex groups, use flex breaksJosé Valim2017-08-264-113/+88
* Add conditional nestingJosé Valim2017-08-262-32/+45
* Introduce forced line breaksJosé Valim2017-08-262-21/+50
* Make sure all lines in group must fitJosé Valim2017-08-262-16/+21
* Add Inspect.Algebra.line/0José Valim2017-08-251-2/+26
* Do not translate empty files to nilJosé Valim2017-08-251-2/+2
* Fix a word in the Kernel moduledoc (#6506)Gustavo Saiani2017-08-251-1/+1
* Refactor tests for the :wrap_literals_in_blocks parser optionAndrea Leopardi2017-08-251-20/+31
* Add :format metadata to strings and charlist literals (#6505)Andrea Leopardi2017-08-252-11/+15
* Improve error when NaiveDateTime given to DateTime.to_iso8601/2Aleksei Magusev2017-08-241-6/+6
* Split callable in two typesJosé Valim2017-08-242-9/+11
* Add test for date limits enforcing in Calendar.ISOAleksei Magusev2017-08-241-0/+9
* unquote_splicing has arity of 1José Valim2017-08-241-1/+1
* Fix mix test CLI test outputJosé Valim2017-08-241-2/+2
* Remove incorrect wording regarding test casesJosé Valim2017-08-2418-215/+243
* List doctests separately from tests in reportsJosé Valim2017-08-242-28/+31
* Simplify operator logic in Macro.to_stringJosé Valim2017-08-241-7/+2
* Wrap unary operator in parens as wellJosé Valim2017-08-243-5/+7
* Add String.Tokenizer back to tokenizer scopeJosé Valim2017-08-231-1/+5
* Clarify Path.join/2 behavior when dealing with lists (#6502)Andrew Dryga2017-08-232-0/+10
* Allow strings/atoms/charlists to be emitted unescapedJosé Valim2017-08-232-36/+27
* Improve doc for Kernel.SpecialForms.&/1 (#6498)Tai An Su2017-08-231-6/+13
* Keep the representation of "float" tokens like we do for "int" tokens (#6501)Andrea Leopardi2017-08-234-15/+17
* Fix integer token representation for decimal integersAndrea Leopardi2017-08-232-6/+10
* Merge integer tokens into the "int" token (#6499)Andrea Leopardi2017-08-237-101/+80
* Remove extra new line on umbrellas' .gitignoreJosé Valim2017-08-231-1/+0
* Ignore package tarball (#6494)Gustavo Villa2017-08-231-3/+8
* Change the format of tokens (#6495)Andrea Leopardi2017-08-225-210/+258
* Fix Date.Range.t (#6496)Bryan Enders2017-08-221-2/+2
* Rename :mode to :group and provide better defaultsJosé Valim2017-08-224-25/+22
* Silence behaviour warnings on bootstrappingJosé Valim2017-08-221-0/+7
* Add Code.Identifier to hold shared identifier logic throughout ElixirJosé Valim2017-08-2217-428/+431
* Fix an example in the docs for Enum.reduce/3 (#6493)jonnysod2017-08-221-1/+1
* Rename the "hexadecimal" token to "hex"Andrea Leopardi2017-08-224-6/+6
* Fix the spec and docs for Integer.undigits/2Andrea Leopardi2017-08-221-2/+2
* Fix some formatting in the documentation for the Supervisor moduleAndrea Leopardi2017-08-221-1/+1
* Remove ordering issue on errors_test.exs, closes #6490José Valim2017-08-213-7/+7