]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-27 Jonas SchievinkUse `const` instead of `let`
2021-03-27 Jonas SchievinkSnippet support in extract_type_alias
2021-03-27 Jonas SchievinkFix handling of multi-cursor snippets
2021-03-26 Jonas SchievinkImplement "Extract type alias" assist
2021-03-26 bors[bot]Merge #8056
2021-03-26 Josh Mcguigancompletion relevance distinguish between exact type...
2021-03-26 Josh Mcguigancompletion relevance consider if types can be unified
2021-03-26 bors[bot]Merge #8206
2021-03-26 ivan770Ignore main functions not in root module
2021-03-25 bors[bot]Merge #8200
2021-03-25 Laurențiu NicolaUse more std::array::IntoIter
2021-03-25 Laurențiu NicolaUse arrayvec 0.6
2021-03-25 bors[bot]Merge #8197
2021-03-25 kjeremyRust 1.51
2021-03-25 bors[bot]Merge #8193
2021-03-25 bors[bot]Merge #8194
2021-03-25 Laurențiu NicolaMake a full clone in release.yaml
2021-03-25 Thiébaud WeksteenFix manual description for rust_project.json
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: don't use the self module as visible_from in itera...
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-24 bors[bot]Merge #8189
2021-03-24 Jonas SchievinkDocument unlinked-file diagnostic
2021-03-24 bors[bot]Merge #8187
2021-03-24 Jonas SchievinkSweep the new TraitEnvironmentQuery
2021-03-24 bors[bot]Merge #8184
2021-03-24 hi-rustinrefine comment style of tests
2021-03-24 bors[bot]Merge #8168
2021-03-24 bors[bot]Merge #8183
2021-03-24 bors[bot]Merge #8177
2021-03-24 BrandonClean up implementation
2021-03-24 bors[bot]Merge #8182
2021-03-24 Edwin ChengTrim down IPC json size
2021-03-24 BrandonFix MISSING: command error with macros
2021-03-24 hi-rustincorrect `convert to guard return` let_stmt
2021-03-23 bors[bot]Merge #8159
2021-03-23 bors[bot]Merge #8178
2021-03-23 Lukas WirthCleanup intra_doc_link parsing
2021-03-23 Edwin ChengImprove message usage in proc-macro
2021-03-23 Edwin ChengIgnore proc-macro stdout to prevent IPC crash
2021-03-23 Lukas WirthShow item info when hovering intra doc links
2021-03-23 bors[bot]Merge #8179
2021-03-23 kjeremycargo update
2021-03-23 Kirill BulatovBump the default hint length
2021-03-23 bors[bot]Merge #8176
2021-03-23 Kirill BulatovLimit the hints size by default
2021-03-23 Aleksey KladovCleanup
2021-03-23 bors[bot]Merge #8173
2021-03-23 Lukas Wirthsimplify
2021-03-23 bors[bot]Merge #8174
2021-03-23 Aleksey KladovSimplify code
2021-03-23 bors[bot]Merge #8170
2021-03-23 Jonas SchievinkMerge bang-macros and derives in name resolution
2021-03-23 bors[bot]Merge #8169
2021-03-23 Lukas WirthMake more use of the HIR in rename::rename_to_self
2021-03-23 bors[bot]Merge #8167
2021-03-23 Aleksey KladovUse styleguide conforming import for ast nodes
2021-03-23 bors[bot]Merge #8166
2021-03-23 Aleksey KladovUnify test style
2021-03-23 bors[bot]Merge #8165
2021-03-23 Aleksey KladovTweak assits API to fit mutable syntax trees
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
next