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
/
tt
Age
Commit message (
Expand
)
Author
Lines
2025-07-20
Support `cfg_select!`
Chayim Refael Friedman
-0
/
+11
2025-07-09
feat(lexer): Allow including frontmatter with 'tokenize'
Ed Page
-1
/
+1
2025-06-27
Workaround missing none group support in builtin macros
Lukas Wirth
-0
/
+1
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-05-16
Inline some format args
Laurențiu Nicola
-6
/
+6
2025-05-05
minor: Add more proc-macro tests for parsing negative literals
Lukas Wirth
-0
/
+52
2025-04-28
Add expression fill mode variant for filling with underscore expressions
Lukas Wirth
-3
/
+3
2025-04-01
Fix a bug in MBE expansion that arose from incorrect fixing of an older bug i...
Chayim Refael Friedman
-3
/
+21
2025-03-31
fix: Fix new nightly lints
Lukas Wirth
-3
/
+3
2025-03-08
Fix syntax fixup producing invalid punctuation
¨Florian
-26
/
+4
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
2025-01-02
Store token trees in contiguous `Vec` instead of as a tree
Chayim Refael Friedman
-383
/
+657
2024-12-22
Treat ; as a terminator rather than something that can be glued together in a...
Brian Bosak
-0
/
+1
2024-10-22
Fix new nightly lints
Lukas Wirth
-1
/
+1
2024-09-19
Support the `${concat(...)}` metavariable expression
Chayim Refael Friedman
-0
/
+7
2024-08-29
fix: Fix TokenStream::to_string implementation dropping quotation marks
Lukas Wirth
-1
/
+1
2024-08-06
Replace `[package.repository] = "…"` of published crates with `[package.rep...
Vincent Esche
-1
/
+1
2024-08-06
Add repository URL for published crates' missing `[package.repository]` fields
Vincent Esche
-0
/
+1
2024-08-06
Replace `"TBD"` with more helpful desciptions in published crates' `[package....
Vincent Esche
-1
/
+1
2024-07-29
Make basic use of spans for macro expansion errors
Lukas Wirth
-0
/
+13
2024-07-16
Switch token trees to use Symbols
Lukas Wirth
-40
/
+43
2024-07-15
Fix incorrect encoding of literals in the proc-macro-api on version 4
Lukas Wirth
-2
/
+63
2024-07-15
Encode ident rawness and literal kind separately in tt::Leaf
Lukas Wirth
-14
/
+188
2024-06-30
Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...
Lukas Wirth
-2
/
+0
2024-06-24
move tt-iter into tt crate
Lukas Wirth
-2
/
+165
2024-06-04
Cleanup some inert attribute stuff
Lukas Wirth
-1
/
+1
2024-04-21
Allow rust files to be used linkedProjects
Lukas Wirth
-0
/
+672