| Age | Commit message (Expand) | Author | Lines |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -158/+158 |
| 2020-03-07 | Rollup merge of #69765 - RalfJung:miri-test, r=LukasKalbertodt | Mazdak Farrokhzad | -2/+2 |
| 2020-03-07 | Rollup merge of #69708 - estebank:tiny, r=petrochenkov | Mazdak Farrokhzad | -9/+8 |
| 2020-03-07 | Rollup merge of #69687 - Centril:bm-inconsistent-wording, r=estebank | Mazdak Farrokhzad | -74/+74 |
| 2020-03-07 | Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakis | Mazdak Farrokhzad | -125/+14 |
| 2020-03-07 | resolve: `ImportDirective` -> `Import` | Vadim Petrochenkov | -125/+105 |
| 2020-03-07 | Auto merge of #69676 - ecstatic-morse:fix-enum-discr-effect, r=oli-obk | bors | -20/+28 |
| 2020-03-07 | Compile address sanitizer test with debuginfo | Tomasz Miąsko | -3/+2 |
| 2020-03-07 | Make error message clearer about creating new module | Kornel | -33/+18 |
| 2020-03-07 | Correct version that relaxed orphan rules | Jonathan Giddy | -1/+1 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -100/+88 |
| 2020-03-07 | Rollup merge of #69754 - Dylnuge:dylnuge/dep-version, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-03-07 | Rollup merge of #69727 - JohnTitor:sugg-unwrap, r=estebank | Mazdak Farrokhzad | -3/+43 |
| 2020-03-07 | Rollup merge of #69706 - cuviper:subslice-methods, r=Centril | Mazdak Farrokhzad | -22/+8 |
| 2020-03-07 | Rollup merge of #69690 - thekuom:test/67311-extend-bindings-after-at-tests, r... | Mazdak Farrokhzad | -0/+307 |
| 2020-03-07 | Rollup merge of #69680 - petrochenkov:nont4, r=Centril | Mazdak Farrokhzad | -32/+32 |
| 2020-03-07 | Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obk | Mazdak Farrokhzad | -14/+14 |
| 2020-03-07 | Rollup merge of #68985 - daboross:fix-35813, r=Centril | Mazdak Farrokhzad | -15/+671 |
| 2020-03-07 | Rollup merge of #67741 - estebank:point-at-pat-def, r=Centril | Mazdak Farrokhzad | -28/+147 |
| 2020-03-07 | Add new option to the documentation. | O01eg | -0/+1 |
| 2020-03-07 | Update alloc.rs | Tim Diekmann | -2/+2 |
| 2020-03-07 | Add `Layout::dangling()` to return a well-aligned `NonNull<u8>` | Tim Diekmann | -0/+16 |
| 2020-03-06 | mir-interpret: add method Memory::read wide_string | JOE1994 | -0/+37 |
| 2020-03-07 | Implement Error for TryReserveError | Lena Wildervanck | -0/+24 |
| 2020-03-06 | When encountering an Item in a pat context, point at the item def | Esteban Küber | -28/+147 |
| 2020-03-06 | bug on ty::GeneratorWitness | Ralf Jung | -4/+7 |
| 2020-03-06 | rename visit_primitive -> try_visit_primitive, and comments | Ralf Jung | -4/+5 |
| 2020-03-06 | please tidy | Ralf Jung | -13/+14 |
| 2020-03-06 | better error messages for invalid boxes (and a few more tests) | Ralf Jung | -24/+51 |
| 2020-03-06 | test some more kinds of enums with uninhabited variants | Ralf Jung | -11/+77 |
| 2020-03-06 | test that we validate boxes | Ralf Jung | -5/+49 |
| 2020-03-06 | const validation ub tests: use transmute instead of unions | Ralf Jung | -221/+165 |
| 2020-03-06 | miri value visitor: detect primitives by type, not layout | Ralf Jung | -131/+163 |
| 2020-03-06 | 'fieldless enums' is not what I meant -- it's empty/uninhabited enums, really | Ralf Jung | -3/+2 |
| 2020-03-06 | mir::Local is Copy we can pass it by value in these cases | Santiago Pastorino | -12/+12 |
| 2020-03-06 | Fix sequence of Type and Trait in optin-builtin-traits in Unstable Book | Arkadiusz Piekarz | -1/+1 |
| 2020-03-06 | Turn trailing tokens in `assert!()` into hard errors | LeSeulArtichaut | -21/+11 |
| 2020-03-06 | review comment | Esteban Küber | -15/+10 |
| 2020-03-06 | Suggest removal of auto trait super traits and type params | Esteban Küber | -1/+38 |
| 2020-03-07 | Add a regression test | Yuki Okushi | -0/+37 |
| 2020-03-07 | Avoid using `unwrap()` in suggestions | Yuki Okushi | -3/+6 |
| 2020-03-06 | Further tweak spans in ast validation errors | Esteban Küber | -48/+91 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -100/+88 |
| 2020-03-06 | bless tests | Matthias Krüger | -10/+10 |
| 2020-03-07 | Remove `NO_DEBUG` const | Yuki Okushi | -3/+0 |
| 2020-03-06 | Auto merge of #69753 - pnkfelix:issue-69191-ice-on-uninhabited-enum-field, r=oli | bors | -0/+99 |
| 2020-03-06 | rustc_expand: Factor out `Annotatable::into_tokens` to a separate method | Vadim Petrochenkov | -32/+32 |
| 2020-03-06 | perf(dep_graph): Avoid allocating a set on when the number reads are small | Markus Westerlind | -2/+17 |
| 2020-03-06 | add lint on File::read_to_string and File::read_to_end | Jacob Meyers | -1/+8 |
| 2020-03-06 | Fix missing ` in doc for File::with_options | Lukas | -1/+1 |