about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-08-09remove `P`Deadbeef-1/+0
2025-06-28Remove unused feature gatesYotam Ofek-3/+0
2025-05-19introduce common macro for `MutVisitor` and `Visitor` to dedup codeDeadbeef-0/+1
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-10Remove `AstDeref`.Nicholas Nethercote-1/+1
2025-04-30Simplify `LazyAttrTokenStream`.Nicholas Nethercote-0/+1
2025-04-29Move various token stream things from `rustc_parse` to `rustc_ast`.Nicholas Nethercote-0/+1
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-1/+0
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-07Increase recursion_limit in numerous crates.Nicholas Nethercote-0/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-11/+1
2024-08-16Add `warn(unreachable_pub)` to several crates.Nicholas Nethercote-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-07-07Remove `HasSpan` trait.Nicholas Nethercote-1/+1
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-3/+5
2024-05-01Step bootstrap cfgsMark Rousskov-1/+0
2024-04-30Remove `extern crate tracing` from numerous crates.Nicholas Nethercote-3/+0
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-3/+0
2024-03-20step cfgsMark Rousskov-1/+0
2024-03-08Stabilize associated type boundsMichael Goulet-1/+1
2024-02-18Allow AST and HIR visitors to return `ControlFlow`Jason Newcomb-0/+2
2024-02-10Remove unnecessary `min_specialization` after bootstrapZalathar-1/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-01-25Remove unused featuresclubby789-2/+0
2023-11-21Add HashStable_NoContext to simplify HashStable implementations in rustc_type_irMichael Goulet-3/+1
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-10-22use visibility to check unused imports and delete some stmtsbohan-1/+0
2023-10-19Uplift movability and mutability, the simple wayMichael Goulet-1/+3
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+3
2023-04-16make rustc compilableDeadbeef-1/+0
2023-01-28Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast...Yuki Okushi-1/+0
2023-01-22Remove dependency on slice_internals feature in rustc_astKonrad Borowski-1/+0
2023-01-12Expand format_args!() in rust_ast_lowering.Mara Bos-0/+2
2022-10-01Replace some `bool` params with an enumMaybe Waffle-0/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-2/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-09Inline and remove `TokenStream::opt_from_ast`.Nicholas Nethercote-0/+1
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-0/+3
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-1/+1
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+0
2022-05-11ast: Introduce some traits to get AST node properties genericallyVadim Petrochenkov-2/+4