| Age | Commit message (Expand) | Author | Lines |
| 2019-06-19 | rustc: replace `GenericArgs::with_generic_args` hack with a plain getter. | Eduard-Mihai Burtescu | -102/+91 |
| 2019-06-19 | Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkor | bors | -548/+3429 |
| 2019-06-19 | Auto merge of #58351 - oli-obk:double_check_const_eval, r=RalfJung | bors | -197/+758 |
| 2019-06-19 | packed -> repr(packed) | Oliver Scherer | -1/+1 |
| 2019-06-19 | Fix comment about alignments | Oliver Scherer | -2/+2 |
| 2019-06-19 | Remove now-unnecessary lifetime | Oliver Scherer | -1/+1 |
| 2019-06-19 | More FIXMEs | Oliver Scherer | -0/+1 |
| 2019-06-19 | Explain existance of `Align` field | Oliver Scherer | -1/+4 |
| 2019-06-19 | Weave the alignment through `ByRef` | Oliver Scherer | -42/+41 |
| 2019-06-19 | Outright ignore any alignment in `const_field` | Oliver Scherer | -8/+4 |
| 2019-06-19 | Update ui test output | Oliver Scherer | -1/+1 |
| 2019-06-19 | Elaborate some more on what mutability field means what | Oliver Scherer | -0/+8 |
| 2019-06-19 | Update to `TyCtxt` lifetime changes | Oliver Scherer | -10/+10 |
| 2019-06-19 | Fix typo | Oliver Scherer | -1/+1 |
| 2019-06-19 | The future is now | Oliver Scherer | -4/+0 |
| 2019-06-19 | s/intern/intern_shallow/ | Oliver Scherer | -4/+5 |
| 2019-06-19 | Add and update more tests | Oliver Scherer | -1/+28 |
| 2019-06-19 | Elaborate on a comment | Oliver Scherer | -0/+2 |
| 2019-06-19 | Merge `StaticMut` and `Static` logic | Oliver Scherer | -6/+6 |
| 2019-06-19 | Fix rebase fallout | Oliver Scherer | -8/+8 |
| 2019-06-19 | Elaborate on why we don't look at frozenness | Oliver Scherer | -0/+2 |
| 2019-06-19 | Don't ICE when pattern matching packed structs | Oliver Scherer | -2/+24 |
| 2019-06-19 | Prevent cyclic locks of `alloc_map` | Oliver Scherer | -1/+4 |
| 2019-06-19 | Make interning explicitly care about types and the mutability of memory | Oliver Scherer | -172/+668 |
| 2019-06-19 | Fixmes and style fixes | Oliver Scherer | -0/+5 |
| 2019-06-19 | Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centril | bors | -923/+966 |
| 2019-06-19 | Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril | Mazdak Farrokhzad | -129/+222 |
| 2019-06-19 | Rollup merge of #61938 - RalfJung:miri-toolstate, r=kennytm | Mazdak Farrokhzad | -8/+17 |
| 2019-06-19 | Rollup merge of #61898 - petrochenkov:sekind, r=eddyb | Mazdak Farrokhzad | -513/+379 |
| 2019-06-19 | Rollup merge of #61896 - eddyb:correct-self-ctor, r=petrochenkov | Mazdak Farrokhzad | -53/+109 |
| 2019-06-19 | Rollup merge of #61843 - alexcrichton:disable-myriad-closures, r=pietroalbini | Mazdak Farrokhzad | -3/+3 |
| 2019-06-19 | Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb | Mazdak Farrokhzad | -89/+50 |
| 2019-06-19 | Rollup merge of #61839 - alexcrichton:pr-and-master-builds, r=pietroalbini | Mazdak Farrokhzad | -17/+51 |
| 2019-06-19 | Rollup merge of #61802 - mjbshaw:maybe-uninit-transparent, r=cramertj | Mazdak Farrokhzad | -1/+16 |
| 2019-06-19 | Rollup merge of #61748 - estebank:transparent-span, r=Centril | Mazdak Farrokhzad | -102/+106 |
| 2019-06-19 | Rollup merge of #61701 - RalfJung:const-tests, r=cramertj | Mazdak Farrokhzad | -0/+0 |
| 2019-06-19 | Rollup merge of #61505 - ebarnard:doc-shrink, r=GuillaumeGomez | Mazdak Farrokhzad | -8/+13 |
| 2019-06-18 | Preserve generator and yield source for error messages | Taylor Cramer | -129/+222 |
| 2019-06-18 | Address review comments | Matthew Jasper | -19/+20 |
| 2019-06-18 | Improve the explicit_outlives_requirements lint | Matthew Jasper | -514/+3404 |
| 2019-06-18 | Remove an unnecessary HirId to DefId convertion | Matthew Jasper | -4/+3 |
| 2019-06-18 | Remove the HirId/NodeId from where clauses | Matthew Jasper | -30/+21 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -223/+419 |
| 2019-06-18 | create an issue for miri even in status test-fail | Ralf Jung | -8/+17 |
| 2019-06-18 | Auto merge of #61891 - eddyb:lifetime-cleanups, r=oli-obk | bors | -387/+399 |
| 2019-06-18 | ci: Add a script for generating CPU usage graphs | Alex Crichton | -17/+51 |
| 2019-06-18 | Auto merge of #61932 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -9/+7 |
| 2019-06-18 | test: normalize away the line/column info in ui/pattern/const-pat-ice. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-06-18 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -77/+103 |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -30/+36 |