| Age | Commit message (Expand) | Author | Lines |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-26 | Rollup merge of #73629 - flip1995:assoc_op_copy_clone, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -1/+3 |
| 2020-06-26 | proc_macro: Stop flattening groups with dummy spans | Vadim Petrochenkov | -14/+23 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -1/+3 |
| 2020-06-22 | Make AssocOp Copy | flip1995 | -1/+1 |
| 2020-06-19 | Rollup merge of #73364 - joshtriplett:inline-asm, r=Amanieu | Manish Goregaokar | -1/+1 |
| 2020-06-16 | Fix typo in librustc_ast docs | pierwill | -1/+1 |
| 2020-06-14 | asm: When pretty-printing, don't escape characters twice | Josh Triplett | -1/+1 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -9/+0 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -4/+7 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -9/+0 |
| 2020-06-11 | Rollup merge of #73172 - matthiaskrgr:cl9ppy, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-06-10 | Add doc comments | Aaron Hill | -1/+1 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -4/+7 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -1/+1 |
| 2020-06-08 | Don't lose empty `where` clause when pretty-printing | Aaron Hill | -2/+11 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -1/+2 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -1/+2 |
| 2020-05-29 | Revert "Move functions to librustc_parse" | Aaron Hill | -0/+177 |
| 2020-05-29 | Revert "Recursively expand nonterminals" | Aaron Hill | -0/+2 |
| 2020-05-29 | Revert "Fix rebase fallout" | Aaron Hill | -0/+2 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -2/+6 |
| 2020-05-22 | Fix rebase fallout | Aaron Hill | -2/+0 |
| 2020-05-22 | Recursively expand nonterminals | Aaron Hill | -2/+0 |
| 2020-05-22 | Move functions to librustc_parse | Aaron Hill | -177/+0 |
| 2020-05-19 | Use a fixed-point iteration when breaking tokens | Aaron Hill | -5/+40 |
| 2020-05-19 | Break tokens before checking if they are 'probably equal' | Aaron Hill | -2/+32 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -2/+55 |
| 2020-05-18 | Add asm! to AST | Amanieu d'Antras | -1/+99 |
| 2020-05-16 | Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup... | Ralf Jung | -33/+42 |
| 2020-05-13 | Replace some usages of the old `unescape_` functions in AST, clippy and tests. | Julian Wollersberger | -33/+42 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -30/+30 |
| 2020-05-08 | Work around ICEs during cross-compilation | Cameron Taggart | -0/+4 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -30/+30 |
| 2020-05-01 | Rollup merge of #71762 - tshepang:typo, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-05-01 | doc: this resulted in a link pointing to a non-existent target | Tshepang Lekhonkhobe | -1/+1 |
| 2020-05-01 | doc: reference does not exist, probably a typo | Tshepang Lekhonkhobe | -1/+1 |
| 2020-04-20 | Rollup merge of #71284 - JOE1994:serialize_id, r=petrochenkov | Dylan DPC | -4/+4 |
| 2020-04-19 | fix decode logic for 'AttrId' to be symmetric with encode logic | JOE1994 | -2/+2 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -6/+8 |
| 2020-04-18 | Move `MapInPlace` to rustc_data_structures | Yuki Okushi | -112/+1 |
| 2020-04-17 | fix -Zast-json to properly output the 'id' field | JOE1994 | -2/+2 |
| 2020-04-06 | Rollup merge of #70519 - estebank:constraints-before-args-spans, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+0 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -3/+3 |
| 2020-03-29 | Suggest correct order for arguments when encountering early constraints | Esteban Küber | -2/+2 |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -15/+30 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -17/+17 |