about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-01-09Auto merge of #68067 - JohnTitor:rollup-vsj5won, r=JohnTitorbors-418/+3078
2020-01-10Rollup merge of #68054 - tspiteri:null-unchecked-as_mut, r=cramertjYuki Okushi-0/+14
2020-01-10Rollup merge of #68040 - sinkuu:unused, r=petrochenkovYuki Okushi-34/+1
2020-01-10Rollup merge of #68006 - infinity0:master, r=nikomatsakisYuki Okushi-0/+1
2020-01-10Rollup merge of #67975 - EmbarkStudios:export-statics-wasm, r=alexcrichtonYuki Okushi-6/+13
2020-01-10Rollup merge of #67967 - JohnTitor:fix-ice-0107, r=matthewjasperYuki Okushi-1/+30
2020-01-10Rollup merge of #67935 - Thomasdezeeuw:issue_67669, r=withoutboatsYuki Okushi-0/+2
2020-01-10Rollup merge of #67725 - ssomers:into_key_slice_mut, r=RalfJungYuki Okushi-13/+21
2020-01-10Rollup merge of #67358 - cuviper:get_or_insert_owned, r=LukasKalbertodtYuki Okushi-0/+32
2020-01-10Rollup merge of #67122 - petrochenkov:nodedup, r=estebankYuki Okushi-361/+2961
2020-01-10Rollup merge of #66254 - CAD97:patch-1, r=KodrAusYuki Okushi-3/+3
2020-01-09Address review comments + Update NLL testsVadim Petrochenkov-6/+118
2020-01-09Mark Layout::new as const stableCAD97-0/+1
2020-01-09Make Layout::new constChristopher Durham-3/+2
2020-01-09Update testsVadim Petrochenkov-355/+2841
2020-01-09compiletest: Do not deduplicate diagnostics in UI testsVadim Petrochenkov-0/+2
2020-01-09Auto merge of #68047 - pietroalbini:fix-toolstate-again, r=Mark-Simulacrumbors-1/+1
2020-01-09doc: add Null-unchecked version section to mut pointer as_mut methodTrevor Spiteri-0/+14
2020-01-09Auto merge of #67988 - Zoxc:prof-fix, r=michaelwoeristerbors-238/+209
2020-01-09Apply suggestions from code reviewStein Somers-1/+2
2020-01-09Simplify into_key_slice_mut and document bits and bobsStein Somers-13/+20
2020-01-09ci: another take at fixing toolstatePietro Albini-1/+1
2020-01-09More commentsJohn Kåre Alsaker-2/+6
2020-01-09Change -Z time event naming scheme and make them generic activitiesJohn Kåre Alsaker-236/+203
2020-01-09Remove unused dependenciesShotaro Yamada-20/+0
2020-01-09Remove unused `struct ClosureUpvar`Shotaro Yamada-14/+1
2020-01-09Auto merge of #68034 - Centril:rollup-3d9pq14, r=Centrilbors-535/+1666
2020-01-08Add HashSet::get_or_insert_ownedJosh Stone-0/+32
2020-01-09Rollup merge of #68026 - llogiq:ch-ch-ch-ch-changes, r=varkorMazdak Farrokhzad-6/+2
2020-01-09Rollup merge of #68024 - petrochenkov:recoverall, r=CentrilMazdak Farrokhzad-125/+77
2020-01-09Rollup merge of #68023 - FSciammarella:master, r=Centril,varkorMazdak Farrokhzad-3/+3
2020-01-09Rollup merge of #68009 - wcampbell0x2a:spellcheck-librustc_error_codes, r=Cen...Mazdak Farrokhzad-5/+5
2020-01-09Rollup merge of #68005 - GuillaumeGomez:explanation-e0184, r=Dylan-DPCMazdak Farrokhzad-4/+18
2020-01-09Rollup merge of #67990 - Centril:slice-pats-move-tests-match, r=matthewjasperMazdak Farrokhzad-0/+978
2020-01-09Rollup merge of #67986 - JohnTitor:fix-ice-rust-call, r=varkorMazdak Farrokhzad-5/+9
2020-01-09Rollup merge of #67979 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-262/+421
2020-01-09Rollup merge of #67966 - popzxc:core-std-matches, r=CentrilMazdak Farrokhzad-118/+29
2020-01-09Rollup merge of #67884 - anp:allow-unused-const-attr, r=oli-obkMazdak Farrokhzad-0/+3
2020-01-09Rollup merge of #67747 - estebank:bare-assoc-const, r=CentrilMazdak Farrokhzad-5/+50
2020-01-09Rollup merge of #67630 - oli-obk:extern_ptr_dangling, r=spastorinoMazdak Farrokhzad-2/+71
2020-01-08Fix Typo on cannot "substract"Felipe Sciammarella-3/+3
2020-01-08Small improvements in lexical_region_resolveAndre Bogus-6/+2
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-55/+50
2020-01-08intravisit: use walk_list! moreMazdak Farrokhzad-27/+9
2020-01-08{rustc::hir -> rustc_hir}::intravisitMazdak Farrokhzad-3/+7
2020-01-08intravisit: abstract over HIR MapMazdak Farrokhzad-89/+258
2020-01-08intravisit: .expect_item -> .itemMazdak Farrokhzad-1/+9
2020-01-08NestedVisitorMap: reduce visibilitiesMazdak Farrokhzad-3/+3
2020-01-08hir::map: elide & simplifyMazdak Farrokhzad-3/+3
2020-01-08collector: clarify dependenciesMazdak Farrokhzad-12/+15