| Age | Commit message (Expand) | Author | Lines |
| 2019-06-20 | rustdoc: generate implementors for all auto traits | Simonas Kazlauskas | -83/+24 |
| 2019-06-20 | Rollup merge of #61968 - eddyb:hir-noclone, r=petrochenkov | Mazdak Farrokhzad | -576/+567 |
| 2019-06-20 | Rollup merge of #61782 - Electron-libre:suggest_tuple_struct_syntax, r=estebank | Mazdak Farrokhzad | -34/+63 |
| 2019-06-20 | Rollup merge of #60772 - timvermeulen:slice_iter_nth_back, r=scottmcm | Mazdak Farrokhzad | -21/+68 |
| 2019-06-20 | Rollup merge of #60454 - acrrd:issues/54054_skip, r=scottmcm | Mazdak Farrokhzad | -0/+48 |
| 2019-06-20 | Auto merge of #60341 - mtak-:macos-tlv-workaround, r=alexcrichton | bors | -237/+196 |
| 2019-06-19 | Auto merge of #61947 - estebank:ice-ice-revolution, r=matthewjasper | bors | -1/+34 |
| 2019-06-19 | Auto merge of #61967 - lzutao:clippy-update, r=oli-obk | bors | -7/+7 |
| 2019-06-19 | fix compile-fail test for targets without thread locals | tyler | -4/+3 |
| 2019-06-19 | rustc: disallow cloning HIR nodes. | Eduard-Mihai Burtescu | -474/+476 |
| 2019-06-19 | rustc: replace `GenericArgs::with_generic_args` hack with a plain getter. | Eduard-Mihai Burtescu | -102/+91 |
| 2019-06-19 | fix indentation | Cedric | -4/+4 |
| 2019-06-19 | Update clippy from 868f168c to 149a988 | Lzu Tao | -7/+7 |
| 2019-06-19 | review comment | Esteban Küber | -1/+1 |
| 2019-06-19 | Rollup merge of #61940 - spastorino:place-ty-iterate, r=oli-obk | Mazdak Farrokhzad | -7/+19 |
| 2019-06-19 | Rollup merge of #61861 - topecongiro:rustfmt-1.3.0, r=topecongiro | Mazdak Farrokhzad | -5/+21 |
| 2019-06-19 | Rollup merge of #61547 - petrochenkov:cfgen, r=Centril | Mazdak Farrokhzad | -106/+111 |
| 2019-06-19 | Rollup merge of #60667 - oli-obk:raw_from_raw_parts, r=sfackler | Mazdak Farrokhzad | -16/+50 |
| 2019-06-19 | Update rustfmt and rls | topecongiro | -5/+21 |
| 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 | provide variant definition on tuple struct unknow field error | Cedric | -3/+11 |
| 2019-06-19 | Remove now-unnecessary lifetime | Oliver Scherer | -1/+1 |
| 2019-06-19 | adt hint pointing to adt span | Cedric | -10/+9 |
| 2019-06-19 | More FIXMEs | Oliver Scherer | -0/+1 |
| 2019-06-19 | Support `cfg` and `cfg_attr` on generic parameters | Vadim Petrochenkov | -106/+111 |
| 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 | Add functions to build raw slices | Oliver Scherer | -16/+50 |
| 2019-06-19 | Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centril | bors | -923/+966 |
| 2019-06-18 | Fix ICE involving mut references | Esteban Küber | -1/+34 |
| 2019-06-19 | Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril | Mazdak Farrokhzad | -129/+222 |