index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2020-02-15
Fixed bug that allowed for completion in a nested method.
Kevin DeLorey
-7
/
+36
2020-02-14
Reordered the `use` items.
Kevin DeLorey
-9
/
+8
2020-02-13
Adjusted the completion lookups to filter by just the name.
Kevin DeLorey
-29
/
+44
2020-02-12
Completion now replaces whole fn/const/type def with snippet.
Kevin DeLorey
-16
/
+31
2020-02-12
Cheese const tests as they requre an ident before becoming a CONST_DEF.
Kevin DeLorey
-28
/
+21
2020-02-12
Started to refactor the trigger of the trait_impl completion.
Kevin DeLorey
-33
/
+77
2020-02-11
Formatting.
Kevin DeLorey
-1
/
+3
2020-02-11
Fixing minor suggestions and added module level documentation.
Kevin DeLorey
-11
/
+7
2020-02-11
Removed doc comments entirely from the changes.
Kevin DeLorey
-41
/
+0
2020-02-11
Formatted changes.
Kevin DeLorey
-29
/
+23
2020-02-11
Removed docs from private method.
Kevin DeLorey
-8
/
+0
2020-02-11
Fixed warning generated after refactoring.
Kevin DeLorey
-1
/
+1
2020-02-11
Updated the `add_missing_impl_members` to use the shared utility.
Kevin DeLorey
-34
/
+15
2020-02-10
Adjusted the hashset buckets to lump functions/consts together as their names...
Kevin DeLorey
-9
/
+10
2020-02-10
Added tests to test associated types and consts.
Kevin DeLorey
-0
/
+78
2020-02-10
Added some documentation to the `complete_trait_impl` completion.
Kevin DeLorey
-1
/
+48
2020-02-09
Added associated const magic completion.
Kevin DeLorey
-11
/
+53
2020-02-09
Added a utility function that can be used to determine the missing impl items.
Kevin DeLorey
-118
/
+95
2020-02-09
Merge branch 'master' into kdelorey/complete-trait-impl
Kevin DeLorey
-4552
/
+7355
2020-02-09
Merge #3068
bors[bot]
-13
/
+37
2020-02-09
Fix rebase leftovers
Kirill Bulatov
-2
/
+2
2020-02-09
Do not import anything if first segment of FQN resolves
Kirill Bulatov
-12
/
+36
2020-02-09
Merge #3053
bors[bot]
-30
/
+429
2020-02-09
Merge #3070
bors[bot]
-1
/
+17
2020-02-09
Set auto-import target
Aleksey Kladov
-1
/
+17
2020-02-09
docs: fix spelling untill -> until
Veetaha
-1
/
+1
2020-02-09
Merge #3069
bors[bot]
-156
/
+152
2020-02-09
Simplify Assists interface
Aleksey Kladov
-141
/
+108
2020-02-09
docs: minor fixes in wordings and punctuation
Veetaha
-2
/
+2
2020-02-09
vscode: updated docs on prebuilt binaries
Veetaha
-0
/
+32
2020-02-09
Slightly simpler API for groups
Aleksey Kladov
-48
/
+77
2020-02-09
vscode: added logging when donloading binaries
Veetaha
-5
/
+26
2020-02-09
Merge #3066
bors[bot]
-11
/
+11
2020-02-09
Some README fixes/cleanups
Florian Diebold
-11
/
+11
2020-02-09
vscode: move throtting of download progress to call site
Veetaha
-16
/
+19
2020-02-09
vscode: replaced unwrapNotNil() with ! as per @matklad
Veetaha
-21
/
+3
2020-02-09
vscode: refactor inverted ternaries to if statements as per @matklad
Veetaha
-2
/
+6
2020-02-09
vscode: remove noise data fields declarations as per @matklad
Veetaha
-6
/
+1
2020-02-09
vscode: refactor levels of code nesting and string literals quotes
Veetaha
-26
/
+30
2020-02-09
Merge #3050
bors[bot]
-614
/
+1174
2020-02-09
vscode: fix chmod to octal literal
Veetaha
-1
/
+1
2020-02-09
Merge #3065
bors[bot]
-9
/
+1
2020-02-09
Remove ImportResolver-related stubs
Kirill Bulatov
-9
/
+1
2020-02-09
Merge #3063
bors[bot]
-128
/
+3
2020-02-09
Remove hard-coded auto-import during completion
Aleksey Kladov
-128
/
+3
2020-02-09
Merge #3052
bors[bot]
-104
/
+96
2020-02-09
vscode: minor names and message contents changes
Veetaha
-9
/
+12
2020-02-09
vscode: rename raLspServer variable to langServer
Veetaha
-3
/
+3
2020-02-09
vscode: refactor comment
Veetaha
-1
/
+1
2020-02-09
vscode: refactor platform artifact name query to switch statement, move Binar...
Veetaha
-70
/
+89
[next]