| Age | Commit message (Expand) | Author | Lines |
| 2020-01-07 | Move normalize_erasing_regions to rustc::ty. | Camille GILLOT | -1/+1 |
| 2020-01-07 | Make rustc::traits::object_safety::{astconv_object_safety_violations,is_vtabl... | Camille GILLOT | -49/+54 |
| 2020-01-07 | Make rustc::traits::error_reporting::{recursive_type_with_infinite_size_error... | Camille GILLOT | -59/+62 |
| 2020-01-07 | Make rustc::infer::error_reporting::{note_and_explain_free_region, note_and_e... | Camille GILLOT | -125/+164 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::ty::print::pretty. | Camille GILLOT | -16/+16 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::ty::outlives. | Camille GILLOT | -27/+23 |
| 2020-01-07 | Remove trivial function. | Camille GILLOT | -6/+2 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::trait::object_safety. | Camille GILLOT | -501/+508 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::middle::stability. | Camille GILLOT | -25/+23 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::infer::error_reporting. | Camille GILLOT | -108/+109 |
| 2020-01-07 | Auto merge of #67924 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2020-01-07 | update miri | Ralf Jung | -8/+8 |
| 2020-01-07 | Auto merge of #67961 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2020-01-07 | Auto merge of #67964 - JohnTitor:rollup-pu5kosl, r=JohnTitor | bors | -111/+231 |
| 2020-01-07 | Rollup merge of #67962 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2020-01-07 | Rollup merge of #67943 - Stromberg90:patch-1, r=jonas-schievink | Yuki Okushi | -2/+1 |
| 2020-01-07 | Rollup merge of #67936 - euclio:assoc-type-bad-style, r=Centril | Yuki Okushi | -2/+18 |
| 2020-01-07 | Rollup merge of #67934 - GuillaumeGomez:clean-up-e0178, r=Dylan-DPC | Yuki Okushi | -7/+18 |
| 2020-01-07 | Rollup merge of #67929 - mgrachev:patch-1, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-01-07 | Rollup merge of #67909 - varkor:obsolete-const-print, r=davidtwco | Yuki Okushi | -12/+5 |
| 2020-01-07 | Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez | Yuki Okushi | -5/+26 |
| 2020-01-07 | Rollup merge of #67898 - matthewjasper:newtype-index-hygiene, r=Centril | Yuki Okushi | -52/+80 |
| 2020-01-07 | Rollup merge of #67880 - lbonn:fix/multi-substs, r=petrochenkov | Yuki Okushi | -9/+37 |
| 2020-01-07 | Rollup merge of #67877 - dtolnay:const-_, r=nagisa | Yuki Okushi | -11/+22 |
| 2020-01-07 | Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichton | Yuki Okushi | -6/+1 |
| 2020-01-07 | Rollup merge of #67671 - estebank:type-impl-trait, r=davidtwco | Yuki Okushi | -4/+9 |
| 2020-01-07 | Rollup merge of #67566 - Mark-Simulacrum:thread-id-u64, r=alexcrichton | Yuki Okushi | -0/+13 |
| 2020-01-06 | Update books | Eric Huss | -0/+0 |
| 2020-01-06 | Update cargo | Eric Huss | -0/+0 |
| 2020-01-07 | Auto merge of #67950 - JohnTitor:clippyup, r=JohnTitor | bors | -7/+7 |
| 2020-01-06 | Account for `type X = impl Trait;` in lifetime suggestion | Esteban Küber | -4/+9 |
| 2020-01-06 | Improve hygiene of `newtype_index` | Matthew Jasper | -52/+80 |
| 2020-01-07 | Update Clippy | Yuki Okushi | -7/+7 |
| 2020-01-06 | Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichton | bors | -4/+26 |
| 2020-01-06 | oh the one that was left behind | dylan_DPC | -1/+0 |
| 2020-01-06 | Removed module usage. | Strømberg | -1/+0 |
| 2020-01-06 | Missing module std in example. | Strømberg | -1/+1 |
| 2020-01-06 | Add an unstable conversion from thread ID to u64 | Mark Rousskov | -0/+13 |
| 2020-01-06 | stabilise it | dylan_DPC | -1/+1 |
| 2020-01-06 | fire "non_camel_case_types" for associated types | Andy Russell | -2/+18 |
| 2020-01-06 | Clean up E0178 explanation | Guillaume Gomez | -7/+18 |
| 2020-01-06 | remove usage of feature gate | dylan_DPC | -3/+0 |
| 2020-01-06 | stabilise remove_item | dylan_DPC | -1/+0 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -911/+933 |
| 2020-01-06 | Formatting an example for method Vec.retain | Grachev Mikhail | -1/+1 |
| 2020-01-06 | Rollup merge of #67915 - lzutao:Self, r=Centril | Dylan DPC | -32/+32 |
| 2020-01-06 | Rollup merge of #67912 - LPardue:patch-1, r=Centril | Dylan DPC | -1/+1 |
| 2020-01-06 | Rollup merge of #67906 - varkor:silence-toogeneric, r=nagisa | Dylan DPC | -1/+41 |
| 2020-01-06 | Rollup merge of #67897 - pickfire:patch-1, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-01-06 | Rollup merge of #67873 - Dylan-DPC:feature/change-remove-to-partial, r=Amanieu | Dylan DPC | -1/+22 |