| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-06 | Add note to `groups.yml` | Laurenz | |
| 2023-06-06 | Rename `into_u16` to `as_u16` | Laurenz | |
| 2023-05-24 | Rework delimiter errors | Laurenz | |
| Fixes #572 | |||
| 2023-05-21 | Correct outdated comment (#1265) | Rui | |
| 2023-05-17 | Show default values in documentation | Laurenz | |
| Fixes #169 Fixes #1102 | |||
| 2023-05-15 | Switch from unicode_xid to unicode_ident (#1208) | Kevin Stevens | |
| 2023-05-11 | Remove tracing from cheap functions | Laurenz | |
| Turns out that having tracing enabled on some functions that get called a lot distorts the traces so that their parent stack frames look much more expensive than they actually are. | |||
| 2023-05-04 | More efficient incremental parsing | Laurenz | |
| If validation fails, we now do exponential fallback to a larger segment instead of giving up entirely. | |||
| 2023-05-03 | Parameter pattern bug (#1062) | Marmare314 | |
| 2023-05-03 | Add shorthand for root operation (#929) | Marmare314 | |
| 2023-04-26 | Touch up docs | Laurenz | |
| 2023-04-26 | Pattern as parameter (#854) | Marmare314 | |
| 2023-04-25 | Destructuring assign (#703) | Marmare314 | |
| 2023-04-23 | Parallelize tests (#900) | Alex Saveau | |
| 2023-04-23 | Add instrumentation (Part 1) (#761) | Sébastien d'Herbais de Thun | |
| 2023-04-20 | forbid underscore as identifier closes #513 (#837) | Marmare314 | |
| 2023-04-19 | Fix argument sinks | Laurenz | |
| Fixes #886. | |||
| 2023-04-19 | Give more specific error messages (#881) | Leedehai | |
| 2023-04-18 | Clippy fixes (#856) | Marek Barvíř | |
| 2023-04-18 | Improve error message in lexer (#242) | Greg Shuflin | |
| In the error message for an invalid character, print which character triggered the error. | |||
| 2023-04-16 | refactor SyntaxKind::Pattern (#831) | Marmare314 | |
| 2023-04-13 | Fix function sinks (#638) | Marmare314 | |
| 2023-04-13 | Reduce amount of hashing | Laurenz | |
| 2023-04-11 | fix parenthesized binding (#707) | Marmare314 | |
| 2023-04-11 | Fix duplicate error message for destructuring | Laurenz | |
| 2023-04-06 | Unpacking syntax (#532) | Marmare314 | |
| Closes #341 | |||
| 2023-04-04 | Allow labels and reference with ',' and '.' | Laurenz | |
| 2023-04-04 | Disable clippy for specific lines (#503) | Marek Barvíř | |
| 2023-04-04 | clippy::match_like_matches_macro (#502) | Marek Barvíř | |
| 2023-04-04 | Integers with different bases | Laurenz | |
| 2023-03-31 | FIX lint clippy::len_without_is_empty (#451) | Marek Barvíř | |
| 2023-03-30 | Add support for more characters in links (#379) | frozolotl | |
| 2023-03-28 | Fix parsing of language in single-tick raw literals (#401) | frozolotl | |
| 2023-03-28 | Fix basic lints (cargo clippy) (#383) | Marek Barvíř | |
| 2023-03-27 | Fix parsing of unbalanced delimiters in math | Laurenz | |
| 2023-03-27 | Fix matrix delimiters | Laurenz | |
| Fixes #200. | |||
| 2023-03-27 | Parse decimals as a unit | Laurenz | |
| Fixes #257. | |||
| 2023-03-27 | Fix enum parsing and allow zero in numberings | Laurenz | |
| Fixes #353. | |||
| 2023-03-22 | Fix typos (#115) | Kian-Meng Ang | |
| Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant` | |||
| 2023-03-21 | Fix show rule colon error message | Laurenz | |
| 2023-03-21 | Fix crash for jump to outdated span | Laurenz | |
| 2023-03-21 | More math shorthands | Laurenz | |
| 2023-03-19 | Renaming and refactoring | Laurenz | |
| 2023-03-18 | Rename formula to equation | Laurenz | |
| 2023-03-18 | Attach parameter list span to function | Laurenz | |
| 2023-03-17 | Counters | Laurenz | |
| 2023-03-14 | Reference supplements | Laurenz | |
| 2023-03-14 | Allow keywords as fields | Laurenz | |
| 2023-03-11 | Jump to source and preview | Laurenz | |
| 2023-03-11 | Section references | Laurenz | |
