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
/
hir-ty
Age
Commit message (
Expand
)
Author
Lines
2025-04-01
Avoid relying on `block_def_map()` needlessly
Chayim Refael Friedman
-1
/
+1
2025-03-31
fix: Fix new nightly lints
Lukas Wirth
-48
/
+45
2025-03-28
Merge pull request #19375 from ChayimFriedman2/do-not-complete
Lukas Wirth
-9
/
+11
2025-03-28
Fix a bug in orphan rules calculation
Chayim Refael Friedman
-12
/
+17
2025-03-27
Allow crate authors to control completion of their things
Chayim Refael Friedman
-9
/
+11
2025-03-25
ci: Require miri step
Lukas Wirth
-1
/
+1
2025-03-24
refactor: Replace custom `ThinVec` with `thin-vec` crate
Lukas Wirth
-10
/
+10
2025-03-24
fix: Yet another false positive invalid cast diagnostic
Shoyu Vanilla
-25
/
+89
2025-03-23
chore: Bump dependencies
Lukas Wirth
-7
/
+7
2025-03-23
chore: Remove unused dependencies
Lukas Wirth
-2
/
+0
2025-03-22
Merge pull request #19416 from ShoyuVanilla/issue-15037
Lukas Wirth
-0
/
+12
2025-03-22
fix: Handle multiple `#[repr(..)]` attrs correctly
Shoyu Vanilla
-0
/
+12
2025-03-22
fix: Properly calculate the layouts of tuple ptrs whose last fields are DST
Shoyu Vanilla
-0
/
+19
2025-03-19
change test name to sth meaningful
Ali Bektas
-2
/
+1
2025-03-19
Fix span info for mir::Operand
Ali Bektas
-80
/
+130
2025-03-17
chore: Bump `Edition::CURRENT` to 2024
Lukas Wirth
-2
/
+2
2025-03-16
Merge pull request #19354 from ChayimFriedman2/rtn-prep
Lukas Wirth
-72
/
+86
2025-03-16
refactor: Remove unnecessary `Arc`
Lukas Wirth
-1
/
+1
2025-03-15
cargo fmt
BenjaminBrienen
-411
/
+338
2025-03-15
cargo clippy --fix
BenjaminBrienen
-8
/
+8
2025-03-15
Fix 2024 syntax errors
BenjaminBrienen
-2
/
+2
2025-03-14
Split `variant_data` into its own query
Lukas Wirth
-54
/
+48
2025-03-14
Split enum variants out of `enum_data` query
Lukas Wirth
-24
/
+25
2025-03-14
Split assoc items out of `trait_data`/`impl_data` queries
Lukas Wirth
-47
/
+51
2025-03-13
internal: don't panic when the crate graph isn't ready #19351
David Barsky
-1
/
+2
2025-03-12
Emit an error when RTN is used in an incorrect place
Chayim Refael Friedman
-2
/
+8
2025-03-12
Lower Return Type Notation (`Type::method(..): Send`)
Chayim Refael Friedman
-70
/
+78
2025-03-12
Salsify the crate graph
Chayim Refael Friedman
-116
/
+103
2025-03-10
internal: port rust-analyzer to new Salsa
David Barsky
-260
/
+320
2025-03-10
Merge pull request #19331 from lnicola/sync-from-rust
Laurențiu Nicola
-181
/
+70
2025-03-10
Format code
Laurențiu Nicola
-35
/
+43
2025-03-10
Fix simd layout test
Laurențiu Nicola
-1
/
+1
2025-03-10
Bump rustc crates
Laurențiu Nicola
-4
/
+0
2025-03-10
Merge pull request #19330 from ChayimFriedman2/normalize-projection
Lukas Wirth
-148
/
+248
2025-03-10
Merge from rust-lang/rust
Laurențiu Nicola
-152
/
+37
2025-03-09
Bump chalk for built-in supports of async closures
Shoyu Vanilla
-0
/
+47
2025-03-08
Use `rustc_abi` code for SIMD layout in rust-analyzer
Moulins
-39
/
+7
2025-03-08
Remove most manual LayoutData creations and move them to `rustc_abi`
Moulins
-78
/
+20
2025-03-06
Use correct crate for trait env in `render_const_scalar()`
Chayim Refael Friedman
-4
/
+1
2025-03-06
Pass the target crate in `HirFormatter`
Chayim Refael Friedman
-144
/
+242
2025-03-06
Normalize projections in evaluated const display and layout calculation
Chayim Refael Friedman
-0
/
+5
2025-03-05
Merge pull request #19274 from Veykril/push-pouwrwwrlrlt
Lukas Wirth
-9
/
+38
2025-03-05
Use HIR unsafety information for unsafe syntax highlightng
Lukas Wirth
-9
/
+38
2025-03-05
Use size_of from the prelude instead of imported
Thalia Archibald
-6
/
+5
2025-03-03
Rollup merge of #137921 - lnicola:sync-from-ra, r=lnicola
Matthias Krüger
-45
/
+535
2025-03-03
Merge from rust-lang/rust
Laurențiu Nicola
-1
/
+1
2025-03-02
Remove layouting dead code for non-array SIMD types.
Moulins
-36
/
+11
2025-02-28
rename BackendRepr::Vector → SimdVector
Ralf Jung
-1
/
+1
2025-02-27
fix doc tests
BenjaminBrienen
-5
/
+6
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
[prev]
[next]