| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -3/+0 |
| 2019-11-09 | Support registering attributes and attribute tools using crate-level attributes | Vadim Petrochenkov | -0/+3 |
| 2019-11-08 | Rollup merge of #66188 - Centril:fnsig, r=davidtwco | Mazdak Farrokhzad | -52/+43 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -30/+9 |
| 2019-11-08 | ast::ItemKind::Fn: use ast::FnSig | Mazdak Farrokhzad | -10/+5 |
| 2019-11-08 | ast::MethodSig -> ast::FnSig | Mazdak Farrokhzad | -2/+2 |
| 2019-11-08 | hir::MethodSig -> hir::FnSig | Mazdak Farrokhzad | -16/+17 |
| 2019-11-08 | hir::ItemKind::Fn: use hir::MethodSig | Mazdak Farrokhzad | -26/+21 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -2/+2 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -3/+24 |
| 2019-11-07 | Rollup merge of #65752 - estebank:sugg, r=Centril | Mazdak Farrokhzad | -3/+17 |
| 2019-11-07 | parser: don't hardcode ABIs into grammar | Mazdak Farrokhzad | -3/+24 |
| 2019-11-07 | Auto merge of #66175 - JohnTitor:rollup-ihqk5vn, r=JohnTitor | bors | -0/+9 |
| 2019-11-07 | Rollup merge of #66076 - RalfJung:qpath, r=davidtwco,oli-obk | Yuki Okushi | -0/+9 |