]> git.lizzy.rs Git - rust.git/history - crates/hir_ty
Update Zulip link and macro privacy statement
[rust.git] / crates / hir_ty /
2021-04-02 bors[bot]Merge #8293
2021-04-02 bors[bot]Merge #8285
2021-04-02 bors[bot]Merge #8292
2021-04-01 bors[bot]Merge #8265
2021-04-01 bors[bot]Merge #8283
2021-04-01 Lukas WirthResolve associated types with type anchors
2021-04-01 Florian DieboldDon't recheck obligations if we have learned nothing new
2021-04-01 Jonas SchievinkGlobal TypeRef/TraitRef interning
2021-04-01 bors[bot]Merge #8274
2021-03-31 bors[bot]Merge #8276
2021-03-31 Edwin ChengFix block inner item defined in macro
2021-03-31 bors[bot]Merge #8210
2021-03-31 bors[bot]Merge #8269
2021-03-31 bors[bot]Merge #8267
2021-03-31 bors[bot]Merge #8266
2021-03-30 Lukas WirthFix generic arguments being incorrectly offset in quali...
2021-03-30 bors[bot]Merge #8186
2021-03-30 bors[bot]Merge #8261
2021-03-30 Jesse BakkerFix expansion of OR-patterns in match check
2021-03-29 bors[bot]Merge #8247
2021-03-29 Aleksey Kladovinternal: ensure that runaway type-inference doesn...
2021-03-29 Lukas WirthRemove TraitRef::Error
2021-03-29 Lukas WirthRename target_ty to self_ty
2021-03-29 Lukas WirthLower traits to TraitRef instead of TypeRef
2021-03-29 bors[bot]Merge #8222
2021-03-28 bors[bot]Merge #8212
2021-03-27 bors[bot]Merge #8221
2021-03-27 bors[bot]Merge #8220
2021-03-27 bors[bot]Merge #8213
2021-03-27 Edwin ChengBasic Support Macro 2.0
2021-03-27 bors[bot]Merge #8201
2021-03-26 bors[bot]Merge #8056
2021-03-26 Josh Mcguigancompletion relevance consider if types can be unified
2021-03-25 Edwin ChengFix recursive macro statement expansion
2021-03-25 bors[bot]Merge #8200
2021-03-25 Laurențiu NicolaUse arrayvec 0.6
2021-03-24 bors[bot]Merge #7907
2021-03-24 bors[bot]Merge #8190
2021-03-24 Florian DieboldFix chalk_ir assertion
2021-03-24 cynecxhir_ty: don't call write_field_resolution when field...
2021-03-24 cynecxhir_def: move visibility queries from hir_ty to hir_def
2021-03-23 bors[bot]Merge #8142
2021-03-22 bors[bot]Merge #8156
2021-03-22 Lukas WirthCorrectly lower TraitRefs with default params
2021-03-22 bors[bot]Merge #8154 #8155
2021-03-22 Jonas Schievinkresolver: manually traverse nested block scopes
2021-03-22 bors[bot]Merge #8141
2021-03-22 bors[bot]Merge #8054
2021-03-22 bors[bot]Merge #8144
2021-03-22 bors[bot]Merge #8139
2021-03-22 bors[bot]Merge #8136 #8146
2021-03-22 hi-rustinbail out early for source code closures
2021-03-21 bors[bot]Merge #8137
2021-03-21 Florian DieboldAlign InEnvironment with Chalk
2021-03-21 Florian DieboldAlign Canonical more with Chalk's version
2021-03-21 bors[bot]Merge #8134
2021-03-21 Lukas WirthFix box pattern inference panic
2021-03-21 Florian DieboldUse QuantifiedWhereClause in generic_predicates as...
2021-03-21 Florian DieboldIntroduce QuantifiedWhereClause and DynTy analogous...
2021-03-21 bors[bot]Merge #8133
2021-03-21 bors[bot]Merge #8132
2021-03-21 bors[bot]Merge #8135
2021-03-21 Yilin Chenuse the included file as the source of expanded include...
2021-03-21 Florian DieboldIgnore type bindings in generic_predicates_for_param
2021-03-21 Florian DieboldTest for a Salsa bug
2021-03-21 Matthias Krügerclippy::complexity simplifications related to Iterators
2021-03-21 Matthias Krügerremove more redundant clones (clippy::redundant_clone())
2021-03-20 Kirill BulatovDocs
2021-03-20 Kirill BulatovDo not propose assoc items without qualifiers
2021-03-20 cynecxhir_ty: add coverage testing for autoderef_visibility_m...
2021-03-20 cynecxhir_ty: fix test by removing trailing whitespace
2021-03-20 cynecxhir_ty: iterate_method_candidates_for_self_ty pass...
2021-03-20 cynecxhir_ty: fix visibility in infer_inherent_method test
2021-03-20 cynecxhir_ty: introduce visible_from_module param into method...
2021-03-20 cynecxhir_ty: check field visibility while iterating through...
2021-03-20 cynecxhir_ty: add field_visibilities and fn_visibility queries
2021-03-20 cynecxhir_ty: add tests around autoderef with visibility...
2021-03-20 cynecxhir_ty: fix tests by making required methods public
2021-03-20 bors[bot]Merge #8119
2021-03-20 bors[bot]Merge #8117
2021-03-20 Florian DieboldTurn Obligation into something similar to chalk_ir...
2021-03-20 bors[bot]Merge #8116
2021-03-20 Florian DieboldRemove WhereClause::Error
2021-03-20 bors[bot]Merge #8115
2021-03-20 Florian DieboldRename GenericPredicate -> WhereClause
2021-03-19 bors[bot]Merge #8097
2021-03-19 bors[bot]Merge #8101
2021-03-19 Lukas WirthReplace Projection variant in GenericPredicate with...
2021-03-18 bors[bot]Merge #8095
2021-03-18 bors[bot]Merge #8096
2021-03-18 Florian DieboldChalkify TraitRef
2021-03-18 bors[bot]Merge #8083
2021-03-18 bors[bot]Merge #8094
2021-03-18 Jonas SchievinkFix infinite recursion when computing diagnostics for...
2021-03-18 bors[bot]Merge #8082
2021-03-18 Edwin ChengHandle inner recursive macro rules cases
2021-03-18 bors[bot]Merge #8081
2021-03-18 bors[bot]Merge #8078
2021-03-18 Jonas SchievinkSupport `#[cfg]` on all associated items
2021-03-17 bors[bot]Merge #8076
next