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
/
tests
/
ui-fulldeps
/
pprust-expr-roundtrip.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-12
avoid `&mut P<T>` in `visit_expr` etc methods
Deadbeef
-4
/
+4
2025-05-29
remove `visit_clobber` and move `DummyAstNode` to `rustc_expand`
Deadbeef
-10
/
+4
2025-03-24
Remove fields that are dead since the removal of type ascription syntax
León Orell Valerian Liehr
-1
/
+0
2024-12-21
Switch pretty-printer roundtrip test to better parser
David Tolnay
-14
/
+4
2024-07-22
Always pass the visitor as the first argument to walk* functions
Oli Scherer
-9
/
+10
2024-07-22
Sync `mut_visit` function names with immut `visit` ones (s/noop_visit/walk/)
Oli Scherer
-2
/
+2
2024-06-05
Make top-level `rustc_parse` functions fallible.
Nicholas Nethercote
-3
/
+4
2024-05-09
Add `ErrorGuaranteed` to `Recovered::Yes` and use it more.
Nicholas Nethercote
-1
/
+4
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-4
/
+4
2024-03-04
Remove `file_path_mapping` param from `ParseSess::new`.
Nicholas Nethercote
-2
/
+2
2024-02-22
[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives
许杰友 Jieyou Xu (Joe)
-2
/
+2
2023-12-10
remove redundant imports
surechen
-1
/
+1
2023-12-08
coro_kind -> coroutine_kind
Michael Goulet
-1
/
+1
2023-12-04
Fix some broken tests
Eric Holk
-1
/
+1
2023-11-04
add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rs
Dinu Blanovschi
-1
/
+1
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-2
/
+2
2023-09-11
Update tools and fulldeps tests
Matthew Jasper
-7
/
+13
2023-03-12
Remove uses of `box_syntax` in rustc and tools
clubby789
-22
/
+21
2023-02-22
various: translation resources from cg backend
David Wood
-3
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+3
2023-02-21
Fix a test.
Nicholas Nethercote
-3
/
+3
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-4
/
+4
2023-01-12
test use in libcore
Deadbeef
-0
/
+1
2023-01-11
Move /src/test to /tests
Albert Larsan
-0
/
+252