| Age | Commit message (Expand) | Author | Lines |
| 2020-01-05 | Use `as_deref()` to replace `as_ref().map(...)` | Ivan Tham | -3/+3 |
| 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 | Auto merge of #67803 - Centril:librustc_hir, r=Zoxc | bors | -950/+1084 |
| 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 |
| 2020-01-04 | pacify the parallel compiler | Mazdak Farrokhzad | -1/+5 |
| 2020-01-04 | cleanup librustc_hir/Cargo.toml | Mazdak Farrokhzad | -23/+3 |
| 2020-01-04 | hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir | Mazdak Farrokhzad | -311/+420 |
| 2020-01-04 | extract Export, ExportMap from hir::def | Mazdak Farrokhzad | -65/+75 |
| 2020-01-04 | simplify self::Namespace::* import | Mazdak Farrokhzad | -11/+9 |
| 2020-01-04 | move {Par}DeepVisitor to intravisit | Mazdak Farrokhzad | -59/+56 |
| 2020-01-04 | hir::hir: simplify some imports | Mazdak Farrokhzad | -16/+10 |
| 2020-01-04 | split hir/mod.rs -> hir.rs & hir/hir.rs | Mazdak Farrokhzad | -24/+41 |
| 2020-01-04 | Restrict visibility of location_triple_for_span. | Adam Perry | -1/+1 |
| 2020-01-04 | Clean up comments in panicking infra. | Adam Perry | -11/+8 |
| 2020-01-04 | Update ABI in const impls of panic_fn/begin_panic_fn. | Adam Perry | -39/+22 |
| 2020-01-04 | Test cleanups to match #[track_caller] in panic!. | Adam Perry | -8/+26 |
| 2020-01-04 | core and std macros and panic internals use panic::Location::caller. | Adam Perry | -37/+35 |
| 2020-01-04 | move `HirId` to librustc_hir::hir_id | Mazdak Farrokhzad | -85/+83 |
| 2020-01-04 | move def_id to new rustc_hir crate | Mazdak Farrokhzad | -20/+79 |
| 2020-01-04 | move describe_as_module to where it's used | Mazdak Farrokhzad | -18/+22 |
| 2020-01-04 | remove DefId::to_dep_node (dead code) | Mazdak Farrokhzad | -6/+0 |
| 2020-01-04 | {HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap | Mazdak Farrokhzad | -34/+16 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -48/+32 |
| 2020-01-04 | canonicalize rustc_session imports | Mazdak Farrokhzad | -3/+2 |
| 2020-01-04 | move Node{Map,Set} -> rustc_session::node_id | Mazdak Farrokhzad | -14/+19 |
| 2020-01-04 | define_id_collections -> rustc_data_structures | Mazdak Farrokhzad | -6/+9 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -117/+112 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -149/+151 |
| 2020-01-04 | fn adt_kind -> wfcheck | Mazdak Farrokhzad | -13/+13 |
| 2020-01-04 | Tweak and extend internal documentation, including debug asserts. | Stein Somers | -15/+39 |
| 2020-01-04 | Auto merge of #67866 - GuillaumeGomez:rollup-32vsg5b, r=GuillaumeGomez | bors | -218/+204 |
| 2020-01-04 | Rollup merge of #67848 - ollie27:float_link_name_attr, r=Dylan-DPC | Guillaume Gomez | -3/+0 |
| 2020-01-04 | Rollup merge of #67837 - GuillaumeGomez:clean-up-err-codes, r=Dylan-DPC | Guillaume Gomez | -13/+35 |
| 2020-01-04 | Rollup merge of #67823 - euclio:drop-improvements, r=petrochenkov | Guillaume Gomez | -111/+151 |
| 2020-01-04 | Rollup merge of #67822 - wesleywiser:revert_67676, r=oli-obk | Guillaume Gomez | -91/+18 |
| 2020-01-04 | Auto merge of #67788 - cjgillot:delint-day, r=Zoxc | bors | -944/+1011 |
| 2020-01-04 | try to fix ui errors | Yuki Okushi | -0/+2 |
| 2020-01-04 | Update E0164.md | Dylan DPC | -1/+1 |
| 2020-01-04 | Rollup merge of #67845 - jumbatm:also-unconst-hack-abs, r=oli-obk | Mazdak Farrokhzad | -18/+6 |
| 2020-01-04 | Rollup merge of #67835 - euclio:delimiter-wording, r=Centril | Mazdak Farrokhzad | -135/+135 |
| 2020-01-04 | Rollup merge of #67810 - crlf0710:uncommon_codepoints_lint, r=Manishearth | Mazdak Farrokhzad | -4/+68 |
| 2020-01-04 | Rollup merge of #67789 - ollie27:linkchecker_whitelist, r=nikomatsakis | Mazdak Farrokhzad | -20/+9 |
| 2020-01-04 | Rollup merge of #67786 - Centril:canon-span, r=petrochenkov | Mazdak Farrokhzad | -356/+352 |
| 2020-01-04 | Rollup merge of #67773 - michalt:issue-37333-test, r=nikomatsakis | Mazdak Farrokhzad | -0/+51 |
| 2020-01-04 | Rollup merge of #67531 - RalfJung:tame-promotion, r=nikomatsakis | Mazdak Farrokhzad | -3/+0 |