about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/lib.rs
AgeCommit message (Expand)AuthorLines
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
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
2022-04-11Use const Box::default in P::<[T]>::newJosh Stone-0/+2
2022-02-262 - Make more use of let_chainsCaio-2/+3
2022-02-24Inline a hot closure in `from_lit_token`.Nicholas Nethercote-0/+1
2022-01-07expand: Refactor `InvocationCollector` visitor for better code reuseVadim Petrochenkov-1/+1
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-11-06Auto merge of #90559 - rusticstuff:optimize-bidi-detection, r=davidtwcobors-0/+2
2021-11-04Optimize literal, doc comment lint as well, extract function.Hans Kratz-0/+2
2021-11-02docs(rustc_ast): update crate descriptionsCaleb Cartwright-1/+1
2021-10-08remove unwrap_or! macroklensy-10/+0
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-2/+0
2021-08-25Use if-let guards in the codebaseLéo Lanteri Thauvin-0/+2