| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-25 | make bit_width return u64, consistently with other sizes in the compiler | Ralf Jung | -3/+3 |
| 2020-03-23 | Split long derive lists into two derive attributes. | Ana-Maria Mihalache | -65/+10 |
| 2020-03-23 | Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril | bors | -1/+1 |
| 2020-03-23 | Auto merge of #70204 - Centril:unshackled-lowering, r=Zoxc | bors | -0/+36 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 |
| 2020-03-21 | move CrateDisambiguator -> rustc_ast | Mazdak Farrokhzad | -0/+36 |
| 2020-03-21 | ast: Compress `AttrId` from `usize` to `u32` | Vadim Petrochenkov | -18/+12 |
| 2020-03-20 | can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs. | Mazdak Farrokhzad | -5/+14 |
| 2020-03-18 | Rollup merge of #69899 - ecstatic-morse:const-idx-methods, r=oli-obk | Mazdak Farrokhzad | -1/+3 |
| 2020-03-18 | de-fatalize outline module parsing | Mazdak Farrokhzad | -1/+1 |
| 2020-03-17 | Add requisite feature gates for const assert | Dylan MacKenzie | -0/+2 |
| 2020-03-17 | Rename `from_u32_const` -> `from_u32` | Dylan MacKenzie | -1/+1 |
| 2020-03-16 | ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules` | Vadim Petrochenkov | -2/+2 |
| 2020-03-15 | Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -46/+46 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -1/+1 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -46/+46 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -3/+3 |