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
/
src
/
tools
/
rust-analyzer
/
crates
/
ide
Age
Commit message (
Expand
)
Author
Lines
2024-05-13
Render literal escaping errors in hovers
Lukas Wirth
-12
/
+12
2024-05-13
Fix literal hovers being confusing and wrong for floats
Lukas Wirth
-97
/
+157
2024-05-06
Implement unsafe attribute parsing
Lukas Wirth
-5
/
+9
2024-04-30
fix: Tracing span names should match function names
Wilfred Hughes
-1
/
+1
2024-04-30
Fix coercion of async block
morine0122
-0
/
+26
2024-04-25
Auto merge of #17134 - Veykril:lt-err-display, r=Veykril
bors
-1
/
+20
2024-04-25
Auto merge of #17021 - roife:add-hover-limits-for-adts, r=Veykril
bors
-34
/
+443
2024-04-25
Add inlay hints lifetime arg tests
Lukas Wirth
-1
/
+20
2024-04-21
Auto merge of #16938 - Nilstrieb:dont-panic-tests, r=Veykril
bors
-7
/
+7
2024-04-21
Allow rust files to be used linkedProjects
Lukas Wirth
-0
/
+48752
2024-04-21
Peek for panic message in test output
Lukas Wirth
-7
/
+7
2024-04-20
fix: remove space within `{}` when no fields in struct
roife
-1
/
+21
2024-04-20
Add hovering limitations support for variants
roife
-20
/
+115
2024-04-19
fix: add a separate setting for enum variants
roife
-36
/
+102
2024-04-18
Handle panicking like rustc CTFE does
Nilstrieb
-0
/
+48712
2024-04-16
fix: adjust the limitation for ADTs' fields to 5
roife
-4
/
+4
2024-04-16
fix: the fields or variants of ADT was not restricted by limitations when hov...
roife
-3
/
+40
2024-04-16
Update tests and docs for hover_show_adtFieldsOrVariants
roife
-34
/
+225
2024-04-16
Add config hover_show_adtFieldsOrVariants to handle hovering limitation for ADTs
roife
-0
/
+48672
[prev]