summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-24rustc_hir: nix rustc_errors depMazdak Farrokhzad-41/+40
2020-03-24decouple rustc_hir::print from crateMazdak Farrokhzad-112/+52
2020-03-24hir::map: simplify matching codeMazdak Farrokhzad-133/+73
2020-03-24{rustc::hir::map -> rustc_passes}::hir_id_validatorMazdak Farrokhzad-5/+4
2020-03-24Remove `-Z incremental`.Nicholas Nethercote-60/+29
2020-03-24Remove several dead `-Z` options.Nicholas Nethercote-10/+0
2020-03-24Invert `-Z generate-arange-section`.Nicholas Nethercote-4/+3
2020-03-24Remove `-Z incremental-queries`.Nicholas Nethercote-12/+5
2020-03-24Add a comment to `parse_bool`.Nicholas Nethercote-0/+3
2020-03-24Auto merge of #70343 - Centril:rollup-94egfvs, r=Centrilbors-1932/+1947
2020-03-24Update backtrace crate to 0.3.46Tomasz Miąsko-1/+1
2020-03-24Rollup merge of #70309 - GuillaumeGomez:cleanup-e0452, r=Dylan-DPCMazdak Farrokhzad-1/+3
2020-03-24Rollup merge of #70294 - estebank:bad-placeholder-in-where, r=CentrilMazdak Farrokhzad-86/+192
2020-03-24Rollup merge of #70283 - CDirkx:regression-test-70155, r=oli-obkMazdak Farrokhzad-0/+30
2020-03-24Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakisMazdak Farrokhzad-129/+50
2020-03-24Rollup merge of #70267 - RalfJung:const-prop-unsup, r=oli-obk,wesleywiserMazdak Farrokhzad-23/+56
2020-03-24Rollup merge of #70264 - tirr-c:issue-69789-mut-suggestion, r=estebankMazdak Farrokhzad-23/+82
2020-03-24Rollup merge of #70242 - DeeDeeG:improve-e0308, r=Dylan-DPCMazdak Farrokhzad-36/+36
2020-03-24Rollup merge of #70087 - ecstatic-morse:remove-const-eval-loop-detector, r=Ra...Mazdak Farrokhzad-564/+73
2020-03-24Rollup merge of #69981 - oli-obk:const_blocks, r=eddybMazdak Farrokhzad-593/+629
2020-03-24Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddybMazdak Farrokhzad-46/+50
2020-03-24correct rustc versionWithout Boats-2/+2
2020-03-24IoSlice/IoSliceMut should be Send and SyncWithout Boats-0/+12
2020-03-24Run rustfmtOliver Scherer-1/+4
2020-03-23Move import.Camille GILLOT-1/+1
2020-03-23Fully qualify the path to DepKind.Camille GILLOT-11/+7
2020-03-23Address review.Camille GILLOT-21/+25
2020-03-23Put extract_def_id back on DepNode.Camille GILLOT-40/+28
2020-03-23Remove assert_ignored and with_ignore_deps.Camille GILLOT-28/+4
2020-03-23Merge ensure_node_can_be_forced into force_from_dep_node.Camille GILLOT-16/+9
2020-03-23Fallout in other crates.Camille GILLOT-186/+287
2020-03-23Make librustc_query_system compile.Camille GILLOT-604/+341
2020-03-23Move dep_graph to new crate librustc_query_system.Camille GILLOT-0/+520
2020-03-23Auto merge of #70322 - matthiaskrgr:submodule_upd, r=Dylan-DPCbors-17/+10
2020-03-23Split out some impls from rustc::mir into a separate submoduleOliver Scherer-322/+323
2020-03-23Remove leftover mentions of `from_anon_const`Oliver Scherer-3/+3
2020-03-23Auto merge of #5364 - flip1995:useless_transmute_quarantine, r=Manishearthbors-1/+1
2020-03-23Account for bad placeholder types in where clausesEsteban Küber-86/+192
2020-03-23Move useless_transmute to nurseryflip1995-1/+1
2020-03-23Increase verbosity when using update syntaxJeremy Stucki-5/+12
2020-03-23Auto merge of #70330 - Centril:rollup-ts0clvx, r=Centrilbors-586/+296
2020-03-23Limit `from_anon_const` to `AnonConst`s.Oliver Scherer-1/+4
2020-03-23Update testsJohn Kåre Alsaker-89/+224
2020-03-23Merge tests.CDirkx-68/+30
2020-03-23query normalize_generic_arg_after_erasing_regionsBastian Kauschke-21/+49
2020-03-23add missing const super foldsBastian Kauschke-0/+2
2020-03-23Address review commentsOliver Scherer-19/+20
2020-03-23Add const generics test for all range types.CDirkx-2/+58
2020-03-23Rollup merge of #70318 - anyska:multiple-derives, r=Dylan-DPCMazdak Farrokhzad-484/+78
2020-03-23Rollup merge of #70315 - anyska:void-rename, r=Mark-SimulacrumMazdak Farrokhzad-2/+2