]> git.lizzy.rs Git - rust.git/history - compiler
`DestructuredConst` split mir and ty
[rust.git] / compiler /
2022-09-15 Oli SchererMerge all `TypeVisitable for &List<T>` impls into one...
2022-09-15 borsAuto merge of #101410 - dingxiangfei2009:fix-let-else...
2022-09-15 Oli SchererReplace more manual TypeFoldable and TypeVisitable...
2022-09-15 lcnrchange `FnMutDelegate` to trait objects
2022-09-15 Oli Schererderive TypeVisitable and TypeFoldable for mir types
2022-09-15 Oli SchererDerive TypeFoldable and TypeVisitable for mir::PlaceElement
2022-09-15 Oli SchererResolve a FIXME
2022-09-15 Oli Schererderive various Lift impl instead of hand rolling them
2022-09-15 borsAuto merge of #101173 - jyn514:simplify-macro-arguments...
2022-09-15 borsAuto merge of #101811 - flip1995:clippyup, r=flip1995
2022-09-15 yukangfix #101797: Suggest associated const for incorrect...
2022-09-15 SparrowLiicorrect span, add help message and add UI test when...
2022-09-15 SparrowLiiadd note for `layout_of` when query depth overflows
2022-09-15 borsAuto merge of #101838 - matthiaskrgr:rollup-d1nm6b3...
2022-09-15 Matthias KrügerRollup merge of #101828 - aDotInTheVoid:test-101743...
2022-09-15 Matthias KrügerRollup merge of #101820 - notriddle:notriddle/a, r...
2022-09-15 Matthias KrügerRollup merge of #101812 - notriddle:notriddle/titles...
2022-09-15 Matthias KrügerRollup merge of #101810 - raldone01:feat/const_partial_...
2022-09-15 Matthias KrügerRollup merge of #101786 - chenyukang:fix-tidy-for-boots...
2022-09-15 Matthias KrügerRollup merge of #101778 - notriddle:notriddle/docblock...
2022-09-15 Matthias KrügerRollup merge of #101740 - andrewpollack:add-ignore...
2022-09-15 Matthias KrügerRollup merge of #101559 - andrewpollack:add-backtrace...
2022-09-15 Matthias KrügerRollup merge of #100415 - WorksButNotTested:be8, r...
2022-09-15 borsAuto merge of #101830 - nnethercote:streamline-register...
2022-09-15 Ding Xiang Feiadd diagram to explain the MIR structure
2022-09-15 Ding Xiang Feiadd explanatory note
2022-09-15 Ding Xiang Feienclose else block in terminating scope
2022-09-15 Ding Xiang Feisupplement for the missing or incomplete comments
2022-09-15 Ding Xiang Feireorder nesting scopes and declare bindings without...
2022-09-15 Michael GouletNormalize struct types in confirm_builtin_unsize_candidate
2022-09-15 borsAuto merge of #101620 - cjgillot:compute_lint_levels_by...
2022-09-14 borsAuto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillot
2022-09-14 Michael Gouletcache collect_trait_impl_trait_tys
2022-09-14 Santiago PastorinoGet rid of 'b lifetime in lower_param_bounds_mut
2022-09-14 Santiago PastorinoPass ImplTraitContext as &, there's no need for that...
2022-09-14 Santiago PastorinoRevert "Rollup merge of #101496 - spastorino:lower_life...
2022-09-14 borsAuto merge of #101212 - eholk:dyn-star, r=compiler...
2022-09-14 Your NameChanges to rename target and update docs
2022-09-14 Camille GillotUpdate compiler/rustc_macros/src/query.rs
2022-09-14 Camille GILLOTCorrect Key impl for HirId.
2022-09-14 Camille GILLOTAdd FIXME.
2022-09-14 Camille GILLOTComment LintLevelSets.
2022-09-14 Camille GILLOTRemove unused tool_name.
2022-09-14 Camille GILLOTMove some code and add comments.
2022-09-14 Camille GILLOTAllow query system to recover a HirId.
2022-09-14 Jack HueyDisallow defaults on type GATs
2022-09-14 DeadbeefCompute `lint_levels` by definition
2022-09-14 b-naberaddress review again
2022-09-14 borsAuto merge of #101805 - Dylan-DPC:rollup-mpdlbin, r...
2022-09-14 Bryanskiychange AccessLevels representation
2022-09-14 Dylan DPCRollup merge of #101779 - eholk:drop-tracking-test...
2022-09-14 Dylan DPCRollup merge of #101773 - notriddle:notriddle/content...
2022-09-14 Dylan DPCRollup merge of #101772 - est31:replace_placeholder_dia...
2022-09-14 Dylan DPCRollup merge of #101769 - notriddle:notriddle/out-of...
2022-09-14 Dylan DPCRollup merge of #101684 - zahash:readme-changes, r...
2022-09-14 Dylan DPCRollup merge of #101433 - jackh726:better-static-placeh...
2022-09-14 Oli SchererPrefer explict closure sig types over expected ones
2022-09-14 borsAuto merge of #99443 - jam1garner:mips-virt-feature...
2022-09-14 borsAuto merge of #101709 - nnethercote:simplify-visitors...
2022-09-14 borsAuto merge of #101307 - jyn514:simplify-storage, r...
2022-09-14 est31Also replace the placeholder for the stable_features...
2022-09-14 SparrowLiiadd debug assertion for max `attr_id`
2022-09-14 SparrowLiimake `mk_attr_id` part of `ParseSess`
2022-09-14 Jack HueyUse Predicate ConstraintCategory when normalizing
2022-09-14 Jack HueyBetter errors for implied static bound
2022-09-13 Jack HueyCleanup retrieve_closure_constraint_info
2022-09-13 Jack HueyRemove unused body args
2022-09-13 borsAuto merge of #101776 - weihanglo:update-cargo, r=ehuss
2022-09-13 Eric HolkAddress code review comments
2022-09-13 borsAuto merge of #101777 - matthiaskrgr:rollup-x2dyaa2...
2022-09-13 Matthias KrügerRollup merge of #101770 - aDotInTheVoid:rdj-index-clone...
2022-09-13 Matthias KrügerRollup merge of #101765 - GuillaumeGomez:tyctxt-visibil...
2022-09-13 Matthias KrügerRollup merge of #101759 - lnicola:rust-analyzer-2022...
2022-09-13 Matthias KrügerRollup merge of #101754 - NaokiM03:rename-log-to-ilog...
2022-09-13 Matthias KrügerRollup merge of #101752 - GuillaumeGomez:improve-attr...
2022-09-13 Matthias KrügerRollup merge of #101737 - notriddle:notriddle/search...
2022-09-13 Matthias KrügerRollup merge of #101266 - LuisCardosoOliveira:translati...
2022-09-13 Jhonny Bill MenaUPDATE - merge and avoid translations for symbol mangli...
2022-09-13 b-naberrebase
2022-09-13 borsAuto merge of #101086 - cjgillot:thir-param, r=oli-obk
2022-09-13 Camille GILLOTUse def_span for external requirements.
2022-09-13 Camille GILLOTShrink some visibilities.
2022-09-13 Camille GILLOTAlso compute implicit params in THIR.
2022-09-13 Camille GILLOTCompute explicit MIR params on THIR.
2022-09-13 Camille GILLOTSimplify MIR building entry.
2022-09-13 Camille GILLOTUse tcx.hir() utils for spans in MIR building.
2022-09-13 Camille GILLOTOnly keep one version of ImplicitSelfKind.
2022-09-13 b-naberrebase
2022-09-13 b-naberaddress review
2022-09-13 b-naberremove visit_const from mir visitors
2022-09-13 b-nabercranelift changes
2022-09-13 b-naberfixes/working version
2022-09-13 b-naberrenumber regions in mir constants correctly
2022-09-13 b-naberuse ty::Unevaluated<'tcx, ()> in type system
2022-09-13 borsAuto merge of #101615 - compiler-errors:rpitit-perf...
2022-09-13 Guillaume GomezAdd documentation for TyCtxt::visibility
2022-09-13 Laurențiu Nicola:arrow_up: rust-analyzer
2022-09-13 borsAuto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r...
2022-09-13 Dylan DPCRollup merge of #101748 - notriddle:notriddle/source...
2022-09-13 Dylan DPCRollup merge of #101745 - jay3332:patch-1, r=JohnTitor
next