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-07-14
Auto merge of #12735 - feniljain:fix-completions, r=feniljain
bors
-112
/
+140
2022-07-14
fix(completion): `super::` completion at crate root and module depth
feniljain
-112
/
+140
2022-07-13
Make search for applicable generics more precise
Dorian Scheidt
-18
/
+49
2022-07-13
fix: Support generics in extract_function assist
Dorian Scheidt
-7
/
+436
2022-07-13
add tests
soruh
-0
/
+177
2022-07-13
Auto merge of #12696 - hi-rustin:rustin-patch-fix, r=Veykril
bors
-0
/
+47
2022-07-13
Auto merge of #12742 - TonalidadeHidrica:fix-obsolete-config-keys, r=Veykril
bors
-10
/
+10
2022-07-12
Update 1.63 proc macro ABI to match rustc
Jonas Schievink
-160
/
+264
2022-07-11
Implement `ignore` and `index` metavar expression
Jonas Schievink
-5
/
+108
2022-07-11
Fix typos
hi-rustin
-2
/
+2
2022-07-11
Fix obsolete `completion.snippets` config
TonalidadeHidrica
-2
/
+2
2022-07-11
Fix obsolete `enableRangeFormatting` config
TonalidadeHidrica
-1
/
+1
2022-07-11
Fix `rustcSource` -> `rustc_source`
TonalidadeHidrica
-2
/
+2
2022-07-11
Fix config keys regarding imports in docs
TonalidadeHidrica
-5
/
+5
2022-07-10
fix: ignore renames for crate root
harpsword
-0
/
+33
2022-07-09
Fix test
hi-rustin
-1
/
+5
2022-07-08
fix: Improve suggested names for extracted variables
Dorian Scheidt
-5
/
+28
2022-07-08
fix: Extract Function misses locals used in closures
Dorian Scheidt
-0
/
+30
2022-07-08
Auto merge of #12719 - davidlattimore:format-args-no-unsafe, r=jonas-schievink
bors
-16
/
+4
2022-07-08
Auto merge of #12676 - DorianListens:dscheidt/extract-fun-trait-impl, r=jonas...
bors
-10
/
+75
2022-07-08
Update remaining GitHub URLs
Jonas Schievink
-52
/
+52
2022-07-08
Remove unnecessary unsafe from format_args expansion
David Lattimore
-16
/
+4
2022-07-06
Auto merge of #12695 - xuhongxu96:fix-12140, r=jonas-schievink
bors
-50
/
+347
2022-07-07
fix default type param value position
Hongxu Xu
-3
/
+3
2022-07-06
Use `SmallVec` to slightly shrink `ModPath` size
Jonas Schievink
-3
/
+5
2022-07-07
check arg_idx >= n_params only if arg_idx >= n_required_params
Hongxu Xu
-5
/
+5
2022-07-07
Handle generic args per arg index
Hongxu Xu
-45
/
+220
2022-07-06
Show only assoc type args in the correct arg pos
Hongxu Xu
-3
/
+69
2022-07-05
Add str_ref_to_string fix
hi-rustin
-0
/
+43
2022-07-05
Complete associated type only in trait generic arg
Hongxu Xu
-63
/
+119
2022-07-05
Fix project root assert
hi-rustin
-1
/
+1
2022-07-05
fix: Fix unresolved proc macro diagnostics pointing to macro expansions
Lukas Wirth
-41
/
+63
2022-07-05
Auto merge of #12690 - Veykril:inert-attrs, r=Veykril
bors
-174
/
+319
2022-07-05
internal: Update inert attribute list
Lukas Wirth
-174
/
+319
2022-07-05
internal: Record all macro definitions in ItemScope
Lukas Wirth
-27
/
+57
2022-07-04
Improve documentation for buildScripts.overrideCommand / checkOnSave.override...
Florian Diebold
-8
/
+11
2022-07-03
Auto merge of #12681 - lnicola:bump-deps, r=lnicola
bors
-91
/
+96
2022-07-03
Bump chalk
Laurențiu Nicola
-59
/
+59
2022-07-03
Bump object
Laurențiu Nicola
-2
/
+2
2022-07-03
Bump tracing-subscriber
Laurențiu Nicola
-2
/
+2
2022-07-03
Bump cargo_metadata
Laurențiu Nicola
-7
/
+12
2022-07-03
Bump indexmap
Laurențiu Nicola
-4
/
+4
2022-07-03
Bump smallvec
Laurențiu Nicola
-5
/
+5
2022-07-03
Bump either
Laurențiu Nicola
-7
/
+7
2022-07-03
Bump quote
Laurențiu Nicola
-1
/
+1
2022-07-03
Bump crossbeam-channel
Laurențiu Nicola
-4
/
+4
2022-07-02
fix: Extract function from trait impl
Dorian Scheidt
-10
/
+75
2022-07-02
fix: Extract Function produces duplicate fn names
Dorian Scheidt
-2
/
+70
2022-07-03
fix: report type mismatch on identifier in destructuring assignments
Ryo Yoshida
-1
/
+36
2022-07-03
fix: infer lhs first on ordinary assignment expressions
Ryo Yoshida
-2
/
+66
[prev]
[next]