about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-05-30Rollup merge of #85818 - LeSeulArtichaut:85794-diag-drop-ice, r=petrochenkovGuillaume Gomez-1/+4
2021-05-30Rollup merge of #85709 - Aaron1011:fix-pat-crate-edition, r=petrochenkovGuillaume Gomez-5/+24
2021-05-30Auto merge of #85804 - bjorn3:merge_crate_disambiguator, r=cjgillotbors-215/+130
2021-05-30Fix testbjorn3-8/+5
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-207/+125
2021-05-30Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrumbors-171/+167
2021-05-30Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrumbors-2/+25
2021-05-30Don't drop `PResult` without handling the errorLeSeulArtichaut-1/+4
2021-05-29Move reconstruct test inwards.Camille GILLOT-5/+4
2021-05-29Auto merge of #85698 - ehuss:incremental-session-panic, r=estebankbors-27/+61
2021-05-29Use correct edition when parsing `:pat` matchersAaron Hill-5/+24
2021-05-29Auto merge of #85767 - lqd:stackless_span_stacks, r=oli-obkbors-7/+18
2021-05-28Add specific help for *how* to fix an incremental lock error.Eric Huss-0/+13
2021-05-28Auto merge of #85607 - LeSeulArtichaut:thir-unsafeck-closures, r=nikomatsakisbors-2/+30
2021-05-28Auto merge of #85789 - ptrojahn:generator_typo, r=nagisabors-1/+1
2021-05-28Auto merge of #85700 - Bobo1239:dso_local_ppc64, r=nagisabors-44/+37
2021-05-28Auto merge of #85546 - hyd-dev:unwind, r=RalfJungbors-94/+168
2021-05-28Auto merge of #84968 - FabianWolff:master, r=estebankbors-10/+52
2021-05-28Fix static relocation model for PowerPC64Boris-Chengbiao Zhou-44/+37
2021-05-28Rewrite to a `match`hyd-dev-5/+4
2021-05-28"a frame" -> "a stack frame"hyd-dev-1/+1
2021-05-28Auto merge of #85743 - bjorn3:sync_cg_clif-2021-05-27, r=bjorn3bors-296/+218
2021-05-28const eval errors: display the current item instance if there are generics in...Rémy Rakic-3/+15
2021-05-27don't trim paths in collector PME messageRémy Rakic-4/+3
2021-05-27Auto merge of #85729 - LeSeulArtichaut:thir-no-hash, r=nikomatsakisbors-0/+2
2021-05-27Make closures inherit their parent's "safety context"LeSeulArtichaut-2/+30
2021-05-27Update compiler/rustc_middle/src/query/mod.rsNiko Matsakis-0/+1
2021-05-27Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-202...bjorn3-296/+218
2021-05-27Auto merge of #85732 - Smittyvb:trait-alias-camelcase-lint, r=varkorbors-0/+1
2021-05-27Rollup merge of #85725 - Smittyvb:rm-24159-workaround, r=RalfJungDylan DPC-5/+3
2021-05-27Rollup merge of #85649 - ChrisDenton:update-cc, r=matthewjasperDylan DPC-3/+3
2021-05-27Rollup merge of #85583 - cjgillot:no-previous-dg, r=petrochenkovDylan DPC-79/+49
2021-05-27Rollup merge of #85564 - pnkfelix:issue-85435-readd-capture-disjoint-fields-g...Dylan DPC-15/+20
2021-05-27Rollup merge of #84701 - nikomatsakis:stabilize-member-constraints-61997, r=j...Dylan DPC-69/+2
2021-05-27Rollup merge of #84221 - ABouttefeux:generic-arg-elision, r=estebankDylan DPC-1/+94
2021-05-26Lint against non-camelCase trait alias namesSmitty-0/+1
2021-05-26Unify feature flags as `step_trait`Jacob Pratt-1/+1
2021-05-26Specialize implementationsJacob Pratt-0/+23
2021-05-26Don't hash `thir_body`LeSeulArtichaut-0/+1
2021-05-26Fix typoPaul Trojahn-1/+1
2021-05-26Remove unneeded workaroundSmitty-5/+3
2021-05-26Rollup merge of #85633 - lqd:stackless_span_stacks, r=oli-obkDylan DPC-2/+53
2021-05-26Rollup merge of #85627 - LeSeulArtichaut:thir-unsafe-fn-lint, r=nikomatsakisDylan DPC-16/+25
2021-05-26Rollup merge of #85478 - FabianWolff:issue-85348, r=petrochenkovDylan DPC-15/+47
2021-05-26stabilize member constraintsNiko Matsakis-69/+2
2021-05-26Make Range implementation safeJacob Pratt-1/+1
2021-05-25Don't panic when failing to initialize incremental directory.Eric Huss-27/+48
2021-05-25Fix `unused_unsafe` in THIR unsafeckLeSeulArtichaut-8/+13
2021-05-25Handle `unsafe_op_in_unsafe_fn` properly in THIR unsafeckLeSeulArtichaut-8/+12
2021-05-26Use `match` instead of `.map_or(StackPopUnwind::Skip, StackPopUnwind::Cleanup)`hyd-dev-5/+8