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
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-31
docs: Missing word typo
Luke Franceschini
-1
/
+1
2024-05-25
Avoid clone when constructing runnable label.
Mathew Horner
-1
/
+1
2024-05-23
Auto merge of #17284 - Veykril:doc-links, r=Veykril
bors
-3
/
+7
2024-05-23
Use correct toolchain channel when generating builtin type doc links
Lukas Wirth
-3
/
+7
2024-05-23
Auto merge of #17174 - Kohei316:fix-infer-async-block-with-tail-return-expr, ...
bors
-0
/
+26
2024-05-18
Show fn traits in signature info for trait implementors
Lukas Wirth
-15
/
+95
2024-05-18
Enable linked locations for closure param inlay hints
Lukas Wirth
-10
/
+5
2024-05-18
Render closure fn trait kind in siganture help
Lukas Wirth
-5
/
+36
2024-05-18
Allow hir::Param to refer to other entity params aside from functions
Lukas Wirth
-30
/
+30
2024-05-16
internal: Add StaticLifetime to hir API
Lukas Wirth
-32
/
+43
2024-05-14
internal: Sort computed runnables
Lukas Wirth
-20
/
+34
2024-05-14
Auto merge of #17225 - Veykril:expand-macro-interlocked, r=Veykril
bors
-27
/
+15
2024-05-14
Expand macro recursively expands both fp-like and attribute macros intertwined
Lukas Wirth
-27
/
+15
2024-05-13
Don't render multi-line literal values
Lukas Wirth
-1
/
+29
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