about summary refs log tree commit diff
path: root/src/test/ui-fulldeps/pprust-expr-roundtrip.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-252/+0
2022-12-31Add missing extern crate rustc_driverbjorn3-0/+5
2022-11-28Keep track of the start of the argument block of a closureSarthak Singh-0/+1
2022-11-17Use `ThinVec` in `ast::Path`.Nicholas Nethercote-1/+3
2022-11-17Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote-13/+17
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-3/+2
2022-08-10Adapt ui-fulldeps test.Camille GILLOT-2/+2
2022-07-12Parse closure bindersMaybe Waffle-0/+1
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-1/+1
2021-09-03Detect bare blocks with type ascription that were meant to be a `struct` literalEsteban Kuber-0/+1
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-1/+1
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-1/+1
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-67/+60
2021-03-16ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`Vadim Petrochenkov-1/+3
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-1/+1
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-1/+2
2020-08-20Capture tokens for Pat used in macro_rules! argumentAaron Hill-0/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-1/+1
2020-06-10Fix pprust-expr-roundtripAaron Hill-2/+2
2020-05-24Collect tokens for `ast::Expr`Aaron Hill-0/+2
2020-05-08Fix testsCamille GILLOT-0/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-5/+5
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-1/+1
2020-02-13IsAsync -> enum Async { Yes { span: Span, .. }, No }Mazdak Farrokhzad-1/+1
2020-02-01fix fallout in testsMazdak Farrokhzad-2/+4
2020-01-02fix src/test falloutMazdak Farrokhzad-2/+3
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-1/+0
2019-12-23Add span information to `ExprKind::Assign`varkor-2/+2
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-1/+1
2019-11-24Add tests for raw_ref_opMatthew Jasper-1/+4
2019-11-20Delete ProcessCfgModMark Rousskov-2/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-1/+2
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-3/+5
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-2/+2
2019-09-28syntax: don't keep a redundant c_variadic flag in the AST.Eduard-Mihai Burtescu-1/+0
2019-09-26Fix ui-fulldeps testsvarkor-1/+1
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-1/+1
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-2/+2
2019-09-07Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkovMazdak Farrokhzad-22/+25
2019-09-05Fix testEsteban Küber-22/+25
2019-09-05or-patterns: fix pprust-expr-roundtrip due to AST change.Mazdak Farrokhzad-3/+3
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+230