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
/
ide
/
src
Age
Commit message (
Expand
)
Author
Lines
2022-03-20
Update inlay hint feature docs
Lukas Wirth
-4
/
+1
2022-03-20
feat: Visualize compiler inserted reborrows via inlay hints
Lukas Wirth
-9
/
+70
2022-03-19
Merge #11765
bors[bot]
-2
/
+2
2022-03-19
fix: Fix closure hints using macro ranges
Lukas Wirth
-2
/
+2
2022-03-19
Merge #11755
bors[bot]
-45
/
+343
2022-03-19
Change skip trivial behaviour
Lukas Wirth
-36
/
+42
2022-03-19
Add option to skip trivial cases
Lukas Wirth
-39
/
+114
2022-03-19
Use numbers for lifetimes by default, add setting to prefer using parameter n...
Lukas Wirth
-51
/
+81
2022-03-18
Rename call info to "signature help"
Jonas Schievink
-21
/
+24
2022-03-18
Provide signature help when editing generic args
Jonas Schievink
-6
/
+241
2022-03-18
Fix test fixtures
Lukas Wirth
-37
/
+2
2022-03-18
Give the lifetimes better names
Lukas Wirth
-19
/
+26
2022-03-18
feat: Implement lifetime elision hints
Lukas Wirth
-6
/
+221
2022-03-18
fix: Fix runnables trying to add doc tests in the crate root from #[macro_exp...
Lukas Wirth
-1
/
+71
2022-03-16
feat: Add return type hints for closures with block bodies
Lukas Wirth
-99
/
+80
2022-03-16
Rename compound things to variant things
Lukas Wirth
-17
/
+10
2022-03-14
Add const generics
hkalbasi
-0
/
+21
2022-03-12
more clippy fixes:
Matthias Krüger
-1
/
+1
2022-03-12
more clippy fixes:
Matthias Krüger
-2
/
+2
2022-03-12
fix clippy::map_flatten
Matthias Krüger
-2
/
+1
2022-03-12
fix clippy::redundant_closure
Matthias Krüger
-1
/
+1
2022-03-12
fix clippy::single_char_pattern
Matthias Krüger
-1
/
+1
2022-03-12
fix clippy::needless_borrow
Matthias Krüger
-2
/
+2
2022-03-12
Optimize imports
yipinliu
-7
/
+3
2022-03-12
Fixed code style issues
yipinliu
-71
/
+21
2022-03-12
Fixed tidy test
yipinliu
-1
/
+1
2022-03-12
Highlight escape sequences in byte strings
yipinliu
-18
/
+97
2022-03-11
fix: Allow configuration of colons in inlay-hints
Lukas Wirth
-0
/
+13
2022-03-10
Don't parse source files to generate macro completion details
Lukas Wirth
-36
/
+28
2022-03-09
Merge #11664
bors[bot]
-5
/
+9
2022-03-09
Specific proc-macro crate type for other test fixture where needed
Lukas Wirth
-5
/
+7
2022-03-09
fix: Properly handle proc-macro crate types for nameres
Lukas Wirth
-0
/
+2
2022-03-09
Merge #11663
bors[bot]
-12
/
+9
2022-03-09
Fix ProcMacroData recording wrong name for derives
Lukas Wirth
-1
/
+1
2022-03-09
Add data queries for macros
Lukas Wirth
-2
/
+2
2022-03-08
Move ide crates to new hir::Macro
Lukas Wirth
-9
/
+6
2022-03-07
Merge #11445
bors[bot]
-19
/
+98
2022-03-07
Emit more detailed highlighting for `%`, `>>`, `<<`
Luna Razzaghipour
-4
/
+85
2022-03-06
internal: Re-arrange ide_db modules
Lukas Wirth
-16
/
+13
2022-03-06
internal: Simplify and optimize syntax_highlighting
Lukas Wirth
-167
/
+174
2022-03-06
Add a macro case for the keyword highlighting test fixture
Lukas Wirth
-6
/
+14
2022-03-06
Fix extern crate self having self unresolved
Lukas Wirth
-1
/
+1
2022-03-06
Highlight `Self` as a keyword by default
Lukas Wirth
-9
/
+84
2022-03-05
Fix hover for `Self` keyword
Lukas Wirth
-2
/
+1
2022-03-05
Fix highlighting of `Self`
Lukas Wirth
-3
/
+6
2022-03-05
fix: Recognize `Self` as a proper keyword
Lukas Wirth
-10
/
+24
2022-03-04
show variadic args in hover function signature
Andy Russell
-0
/
+24
2022-03-04
Merge #11595
bors[bot]
-0
/
+21
2022-03-04
Simplify
Lukas Wirth
-10
/
+10
2022-03-04
Support locals with multiple declaration sites
Lukas Wirth
-58
/
+192
[prev]
[next]