about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-06-09Auto merge of #112116 - compiler-errors:misc-hir-typeck-mismatch-tweaks, r=Wa...bors-141/+245
2023-06-08Auto merge of #108293 - Jarcho:mut_analyses, r=eholkbors-288/+491
2023-06-08Peel borrows before suggesting as_ref/as_derefMichael Goulet-4/+19
2023-06-08Don't suggest cyclic associated type constraintMichael Goulet-0/+6
2023-06-08Point at correct exprs for assert_eq type mismatchMichael Goulet-4/+56
2023-06-08More robust as_ref/as_deref suggestionsMichael Goulet-136/+157
2023-06-08Suggest type mismatches even when using ref syntax on bindingMichael Goulet-1/+11
2023-06-08Auto merge of #112420 - matthiaskrgr:rollup-spiavw5, r=matthiaskrgrbors-57/+60
2023-06-08Rollup merge of #112410 - compiler-errors:writeback, r=lcnrMatthias Krüger-48/+35
2023-06-08Rollup merge of #112333 - Zoxc:try_collect_active_jobs-deadlock, r=cjgillotMatthias Krüger-4/+11
2023-06-08Rollup merge of #109953 - thomcc:thomcc/typeid128, r=WaffleLapkinMatthias Krüger-5/+14
2023-06-08Auto merge of #112415 - GuillaumeGomez:rollup-5pa9frd, r=GuillaumeGomezbors-11/+31
2023-06-08Rollup merge of #112401 - WaffleLapkin:dont_compile_error, r=NilstriebGuillaume Gomez-1/+8
2023-06-08Rollup merge of #112396 - WaffleLapkin:track_more_diagnostics, r=compiler-errorsGuillaume Gomez-0/+5
2023-06-08Rollup merge of #112394 - clubby789:remove-comment, r=petrochenkovGuillaume Gomez-3/+0
2023-06-08Rollup merge of #112392 - jieyouxu:issue-112385, r=compiler-errorsGuillaume Gomez-2/+11
2023-06-08Rollup merge of #112179 - tamird:no-empty-cpu-features, r=petrochenkovGuillaume Gomez-5/+7
2023-06-08Auto merge of #110040 - ndrewxie:issue-84447-partial-1, r=lcnr,michaelwoeristerbors-188/+257
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-47/+80
2023-06-08Do fix_*_builtin_expr hacks on the writeback resultsMichael Goulet-48/+35
2023-06-07Auto merge of #111698 - Amanieu:force-static-lib, r=petrochenkovbors-4/+45
2023-06-07Track more diagnostics in `rustc_expand`Maybe Waffle-0/+5
2023-06-07Don't `use compile_error as print`Maybe Waffle-1/+8
2023-06-08Fix ICE for while loop with assignment condition with LHS place expr许杰友 Jieyou Xu (Joe)-2/+11
2023-06-07Force all native libraries to be statically linked when linking a static binaryAmanieu d'Antras-4/+45
2023-06-07Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkovbors-84/+335
2023-06-07Remove accidental commentclubby789-3/+0
2023-06-07Rollup merge of #112359 - Nilstrieb:i-can-only-handle-so-many-backtraces, r=c...Dylan DPC-4/+14
2023-06-07Rollup merge of #112345 - bvanjoi:fix-112342, r=nilstrieb,est31Dylan DPC-10/+36
2023-06-07Rollup merge of #112122 - compiler-errors:next-coherence, r=lcnrDylan DPC-61/+107
2023-06-07Rollup merge of #112076 - compiler-errors:bidirectional-alias-eq, r=lcnrDylan DPC-136/+196
2023-06-07Auto merge of #111047 - compiler-errors:rtn-no-ty-ct-params, r=spastorinobors-44/+51
2023-06-07Auto merge of #111819 - nikarh:vita-improved, r=Amanieubors-7/+8
2023-06-07feat(expand): emit note for doc comment in macro matcherbohan-11/+35
2023-06-06Auto merge of #112361 - matthiaskrgr:rollup-39zxrw1, r=matthiaskrgrbors-35/+70
2023-06-06Rollup merge of #112358 - Nilstrieb:fancy-more-borrowck-cleanups, r=compiler-...Matthias Krüger-6/+2
2023-06-06Rollup merge of #112356 - Nilstrieb:get-region-var-origins, r=compiler-errorsMatthias Krüger-5/+5
2023-06-06Rollup merge of #112350 - Nilstrieb:borrow-me-some-cleanups, r=compiler-errorsMatthias Krüger-3/+1
2023-06-06Rollup merge of #112343 - GuillaumeGomez:extern-crate-missing-docs, r=notriddleMatthias Krüger-2/+6
2023-06-06Rollup merge of #112340 - lcnr:tyctxt-cleanup, r=compiler-errorsMatthias Krüger-15/+5
2023-06-06Rollup merge of #112310 - loongarch-rs:bare-metal, r=WaffleLapkinMatthias Krüger-0/+50
2023-06-06Rollup merge of #111250 - spastorino:smir-terminator-2, r=oli-obkMatthias Krüger-4/+1
2023-06-06Respect `RUST_BACKTRACE` for delayed bugsNilstrieb-4/+14
2023-06-06Remove default visitor impl in region constraint generationNilstrieb-6/+2
2023-06-06Avoid duplicate type sanitization of local declsNilstrieb-3/+1
2023-06-06Fix comment for `get_region_var_origins`Nilstrieb-5/+5
2023-06-06Fall back to bidirectional normalizes-to if no subst-eq in alias-eq goalMichael Goulet-23/+72
2023-06-06Move alias-relate to its own moduleMichael Goulet-136/+147
2023-06-06Make TraitEngine::new use the right solver, add compare modeMichael Goulet-32/+45
2023-06-06Add -Ztrait-solver=next-coherenceMichael Goulet-0/+14