| Age | Commit message (Expand) | Author | Lines |
| 2024-08-29 | Rollup merge of #129690 - Oneirical:run-make-tidbits, r=jieyouxu | Guillaume Gomez | -56/+43 |
| 2024-08-29 | Rollup merge of #129316 - dingxiangfei2009:riscv64-imac-scs, r=nnethercote | Guillaume Gomez | -9/+52 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -4/+26 |
| 2024-08-29 | Rollup merge of #128166 - ChaiTRex:isqrt, r=tgross35 | Guillaume Gomez | -67/+684 |
| 2024-08-29 | Rollup merge of #123940 - kornelski:remove-derived-debug, r=Urgau | Guillaume Gomez | -56/+285 |
| 2024-08-29 | Use path instead of Path in some run-make tests | Oneirical | -56/+40 |
| 2024-08-29 | Add needs-unwind compiletest directive to libtest-thread-limit | Oneirical | -0/+3 |
| 2024-08-29 | riscv64imac: allow shadow call stack sanitizer | Ding Xiang Fei | -9/+52 |
| 2024-08-29 | Add `-Zlint-llvm-ir` | DianQK | -4/+26 |
| 2024-08-28 | Speed up `checked_isqrt` and `isqrt` methods | Chai T. Rex | -35/+371 |
| 2024-08-28 | Improve `isqrt` tests and add benchmarks | Chai T. Rex | -32/+313 |
| 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 | fmt-debug option | Kornel | -56/+285 |
| 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 |