index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
/
syntax-bridge
Age
Commit message (
Expand
)
Author
Lines
2025-08-09
remove `P`
Deadbeef
-4
/
+4
2025-07-31
`cargo clippy --fix`
Lukas Wirth
-31
/
+29
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-05-30
Add some more `hir_expand::files` conversions
Lukas Wirth
-15
/
+28
2025-04-25
Preallocate `parser::Input`
Chayim Refael Friedman
-1
/
+1
2025-03-23
chore: Remove unused dependencies
Lukas Wirth
-1
/
+0
2025-03-15
cargo fmt
BenjaminBrienen
-11
/
+13
2025-03-15
chore: Remove legacy `SyntaxContextId` re-export
Lukas Wirth
-3
/
+3
2025-03-08
Fix syntax fixup producing invalid punctuation
¨Florian
-16
/
+54
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
2025-01-09
Make edition per-token, not per-file
Chayim Refael Friedman
-26
/
+35
2025-01-02
Store token trees in contiguous `Vec` instead of as a tree
Chayim Refael Friedman
-179
/
+111
2024-12-29
fix: Do not merge spans if they have different anchors
Lukas Wirth
-1
/
+1
2024-12-18
Remove salsa from proc-macro server dep tree
Lukas Wirth
-1
/
+2
2024-09-29
When glueing together tokens from macros, merge their spans
Chayim Refael Friedman
-2
/
+30
2024-09-18
Get rid of `$crate` in expansions shown to the user
Chayim Refael Friedman
-2
/
+17
2024-09-01
internal: Lay basic ground work for standalone mbe tests
Lukas Wirth
-0
/
+135
2024-08-16
Properly account for editions in names
Chayim Refael Friedman
-4
/
+1
2024-08-15
internal: Properly check the edition for edition dependent syntax kinds
Lukas Wirth
-7
/
+6
2024-08-07
Add missing `[package.description]` for 'syntax-bridge' crate
Vincent Esche
-1
/
+1
2024-08-07
Make 'syntax-bridge' crate inherit `[package.repository]` from workspace
Vincent Esche
-0
/
+1
2024-08-05
Split out syntax-bridge into a separate crate
Lukas Wirth
-0
/
+1303