]> git.lizzy.rs Git - rust.git/history - compiler/rustc_trait_selection/src/solve/project_goals.rs
Rollup merge of #107780 - compiler-errors:instantiate-binder, r=lcnr
[rust.git] / compiler / rustc_trait_selection / src / solve / project_goals.rs
2023-02-08 Matthias KrügerRollup merge of #107780 - compiler-errors:instantiate...
2023-02-08 Matthias KrügerRollup merge of #107777 - compiler-errors:derive_const...
2023-02-08 Matthias KrügerRollup merge of #107758 - Zoxc:arena-enref, r=cjgillot
2023-02-08 Matthias KrügerRollup merge of #107710 - ehuss:update-strip-ansi-escap...
2023-02-08 Matthias KrügerRollup merge of #107271 - Zeegomo:drop-rmw, r=oli-obk
2023-02-08 Matthias KrügerRollup merge of #105641 - Amanieu:btree_cursor, r=m...
2023-02-08 borsAuto merge of #107529 - Zoxc:inline-tweak-profile,...
2023-02-08 borsAuto merge of #107788 - matthiaskrgr:rollup-mw10sli...
2023-02-08 Matthias KrügerRollup merge of #107779 - compiler-errors:issue-107775...
2023-02-08 Matthias KrügerRollup merge of #107776 - dbrgn:docs-string-reserve...
2023-02-08 Matthias KrügerRollup merge of #107773 - Mark-Simulacrum:rename-auto...
2023-02-08 Matthias KrügerRollup merge of #107771 - estebank:ice-msg, r=compiler...
2023-02-08 Matthias KrügerRollup merge of #107770 - notriddle:notriddle/br2nl...
2023-02-08 Matthias KrügerRollup merge of #107769 - compiler-errors:pointer-like...
2023-02-07 Michael GouletReplacing bound vars is actually instantiating a binder
2023-02-07 Michael GouletRename PointerSized to PointerLike
2023-02-07 Matthias KrügerRollup merge of #107719 - WaffleLapkin:de-arena-allocat...
2023-02-07 Matthias KrügerRollup merge of #107471 - notriddle:notriddle/default...
2023-02-06 Matthias KrügerRollup merge of #107725 - GuillaumeGomez:turn-markdownw...
2023-02-06 Matthias KrügerRollup merge of #107596 - Kobzol:stage-build-timer...
2023-02-06 Matthias KrügerRollup merge of #106477 - Nathan-Fenner:nathanf/refined...
2023-02-06 borsAuto merge of #103761 - chenyukang:yukang/fix-103320...
2023-02-06 borsAuto merge of #107667 - cjgillot:no-on-hit, r=lcnr...
2023-02-06 borsAuto merge of #107141 - notriddle:notriddle/max-lev...
2023-02-05 borsAuto merge of #107663 - matthiaskrgr:107423-point-at...
2023-02-04 Matthias KrügerRollup merge of #107646 - estebank:specific-span, r...
2023-02-04 Matthias KrügerRollup merge of #107116 - ozkanonur:consolidate-bootstr...
2023-02-04 borsAuto merge of #107549 - Zoxc:rustc-shared, r=jyn514
2023-02-04 borsAuto merge of #107267 - cjgillot:keep-aggregate, r...
2023-02-04 borsAuto merge of #107618 - chriswailes:linker-arg, r=alber...
2023-02-04 borsAuto merge of #107591 - krasimirgg:llvm-17-pgoopts...
2023-02-03 Michael GouletRollup merge of #107632 - ameknite:issue-107622-fix...
2023-02-03 Michael GouletRollup merge of #107631 - BoxyUwU:triagebot_cargo_lock...
2023-02-03 Michael GouletRollup merge of #107615 - notriddle:notriddle/nbsp...
2023-02-03 Michael GouletRollup merge of #107595 - michaelwoerister:retry_proc_m...
2023-02-03 Michael GouletRollup merge of #107551 - fee1-dead-contrib:rm_const_fn...
2023-02-03 Michael GouletRollup merge of #107519 - joboet:raw_os_error_ty, r...
2023-02-03 borsAuto merge of #107642 - Dylan-DPC:rollup-edcqhm5, r...
2023-02-03 Dylan DPCRollup merge of #107633 - clubby789:option-string-coerc...
2023-02-03 Dylan DPCRollup merge of #107585 - compiler-errors:fndef-sig...
2023-02-03 Dylan DPCRollup merge of #107544 - nnethercote:improve-TokenCurs...
2023-02-03 Dylan DPCRollup merge of #107539 - PossiblyAShrub:unused-parens...
2023-02-03 Dylan DPCRollup merge of #107427 - detrumi:builtin-impl-candidat...
2023-02-03 Wilco KuseeUse new helper inside probe
2023-02-03 Matthias KrügerRollup merge of #107598 - chenyukang:yukang/fix-core...
2023-02-03 Matthias KrügerRollup merge of #106805 - madsravn:master, r=compiler...
2023-02-03 borsAuto merge of #107543 - ehuss:protocol-sparse, r=jyn514
2023-02-03 borsAuto merge of #107241 - clubby789:bootstrap-lto-off...
2023-02-02 borsAuto merge of #107000 - GuillaumeGomez:fix-items-in...
2023-02-02 Matthias KrügerRollup merge of #107577 - nnethercote:reinstate-hir...
2023-02-02 Matthias KrügerRollup merge of #107532 - compiler-errors:erase-regions...
2023-02-02 Matthias KrügerRollup merge of #107524 - cjgillot:both-storage, r...
2023-02-02 Matthias KrügerRollup merge of #107531 - GuillaumeGomez:inline-images...
2023-02-02 Matthias KrügerRollup merge of #107488 - nnethercote:fix-PartialEq...
2023-02-02 Matthias KrügerRollup merge of #107312 - calebcartwright:style-let...
2023-02-02 Matthias KrügerRollup merge of #107201 - compiler-errors:confusing...
2023-02-02 borsAuto merge of #106925 - imWildCat:imWildCat/remove...
2023-02-01 borsAuto merge of #107574 - compiler-errors:back-to-old...
2023-02-01 Wilco KuseeSimplify discriminant_kind goal using new helper function
2023-02-01 Wilco KuseeAdd candidates for DiscriminantKind builtin
2023-02-01 borsAuto merge of #107257 - inquisitivecrystal:ffi-attr...
2023-02-01 Matthias KrügerRollup merge of #107533 - pnkfelix:distinguish-generato...
2023-02-01 Matthias KrügerRollup merge of #107499 - compiler-errors:deduce_sig_fr...
2023-02-01 Matthias KrügerRollup merge of #107487 - edward-shen:edward-shen/10721...
2023-02-01 Matthias KrügerRollup merge of #107470 - kadiwa4:bootstrap_cleanup...
2023-02-01 Matthias KrügerRollup merge of #107442 - lukas-code:slice-panics,...
2023-02-01 Matthias KrügerRollup merge of #107389 - zvavybir:master, r=estebank
2023-02-01 borsAuto merge of #107541 - weihanglo:update-cargo, r=weihanglo
2023-02-01 borsAuto merge of #107536 - GuillaumeGomez:rollup-xv7dx2h...
2023-01-31 Guillaume GomezRollup merge of #107535 - dcompoze:tcp-doc-unwrap,...
2023-01-31 Guillaume GomezRollup merge of #107527 - notriddle:notriddle/wcagcontr...
2023-01-31 Guillaume GomezRollup merge of #107525 - RalfJung:pointee-info, r...
2023-01-31 Guillaume GomezRollup merge of #107508 - WaffleLapkin:uneq'15, r=oli-obk
2023-01-31 Guillaume GomezRollup merge of #107491 - notriddle:notriddle/setting...
2023-01-31 Guillaume GomezRollup merge of #107486 - compiler-errors:bound-ty...
2023-01-31 Guillaume GomezRollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk
2023-01-31 Guillaume GomezRollup merge of #107412 - tshepang:needless-check,...
2023-01-31 Guillaume GomezRollup merge of #107354 - tspiteri:source-serif-4.005...
2023-01-31 Guillaume GomezRollup merge of #107348 - lcnr:project-solve-new, r...
2023-01-31 Guillaume GomezRollup merge of #106898 - estebank:ice-forms-are-a...
2023-01-31 borsAuto merge of #107297 - Mark-Simulacrum:bump-bootstrap...
2023-01-31 borsAuto merge of #106399 - estebank:type-err-span-label...
2023-01-31 borsAuto merge of #100754 - davidtwco:translation-increment...
2023-01-31 borsAuto merge of #107498 - JohnTitor:rollup-2i6g4uk, r...
2023-01-31 Yuki OkushiRollup merge of #107494 - lebensterben:patch-1, r=JohnTitor
2023-01-31 Yuki OkushiRollup merge of #107482 - notriddle:notriddle/keywords...
2023-01-31 Yuki OkushiRollup merge of #107479 - compiler-errors:probe-can...
2023-01-31 Yuki OkushiRollup merge of #107477 - GuillaumeGomez:css-var, r...
2023-01-31 Yuki OkushiRollup merge of #107476 - notriddle:notriddle/item...
2023-01-31 Yuki OkushiRollup merge of #107473 - rustbot:docs-update, r=ehuss
2023-01-31 Yuki OkushiRollup merge of #107445 - Swatinem:rm-genfuture, r...
2023-01-31 Yuki OkushiRollup merge of #107245 - compiler-errors:new-solver...
2023-01-31 borsAuto merge of #107443 - cjgillot:generator-less-query...
2023-01-31 borsAuto merge of #105650 - cassaundra:float-literal-sugges...
2023-01-30 borsAuto merge of #107197 - aliemjay:patch-2, r=jackh726
2023-01-30 Michael Gouletnits
2023-01-30 Michael GouletTrait upcasting support in new solver
2023-01-30 Michael GouletImplement unsizing in the new trait solver
2023-01-30 Matthias KrügerRollup merge of #107424 - bpeel:clone-into-from-share...
2023-01-30 Matthias KrügerRollup merge of #107177 - thanatos:fix-doc-errant-light...
next