| Age | Commit message (Expand) | Author | Lines |
| 2020-01-10 | Rollup merge of #67935 - Thomasdezeeuw:issue_67669, r=withoutboats | Yuki Okushi | -0/+2 |
| 2020-01-10 | Rollup merge of #67725 - ssomers:into_key_slice_mut, r=RalfJung | Yuki Okushi | -13/+21 |
| 2020-01-10 | Rollup merge of #67358 - cuviper:get_or_insert_owned, r=LukasKalbertodt | Yuki Okushi | -0/+32 |
| 2020-01-10 | Rollup merge of #67122 - petrochenkov:nodedup, r=estebank | Yuki Okushi | -361/+2961 |
| 2020-01-09 | Address review comments + Update NLL tests | Vadim Petrochenkov | -6/+118 |
| 2020-01-09 | Mark Layout::new as const stable | CAD97 | -0/+1 |
| 2020-01-09 | Make Layout::new const | Christopher Durham | -3/+2 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -355/+2841 |
| 2020-01-09 | compiletest: Do not deduplicate diagnostics in UI tests | Vadim Petrochenkov | -0/+2 |
| 2020-01-09 | Apply suggestions from code review | Stein Somers | -1/+2 |
| 2020-01-09 | Simplify into_key_slice_mut and document bits and bobs | Stein Somers | -13/+20 |
| 2020-01-09 | More comments | John Kåre Alsaker | -2/+6 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -236/+203 |
| 2020-01-08 | Add HashSet::get_or_insert_owned | Josh Stone | -0/+32 |
| 2020-01-09 | Rollup merge of #68026 - llogiq:ch-ch-ch-ch-changes, r=varkor | Mazdak Farrokhzad | -6/+2 |
| 2020-01-09 | Rollup merge of #68024 - petrochenkov:recoverall, r=Centril | Mazdak Farrokhzad | -125/+77 |
| 2020-01-09 | Rollup merge of #68023 - FSciammarella:master, r=Centril,varkor | Mazdak Farrokhzad | -3/+3 |
| 2020-01-09 | Rollup merge of #68009 - wcampbell0x2a:spellcheck-librustc_error_codes, r=Cen... | Mazdak Farrokhzad | -5/+5 |
| 2020-01-09 | Rollup merge of #68005 - GuillaumeGomez:explanation-e0184, r=Dylan-DPC | Mazdak Farrokhzad | -4/+18 |
| 2020-01-09 | Rollup merge of #67990 - Centril:slice-pats-move-tests-match, r=matthewjasper | Mazdak Farrokhzad | -0/+978 |
| 2020-01-09 | Rollup merge of #67986 - JohnTitor:fix-ice-rust-call, r=varkor | Mazdak Farrokhzad | -5/+9 |
| 2020-01-09 | Rollup merge of #67979 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -262/+421 |
| 2020-01-09 | Rollup merge of #67966 - popzxc:core-std-matches, r=Centril | Mazdak Farrokhzad | -118/+29 |
| 2020-01-09 | Rollup merge of #67884 - anp:allow-unused-const-attr, r=oli-obk | Mazdak Farrokhzad | -0/+3 |
| 2020-01-09 | Rollup merge of #67747 - estebank:bare-assoc-const, r=Centril | Mazdak Farrokhzad | -5/+50 |
| 2020-01-09 | Rollup merge of #67630 - oli-obk:extern_ptr_dangling, r=spastorino | Mazdak Farrokhzad | -2/+71 |
| 2020-01-08 | Fix Typo on cannot "substract" | Felipe Sciammarella | -3/+3 |
| 2020-01-08 | Small improvements in lexical_region_resolve | Andre Bogus | -6/+2 |
| 2020-01-08 | normalize rustc::hir::intravisit imports | Mazdak Farrokhzad | -55/+50 |
| 2020-01-08 | intravisit: use walk_list! more | Mazdak Farrokhzad | -27/+9 |
| 2020-01-08 | {rustc::hir -> rustc_hir}::intravisit | Mazdak Farrokhzad | -3/+7 |
| 2020-01-08 | intravisit: abstract over HIR Map | Mazdak Farrokhzad | -89/+258 |
| 2020-01-08 | intravisit: .expect_item -> .item | Mazdak Farrokhzad | -1/+9 |
| 2020-01-08 | NestedVisitorMap: reduce visibilities | Mazdak Farrokhzad | -3/+3 |
| 2020-01-08 | hir::map: elide & simplify | Mazdak Farrokhzad | -3/+3 |
| 2020-01-08 | collector: clarify dependencies | Mazdak Farrokhzad | -12/+15 |
| 2020-01-08 | collector: use impl Trait | Mazdak Farrokhzad | -12/+6 |
| 2020-01-08 | collector: extract upstream_crates | Mazdak Farrokhzad | -13/+17 |
| 2020-01-08 | canonicalize imports in map::block | Mazdak Farrokhzad | -53/+53 |
| 2020-01-08 | Remove `-Z continue-parse-after-error` | Vadim Petrochenkov | -125/+77 |
| 2020-01-08 | move code to method outside of happy path | Esteban Küber | -19/+25 |
| 2020-01-08 | Explain that associated types and consts can't be accessed directly on the tr... | Esteban Küber | -5/+44 |
| 2020-01-09 | Rollup merge of #68003 - pietroalbini:yet-another-toolstate-fix, r=Mark-Simul... | Yuki Okushi | -1/+1 |
| 2020-01-09 | Rollup merge of #67985 - dtolnay:cstr, r=Mark-Simulacrum | Yuki Okushi | -10/+0 |
| 2020-01-09 | Rollup merge of #67977 - Wind-River:master_2020, r=alexcrichton | Yuki Okushi | -66/+2 |
| 2020-01-09 | Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomez | Yuki Okushi | -19/+120 |
| 2020-01-09 | Rollup merge of #67887 - anp:tracked-std-panics, r=nagisa | Yuki Okushi | -0/+49 |
| 2020-01-09 | Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez | Yuki Okushi | -78/+138 |
| 2020-01-09 | Rollup merge of #67849 - cjkenn:check-sorted-words, r=estebank | Yuki Okushi | -5/+47 |
| 2020-01-09 | Rollup merge of #67798 - matklad:spin-thouse-docs, r=Amanieu | Yuki Okushi | -10/+4 |