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-09-11
Auto merge of #18075 - roife:fix-issue-17858, r=Veykril
bors
-0
/
+178
2024-09-11
Lift out workspace related data into a separate query to preserve crategraph ...
Lukas Wirth
-5
/
+13
2024-09-09
feat: use shorthand when pretty-print record pat
roife
-2
/
+50
2024-09-09
fix: add parenthesis for or-pattern
roife
-1
/
+16
2024-09-09
fix: use `pretty_print_pat` for params in fn
roife
-0
/
+115
2024-09-05
asm! parsing and lowering fixes
Lukas Wirth
-3
/
+77
2024-09-05
Fix name fetching being incorrect for asm operands
Lukas Wirth
-2
/
+10
2024-09-05
Support more IDE features for asm operands
Lukas Wirth
-21
/
+93
2024-09-05
Give InlineAsmOperand a HIR representation
Lukas Wirth
-39
/
+39
2024-09-05
Add Definition kind for asm register operand
Lukas Wirth
-13
/
+18
2024-09-05
Add Definition kind for asm register classes
Lukas Wirth
-5
/
+175
2024-09-05
Lower asm expressions
Lukas Wirth
-4
/
+4
2024-09-04
Add edition dependent keyword highlighting tests
Lukas Wirth
-7
/
+320
2024-09-03
feat: Implement cast typechecks
Shoyu Vanilla
-0
/
+4
2024-09-02
fix: lifetime hint panic in non generic defs
Lukas Wirth
-1
/
+19
2024-09-01
internal: Lay basic ground work for standalone mbe tests
Lukas Wirth
-5
/
+0
2024-09-01
minor: Reduce friction for updating minicore
Lukas Wirth
-27
/
+58
2024-08-31
fix: Fix lifetime elision inlay hints breaking for ranged requests
Lukas Wirth
-57
/
+59
2024-08-30
Support fn-ptr and fn-path types for lifetime elision hints
Lukas Wirth
-358
/
+597
2024-08-30
Improve inlay hint resolution reliability
Lukas Wirth
-205
/
+266
2024-08-29
Do not report missing unsafe on `addr_of[_mut]!(EXTERN_OR_MUT_STATIC)`
Chayim Refael Friedman
-6
/
+6
2024-08-29
Auto merge of #17814 - ShoyuVanilla:object-safety, r=Veykril
bors
-8
/
+94
2024-08-29
feat: Implement object safety
Shoyu Vanilla
-8
/
+94
2024-08-28
Fix name resolution of shadowed builtin macro
Chayim Refael Friedman
-0
/
+19
2024-08-27
Revert "feat: Implement `module_path` macro"
Lukas Wirth
-71
/
+3
2024-08-26
Auto merge of #17963 - avrong:avrong/error-lifetimes, r=Veykril
bors
-1
/
+1
2024-08-26
Show and render error lifetime args as `'_`
Aleksei Trifonov
-1
/
+1
2024-08-26
Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril
bors
-3
/
+3
2024-08-24
Provide `Future::Output` and `Iterator` lang items
Chayim Refael Friedman
-3
/
+3
2024-08-23
Auto merge of #17936 - Veykril:module_path, r=Veykril
bors
-3
/
+71
2024-08-22
Add cov_marks to test #17927
Chayim Refael Friedman
-0
/
+10
2024-08-22
Speed up search for short associated functions, especially very common identi...
Chayim Refael Friedman
-0
/
+230
2024-08-22
Fix sorting order for tokens in hover
Lukas Wirth
-13
/
+15
2024-08-22
Consider interleaving hover kinds
Lukas Wirth
-84
/
+95
2024-08-22
Sort hover results by relevance
Lukas Wirth
-6
/
+18
2024-08-22
Thread file id through descension API for semantic highlighting
Lukas Wirth
-36
/
+40
2024-08-22
Rename macro descension functions
Lukas Wirth
-11
/
+8
2024-08-22
Fully remove old macro descension API
Lukas Wirth
-53
/
+40
2024-08-22
Remove DescendPreference::SameKind
Lukas Wirth
-17
/
+52
2024-08-22
Drop MacroInputKind
Lukas Wirth
-1
/
+1
2024-08-22
Remove DescendPreference::SameText
Lukas Wirth
-79
/
+77
2024-08-21
internal: Implement `module_path` macro
Lukas Wirth
-3
/
+71
2024-08-16
Auto merge of #17900 - darichey:exclude-vendored-libraries, r=davidbarsky
bors
-11
/
+58
2024-08-16
Properly account for editions in names
Chayim Refael Friedman
-286
/
+738
2024-08-15
Add scip/lsif flag to exclude vendored libaries
David Richey
-11
/
+58
2024-08-15
internal: Properly check the edition for edition dependent syntax kinds
Lukas Wirth
-14
/
+22
2024-08-15
fix: Panic while displaying associated function with a type annotation
Shoyu Vanilla
-0
/
+28
2024-08-13
Remove unreachable logic for include token mapping
Lukas Wirth
-0
/
+15
2024-08-08
fix: Panic while rendering function with impl trait arg
Shoyu Vanilla
-0
/
+23
2024-08-07
Auto merge of #17809 - nicolas-guichard:index-vendored, r=Veykril
bors
-10
/
+36
[prev]
[next]