| Age | Commit message (Expand) | Author | Lines |
| 2020-03-08 | Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasper | Mazdak Farrokhzad | -8/+2 |
| 2020-03-08 | Rollup merge of #69646 - RalfJung:layout-visitor, r=eddyb | Mazdak Farrokhzad | -228/+305 |
| 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-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 | 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-07 | Add a regression test | Yuki Okushi | -0/+37 |
| 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 |
| 2020-03-06 | Added oli's multivariant test case (alpha renaming the enum name itself). | Felix S. Klock II | -3/+63 |
| 2020-03-06 | Auto merge of #69614 - estebank:ice-age, r=davidtwco | bors | -0/+41 |
| 2020-03-05 | Fix #69191 | Felix S. Klock II | -0/+31 |
| 2020-03-05 | Bumped version number for const_eval_limit in active.rs | Christoph Schmidler | -14/+38 |
| 2020-03-05 | Opt out of CTFE if the 'const_eval_limit' is set to 0 | Christoph Schmidler | -1/+9 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -20/+35 |
| 2020-03-05 | Disable CTFE if const_limit was set to 0, otherwise use the value set, which ... | Christoph Schmidler | -1/+33 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -0/+24 |
| 2020-03-04 | On mismatched delimiters, only point at empty blocks that are in the same line | Esteban Küber | -8/+2 |
| 2020-03-04 | fix tidy error | Matthew Kuo | -1/+2 |
| 2020-03-04 | test(pattern): harden tests for or-patterns with slice-patterns | Matthew Kuo | -4/+27 |
| 2020-03-04 | test(pattern): add tests for combinations of pattern features | Matthew Kuo | -0/+283 |
| 2020-03-04 | resolve, inconsistent binding mode: tweak wording. | Mazdak Farrokhzad | -72/+73 |
| 2020-03-03 | Auto merge of #69678 - Dylan-DPC:rollup-yoaueud, r=Dylan-DPC | bors | -2/+29 |
| 2020-03-03 | Rollup merge of #69665 - tmiasko:new-pass-manager-thin-lto-opt, r=nikic | Dylan DPC | -2/+29 |
| 2020-03-03 | Auto merge of #69506 - Centril:stmt-semi-none, r=petrochenkov | bors | -22/+14 |
| 2020-03-03 | Auto merge of #69371 - tmiasko:weak-lang-cycle, r=alexcrichton | bors | -0/+76 |
| 2020-03-03 | Add regression test for linking issue with start-group / end-group | Tomasz Miąsko | -0/+76 |
| 2020-03-03 | Update tests | Yuki Okushi | -91/+11 |