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
path:
root
/
crates
Age
Commit message (
Expand
)
Author
Lines
2022-06-23
internal: Simplify
Lukas Wirth
-94
/
+75
2022-06-23
fix: trailing ':' on empty inactive reasons
CuriousCorrelation
-1
/
+10
2022-06-24
fix: completes non exhaustive variant within the defining crate
yue4u
-5
/
+64
2022-06-23
Fix unstable feature use
Florian Diebold
-1
/
+1
2022-06-23
Add two more tests
Florian Diebold
-0
/
+37
2022-06-23
Various cleanups
Florian Diebold
-145
/
+122
2022-06-23
reformat code
bitgaoshu
-44
/
+43
2022-06-23
goto where trait method impl
bitgaoshu
-116
/
+365
2022-06-22
condense matches on autolink
Raymond Luo
-2
/
+2
2022-06-22
add doc strings to use_trivial_contructor.rs
soruh
-0
/
+3
2022-06-22
add use_trivial_contructor.rs
soruh
-0
/
+31
2022-06-22
apply suggestions
soruh
-97
/
+10
2022-06-20
handle autolink as edge case
Raymond Luo
-2
/
+10
2022-06-20
determine doc link type from start instead of text or code
Raymond Luo
-8
/
+5
2022-06-20
Auto merge of #12604 - Veykril:completions, r=Veykril
bors
-221
/
+146
2022-06-20
internal: Simplify some completions
Lukas Wirth
-221
/
+146
2022-06-20
Auto merge of #12599 - flodiebold:no-test-deps, r=flodiebold
bors
-24
/
+19
2022-06-20
Fix test
Florian Diebold
-2
/
+0
2022-06-20
Reimplement auto-ref completions for fields
Lukas Wirth
-12
/
+35
2022-06-20
Refactor a bit
Florian Diebold
-23
/
+15
2022-06-20
Remove pattern rendering hack
Lukas Wirth
-122
/
+235
2022-06-20
Only apply `cfg(test)` for local crates
Florian Diebold
-2
/
+7
2022-06-20
fix: Fix auto-ref completions inserting into wrong locations
Lukas Wirth
-94
/
+98
2022-06-20
fix: Don't trigger pattern completions when typing a wildcard pattern
Lukas Wirth
-1
/
+17
2022-06-20
internal: Lift out IdentContext from CompletionContext
Lukas Wirth
-346
/
+451
2022-06-20
internal: Remove `previous_token` field from `CompletionContext`
Lukas Wirth
-37
/
+50
2022-06-20
Remove some usages of `Completions::add_resolution`
Lukas Wirth
-54
/
+62
2022-06-20
Even more completion context filtering
Lukas Wirth
-256
/
+263
2022-06-20
Lift out PathKind variant fields into structs
Lukas Wirth
-91
/
+86
2022-06-20
Split remaining completion calls on the context kinds
Lukas Wirth
-118
/
+130
2022-06-20
Display witnesses of non-exhaustive match
iDawer
-80
/
+320
2022-06-19
fix: attribute macros not being properly diagnosed
Lukas Wirth
-16
/
+14
2022-06-18
Auto merge of #12580 - Veykril:completion, r=Veykril
bors
-112
/
+226
2022-06-18
Consider walking up macro expansions when searching for surrounding entities ...
Lukas Wirth
-40
/
+45
2022-06-18
Move `CompletionContext::impl_def` into corresponding entities
Lukas Wirth
-48
/
+97
2022-06-18
Move `CompletionContext::incomplete_let` into `PathKind::Expr`
Lukas Wirth
-12
/
+29
2022-06-18
Auto merge of #12576 - harpsword:fold_range_non_block_match_arm, r=Veykril
bors
-1
/
+49
2022-06-18
feat: add fold range for multi line match arm list
harpsword
-1
/
+49
2022-06-18
Move `CompletionContext::function_def` into `PathKind::Expr`
Lukas Wirth
-39
/
+82
2022-06-18
internal: NameRefKind classification is not optional
Lukas Wirth
-143
/
+144
2022-06-18
minor: Simplify
Lukas Wirth
-75
/
+47
2022-06-18
internal: Split flyimport into its 3 applicable contexts
Lukas Wirth
-130
/
+169
2022-06-17
Only run completion functions if their corresponding context is active
Lukas Wirth
-396
/
+561
2022-06-17
Remove superfluous early returns
Lukas Wirth
-59
/
+41
2022-06-17
Inline PathQualifierCtx
Lukas Wirth
-48
/
+39
2022-06-17
internal: Collapse lift is_infer_qualifier into `Qualified` variant
Lukas Wirth
-40
/
+41
2022-06-17
Move existing_derives into PathKind::Derive
Lukas Wirth
-22
/
+23
2022-06-17
internal: Collapse completion ctx path qualifier and is_absolute_path into enum
Lukas Wirth
-151
/
+141
2022-06-17
Simplify
Lukas Wirth
-65
/
+95
2022-06-17
Split out tests
Lukas Wirth
-397
/
+396
[prev]
[next]