summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
2024-07-08Primes should not further raise next superscript's position (#4492)Leedehai
2024-07-08Allow non-utf8 values for `input` and `output` (#4517)T0mstone
2024-07-06Avoid spaces around ignorant and invisible elements in math (#4348)Eric Biedert
2024-07-06Rename `notes.*` to `note.*` & Add some music symbols (#4488)Yip Coekjan
2024-07-06Open with (detached) custom viewers and raise error on failure (#4430)Yip Coekjan
2024-07-06Reword docs for `math.cancel` (#4444)AnarchistHoneybun
2024-07-06Add metadata for `cargo-binstall` (#4458)Yip Coekjan
2024-07-06Statically link xz2 (#4463)Adrian Freund
2024-07-05Clean up flow a bit (#4505)Laurenz
2024-07-04Go from `String` to `&str` when passing font names to SVG code (#4500)Sébastien d'Herbais de Thun
2024-07-04Fix hyphenation outside of words (#4498)Laurenz
2024-07-04Refactor line building (#4497)Laurenz
2024-07-02Fix footnote-reference numbering (#4456)Yip Coekjan
2024-07-02fix(array.slice): Clarify and correct function description (#4446)Mattes Bieniarz
2024-07-02Use a clearer match pattern (#4437)Leedehai
2024-07-01Optimize optimized paragraph layout (#4483)Laurenz
2024-06-27dotPgBiel
2024-06-27simplify decorator arguments in the ASTPgBiel
2024-06-27improve tree searchPgBiel
2024-06-27fix newline countingPgBiel
2024-06-26lexer: make 'take_error' internalPgBiel
2024-06-26diag ids: remove categories, improve docsPgBiel
2024-06-26improve identifier naming, remove error idPgBiel
2024-06-26minor decorator lexing improvementsPgBiel
2024-06-26create DecoratorMarker and DecoratorNamePgBiel
2024-06-26use proper name for paren tokensPgBiel
2024-06-26add doc comment regarding lexer subtreesPgBiel
2024-06-26remove redundant '-' identifier checkPgBiel
2024-06-26proper decorator parsingPgBiel
2024-06-26lexer now returns nodesPgBiel
2024-06-26satisfy clippyPgBiel
2024-06-26allow same line decorator searchPgBiel
2024-06-26don't swallow newlines in decorator lexingPgBiel
2024-06-26search for 'allow' decoratorsPgBiel
2024-06-26use lexer subtrees to parse decoratorsPgBiel
2024-06-26initial decorator parsing in markupPgBiel
2024-06-26separate DecoratorMarker from DecoratorPgBiel
2024-06-26fix decorator lexing with wrong offsetsPgBiel
2024-06-26initial decorator lexingPgBiel
2024-06-26decorator syntaxPgBiel
2024-06-26fix deduplication of warnings with different tracepointsPgBiel
2024-06-26add and use Sink::extend_trackedPgBiel
2024-06-26create Engine::tracepointPgBiel
2024-06-26fix decorator lookup next to the span itselfPgBiel
2024-06-26fix local sink on callPgBiel
2024-06-26initial attempt at a local sink on callPgBiel
2024-06-26basic suppression detectionPgBiel
2024-06-26initial attached comment detectionPgBiel
2024-06-26warn identifier as string, categoriesPgBiel
2024-06-26initial diagnostic identifiersPgBiel