| Age | Commit message (Expand) | Author | Lines |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -7/+4 |
| 2020-03-07 | Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -7/+4 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-05 | Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg) | Matthias Krüger | -1/+1 |
| 2020-03-04 | Auto merge of #69550 - RalfJung:scalar, r=oli-obk | bors | -15/+13 |
| 2020-03-03 | Use .next() instead of .nth(0) on iterators. | Matthias Krüger | -1/+1 |
| 2020-03-01 | Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister | bors | -1/+1 |
| 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-29 | Add a `parent_module_from_def_id` query | John Kåre Alsaker | -1/+1 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -2/+2 |
| 2020-02-28 | remove check_raw after reducing it to one use only | Ralf Jung | -15/+13 |
| 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 |