| Age | Commit message (Expand) | Author | Lines |
| 2020-02-22 | Do not ICE when encountering `yield` inside `async` block | Esteban Küber | -3/+3 |
| 2020-02-21 | rustfmt relevant files | Mark Rousskov | -780/+655 |
| 2019-12-16 | improve lower_pat_slice docs + while -> for | Mazdak Farrokhzad | -12/+26 |
| 2019-12-15 | improve hir::PatKind::Slice docs | Mazdak Farrokhzad | -2/+9 |
| 2019-12-14 | Do not ICE on unnamed future | Esteban Küber | -3/+10 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -7/+1 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for macro definitions | Vadim Petrochenkov | -1/+1 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for attributes | Vadim Petrochenkov | -1/+11 |
| 2019-11-29 | Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum | Ralf Jung | -5/+5 |
| 2019-11-26 | Make the HIR map own the Definitions. | Camille GILLOT | -5/+5 |
| 2019-11-25 | Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril | bors | -30/+55 |
| 2019-11-24 | Add raw address of expressions to the AST and HIR | Matthew Jasper | -30/+55 |
| 2019-11-23 | Move def collector from `rustc` to `rustc_resolve` | Vadim Petrochenkov | -353/+10 |
| 2019-11-23 | Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk | bors | -2/+15 |
| 2019-11-22 | Auto merge of #66282 - Centril:simplify-try, r=oli-obk | bors | -2/+2 |
| 2019-11-21 | Make `name` work for `MatchSource` | Dylan MacKenzie | -2/+15 |
| 2019-11-21 | Introduce MIR optimizations for simplifying `x?` on `Result`s. | Mazdak Farrokhzad | -2/+2 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -2/+3 |
| 2019-11-21 | Rollup merge of #66515 - Centril:cheaper-inline-asm, r=oli-obk | Mazdak Farrokhzad | -30/+37 |
| 2019-11-21 | Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakis | Mazdak Farrokhzad | -2/+12 |
| 2019-11-21 | reduce size of hir::ExprKind | Mazdak Farrokhzad | -30/+37 |
| 2019-11-20 | Rollup merge of #66457 - cjgillot:just_hashstable, r=Zoxc | Mazdak Farrokhzad | -4/+2 |
| 2019-11-19 | Derive HashStable more. | Camille GILLOT | -1/+1 |
| 2019-11-19 | More HashStable. | Camille GILLOT | -3/+1 |
| 2019-11-18 | rustc: lowering: Lower type args as const args when resolved in value | Gabriel Smith | -5/+56 |
| 2019-11-18 | rustc: hir: Add method to check validity of a Res/Def in a namespace | Gabriel Smith | -0/+38 |
| 2019-11-17 | Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasper | Yuki Okushi | -5/+1 |
| 2019-11-16 | ast: Keep string literals in ABIs precisely | Vadim Petrochenkov | -3/+3 |
| 2019-11-16 | ast: Keep `extern` qualifiers in functions more precisely | Vadim Petrochenkov | -3/+11 |
| 2019-11-16 | rustc_plugin: Remove `Registry::register_attribute` | Vadim Petrochenkov | -5/+1 |
| 2019-11-15 | Rollup merge of #66197 - Centril:transparent-ast, r=varkor | Tyler Mandry | -31/+37 |
| 2019-11-15 | Rollup merge of #66390 - estebank:parenice, r=Centril | Yuki Okushi | -9/+10 |
| 2019-11-14 | TAIT: use hack in ->HIR to avoid more changes | Mazdak Farrokhzad | -31/+37 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+8 |
| 2019-11-13 | Fix ICE when trying to suggest `Type<>` instead of `Type()` | Esteban Küber | -9/+10 |
| 2019-11-13 | Get `FnSig` by `HirId` | Dylan MacKenzie | -0/+35 |
| 2019-11-13 | update suggestion ui test | csmoe | -2/+12 |
| 2019-11-11 | Auto merge of #66252 - cjgillot:trees, r=oli-obk | bors | -187/+35 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -3/+20 |
| 2019-11-10 | Fix tidy. | Camille GILLOT | -1/+2 |
| 2019-11-10 | Merge hir::ImplPolarity into ast::ImplPolarity. | Camille GILLOT | -27/+2 |
| 2019-11-10 | Merge hir::IsAuto into ast::IsAuto. | Camille GILLOT | -16/+2 |
| 2019-11-10 | Merge hir::CaptureClause into ast::CaptureBy. | Camille GILLOT | -23/+7 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -20/+6 |
| 2019-11-10 | Merge hir::Unsafety into ast::Unsafety. | Camille GILLOT | -37/+5 |
| 2019-11-10 | Merge hir::Constness into ast::Constness. | Camille GILLOT | -16/+3 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -55/+16 |
| 2019-11-09 | Move next_node_id to Resolver | Mark Rousskov | -10/+14 |
| 2019-11-09 | Address review comments | Vadim Petrochenkov | -0/+17 |