]> git.lizzy.rs Git - rust.git/history - compiler
Auto merge of #103659 - clubby789:improve-partialord-derive, r=nagisa
[rust.git] / compiler /
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 borsAuto merge of #107408 - matthiaskrgr:rollup-b5vz2ow...
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 Camille GILLOTTake a LocalDefId in hir::Visitor::visit_fn.
2023-01-28 borsAuto merge of #107400 - matthiaskrgr:rollup-l6bycds...
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 nilsRemove unused import
2023-01-27 Boxyyeet
2023-01-27 NilstriebRemove `BOOL_TY_FOR_UNIT_TESTING`
2023-01-27 Camille GILLOTSeparate witness type computation from the generator...
2023-01-27 Camille GILLOTRemember where a type was kept in MIR.
2023-01-27 Camille GILLOTIntroduce GeneratorWitnessMIR.
2023-01-27 Camille GILLOTAlways require Drop for generators.
2023-01-27 Camille GILLOTAdd `drop_tracking_mir` option.
2023-01-27 Camille GILLOTSeparate trait selection from ambiguity reporting.
2023-01-27 Camille GILLOTImpl HashStable/Encodable/Decodable for ObligationCause.
2023-01-27 Camille GILLOTDo not abort compilation when failing to normalize...
2023-01-27 León Orell Valeria... recover more unbraced const args
2023-01-27 Michael GouletUse now solver in evaluate_obligation
2023-01-27 borsAuto merge of #107372 - JohnTitor:rollup-zkl2ges, r...
2023-01-27 Michael WoeristerDon't merge vtables when full debuginfo is enabled.
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 bjorn3Revert back to LlvmArchiveBuilder on all platforms
2023-01-27 bjorn3Revert "Remove macOS fat archive support from LlvmArchi...
2023-01-27 bjorn3Revert "Avoid a temporary file when processing macOS...
2023-01-27 clubby789Fix some Fluent typos
2023-01-27 clubby789Detect references to non-existant messages in Fluent...
2023-01-27 Mara BosDestructure format_options in make_format_spec.
2023-01-27 Samuel Ortizcompiler: Fix E0587 explanation
2023-01-27 yukangImprove unexpected close and mismatch delimiter hint...
2023-01-27 Ali MJ Al-Nasrawyupdate comment on trait objects
2023-01-27 borsAuto merge of #107054 - petrochenkov:effvisdoc3, r...
2023-01-27 Mara BosReplace format flags u32 by enums and bools.
2023-01-27 borsAuto merge of #107343 - JohnTitor:rollup-s6l94aj, r...
2023-01-27 Tshepang Mbamboreduce rightward-drift
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 Matsudaadd method_substs to CallKind
2023-01-27 Kyle Matsudafix up subst_identity vs skip_binder; add some FIXMEs...
2023-01-27 Kyle Matsudaadd EarlyBinder::no_bound_vars
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 Ali MJ Al-Nasrawyinternally change regions to be covariant
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 borsAuto merge of #107328 - matthiaskrgr:rollup-lfqwo0o...
2023-01-26 Matthias KrügerRollup merge of #107323 - JakobDegen:const-goto, r...
2023-01-26 Matthias KrügerRollup merge of #107322 - JakobDegen:custom-mir, r...
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...
next