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
/
compiler
/
rustc_expand
/
src
/
parse
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2024-05-06
Move some tests from `rustc_expand` to `rustc_parse`.
Nicholas Nethercote
-382
/
+0
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-15
/
+15
2024-03-04
Move `sess` function and use it more.
Nicholas Nethercote
-6
/
+2
2024-03-04
Remove `file_path_mapping` param from `ParseSess::new`.
Nicholas Nethercote
-5
/
+1
2024-02-20
Add newtype for raw idents
clubby789
-9
/
+31
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-4
/
+11
2023-12-11
Improve `print_tts` by changing `tokenstream::Spacing`.
Nicholas Nethercote
-9
/
+11
2023-07-28
Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkov
bors
-6
/
+3
2023-07-27
Replace `into_trees` with `trees` in a test.
Nicholas Nethercote
-3
/
+2
2023-07-27
Simplify the `ttdelim_span` test.
Nicholas Nethercote
-3
/
+1
2023-07-26
Squelch a noisy rustc_expand unittest
Eric Huss
-3
/
+9
2023-02-22
various: translation resources from cg backend
David Wood
-4
/
+4
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+4
2023-01-17
`rustc_expand`: remove `ref` patterns
Maybe Waffle
-12
/
+7
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-1
/
+1
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-19
/
+17
2022-05-18
use `CursorRef` more, to not to clone `Tree`s
klensy
-2
/
+2
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-6
/
+8
2021-11-30
re-format with new rustfmt
Mark Rousskov
-10
/
+19
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-12
/
+12
2021-06-14
Use the now available implementation of `IntoIterator` for arrays
LeSeulArtichaut
-1
/
+1
2021-02-18
ast: Keep expansion status for out-of-line module items
Vadim Petrochenkov
-2
/
+2
2021-01-20
Force token collection to run when parsing nonterminals
Aaron Hill
-2
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+348