]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-10 bors[bot]Merge #7961
2021-03-10 Josh Mcguiganadd user docs for ssr assist
2021-03-10 bors[bot]Merge #7959
2021-03-10 Jonas SchievinkPrefer names from outer DefMap over extern prelude
2021-03-10 bors[bot]Merge #7958
2021-03-10 Lukas WirthAvoid double text edits when renaming mod declaration
2021-03-10 bors[bot]Merge #7874
2021-03-10 Josh Mcguiganadd apply ssr assist
2021-03-10 bors[bot]Merge #7957
2021-03-10 Kirill BulatovFix labels for single import assists
2021-03-10 bors[bot]Merge #7955
2021-03-10 Jonas SchievinkStop fetching ItemTrees for no reason
2021-03-09 bors[bot]Merge #6822
2021-03-09 Edwin Chenguse doc-comments
2021-03-09 bors[bot]Merge #7949
2021-03-09 Aleksey KladovCompilation speed
2021-03-09 bors[bot]Merge #7948
2021-03-09 Jonas SchievinkDelete `ContainerId`
2021-03-09 bors[bot]Merge #7878
2021-03-09 Jonas SchievinkStop using `ContainerId` in `AssocContainerId`
2021-03-09 Jonas SchievinkCheck ancestor maps when computing traits in scope
2021-03-09 Jonas SchievinkRemove `item_scope` field from `Body`
2021-03-09 Jonas SchievinkUse `body.block_scopes` in `hir_ty` tests
2021-03-09 Jonas SchievinkUse `body.block_scopes` to validate inner items
2021-03-09 Jonas SchievinkUse `body.block_scopes` in `ChildBySource`
2021-03-09 Jonas SchievinkStore inner `BlockId`s in `Body`
2021-03-09 Jonas SchievinkChange `ChildBySource` to allow reusing `DynMap`
2021-03-09 bors[bot]Merge #7945
2021-03-09 Aleksey KladovFuture proof completion scores
2021-03-09 bors[bot]Merge #7942
2021-03-09 Lukas WirthShow whether a binding is mutable or not on hover
2021-03-09 bors[bot]Merge #7944
2021-03-09 Aleksey KladovSelecting `&mut foo` completion now actually inserts...
2021-03-09 Lukas WirthDon't show const items initializer expressions on hover
2021-03-09 Aleksey KladovCleanup auto-ref in completion
2021-03-09 bors[bot]Merge #7941
2021-03-09 bors[bot]Merge #7940
2021-03-09 Lukas WirthFix unused definitions not being document highlit
2021-03-09 Aleksey KladovCleanup
2021-03-09 Aleksey KladovCleanup
2021-03-09 Aleksey KladovFix bad names
2021-03-09 bors[bot]Merge #7873 #7933
2021-03-09 Aleksey KladovImprove compilation speed
2021-03-09 bors[bot]Merge #7932
2021-03-09 Aleksey KladovMake code less surprising
2021-03-09 bors[bot]Merge #7931
2021-03-09 Jonas SchievinkUse `Type::new_with_resolver_inner` more
2021-03-09 bors[bot]Merge #7927
2021-03-09 bors[bot]Merge #7928
2021-03-09 Duong Do Minh... Fix format
2021-03-09 bors[bot]Merge #7930
2021-03-09 Aleksey KladovClarify that all caps are experimental
2021-03-09 Duong Do Minh... Add trailing commas
2021-03-09 Duong Do Minh... Update the test to match the change
2021-03-09 Duong Do Minh... Add completion to turn x.err into Err(x)
2021-03-08 bors[bot]Merge #7898
2021-03-08 Josh Mcguigangenerate_function assist don't render snippet if ret...
2021-03-08 Kirill BulatovBetter strip turbofishes
2021-03-08 Kirill BulatovAdd rustdocs and use better names
2021-03-08 Kirill BulatovLess lifetines: derive SemanticsScope in place
2021-03-08 Kirill BulatovRebase leftovers
2021-03-08 Kirill BulatovCleanup
2021-03-08 Kirill BulatovRestrict fuzzy qualifiers for now
2021-03-08 Kirill BulatovTest for fuzzy unresolved path maatch
2021-03-08 Kirill BulatovEnforce the located imports' order
2021-03-08 Kirill BulatovFix the completion labels and tests
2021-03-08 Kirill BulatovWork towards better import labels
2021-03-08 Kirill BulatovProfile import_assets better
2021-03-08 Kirill BulatovUpdate the docs
2021-03-08 Kirill BulatovSimplify
2021-03-08 Kirill BulatovRefactor the import location
2021-03-08 Kirill BulatovDo not propose already imported imports
2021-03-08 Kirill BulatovProperly handle turbofishes in qualifiers
2021-03-08 Kirill BulatovFix some tests
2021-03-08 Kirill BulatovReturn more data about located imports
2021-03-08 Kirill BulatovDraft the qualifier import resolution
2021-03-08 Kirill BulatovFilter out path items by the qualifier
2021-03-08 Kirill BulatovSimplify
2021-03-08 Kirill BulatovFind the code to change
2021-03-08 Kirill BulatovTest and initial refactoring
2021-03-08 Joshua NelsonAdd more documentation for rustc_private
2021-03-08 bors[bot]Merge #7924
2021-03-08 Laurențiu NicolaUse upstream cov-mark
2021-03-08 bors[bot]Merge #7923
2021-03-08 Aleksey KladovHygiene is an internal implementation detail of the...
2021-03-08 Aleksey KladovRemove useless code_model indirection
2021-03-08 bors[bot]Merge #7918
2021-03-08 Aleksey KladovMinor
2021-03-08 Aleksey KladovCleanup the error message
2021-03-08 Aleksey KladovRemove now dead code
2021-03-08 Aleksey KladovUnused params
2021-03-08 Aleksey KladovMake `code generation` just work
2021-03-08 Aleksey KladovUse the same name in xtask and test utils
2021-03-08 Aleksey KladovGeneralize file ensuring infrastructure
2021-03-08 Aleksey KladovMake working with codegen less annoying
2021-03-08 bors[bot]Merge #7921
2021-03-08 Aleksey KladovDon't punish every crate with serde-json
2021-03-08 bors[bot]Merge #7891
2021-03-08 Daniel McNabDocument rustc_private in metadata
2021-03-08 Daniel McNabNever run cargo check on the rustc source
next