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
Age
Commit message (
Expand
)
Author
Lines
2025-05-28
Merge pull request #19881 from Veykril/push-wsrmttkymyps
Lukas Wirth
-171
/
+336
2025-05-28
feat: Desugar assist for `let pat = expr?;` -> `let else`
Lukas Wirth
-171
/
+336
2025-05-28
Merge pull request #19880 from Veykril/push-xmpxumsrkymk
Lukas Wirth
-31
/
+97
2025-05-28
Merge pull request #19872 from ChayimFriedman2/async-fn-output
Lukas Wirth
-11
/
+81
2025-05-28
fix: Handle included files better in IDE layer
Lukas Wirth
-31
/
+97
2025-05-28
Merge pull request #19876 from ShoyuVanilla/layout-padding
Lukas Wirth
-23
/
+238
2025-05-28
feat: Render padding information when hovering on structs
Shoyu Vanilla
-23
/
+238
2025-05-28
Back out "Fix IDE resolution of item macros"
Lukas Wirth
-14
/
+0
2025-05-28
Drop unnecessay code
Lukas Wirth
-35
/
+3
2025-05-28
fix: Fix IDE layer not resolving some macro calls
Lukas Wirth
-35
/
+62
2025-05-28
chore: Remove support for `concat_idents!`
Trevor Gross
-44
/
+0
2025-05-28
fix: Skip pattern analysis on type mismatches
Shoyu Vanilla
-0
/
+17
2025-05-27
Make `Semantics<'db, DB>` support `Semantics<'db, dyn HirDatabase>`, by use o...
Vincent Esche
-1
/
+1
2025-05-27
Fix inference of `AsyncFnX` return type
Chayim Refael Friedman
-11
/
+81
2025-05-26
Merge pull request #19862 from ChayimFriedman2/item-resolve-macro-hir
Chayim Refael Friedman
-29
/
+74
2025-05-26
fix: formated to clippy
vremyavnikuda
-1
/
+1
2025-05-26
fix: the lines are formatted according to clippy
vremyavnikuda
-1
/
+1
2025-05-26
fix: the lines are formatted according to clippy
vremyavnikuda
-2
/
+2
2025-05-26
docs: add documentation for find_all_refs constructor search (#10725)
vremyavnikuda
-3
/
+158
2025-05-26
Merge pull request #19792 from A4-Tacks/fix-generate-mut-trait-impl-indent
Lukas Wirth
-3
/
+91
2025-05-26
Merge pull request #19819 from Veykril/push-utvzwvwuuvlm
Lukas Wirth
-1
/
+1
2025-05-26
Merge pull request #19785 from A4-Tacks/fix-generate-new-indent
Lukas Wirth
-1
/
+136
2025-05-26
Merge pull request #19851 from ChayimFriedman2/normalize-exhaustiveness
Lukas Wirth
-25
/
+81
2025-05-26
Merge pull request #19864 from ChayimFriedman2/is-in-macro
Lukas Wirth
-85
/
+125
2025-05-25
Properly implement `might_be_inside_macro_call()` using semantic information ...
Chayim Refael Friedman
-85
/
+125
2025-05-25
Fix IDE resolution of item macros
Chayim Refael Friedman
-29
/
+74
2025-05-23
Bump salsa
Lukas Wirth
-52
/
+63
2025-05-23
Normalize when checking for uninhabited types for pattern exhaustiveness chec...
Chayim Refael Friedman
-25
/
+81
2025-05-22
Merge pull request #19842 from Veykril/push-zunlmrzpnrzk
Lukas Wirth
-1
/
+1
2025-05-22
Support `transmute_unchecked` intrinsic for mir-eval
Lukas Wirth
-1
/
+1
2025-05-22
Merge pull request #19824 from ChayimFriedman2/lints-again
Lukas Wirth
-164
/
+60
2025-05-21
Merge pull request #19839 from ChayimFriedman2/inlay-hints-attr
Lukas Wirth
-5
/
+15
2025-05-21
internal: fix `integrated_benchmarks` to make actual edits
David Barsky
-8
/
+12
2025-05-21
Correctly set the span of the proc_macro crate's Group delimiters
Chayim Refael Friedman
-5
/
+15
2025-05-20
Merge pull request #19826 from lnicola/sync-from-rust
Laurențiu Nicola
-7
/
+28
2025-05-20
Bump rustc crates
Laurențiu Nicola
-2
/
+6
2025-05-20
Merge from rust-lang/rust
Laurențiu Nicola
-7
/
+24
2025-05-19
Fix cache problems with lints level
Chayim Refael Friedman
-164
/
+60
2025-05-19
Merge pull request #19822 from Veykril/push-mzzluystvwls
Lukas Wirth
-49
/
+1
2025-05-19
Remote dangling file
Lukas Wirth
-49
/
+1
2025-05-19
Merge pull request #19809 from flodiebold/push-txyotwlvvkln
Lukas Wirth
-1
/
+17
2025-05-19
Debounce workspace fetching for workspace structure changes
Lukas Wirth
-9
/
+54
2025-05-19
Change import prefix default to be by crate
Lukas Wirth
-1
/
+1
2025-05-19
Merge pull request #19757 from Veykril/push-zzxwtzuzqvzx
Lukas Wirth
-80
/
+135
2025-05-18
Merge pull request #19687 from gohome001/highlight_unsafe
Lukas Wirth
-0
/
+67
2025-05-17
Catch panics in inference in analysis-stats
Florian Diebold
-1
/
+17
2025-05-16
Merge pull request #19807 from Veykril/lw-qyynkqysuyuy
Lukas Wirth
-2
/
+15
2025-05-16
fix: Don't overwrite `RUSTUP_TOOLCHAIN` if it is already set
Lukas Wirth
-2
/
+15
2025-05-16
Inline some format args
Laurențiu Nicola
-6
/
+6
2025-05-15
Improve asm support
Chayim Refael Friedman
-40
/
+186
[prev]
[next]