| Age | Commit message (Expand) | Author | Lines |
| 2019-06-21 | submodules: Update clippy from 149a988 to 5a11ed7b | Lzu Tao | -7/+34 |
| 2019-06-21 | Auto merge of #62003 - christianpoveda:master, r=oli-obk | bors | -21/+20 |
| 2019-06-20 | Update mdbook | Eric Huss | -22/+21 |
| 2019-06-20 | Auto merge of #60293 - nagisa:rustdoc-all-the-auto-traits, r=eddyb | bors | -83/+24 |
| 2019-06-20 | Fix merge issues | Christian Poveda | -3791/+7693 |
| 2019-06-20 | Updated tag methods for consistency | Christian Poveda | -12/+12 |
| 2019-06-20 | Auto merge of #62006 - Centril:rollup-4my59er, r=Centril | bors | -24/+75 |
| 2019-06-20 | Rollup merge of #62000 - JohnTitor:add-test-issue-54189, r=cramertj | Mazdak Farrokhzad | -0/+15 |
| 2019-06-20 | Rollup merge of #61996 - Xanewok:unescape-raw-strings, r=matklad | Mazdak Farrokhzad | -0/+30 |
| 2019-06-20 | Rollup merge of #61981 - rust-lang:generators-clone-doc, r=cramertj | Mazdak Farrokhzad | -1/+1 |
| 2019-06-20 | Rollup merge of #61979 - spastorino:fmt-place-base, r=oli-obk | Mazdak Farrokhzad | -23/+25 |
| 2019-06-20 | Rollup merge of #61900 - s3bk:master, r=sfackler | Mazdak Farrokhzad | -0/+4 |
| 2019-06-20 | Replace MemoryExtra by Memory in intptrcast methods | Christian Poveda | -9/+8 |
| 2019-06-20 | Auto merge of #61827 - golddranks:lldb_fix, r=nikomatsakis | bors | -3/+3 |
| 2019-06-21 | Add test for issue-54189 | Yuki Okushi | -0/+15 |
| 2019-06-20 | Auto merge of #61998 - eddyb:type-name-params, r=oli-obk | bors | -21/+45 |
| 2019-06-20 | rustc_mir: support type parameters by printing them as `_`. | Eduard-Mihai Burtescu | -21/+45 |
| 2019-06-20 | rustdoc: generate implementors for all auto traits | Simonas Kazlauskas | -83/+24 |
| 2019-06-20 | Implement Debug for PlaceBase | Santiago Pastorino | -23/+25 |
| 2019-06-20 | Auto merge of #61929 - 95th:master, r=GuillaumeGomez | bors | -13/+13 |
| 2019-06-20 | Fix Into trait links | Gurwinder Singh | -13/+13 |
| 2019-06-20 | Add unit tests for unescaping raw (byte) strings | Igor Matuszewski | -0/+30 |
| 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-19 | Closures implement Copy and Clone, generators don't | Jake Goulding | -1/+1 |
| 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 |