| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-24 | Clean up the parser a bit | Laurenz | |
| 2022-04-16 | Switch to `unscanny` | Laurenz | |
| 2022-04-11 | Prevent duplicate named arguments and dictionary keys | Laurenz | |
| 2022-03-18 | Methods | Laurenz | |
| 2022-03-11 | Consistent block naming | Laurenz | |
| 2022-02-23 | Code Review: That's just like your struct, man. | Martin Haug | |
| 2022-02-23 | Early stop for falling indents. | Martin Haug | |
| Fix code edits and at_start handling. Also fix dedenting for multi-byte chars in raw blocks. | |||
| 2022-02-23 | New incremental parsing paradigm | Martin Haug | |
| Also move column offset into scanner. This fixes #62 | |||
| 2022-02-21 | Remove `Parbreak` as a `NodeKind` | Martin Haug | |
| 2022-02-03 | Fix incremental group bug | Martin Haug | |
| 2022-01-31 | Fix another parser bug | Laurenz | |
| 2022-01-31 | Fix incremental parsing bugs | Laurenz | |
| 2022-01-30 | Rework strong and emph | Laurenz | |
| - Star and underscore not parsed as strong/emph inside of words - Stars/underscores must be balanced and they cannot go over paragraph break - New `strong` and `emph` classes | |||
| 2022-01-28 | Remove unnecessary group | Laurenz | |
| 2022-01-04 | Code Review: Your parsers were so preoccupied with whether they could | Martin Haug | |
| 2022-01-02 | Fix parser / space / error bug | Martin Haug | |
| 2022-01-02 | Added a test framework for incremental parsing | Martin Haug | |
| Fix several errors: - Indented markup is now reparsed right - All end group errors will now fail a reparse - Rightmost errors will always fail a reparse | |||
| 2021-11-28 | Code Review: Parser, I can't let you do this | Martin Haug | |
| 2021-11-18 | Refactoring and bugfixes | Martin Haug | |
| 2021-11-10 | Comments and neighbors | Martin Haug | |
| 2021-11-08 | Deal with the effects of keywords | Martin Haug | |
| 2021-11-07 | Tests | Martin Haug | |
| - length updates - dealing with keywords and comments | |||
| 2021-11-06 | Incremental-safety based approach | Martin Haug | |
| 2021-12-30 | Make clippy a bit happier | Laurenz | |
| 2021-12-15 | Set Rules Episode VII: The Set Awakens | Laurenz | |
| 2021-11-15 | Make clippy happier and remove `Str` | Laurenz | |
| 2021-11-08 | Final touches | Laurenz | |
| 2021-11-08 | Tidy up AST | Laurenz | |
| 2021-11-06 | Deduplicate trivia search | Laurenz | |
| 2021-11-06 | Faster parser | Laurenz | |
| 2021-11-05 | Style changes | Laurenz | |
| Co-Authored-By: Martin <mhaug@live.de> | |||
| 2021-11-05 | Code Review: No Patrick, question marks are not an instrument | Martin Haug | |
| 2021-11-05 | New error handling | Martin Haug | |
| 2021-11-05 | Notes | Laurenz | |
| 2021-11-05 | Refactoring | Laurenz | |
| Co-Authored-By: Martin <mhaug@live.de> | |||
| 2021-11-05 | Add documentation | Martin Haug | |
| 2021-11-05 | Code Review: Life is Like a Box of Iterators | Martin Haug | |
| 2021-11-05 | Unicode escape error moved to tokenizer | Martin Haug | |
| 2021-11-05 | Less owning, more iterating | Martin Haug | |
| 2021-11-05 | Change parser | Martin Haug | |
| 2021-09-30 | No hashtag before else anymore | Laurenz | |
| 2021-08-21 | Prune derives | Laurenz | |
| 2021-08-13 | Add file information to spans | Laurenz | |
| 2021-08-10 | Minor refactorings | Laurenz | |
| - Reorder parser methods and use `Pos` everywhere - Remove tab special handling for columns and adapt heading/list/enum indent handling - Don't panic when a file has an empty path | |||
| 2021-08-09 | New source loading architecture | Laurenz | |
| 2021-08-01 | Pretty-printed diagnostics with traceback | Laurenz | |
| 2021-07-30 | Fatal errors | Laurenz | |
| - Makes errors fatal, so that a phase is only reached when all previous phases were error-free - Parsing still recovers and can produce multiple errors - Evaluation fails fast and can thus produce only a single error (except for parse errors due to an import) - The single error that could occur during execution is removed for now - Removes Value::Error variant | |||
| 2021-07-16 | Use array's IntoIterator impl and nested or patterns | Laurenz | |
| *yay* | |||
| 2021-07-10 | Remove warnings from parsing and casting | Laurenz | |
| 2021-07-08 | Replace using with from | Laurenz | |
