summary refs log tree commit diff
path: root/compiler/rustc_ast/src/lib.rs
AgeCommit message (Expand)AuthorLines
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
2021-08-18Remove box syntax from rustc_astest31-1/+0
2021-07-27Stabilize `const_fn_transmute`Jacob Pratt-1/+1
2021-06-28Update to new bootstrap compilerMark Rousskov-1/+0
2021-05-31Remove unused feature gatesbjorn3-2/+0
2021-05-26Specialize implementationsJacob Pratt-0/+2
2021-05-24remove cfg(bootstrap)Pietro Albini-3/+1
2021-05-22stabilize const_fn_unsizeRalf Jung-1/+1
2021-04-18fix feature use in rustc libsRalf Jung-1/+2
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2021-03-26Use iter::zip in compiler/Josh Stone-0/+1
2021-03-19stabilize or_patternsmark-1/+1
2021-03-07Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelixbors-1/+0
2021-02-27Combine HasAttrs and HasTokens into AstLikeAaron Hill-0/+2
2021-02-04Stabilize feature(iterator_fold_self): Iterator::reduceMara Bos-1/+0
2021-02-02Let a portion of DefPathHash uniquely identify the DefPath's crate.Michael Woerister-1/+0
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-0/+1
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-0/+1
2020-11-24Move lev_distance to rustc_ast, make non-genericArlie Davis-1/+0
2020-09-23tidyErik Hofmayer-1/+4
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-22Add `#![feature(const_fn_transmute)]` to `rustc_ast`Dylan MacKenzie-0/+1