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
Age
Commit message (
Expand
)
Author
Lines
2025-09-10
Merge pull request #20647 from ChayimFriedman2/ns-projections
Shoyu Vanilla (Flint)
-199
/
+266
2025-09-10
Properly handle normalization
Chayim Refael Friedman
-198
/
+235
2025-09-09
don't trim paths in mir dumping when filtering and at the top of the file
beepster4096
-10
/
+12
2025-09-09
port `#[no_std]` to the new attribute parsing infrastructure
Jana Dönszelmann
-2
/
+19
2025-09-09
port `#[no_core]` to the new attribute parsing infrastructure
Jana Dönszelmann
-2
/
+20
2025-09-10
An associated type is not a projection!
Chayim Refael Friedman
-1
/
+31
2025-09-10
Adopt even more custom types in the new solver
Chayim Refael Friedman
-222
/
+220
2025-09-10
Upgrade rustc crates and handle changes to canonicalization
Chayim Refael Friedman
-116
/
+256
2025-09-09
allow `#[rustc_align_static(N)]` on `static`s
Folkert de Vries
-5
/
+246
2025-09-09
c-variadic: reject functions with unsupported extern ABI
Folkert de Vries
-40
/
+79
2025-09-09
c-variadic: reject non-unsafe functions
Folkert de Vries
-21
/
+98
2025-09-09
Merge pull request #20613 from A4-Tacks/diag-unresolved-field-fixes-ws
David Barsky
-13
/
+52
2025-09-09
Auto merge of #146375 - matthiaskrgr:rollup-utik9zj, r=matthiaskrgr
bors
-129
/
+416
2025-09-09
Strip frontmatter in fewer places
León Orell Valerian Liehr
-7
/
+9
2025-09-09
Strip frontmatter in fewer places
León Orell Valerian Liehr
-115
/
+208
2025-09-09
Fix compare_against_sw_vers test when a version part is 0
Mads Marquart
-3
/
+3
2025-09-09
Update wasm-component-ld to 0.5.17
Alex Crichton
-26
/
+26
2025-09-09
Merge pull request #1914 from folkertdev/architecture-test
Folkert de Vries
-390
/
+484
2025-09-09
Merge pull request #20639 from ChayimFriedman2/update-test-abs
David Barsky
-23
/
+85
2025-09-09
Merge pull request #20578 from ShoyuVanilla/inftbl
Chayim Refael Friedman
-819
/
+2071
2025-09-10
Fix failing tests and fill-in missing details
Shoyu Vanilla
-1428
/
+914
2025-09-10
fix: `useless_attribute` FP on `deprecated_in_future`
yanglsh
-0
/
+22
2025-09-09
Rollup merge of #146373 - calvinhirsch:trait-solver-cycle-head-docs, r=lcnr
Matthias Krüger
-4
/
+4
2025-09-09
Rollup merge of #146366 - LorrensP-2158466:miri-gamma, r=RalfJung
Matthias Krüger
-5
/
+5
2025-09-09
Rollup merge of #146365 - RalfJung:triagebot-rustc_intrinsic_const_stable_ind...
Matthias Krüger
-2
/
+13
2025-09-09
Rollup merge of #146001 - bjorn3:update_getopts, r=davidtwco
Matthias Krüger
-18
/
+6
2025-09-09
Rollup merge of #145929 - Qelxiros:apitit-suggestion, r=BoxyUwU
Matthias Krüger
-27
/
+74
2025-09-09
Rollup merge of #145463 - jieyouxu:error-suffix, r=fmease
Matthias Krüger
-73
/
+314
2025-09-09
Update `browser-ui-test` version to `0.22.2`
Guillaume Gomez
-5
/
+5
2025-09-09
Improve docs of certain built-in macro expanders
León Orell Valerian Liehr
-13
/
+18
2025-09-09
Make the compile test use a const instead
Georg Semmler
-8
/
+7
2025-09-09
Make Barrier RefUnwindSafe again
Georg Semmler
-0
/
+15
2025-09-09
Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr
bors
-137
/
+162
2025-09-09
fix comments about trait solver cycle heads
calvinhirsch
-4
/
+4
2025-09-09
WIP switch inference table to next-solver
jackh726
-526
/
+2292
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-8
/
+8
2025-09-09
Add assertion
Boxy
-1
/
+1
2025-09-09
Driveby fixes
Boxy
-10
/
+9
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-132
/
+158
2025-09-09
Update the LoongArch target documentation
WANG Rui
-8
/
+11
2025-09-09
Auto merge of #146360 - Zalathar:rollup-qc2hhrd, r=Zalathar
bors
-695
/
+847
2025-09-09
Make `#[target_feature]` safe always on WASM
Chayim Refael Friedman
-11
/
+69
2025-09-09
Expand target info to include the architecture
Chayim Refael Friedman
-78
/
+188
2025-09-09
fix(semicolon_inside_block): don't lint if block is in parens (#15626)
Samuel Tardieu
-6
/
+50
2025-09-09
add approx_delta to all gamma tests
LorrensP-2158466
-5
/
+5
2025-09-09
Resolve paths to snapshot test libraries absolutely
Chayim Refael Friedman
-23
/
+85
2025-09-09
Merge pull request #20624 from A4-Tacks/fix-syn-lifetime-bounds
Chayim Refael Friedman
-7
/
+6
2025-09-09
CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits
Miguel Ojeda
-3
/
+1
2025-09-09
Merge pull request #20638 from Kobzol/book-share-cache
Chayim Refael Friedman
-0
/
+10
2025-09-09
Fix LifetimeParam::lifetime_bounds invalid implement
A4-Tacks
-7
/
+6
[prev]
[next]