about summary refs log tree commit diff
path: root/tests/ui-fulldeps/pprust-expr-roundtrip.rs
AgeCommit message (Expand)AuthorLines
2025-06-12avoid `&mut P<T>` in `visit_expr` etc methodsDeadbeef-4/+4
2025-05-29remove `visit_clobber` and move `DummyAstNode` to `rustc_expand`Deadbeef-10/+4
2025-03-24Remove fields that are dead since the removal of type ascription syntaxLeón Orell Valerian Liehr-1/+0
2024-12-21Switch pretty-printer roundtrip test to better parserDavid Tolnay-14/+4
2024-07-22Always pass the visitor as the first argument to walk* functionsOli Scherer-9/+10
2024-07-22Sync `mut_visit` function names with immut `visit` ones (s/noop_visit/walk/)Oli Scherer-2/+2
2024-06-05Make top-level `rustc_parse` functions fallible.Nicholas Nethercote-3/+4
2024-05-09Add `ErrorGuaranteed` to `Recovered::Yes` and use it more.Nicholas Nethercote-1/+4
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-4/+4
2024-03-04Remove `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-10remove redundant importssurechen-1/+1
2023-12-08coro_kind -> coroutine_kindMichael Goulet-1/+1
2023-12-04Fix some broken testsEric Holk-1/+1
2023-11-04add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rsDinu Blanovschi-1/+1
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-2/+2
2023-09-11Update tools and fulldeps testsMatthew Jasper-7/+13
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-22/+21
2023-02-22various: translation resources from cg backendDavid Wood-3/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+3
2023-02-21Fix a test.Nicholas Nethercote-3/+3
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-4/+4
2023-01-12test use in libcoreDeadbeef-0/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+252