| Age | Commit message (Expand) | Author | Lines |
| 2020-03-09 | Add test for issue-60473 | Yuki Okushi | -0/+27 |
| 2020-03-09 | Add test for issue-57201 | Yuki Okushi | -0/+22 |
| 2020-03-09 | Add test for issue-57200 | Yuki Okushi | -0/+22 |
| 2020-03-09 | Add test for issue-54239 | Yuki Okushi | -0/+17 |
| 2020-03-09 | Check if output is immediate value | Yuki Okushi | -0/+22 |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -28/+48 |
| 2020-03-08 | Rollup merge of #69800 - tmiasko:address-g, r=nikic | Mazdak Farrokhzad | -3/+2 |
| 2020-03-08 | Rollup merge of #69734 - tmiasko:di-enumerator, r=ecstatic-morse | Mazdak Farrokhzad | -0/+27 |
| 2020-03-08 | Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasper | Mazdak Farrokhzad | -8/+2 |
| 2020-03-08 | allow dead code in discriminant test | Bastian Kauschke | -0/+1 |
| 2020-03-08 | test discriminant of enum with uninhabited variant | Bastian Kauschke | -0/+11 |
| 2020-03-08 | Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb | Mazdak Farrokhzad | -228/+305 |
| 2020-03-08 | prevent potential promotion in const_discriminant | Bastian Kauschke | -3/+5 |
| 2020-03-08 | override flags from compiletest | 12101111 | -1/+2 |
| 2020-03-08 | constify `mem::discriminant` | Bastian Kauschke | -0/+22 |
| 2020-03-08 | fix type size mismatch on 32bit | Ralf Jung | -20/+19 |
| 2020-03-08 | Rollup merge of #69810 - thekuom:test/67523-dynamic-semantics-bindings-after-... | Mazdak Farrokhzad | -0/+48 |
| 2020-03-08 | Rollup merge of #69805 - petrochenkov:importname, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2020-03-08 | Rollup merge of #69599 - Centril:typeck-tweak-wording, r=davidtwco | Mazdak Farrokhzad | -8/+8 |
| 2020-03-08 | Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-Simulacrum | Mazdak Farrokhzad | -13/+0 |
| 2020-03-08 | Rollup merge of #69548 - LeSeulArtichaut:assert-errors, r=petrochenkov | Mazdak Farrokhzad | -13/+7 |
| 2020-03-08 | Rollup merge of #69422 - JohnTitor:remove-unwrap, r=Xanewok | Mazdak Farrokhzad | -33/+38 |
| 2020-03-08 | Update tests | Guillaume Gomez | -36/+52 |
| 2020-03-08 | Add test for unnecessary panic branches | Jonas Schievink | -0/+34 |
| 2020-03-07 | test(bindings_after_at): add dynamic drop tests for bindings_after_at | Matthew Kuo | -0/+48 |
| 2020-03-07 | resolve: `directive` -> `import` | Vadim Petrochenkov | -2/+2 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -21/+21 |
| 2020-03-07 | Rollup merge of #69708 - estebank:tiny, r=petrochenkov | Mazdak Farrokhzad | -8/+2 |
| 2020-03-07 | Rollup merge of #69687 - Centril:bm-inconsistent-wording, r=estebank | Mazdak Farrokhzad | -72/+73 |
| 2020-03-07 | Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakis | Mazdak Farrokhzad | -95/+11 |
| 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 | -8/+8 |
| 2020-03-07 | Rollup merge of #69727 - JohnTitor:sugg-unwrap, r=estebank | Mazdak Farrokhzad | -0/+37 |
| 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 #68985 - daboross:fix-35813, r=Centril | Mazdak Farrokhzad | -10/+613 |
| 2020-03-07 | Rollup merge of #67741 - estebank:point-at-pat-def, r=Centril | Mazdak Farrokhzad | -4/+68 |
| 2020-03-06 | When encountering an Item in a pat context, point at the item def | Esteban Küber | -4/+68 |
| 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 | -17/+39 |
| 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 | -4/+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 | -5/+5 |
| 2020-03-06 | Turn trailing tokens in `assert!()` into hard errors | LeSeulArtichaut | -13/+7 |
| 2020-03-06 | Suggest removal of auto trait super traits and type params | Esteban Küber | -0/+25 |
| 2020-03-07 | Add a regression test | Yuki Okushi | -0/+37 |
| 2020-03-06 | Further tweak spans in ast validation errors | Esteban Küber | -37/+43 |
| 2020-03-06 | bless tests | Matthias Krüger | -8/+8 |
| 2020-03-06 | Auto merge of #69753 - pnkfelix:issue-69191-ice-on-uninhabited-enum-field, r=oli | bors | -0/+91 |
| 2020-03-06 | fix various typos | Matthias Krüger | -13/+13 |