]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-23 bors[bot]Merge #8138
2021-03-23 Lukas WirthCleanup Definition::search_scope
2021-03-23 Lukas WirthMerge hir::MacroDef::is_* into hir::MacroDef::kind
2021-03-23 Lukas WirthSet up a search scope when searching for mbe macro...
2021-03-23 bors[bot]Merge #8162
2021-03-23 Aleksey KladovImprove readability
2021-03-23 Aleksey KladovAlign naming of deps and revdeps
2021-03-23 Aleksey KladovAlign semantics of deps and rev deps
2021-03-23 Aleksey KladovCompute more mathematically well-rounded notion of...
2021-03-23 bors[bot]Merge #8142
2021-03-23 Josh Mcguiganadd unit test to demonstrate struct fields/methods...
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 Aleksey Kladovrewrite merge use trees assist to use muatable syntax...
2021-03-22 bors[bot]Merge #8153
2021-03-22 Aleksey Kladov:arrow_up: rowan
2021-03-22 bors[bot]Merge #8141
2021-03-22 Kirill BulatovCode review fixes
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 Aleksey KladovUpdate docs/dev/README.md
2021-03-22 Aleksey KladovDocument patch policy
2021-03-22 hi-rustinbail out early for source code closures
2021-03-22 bors[bot]Merge #8145
2021-03-22 Aleksey KladovApply suggestions from code review
2021-03-22 Aleksey KladovUpdate docs/user/manual.adoc
2021-03-22 Aleksey KladovDocument our security stance
2021-03-22 bors[bot]Merge #8143
2021-03-22 Edwin ChengReexport PrefixKind to remove deps to hir
2021-03-22 Josh Mcguiganimplement a temporary workaround for #8058
2021-03-21 Kirill BulatovDo not revisit recursively imported modules
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 Yilin Chencheck is_include_macro only when attr_path is not specified
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 bors[bot]Merge #8128
2021-03-21 Matthias Krügera lot of clippy::style fixes
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ügerxtask: remove redundant lifetime (clippy::extra_unused_...
2021-03-21 Matthias Krügeruse strip_prefix() instead of starts_with and slicing...
2021-03-21 Matthias Krügerremove more redundant clones (clippy::redundant_clone())
2021-03-21 Lukas WirthAdd `'` to trigger_characters, allowing more direct...
2021-03-21 bors[bot]Merge #8131
2021-03-21 Kirill BulatovFix the profile string
2021-03-21 Kirill BulatovLess reallocations
2021-03-21 Kirill BulatovUse smart case in flyimport items lookup
2021-03-21 bors[bot]Merge #8123
2021-03-21 bors[bot]Merge #8130
2021-03-21 Laurențiu NicolaRevert "Temporarily run git describe on CI to debug...
2021-03-21 Jonas SchievinkExpand legacy-scoped macro during collection
2021-03-21 bors[bot]Merge #8127
2021-03-21 Lukas WirthFix incorrect scoping in while expressions
2021-03-21 bors[bot]Merge #8122
2021-03-21 Lukas WirthAdd label completion
2021-03-21 Lukas WirthTrack labels in scopes
2021-03-20 Kevin MehallFix and test edge cases of `_` as ident
2021-03-20 bors[bot]Merge #8124
2021-03-20 Lukas WirthAdd basic lifetime completion
2021-03-20 bors[bot]Merge #8125
2021-03-20 Lukas WirthDon't use an untyped String for ActiveParam tracking
2021-03-20 Kirill BulatovDisable unqualified assoc items completion for now
2021-03-20 Kirill BulatovDocs
2021-03-20 Kirill BulatovDo not query item search by name eagerly
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 Kevin MehallMake bare underscore token an Ident rather than Punct...
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 bors[bot]Merge #8121
2021-03-20 Laurențiu NicolaTemporarily run git describe to debug #8043
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 Lukas WirthDon't return a SourceChange on WillRenameFiles when...
2021-03-20 Lukas WirthFix add_life_to_type label typo
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 #8112
next