]> git.lizzy.rs Git - rust.git/history - compiler/rustc_trait_selection
Rollup merge of #96763 - Abdur-rahmaanJ:patch-1, r=Mark-Simulacrum
[rust.git] / compiler / rustc_trait_selection /
2023-01-29 Matthias KrügerRollup merge of #96763 - Abdur-rahmaanJ:patch-1, r...
2023-01-29 borsAuto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obk
2023-01-29 borsAuto merge of #106253 - nbdd0121:upcast, r=compiler...
2023-01-29 borsAuto merge of #107435 - matthiaskrgr:rollup-if5h6yu...
2023-01-29 Matthias KrügerRollup merge of #107425 - clubby789:match-range-missing...
2023-01-29 Matthias KrügerRollup merge of #107422 - Nilstrieb:erase-the-ice,...
2023-01-29 Matthias KrügerRollup merge of #107413 - tshepang:pleasant-readin...
2023-01-29 Matthias KrügerRollup merge of #107401 - lenko-d:remove_the_usize_fiel...
2023-01-29 Matthias KrügerRollup merge of #107397 - Teapot4195:issue-107392-fix...
2023-01-29 Matthias KrügerRollup merge of #107154 - glaubitz:m68k-alloc, r=JohnTitor
2023-01-29 Matthias KrügerRollup merge of #107097 - tmiasko:ssa, r=cjgillot
2023-01-29 Matthias KrügerRollup merge of #106618 - jmillikin:os-net-rustdoc...
2023-01-29 borsAuto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk
2023-01-29 borsAuto merge of #107406 - cjgillot:eliminate-witnesses...
2023-01-28 borsAuto merge of #103659 - clubby789:improve-partialord...
2023-01-28 borsAuto merge of #107303 - compiler-errors:intern-canonica...
2023-01-28 borsAuto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin
2023-01-28 Gary GuoRename `is_object_safe` to `check_is_object_safe` to...
2023-01-28 Gary GuoMake `is_object_safe` a query and move lint_object_unsa...
2023-01-28 Gary GuoReplace `object_safety_violations().is_empty()` calls...
2023-01-28 borsAuto merge of #107408 - matthiaskrgr:rollup-b5vz2ow...
2023-01-28 Lenko DonchevUse field-less variant for AliasBound.
2023-01-28 Matthias KrügerRollup merge of #107398 - scottmcm:its-their-funeral...
2023-01-28 Matthias KrügerRollup merge of #107391 - notriddle:notriddle/copy...
2023-01-28 Matthias KrügerRollup merge of #107385 - BoxyUwU:ConstInferUnifier_is_...
2023-01-28 Matthias KrügerRollup merge of #107384 - Nilstrieb:bool-for-deletion...
2023-01-28 Matthias KrügerRollup merge of #107355 - JohnTitor:issue-60755, r...
2023-01-28 Matthias KrügerRollup merge of #107096 - clubby789:fluent-bad-messager...
2023-01-28 Matthias KrügerRollup merge of #105524 - Ayush1325:libc-free, r=ChrisD...
2023-01-28 Matthias KrügerRollup merge of #104252 - faern:stabilize-const_socketa...
2023-01-28 Matthias KrügerRollup merge of #104012 - chenyukang:yukang/fix-103882...
2023-01-28 borsAuto merge of #106916 - lukas-code:overlapping-substs...
2023-01-28 Camille GILLOTRemove `HirId -> LocalDefId` map from HIR.
2023-01-28 borsAuto merge of #107400 - matthiaskrgr:rollup-l6bycds...
2023-01-28 Lenko Donchevremove the usize field from CandidateSource::AliasBound
2023-01-28 Matthias KrügerRollup merge of #107373 - michaelwoerister:dont-merge...
2023-01-28 Matthias KrügerRollup merge of #107344 - compiler-errors:new-solver...
2023-01-28 Matthias KrügerRollup merge of #107339 - aliemjay:covariant, r=lcnr
2023-01-28 Matthias KrügerRollup merge of #107306 - compiler-errors:correct-sugg...
2023-01-28 Matthias KrügerRollup merge of #107190 - fmease:fix-81698, r=compiler...
2023-01-28 Matthias KrügerRollup merge of #107103 - compiler-errors:new-solver...
2023-01-28 Matthias KrügerRollup merge of #107100 - compiler-errors:issue-107087...
2023-01-28 Matthias KrügerRollup merge of #107022 - scottmcm:ordering-option...
2023-01-28 borsAuto merge of #107360 - bjorn3:fix_thin_archive_reading...
2023-01-28 Scott McMurrayRemove `ControlFlow::{BREAK, CONTINUE}`
2023-01-28 borsAuto merge of #101692 - cjgillot:generator-lazy-witness...
2023-01-27 Camille GILLOTPacify tidy.
2023-01-27 Camille GILLOTRestrict amount of ignored locals.
2023-01-27 borsAuto merge of #107386 - flip1995:clippyup, r=Manishearth
2023-01-27 Camille GILLOTCompute generator saved locals on MIR.
2023-01-27 Philipp KronesMerge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9...
2023-01-27 Michael GouletMicro-optimization in consider_assumption
2023-01-27 Michael GouletAdd some comments
2023-01-27 Michael GouletNo need to probe when computing goals
2023-01-27 Camille GILLOTIntroduce GeneratorWitnessMIR.
2023-01-27 Camille GILLOTSeparate trait selection from ambiguity reporting.
2023-01-27 Camille GILLOTDo not abort compilation when failing to normalize...
2023-01-27 Michael GouletUse now solver in evaluate_obligation
2023-01-27 borsAuto merge of #107372 - JohnTitor:rollup-zkl2ges, r...
2023-01-27 Yuki OkushiRollup merge of #107357 - GuillaumeGomez:fix-infinite...
2023-01-27 Yuki OkushiRollup merge of #107352 - sameo:topic/E0587, r=JohnTitor
2023-01-27 Yuki OkushiRollup merge of #107347 - tshepang:rightward-drift...
2023-01-27 Yuki OkushiRollup merge of #107332 - chansuke:issue-107230, r...
2023-01-27 Yuki OkushiRollup merge of #107321 - lcnr:comment, r=compiler...
2023-01-27 Yuki OkushiRollup merge of #107316 - ChrisDenton:snap, r=oli-obk
2023-01-27 Yuki OkushiRollup merge of #107234 - Rattenkrieg:bootstrap-fix...
2023-01-27 Yuki OkushiRollup merge of #107194 - xfix:remove-slice-internals...
2023-01-27 Yuki OkushiRollup merge of #106806 - m-ou-se:format-args-flags...
2023-01-27 borsAuto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr
2023-01-27 borsAuto merge of #107054 - petrochenkov:effvisdoc3, r...
2023-01-27 borsAuto merge of #107343 - JohnTitor:rollup-s6l94aj, r...
2023-01-27 Yuki OkushiRollup merge of #107336 - notriddle:notriddle/import...
2023-01-27 Yuki OkushiRollup merge of #107325 - petrochenkov:hiddoc2, r=Guill...
2023-01-27 Yuki OkushiRollup merge of #107284 - notriddle:notriddle/plus...
2023-01-27 Yuki OkushiRollup merge of #107279 - compiler-errors:new-solver...
2023-01-27 Yuki OkushiRollup merge of #107242 - notriddle:notriddle/title...
2023-01-27 Yuki OkushiRollup merge of #107171 - petrochenkov:encattrs, r...
2023-01-27 Yuki OkushiRollup merge of #106856 - vadorovsky:fix-atomic-annotat...
2023-01-27 Yuki OkushiRollup merge of #105784 - yanns:update_stdarch, r=Amanieu
2023-01-27 Kyle Matsudafixup new usages of fn_sig, bound_fn_sig after rebasing
2023-01-27 Kyle Matsudachange fn_sig query to use EarlyBinder; remove bound_fn...
2023-01-27 borsAuto merge of #106959 - tmiasko:opt-funclets, r=davidtwco
2023-01-27 Kyle Matsudareplace usages of fn_sig query with bound_fn_sig
2023-01-27 borsAuto merge of #107269 - bjorn3:sync_cg_clif-2023-01...
2023-01-26 Michael GouletMake make_identity take CanonicalVarInfos
2023-01-26 Michael GouletIntern CanonicalVarValues
2023-01-26 borsAuto merge of #106812 - oli-obk:output_filenames, r...
2023-01-26 Michael GouletUse new solver during selection
2023-01-26 Matthias KrügerRollup merge of #107189 - cjgillot:meta-adt, r=compiler...
2023-01-26 Matthias KrügerRollup merge of #107168 - Nilstrieb:if-a-tait-falls...
2023-01-26 Matthias KrügerRollup merge of #107150 - Nilstrieb:thread-local-cleanu...
2023-01-26 Matthias KrügerRollup merge of #106978 - mejrs:mir_build3, r=davidtwco
2023-01-26 Matthias KrügerRollup merge of #106971 - oli-obk:tait_error, r=davidtwco
2023-01-26 Matthias KrügerRollup merge of #106904 - khuey:preserve_debuginfo_for_...
2023-01-26 borsAuto merge of #106745 - m-ou-se:format-args-ast, r...
2023-01-26 lcnrsolver comments + remove `TyCtxt::evaluate_goal`
2023-01-26 borsAuto merge of #107318 - matthiaskrgr:rollup-776kd81...
2023-01-26 Matthias KrügerRollup merge of #107304 - Nilstrieb:ᐸTy as PartialEqᐳ...
2023-01-26 Matthias KrügerRollup merge of #107074 - lcnr:validate-dont-skip-opaqu...
2023-01-26 Matthias KrügerRollup merge of #106946 - dtolnay:hashlinecolumn, r...
next