| Age | Commit message (Expand) | Author | Lines |
| 2020-10-26 | Suggest expressions that look like const generic arguments should be enclosed... | varkor | -0/+16 |
| 2020-10-25 | Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov | Yuki Okushi | -2/+4 |
| 2020-10-24 | Fix inconsistencies in handling of inert attributes on statements | Aaron Hill | -2/+4 |
| 2020-10-21 | Unconditionally capture tokens for attributes. | Aaron Hill | -3/+10 |
| 2020-10-21 | Auto merge of #77250 - Aaron1011:feature/flat-token-collection, r=petrochenkov | bors | -11/+83 |
| 2020-10-19 | Rewrite `collect_tokens` implementations to use a flattened buffer | Aaron Hill | -11/+83 |
| 2020-10-19 | Avoid cloning the contents of a `TokenStream` in a few places | Aaron Hill | -5/+5 |
| 2020-10-18 | Auto merge of #78066 - bugadani:wat, r=jonas-schievink | bors | -1/+1 |
| 2020-10-18 | No need to map the max_distance | Dániel Buga | -1/+1 |
| 2020-10-16 | Add check_generic_arg early pass | Santiago Pastorino | -5/+12 |
| 2020-10-16 | Parse inline const expressions | Santiago Pastorino | -0/+10 |
| 2020-10-15 | Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor | Yuki Okushi | -64/+0 |
| 2020-10-14 | Remove unused code from rustc_ast | est31 | -64/+0 |
| 2020-10-11 | Add hack to keep `actix-web` and `actori-web` compiling | Aaron Hill | -5/+16 |
| 2020-10-09 | address review comments | Esteban Küber | -0/+10 |
| 2020-10-07 | Auto merge of #76985 - hbina:clone_check, r=estebank | bors | -1/+13 |
| 2020-10-04 | Remove extra indirection in LitKind::ByteStr | Robin Schoonover | -4/+3 |
| 2020-09-23 | tidy | Erik Hofmayer | -1/+4 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-22 | Add `#![feature(const_fn_transmute)]` to `rustc_ast` | Dylan MacKenzie | -0/+1 |
| 2020-09-21 | Prevent stackoverflow | Hanif Bin Ariffin | -1/+13 |
| 2020-09-20 | Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnr | Ralf Jung | -3/+3 |
| 2020-09-18 | use matches!() macro for simple if let conditions | Matthias Krüger | -3/+3 |
| 2020-09-17 | Remove redundant #![feature(...)] 's from compiler/ | est31 | -4/+0 |
| 2020-09-14 | Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco | bors | -1/+2 |
| 2020-09-10 | Fully integrate token collection for additional AST structs | Aaron Hill | -1/+1 |
| 2020-09-10 | Attach tokens to `ast::Stmt` | Aaron Hill | -2/+6 |
| 2020-09-10 | Attach `TokenStream` to `ast::Visibility` | Aaron Hill | -7/+14 |
| 2020-09-10 | Attach `TokenStream` to `ast::Path` | Aaron Hill | -4/+5 |
| 2020-09-10 | Attach tokens to `NtMeta` (`ast::AttrItem`) | Aaron Hill | -3/+4 |
| 2020-09-10 | Attach `TokenStream` to `ast::Ty` | Aaron Hill | -4/+6 |
| 2020-09-10 | Attach `TokenStream` to `ast::Block` | Aaron Hill | -1/+2 |
| 2020-09-10 | Syntactically permit unsafety on mods | David Tolnay | -5/+12 |
| 2020-09-10 | Auto merge of #76291 - matklad:spacing, r=petrochenkov | bors | -30/+27 |
| 2020-09-10 | Revert "Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkov" | Tyler Mandry | -2/+2 |
| 2020-09-10 | use sort_unstable to sort primitive types | Matthias Krüger | -1/+2 |
| 2020-09-07 | Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkov | Dylan DPC | -0/+1 |
| 2020-09-06 | Auto merge of #76331 - Aaron1011:fix/group-compat-hack-test, r=petrochenkov | bors | -3/+13 |
| 2020-09-04 | Account for version number in NtIdent hack | Aaron Hill | -3/+13 |
| 2020-09-03 | Optimize Cursor::look_ahead | Aleksey Kladov | -2/+2 |
| 2020-09-03 | Rename IsJoint -> Spacing | Aleksey Kladov | -30/+27 |
| 2020-09-02 | Allow try blocks as the argument to return expressions | Scott McMurray | -0/+1 |
| 2020-09-02 | Auto merge of #76170 - matklad:notrivia, r=petrochenkov | bors | -15/+3 |
| 2020-09-01 | Remove trivia tokens | Aleksey Kladov | -15/+3 |
| 2020-08-30 | Factor out StmtKind::MacCall fields into `MacCallStmt` struct | Aaron Hill | -13/+19 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+8724 |