about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/lib.rs
AgeCommit message (Expand)AuthorLines
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
2020-09-17Remove redundant #![feature(...)] 's from compiler/est31-4/+0
2020-08-30mv compiler to compiler/mark-0/+69