]> git.lizzy.rs Git - rust.git/history - compiler/rustc_typeck
Add rustc_on_unimplemented to Subst
[rust.git] / compiler / rustc_typeck /
2022-05-06 Guillaume GomezRollup merge of #96557 - nbdd0121:const, r=oli-obk
2022-05-06 borsAuto merge of #95454 - randomicon00:fix95444, r=wesleywiser
2022-05-06 Miguel Guarnizremove all usages of hir().def_kind
2022-05-06 Miguel Guarnizuse def_span and def_kind queries instead of calling...
2022-05-06 Miguel Guarnizpass ItemId to check_item_type instead of Item
2022-05-06 Miguel Guarnizremove ImplWfCheck
2022-05-06 Miguel Guarnizremove CheckItemTypesVisitor
2022-05-06 Miguel Guarnizuse hir_module_items in check_mod_item_types query
2022-05-06 Miguel Guarnizuse hir_module_items instead of visit_all_item_likes...
2022-05-06 Miguel Guarnizremove UnsafetyChecker
2022-05-06 Miguel Guarnizremove ItemLikeVisitor impl for InherentOverlapChecker
2022-05-06 Miguel Guarnizremove ItemLikeVisitor impl for InherentCollect
2022-05-06 Miguel Guarnizremove OutlivesTest
2022-05-06 Miguel Guarnizremove VarianceTest
2022-05-06 Miguel Guarnizuse DefKind::Fn instead of DefKind::AsscFn for foreign...
2022-05-06 Miguel Guarnizremove ItemLikeVisitor impl for TermsContext
2022-05-06 Miguel Guarnizremove ItemLikeVisitor impl for ContraintContext
2022-05-06 Yuki OkushiAlso suggest calling constructors for external DefIds
2022-05-06 borsAuto merge of #95183 - ibraheemdev:arc-count-acquire...
2022-05-06 borsAuto merge of #96268 - jackh726:remove-mutable_borrow_r...
2022-05-06 Ellenmove closure down
2022-05-06 Ellenwording tweaks
2022-05-06 borsAuto merge of #94598 - scottmcm:prefix-free-hasher...
2022-05-06 borsAuto merge of #96510 - m-ou-se:futex-bsd, r=Amanieu
2022-05-06 Elliot Robertsfix unmatched braces
2022-05-06 David Woodtypeck: port "explicit generic args w/ impl trait"
2022-05-06 Michael GouletRollup merge of #96747 - JohnTitor:expect-local-track...
2022-05-06 Michael GouletRollup merge of #96744 - est31:join_osstr, r=thomcc
2022-05-06 Michael GouletRollup merge of #96741 - GuillaumeGomez:improve-setting...
2022-05-06 Michael GouletRollup merge of #96730 - JohnTitor:unused-lifetimes...
2022-05-06 Michael GouletRollup merge of #96704 - GuillaumeGomez:rotation-animat...
2022-05-06 Michael GouletRollup merge of #96639 - adpaco-aws:fix-offset-from...
2022-05-06 Michael GouletRollup merge of #96174 - RalfJung:no-run-transmute...
2022-05-06 David Woodtypeck: port "unconstrained opaque type" diag
2022-05-06 Scott McMurrayPut the 2229 migration errors in alphabetical order
2022-05-05 borsAuto merge of #96520 - lcnr:general-incoherent-impls...
2022-05-05 Yuki OkushiFix an ICE on #96738
2022-05-05 borsAuto merge of #96735 - flip1995:clippyup, r=Manishearth
2022-05-05 borsAuto merge of #96734 - matthiaskrgr:rollup-hng33tb...
2022-05-05 Ellen make `compare_generic_param_kinds` errors consistent
2022-05-05 flip1995Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf...
2022-05-05 Matthias KrügerRollup merge of #96714 - RalfJung:scalar-pair-debug...
2022-05-05 Matthias KrügerRollup merge of #96682 - nnethercote:show-invisible...
2022-05-05 Matthias KrügerRollup merge of #96673 - oli-obk:tait_impl_diagnostic...
2022-05-05 Matthias KrügerRollup merge of #96507 - TaKO8Ki:suggest-calling-associ...
2022-05-05 Matthias KrügerRollup merge of #95843 - GuillaumeGomez:improve-new...
2022-05-05 Matthias KrügerRollup merge of #95359 - jhpratt:int_roundings, r=josht...
2022-05-05 lcnrupdate error messages and explicitly mention them in...
2022-05-05 borsAuto merge of #91779 - ridwanabdillahi:natvis, r=michae...
2022-05-05 Ellenexit out of `compare_number_of_generics` early
2022-05-05 Ellen handle mismatched generic parameter kinds
2022-05-05 borsAuto merge of #96649 - tbu-:pr_to_ipv4_loopback_doc...
2022-05-05 lcnrforbid empty impls for types with incoherent impls
2022-05-05 lcnrremove unnecessary check
2022-05-05 lcnrgeneralize "incoherent impls" impl for custom types
2022-05-05 borsAuto merge of #96630 - m-ysk:fix/issue-88038, r=notriddle
2022-05-05 borsAuto merge of #96626 - thomcc:rand-bump, r=m-ou-se
2022-05-05 borsAuto merge of #96720 - JohnTitor:rollup-9jaaekr, r...
2022-05-05 Yuki OkushiRollup merge of #96697 - oli-obk:trace_queries, r=micha...
2022-05-05 Yuki OkushiRollup merge of #96677 - jyn514:label-break-value-tests...
2022-05-05 Yuki OkushiRollup merge of #96658 - Folyd:es6, r=GuillaumeGomez
2022-05-05 Yuki OkushiRollup merge of #96628 - joshtriplett:stabilize-then...
2022-05-05 Yuki OkushiRollup merge of #96619 - akiekintveld:same_mutex_check_...
2022-05-05 Yuki OkushiRollup merge of #96616 - akiekintveld:min_stack_relaxed...
2022-05-05 Yuki OkushiRollup merge of #96603 - Alexendoo:const-generics-tests...
2022-05-05 borsAuto merge of #96593 - jackh726:issue-93262, r=compiler...
2022-05-04 borsAuto merge of #96546 - nnethercote:overhaul-MacArgs...
2022-05-04 Camille GILLOTExit before fetching bounds on associated items.
2022-05-04 Camille GILLOTOnly keep predicates on `Self` when checking `dyn Trait...
2022-05-04 Camille GILLOTAdd debug statements.
2022-05-04 borsAuto merge of #96683 - nnethercote:speed-up-Token-ident...
2022-05-04 Josh TriplettStabilize `bool::then_some`
2022-05-04 Yuki OkushiRollup merge of #96668 - GuillaumeGomez:fix-rustdoc...
2022-05-04 Yuki OkushiRollup merge of #96662 - rockboynton:master, r=Guillaum...
2022-05-04 Yuki OkushiRollup merge of #96597 - semarie:split_debuginfo-unix...
2022-05-04 borsAuto merge of #96447 - petrochenkov:docregr, r=Guillaum...
2022-05-04 borsAuto merge of #96353 - estebank:issue-95413, r=compiler...
2022-05-03 borsAuto merge of #95380 - compiler-errors:unit-destructure...
2022-05-03 borsAuto merge of #96558 - bjorn3:librarify_parse_format...
2022-05-03 borsAuto merge of #96280 - lygstate:ffi-fixes, r=joshtriplett
2022-05-03 Oli SchererReport that opaque types are not allowed in impls even...
2022-05-03 borsAuto merge of #96601 - tmiasko:ssa-rpo, r=davidtwco
2022-05-03 borsAuto merge of #96663 - JohnTitor:rollup-lthuzdq, r...
2022-05-03 Yuki OkushiRollup merge of #96646 - estebank:issue-96638, r=jackh726
2022-05-03 Yuki OkushiRollup merge of #96641 - oli-obk:bool_args, r=wesleywiser
2022-05-03 Yuki OkushiRollup merge of #96629 - ken-matsui:fix-invalid-keyword...
2022-05-03 Yuki OkushiRollup merge of #96614 - JohnTitor:test-92305, r=oli-obk
2022-05-03 Yuki OkushiRollup merge of #96599 - tmiasko:discriminant-docs...
2022-05-03 Yuki OkushiRollup merge of #96589 - Badel2:source-callsite, r...
2022-05-03 Yuki OkushiRollup merge of #96587 - bjorn3:refactor_backend_write...
2022-05-03 Yuki OkushiRollup merge of #93097 - GuillaumeGomez:settings-js...
2022-05-03 borsAuto merge of #96580 - CAD97:E0705-no-ignore, r=michael...
2022-05-03 Elliot Robertsfix most compiler/ doctests
2022-05-02 Esteban KuberMitigate impact of subtle invalid call suggestion logic
2022-05-02 borsAuto merge of #96578 - tmiasko:chunked-bit-set-fmt...
2022-05-02 borsAuto merge of #96436 - petrochenkov:nowhole2, r=wesleywiser
2022-05-02 borsAuto merge of #96431 - petrochenkov:parent, r=cjgillot
2022-05-02 borsAuto merge of #96310 - bertptrs:remove-debugger-bootstr...
2022-05-02 Yuki OkushiRollup merge of #96610 - GuillaumeGomez:update-browser...
2022-05-02 Yuki OkushiRollup merge of #96571 - thomcc:bathroom-stall, r=Mark...
next