about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-26rustc_hir_pretty: bump recursion_limitMazdak Farrokhzad-0/+2
2020-03-26trait_bound_spans -> sized_trait_bound_spansMazdak Farrokhzad-3/+3
2020-03-24rustc: remove rustc_hir_pretty dependency.Mazdak Farrokhzad-98/+100
2020-03-24rustc_typeck: remove rustc_hir_pretty usageMazdak Farrokhzad-55/+53
2020-03-24move rustc_hir::print -> rustc_hir_prettyMazdak Farrokhzad-26/+48
2020-03-24rustc_hir: nix rustc_errors depMazdak Farrokhzad-41/+40
2020-03-24decouple rustc_hir::print from crateMazdak Farrokhzad-112/+52
2020-03-24Auto merge of #70343 - Centril:rollup-94egfvs, r=Centrilbors-1932/+1947
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-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-23Account for bad placeholder types in where clausesEsteban Küber-86/+192
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-23Merge tests.CDirkx-68/+30
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
2020-03-23Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy...Mazdak Farrokhzad-69/+69
2020-03-23Rollup merge of #70299 - RalfJung:err_machine_stop, r=oli-obkMazdak Farrokhzad-5/+10
2020-03-23Rollup merge of #70199 - pnkfelix:issue-68808-dont-turn-dummy-spans-into-inva...Mazdak Farrokhzad-4/+11
2020-03-23Rollup merge of #70195 - rylev:test-for-53275, r=CentrilMazdak Farrokhzad-0/+9
2020-03-23Rollup merge of #70080 - anyska:mir-double-space, r=oli-obkMazdak Farrokhzad-2/+2
2020-03-23Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek...Mazdak Farrokhzad-20/+20
2020-03-23Rollup merge of #68700 - withoutboats:wake-trait, r=withoutboatsMazdak Farrokhzad-0/+95
2020-03-23Update src/librustc_span/source_map.rsFelix S Klock II-1/+1
2020-03-23Auto merge of #70311 - RalfJung:miri, r=RalfJungbors-9/+7
2020-03-23submodules: update clippy from d8e6e4cf to 1ff81c1bMatthias Krüger-17/+10
2020-03-23Remove `ReClosureBound`Matthew Jasper-129/+50