summaryrefslogtreecommitdiff
path: root/src/syntax/source.rs
AgeCommit message (Collapse)Author
2023-06-06Rename `into_u16` to `as_u16`Laurenz
2023-05-11Remove tracing from cheap functionsLaurenz
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-04-23Parallelize tests (#900)Alex Saveau
2023-04-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
2023-04-13Reduce amount of hashingLaurenz
2023-03-28Fix basic lints (cargo clippy) (#383)Marek Barvíř
2023-03-22Fix typos (#115)Kian-Meng Ang
Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-03-21Fix crash for jump to outdated spanLaurenz
2023-03-19Renaming and refactoringLaurenz
2023-03-11Jump to source and previewLaurenz
2023-02-17Impl `Eq` for syntax tree typesLaurenz
2023-01-20Fix a few clippy lintsLaurenz
2023-01-20Rewrite parserLaurenz
2023-01-15Remove most fields from `SyntaxKind` enumLaurenz
2022-12-20Document Utility funcs, some layout funcsMartin Haug
2022-11-23More general evaluation interfaceLaurenz
2022-11-22Make inner node and node data privateLaurenz
2022-11-04Style changesLaurenz
2022-10-17Merge some modulesLaurenz