| Age | Commit message (Expand) | Author | Lines |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -911/+933 |
| 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 |
| 2020-01-06 | Rollup merge of #67800 - Aaron1011:fix/mir-generic-instance, r=oli-obk | Dylan DPC | -13/+73 |
| 2020-01-06 | Use Self instead of $type | Lzu Tao | -32/+32 |
| 2020-01-06 | macros: typo fix | Lucas Pardue | -1/+1 |
| 2020-01-06 | Auto merge of #67563 - euclio:rustdoc-buffer-lexer, r=GuillaumeGomez | bors | -112/+48 |
| 2020-01-05 | Use Instance.ty_env instead of Instance.monomorphic_ty in interpreter | Aaron Hill | -1/+1 |
| 2020-01-05 | Silence `TooGeneric` error | varkor | -1/+41 |
| 2020-01-05 | Auto merge of #67821 - matthiaskrgr:submodule_upd, r=Xanewok | bors | -0/+0 |
| 2020-01-05 | Fix typo | Aaron Hill | -1/+1 |
| 2020-01-05 | Rename Instance.ty to Instance.monomorphic_ty | Aaron Hill | -16/+13 |
| 2020-01-05 | s/projections/params/ | Aaron Hill | -1/+1 |
| 2020-01-05 | Run rustfmt | Aaron Hill | -1/+2 |
| 2020-01-05 | Change 'panic!' to 'bug!' | Aaron Hill | -1/+1 |
| 2020-01-05 | Fix ICE involving calling `Instance.ty` during const evaluation | Aaron Hill | -2/+64 |
| 2020-01-05 | Auto merge of #67903 - Dylan-DPC:rollup-k9djyrf, r=Dylan-DPC | bors | -299/+228 |
| 2020-01-05 | Rollup merge of #67882 - euclio:flock, r=rkruppe | Dylan DPC | -106/+15 |
| 2020-01-05 | Rollup merge of #67881 - varkor:scattering-of-backticks, r=Centril | Dylan DPC | -115/+115 |
| 2020-01-05 | Rollup merge of #67879 - ollie27:float_sqrt_neg, r=rkruppe | Dylan DPC | -2/+2 |
| 2020-01-05 | Rollup merge of #67845 - jumbatm:also-unconst-hack-abs, r=oli-obk | Dylan DPC | -0/+3 |
| 2020-01-05 | Rollup merge of #67818 - ollie27:rustdoc_playground_syntax_error, r=Guillaume... | Dylan DPC | -76/+93 |
| 2020-01-05 | Use `as_deref()` to replace `as_ref().map(...)` | Ivan Tham | -3/+3 |
| 2020-01-05 | Auto merge of #67895 - JohnTitor:clippy-up, r=oli-obk | bors | -9/+7 |
| 2020-01-05 | fix ui-fulldeps fallout | Mazdak Farrokhzad | -8/+12 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -826/+850 |
| 2020-01-05 | librustc/hir.rs -> librustc/hir/mod.rs | Mazdak Farrokhzad | -0/+0 |
| 2020-01-05 | simplify reexports in rustc::hir | Mazdak Farrokhzad | -78/+72 |
| 2020-01-05 | Update Clippy | Yuki Okushi | -9/+7 |
| 2020-01-05 | add feature gate | dylan_DPC | -0/+1 |
| 2020-01-05 | Auto merge of #67777 - Zoxc:time-refactor, r=wesleywiser | bors | -477/+472 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -477/+472 |
| 2020-01-05 | Auto merge of #67808 - Marwes:projection_normalization_recurse, r=nikomatsakis | bors | -0/+3 |
| 2020-01-04 | remove bespoke flock bindings | Andy Russell | -106/+15 |
| 2020-01-04 | buffer lexer errors in rustdoc syntax checking | Andy Russell | -112/+48 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -115/+115 |
| 2020-01-04 | Remove negative number check from float sqrt | Oliver Middleton | -2/+2 |
| 2020-01-05 | Re-add comment about behaviour of inline. | jumbatm | -0/+3 |
| 2020-01-04 | Auto merge of #67803 - Centril:librustc_hir, r=Zoxc | bors | -950/+1084 |
| 2020-01-04 | submodules: update rls from fed7a31 to 7c0489c | Matthias Krüger | -0/+0 |
| 2020-01-04 | rustdoc: Avoid panic when parsing codeblocks for playground links | Oliver Middleton | -76/+93 |
| 2020-01-05 | removed blank line | dylan_DPC | -1/+0 |
| 2020-01-04 | ef em ti ... :P | dylan_DPC | -7/+6 |
| 2020-01-04 | Rollup merge of #67812 - ssomers:btreemap_internal_doc, r=rkruppe | Dylan DPC | -15/+39 |
| 2020-01-04 | Rollup merge of #67775 - mental32:master, r=Dylan-DPC | Dylan DPC | -25/+15 |
| 2020-01-04 | Rollup merge of #67709 - petrochenkov:nodedup2, r=Centril | Dylan DPC | -63/+67 |
| 2020-01-04 | Rollup merge of #67137 - anp:tracked-panic-internals, r=eddyb | Dylan DPC | -94/+90 |