| Age | Commit message (Expand) | Author | Lines |
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -13/+12 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -7/+7 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | use .copied() instead of .map(|x| *x) on iterators | Matthias Krüger | -13/+12 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -2/+2 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -4/+4 |
| 2020-02-24 | librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-02-24 | remove redundant clones in librustc_mir_build and librustc_data_structures | Matthias Krüger | -1/+1 |
| 2020-02-21 | Fix error message | LeSeulArtichaut | -1/+1 |
| 2020-02-21 | Auto merge of #69330 - Centril:literally-melting-ice, r=eddyb | bors | -37/+24 |
| 2020-02-20 | lit_to_const: gracefully bubble up type errors. | Mazdak Farrokhzad | -37/+24 |
| 2020-02-19 | Make lookup of associated item by name O(log n) | Dylan MacKenzie | -10/+12 |
| 2020-02-18 | Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obk | Dylan DPC | -10/+22 |
| 2020-02-16 | Make librustc_mir compile. | Camille GILLOT | -4/+5 |
| 2020-02-16 | Make librustc_infer compile. | Camille GILLOT | -0/+1 |
| 2020-02-16 | Code review changes. | Ben Lewis | -11/+8 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -3/+18 |
| 2020-02-14 | Generate more accurate MIR in `construct_error` | Matthew Jasper | -5/+42 |
| 2020-02-13 | rename PanicInfo -> AssertKind | Ralf Jung | -7/+7 |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -2/+2 |
| 2020-02-12 | Rollup merge of #68999 - andjo403:itertools, r=Centril | Yuki Okushi | -1/+0 |
| 2020-02-11 | remove some dependencies on itertools | Andreas Jonson | -1/+0 |
| 2020-02-11 | Move more into decorate functions. | jumbatm | -7/+9 |
| 2020-02-11 | Run RustFmt | jumbatm | -38/+29 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -54/+68 |
| 2020-02-09 | Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper | bors | -71/+113 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -24/+41 |
| 2020-02-06 | Simplify implicit resume argument | Jonas Schievink | -9/+3 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -1/+0 |
| 2020-02-04 | Take resume argument from the right generator type | Jonas Schievink | -2/+8 |
| 2020-02-03 | Avoid scheduling repeated `StorageDead`s | Matthew Jasper | -15/+52 |
| 2020-02-03 | Make use of `Place: Copy` | Matthew Jasper | -42/+34 |
| 2020-02-03 | Apply suggestions from code review | matthewjasper | -3/+5 |
| 2020-02-03 | Address review comments | Matthew Jasper | -96/+143 |
| 2020-02-03 | Make `Candidate` private | Matthew Jasper | -7/+10 |
| 2020-02-02 | move_ref_pattern: change pov in diagnostics & add binding names | Mazdak Farrokhzad | -32/+44 |
| 2020-02-02 | move_ref_pattern: don't ICE on unreachable 2xby-move conflicts | Mazdak Farrokhzad | -3/+0 |
| 2020-02-02 | introduce `#![feature(move_ref_pattern)]` | Mazdak Farrokhzad | -72/+105 |
| 2020-02-02 | Change MIR building to fill in the resume place | Jonas Schievink | -26/+40 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -3/+6 |
| 2020-02-01 | Implement general or-patterns in `let` statements | Matthew Jasper | -52/+55 |
| 2020-02-01 | Implement general or-patterns in `match` expressions | Matthew Jasper | -88/+381 |
| 2020-02-01 | Don't create unnecessary block | Matthew Jasper | -10/+3 |
| 2020-02-01 | Generate prebinding blocks lazily | Matthew Jasper | -117/+100 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -4/+5 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-28 | Fix some wrong dereferences after rebase | Santiago Pastorino | -1/+1 |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -3/+3 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -6/+6 |
| 2020-01-28 | Auto merge of #68587 - JohnTitor:rollup-fz45xwc, r=JohnTitor | bors | -5/+8 |