| Age | Commit message (Expand) | Author | Lines |
| 2018-12-11 | Update ub-uninhabit tests | varkor | -5/+5 |
| 2018-12-11 | Use unions for uninhabitedness checking rather than mem::transmute | varkor | -25/+17 |
| 2018-12-11 | Update const eval uninhabited messages | varkor | -5/+7 |
| 2018-12-11 | Update uninhabited matches tests | varkor | -27/+3 |
| 2018-12-11 | Fix irrefutable matches on integer ranges | varkor | -0/+8 |
| 2018-12-11 | Make `const unsafe fn` bodies `unsafe` | Oliver Scherer | -98/+26 |
| 2018-12-10 | Rollup merge of #56661 - aelred:issue-55846, r=Mark-Simulacrum | Guillaume Gomez | -0/+39 |
| 2018-12-10 | Rollup merge of #56641 - GuillaumeGomez:span-trait-method-invalid-nb-paramete... | Guillaume Gomez | -5/+41 |
| 2018-12-10 | Rollup merge of #56491 - euclio:assert-error, r=estebank | Guillaume Gomez | -0/+20 |
| 2018-12-10 | improve diagnostics for invalid external docs | Andy Russell | -10/+23 |
| 2018-12-10 | reject invalid external doc attributes | Andy Russell | -1/+45 |
| 2018-12-10 | Add a few more tests of edge cases | Oliver Scherer | -0/+37 |
| 2018-12-10 | Add regression test for issue #55846 | Felix Chapman | -0/+39 |
| 2018-12-09 | Add lint for items deprecated in future | aheart | -0/+26 |
| 2018-12-09 | Fix rebase + Add missing `// force-host` | Vadim Petrochenkov | -3/+4 |
| 2018-12-09 | Move some tests from ui-fulldeps to ui | Vadim Petrochenkov | -0/+487 |
| 2018-12-09 | Move former compile-fail-fulldeps tests to ui | Vadim Petrochenkov | -0/+2150 |
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -2/+1 |
| 2018-12-08 | Auto merge of #56616 - estebank:issue-56539, r=davidtwco | bors | -0/+7 |
| 2018-12-08 | fix span for invalid number of parameters in trait method | Guillaume Gomez | -5/+41 |
| 2018-12-08 | Rollup merge of #56620 - petrochenkov:noclutter, r=estebank | Mazdak Farrokhzad | -21/+7 |
| 2018-12-08 | Rollup merge of #56248 - estebank:suggest-bare-pub, r=petrochenkov | Mazdak Farrokhzad | -11/+76 |
| 2018-12-08 | Fixed nll stderr file. | Alexander Regueiro | -1/+1 |
| 2018-12-08 | resolve: Reduce some clutter in import ambiguity errors | Vadim Petrochenkov | -21/+7 |
| 2018-12-07 | Fixed test stderr files. | Alexander Regueiro | -160/+86 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -153/+227 |
| 2018-12-07 | Encode `TraitAlias` as if they were `Trait` | Esteban Küber | -0/+7 |
| 2018-12-07 | Change to give a help message | John Ginger | -7/+11 |
| 2018-12-07 | Fix ICE in region naming. | David Wood | -0/+79 |
| 2018-12-07 | Add suggestion for underscore binding fix. | David Wood | -2/+6 |
| 2018-12-07 | Add context for RFC 1685 change in 2018 edition. | David Wood | -0/+4 |
| 2018-12-07 | Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib... | Vadim Petrochenkov | -34/+8 |
| 2018-12-06 | Auto merge of #56392 - petrochenkov:regensym, r=oli-obk | bors | -28/+126 |
| 2018-12-06 | Add test for #46589. | David Wood | -0/+66 |
| 2018-12-06 | Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini | bors | -89/+157 |
| 2018-12-06 | Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakis | bors | -36/+559 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -4/+4 |
| 2018-12-06 | Rollup merge of #56362 - varkor:stabilise-exhaustive-integer-patterns, r=niko... | Pietro Albini | -85/+153 |
| 2018-12-05 | Rollup merge of #56456 - oli-obk:private_impl_trait, r=cramertj | Pietro Albini | -0/+13 |
| 2018-12-05 | Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwco | Pietro Albini | -8/+8 |
| 2018-12-05 | Fix precise_pointer_size_matching tests on all platforms | varkor | -6/+13 |
| 2018-12-05 | Auto merge of #55922 - oli-obk:slice_pat_ice, r=zackmdavis | bors | -0/+72 |
| 2018-12-04 | Auto merge of #56486 - matthewjasper:propagate-all-closure-bounds, r=pnkfelix | bors | -0/+42 |
| 2018-12-04 | emit error with span for empty asserts | Andy Russell | -0/+20 |
| 2018-12-04 | Intrinsic checks are just needed for `qualify_min_const_fn` | Oliver Scherer | -0/+8 |
| 2018-12-04 | Add and update tests | Oliver Scherer | -53/+57 |
| 2018-12-04 | Add tests for stable unsafe features in const fn | Oliver Scherer | -0/+158 |
| 2018-12-04 | Emit feature gate suggestion | Oliver Scherer | -15/+15 |
| 2018-12-04 | Also prevent mutation fields directly | Oliver Scherer | -10/+30 |
| 2018-12-04 | Also make immutable references to non-freeze restricted value range types unsafe | Oliver Scherer | -0/+22 |