| Age | Commit message (Expand) | Author | Lines |
| 2024-08-29 | Auto merge of #129721 - workingjubilee:rollup-y2o1mnp, r=workingjubilee | bors | -467/+798 |
| 2024-08-28 | Rollup merge of #129715 - Amjad50:update-compiler-builtins, r=tgross35 | Jubilee | -4/+4 |
| 2024-08-28 | Rollup merge of #129712 - randomPoison:trusty-tier-3-fix, r=saethlin | Jubilee | -2/+2 |
| 2024-08-28 | Rollup merge of #129695 - GuillaumeGomez:fix-clippy-rustdoc-path, r=onur-ozkan | Jubilee | -1/+1 |
| 2024-08-28 | Rollup merge of #129689 - compiler-errors:impl-lifetime, r=michaelwoerister | Jubilee | -14/+18 |
| 2024-08-28 | Rollup merge of #129683 - RalfJung:copysign, r=thomcc | Jubilee | -12/+32 |
| 2024-08-28 | Rollup merge of #129673 - matthewpipie:arc-weak-debug-trait, r=dtolnay | Jubilee | -1/+1 |
| 2024-08-28 | Rollup merge of #129617 - rustbot:docs-update, r=ehuss | Jubilee | -0/+1 |
| 2024-08-28 | Rollup merge of #129494 - tshepang:fmt-threads-sendsync, r=Nadrieril | Jubilee | -247/+315 |
| 2024-08-28 | Rollup merge of #129467 - dingxiangfei2009:smart-pointer-relax-pointee, r=com... | Jubilee | -44/+108 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -76/+33 |
| 2024-08-28 | Rollup merge of #129378 - goffrie:patch-3, r=ChrisDenton | Jubilee | -13/+9 |
| 2024-08-28 | Rollup merge of #129343 - estebank:time-version, r=jieyouxu | Jubilee | -2/+69 |
| 2024-08-28 | Rollup merge of #129170 - artemagvanian:span-to-location, r=celinval | Jubilee | -0/+16 |
| 2024-08-28 | Rollup merge of #128192 - mrkajetanp:feature-detect, r=Amanieu | Jubilee | -51/+189 |
| 2024-08-29 | Update `compiler_builtins` to `0.1.123` | Amjad Alsharafi | -4/+4 |
| 2024-08-28 | Correct trusty targets to be tier 3 | Nicole LeGare | -2/+2 |
| 2024-08-28 | Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU | bors | -27/+511 |
| 2024-08-28 | Emit specific message for `time<0.3.35` inference failure | Esteban Küber | -2/+69 |
| 2024-08-28 | Auto merge of #129691 - matthiaskrgr:rollup-owlcr3m, r=matthiaskrgr | bors | -701/+899 |
| 2024-08-29 | derive(SmartPointer): assume pointee from the single generic and better error... | Ding Xiang Fei | -44/+108 |
| 2024-08-28 | Update reference | Eric Huss | -0/+0 |
| 2024-08-28 | Move 'tcx lifetime off of impl and onto methods | Michael Goulet | -14/+18 |
| 2024-08-28 | Fix path to run clippy on rustdoc | Guillaume Gomez | -1/+1 |
| 2024-08-28 | Rollup merge of #129686 - Zalathar:source-region, r=compiler-errors | Matthias Krüger | -43/+36 |
| 2024-08-28 | Rollup merge of #129668 - coolreader18:fix-pin-set-regr, r=dtolnay | Matthias Krüger | -9/+12 |
| 2024-08-28 | Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoerister | Matthias Krüger | -30/+40 |
| 2024-08-28 | Rollup merge of #129666 - RalfJung:raw-eq-align, r=compiler-errors | Matthias Krüger | -6/+20 |
| 2024-08-28 | Rollup merge of #129657 - jswrenn:transmute-name, r=compiler-errors | Matthias Krüger | -531/+528 |
| 2024-08-28 | Rollup merge of #129641 - notriddle:notriddle/missing-crates-js-resource-suff... | Matthias Krüger | -9/+16 |
| 2024-08-28 | Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin | Matthias Krüger | -62/+70 |
| 2024-08-28 | Rollup merge of #129608 - RalfJung:const-eval-ub-checks, r=saethlin | Matthias Krüger | -1/+15 |
| 2024-08-28 | Rollup merge of #129551 - RalfJung:ub-checks-fallback, r=saethlin | Matthias Krüger | -2/+3 |
| 2024-08-28 | Rollup merge of #129480 - lolbinarycat:euclid-docs, r=joboet | Matthias Krüger | -8/+13 |
| 2024-08-28 | Rollup merge of #129421 - jdonszelmann:naked-repr-align-functions, r=workingj... | Matthias Krüger | -0/+146 |
| 2024-08-28 | Auto merge of #129589 - saethlin:improve-panic-immediate-abort, r=tgross35 | bors | -3/+5 |
| 2024-08-28 | coverage: Rename `CodeRegion` to `SourceRegion` | Zalathar | -34/+35 |
| 2024-08-28 | coverage: Simplify some debug logging | Zalathar | -7/+1 |
| 2024-08-28 | coverage: `CodeRegion` is never stored in an arena | Zalathar | -2/+0 |
| 2024-08-28 | clarify what term can be | Orion Gonzalez | -1/+3 |
| 2024-08-28 | clarify a few things | Orion Gonzalez | -4/+9 |
| 2024-08-28 | cleanup make_input | Orion Gonzalez | -19/+26 |
| 2024-08-28 | replace is_some() -> unwrap with if let | Orion Gonzalez | -6/+2 |
| 2024-08-28 | copysign with sign being a NaN is non-portable | Ralf Jung | -12/+32 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -27/+511 |
| 2024-08-28 | Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead | bors | -63/+22 |
| 2024-08-27 | Add fmt::Debug to sync::Weak<T, A> | Matthew Giordano | -1/+1 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -303/+276 |
| 2024-08-27 | Fix Pin::set bounds regression | Noa | -9/+12 |
| 2024-08-27 | Auto merge of #129665 - matthiaskrgr:rollup-hy23k7d, r=matthiaskrgr | bors | -772/+871 |