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-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
2025-02-25
Disable typos checker for the target feature names
Chayim Refael Friedman
-0
/
+2
2025-02-25
Support target features implications in target_feature 1.1
Chayim Refael Friedman
-35
/
+267
2025-02-24
Merge pull request #18987 from ChayimFriedman2/drop-glue
Lukas Wirth
-4
/
+260
2025-02-24
Format code
Laurențiu Nicola
-1
/
+1
2025-02-24
Add rustc_hashes and bump the others
Laurențiu Nicola
-0
/
+1
2025-02-24
Merge from rust-lang/rust
Laurențiu Nicola
-16
/
+23
2025-02-23
Merge pull request #19191 from Veykril/push-yzzlosskwrxs
Lukas Wirth
-4
/
+2
2025-02-23
Remove `limit` crate in favor `usize`
Lukas Wirth
-4
/
+2
2025-02-23
Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...
Jacob Pratt
-5
/
+5
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-5
/
+5
2025-02-20
rust-analyzer: use new function in (incorrect) layout computation
Jubilee Young
-1
/
+1
2025-02-20
Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...
Zachary S
-6
/
+6
2025-02-20
Explicitly compare `TypesMap` as ptrs
Shoyu Vanilla
-12
/
+17
2025-02-20
fix: Binding wrong assoc ty when lowering trait ref bound
Shoyu Vanilla
-10
/
+45
2025-02-18
Revert "pass struct fields to chalk"
Lukas Wirth
-37
/
+20
2025-02-17
Rollup merge of #137173 - lnicola:sync-from-ra, r=lnicola
Matthias Krüger
-1250
/
+1483
2025-02-17
Merge pull request #19169 from lnicola/sync-from-rust
Laurențiu Nicola
-2
/
+2
2025-02-17
Merge pull request #19167 from ChayimFriedman2/fix-ref-pat
Lukas Wirth
-17
/
+43
2025-02-17
Merge from rust-lang/rust
Laurențiu Nicola
-2
/
+2
2025-02-17
Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr
bors
-4
/
+11
2025-02-17
Fix detection of ref patterns for path patterns
Chayim Refael Friedman
-17
/
+43
2025-02-17
Merge pull request #19122 from Austaras/master
Lukas Wirth
-20
/
+37
2025-02-17
Merge pull request #19127 from ChayimFriedman2/different-generic-args
Lukas Wirth
-1102
/
+1091
2025-02-17
Calculate drop glue and show it on hover
Chayim Refael Friedman
-4
/
+260
2025-02-17
Add `pattern_complexity_limit` to `Limits`.
Nicholas Nethercote
-1
/
+1
2025-02-16
Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...
Ben Kimock
-4
/
+11
2025-02-16
Refactor path lowering
Chayim Refael Friedman
-1090
/
+1089
2025-02-16
Improve error recovery when method-calling an assoc function
Lukas Wirth
-41
/
+87
2025-02-12
Merge pull request #19148 from Veykril/push-ptnykrwnwwlu
Lukas Wirth
-79
/
+152
[next]