| Age | Commit message (Expand) | Author | Lines |
| 2024-08-03 | allow setting `link-shared` and `static-libstdcpp` with CI LLVM | onur-ozkan | -3/+17 |
| 2024-08-02 | Auto merge of #128352 - Oneirical:daLTOnist-vision, r=jieyouxu | bors | -60/+148 |
| 2024-08-02 | Auto merge of #128254 - Amanieu:orig-binary-search, r=tgross35 | bors | -37/+50 |
| 2024-08-02 | Auto merge of #128529 - matthiaskrgr:rollup-gzq2slo, r=matthiaskrgr | bors | -225/+358 |
| 2024-08-02 | Rollup merge of #128521 - aDotInTheVoid:opaque-fallout, r=camelid | Matthias Krüger | -11/+0 |
| 2024-08-02 | Rollup merge of #128494 - RalfJung:mir-lazy-lists, r=compiler-errors | Matthias Krüger | -44/+113 |
| 2024-08-02 | Rollup merge of #128491 - c410-f3r:unlock-rfc-2011, r=workingjubilee | Matthias Krüger | -16/+3 |
| 2024-08-02 | Rollup merge of #128453 - RalfJung:raw_eq, r=saethlin | Matthias Krüger | -35/+9 |
| 2024-08-02 | Rollup merge of #128436 - GuillaumeGomez:update-sysinfo, r=clubby789 | Matthias Krüger | -61/+158 |
| 2024-08-02 | Rollup merge of #126818 - estebank:suggestions-fix, r=wesleywiser | Matthias Krüger | -58/+75 |
| 2024-08-02 | Auto merge of #128147 - lolbinarycat:fmt-write-bloat-rmake, r=jieyouxu | bors | -26/+89 |
| 2024-08-01 | Dogfood | Caio | -16/+3 |
| 2024-08-02 | Auto merge of #127624 - Oneirical:a-test-of-lime, r=jieyouxu | bors | -37/+59 |
| 2024-08-01 | rustdoc: Remove dead opaque_tys rendering logic | Alona Enraght-Moony | -11/+0 |
| 2024-08-01 | Auto merge of #127276 - aDotInTheVoid:no-opaque, r=camelid | bors | -87/+56 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -58/+75 |
| 2024-08-01 | Auto merge of #128504 - matthiaskrgr:rollup-pawylnk, r=matthiaskrgr | bors | -417/+500 |
| 2024-08-01 | Rollup merge of #128499 - Konippi:refactor-backtrace-formatting, r=tgross35 | Matthias Krüger | -7/+2 |
| 2024-08-01 | Rollup merge of #128497 - Bryanskiy:fix-dropck-doc, r=lcnr | Matthias Krüger | -3/+4 |
| 2024-08-01 | Rollup merge of #128496 - clubby789:box-syntax-multipart, r=compiler-errors | Matthias Krüger | -17/+28 |
| 2024-08-01 | Rollup merge of #128482 - RalfJung:ptr-signed-offset, r=oli-obk | Matthias Krüger | -334/+277 |
| 2024-08-01 | Rollup merge of #128433 - hermit-os:hermit-unsafe_op_in_unsafe_fn, r=joboet | Matthias Krüger | -55/+58 |
| 2024-08-01 | Rollup merge of #127490 - ferrocene:hoverbear/add-riscv64gc-unknown-linux-tar... | Matthias Krüger | -1/+131 |
| 2024-08-01 | rustdoc: Remove OpaqueTy | Alona Enraght-Moony | -87/+10 |
| 2024-08-01 | rustdoc: Add test for `impl_trait_in_accos_type` | Alona Enraght-Moony | -0/+46 |
| 2024-08-02 | chore: refactor backtrace formatting | Konippi | -7/+2 |
| 2024-08-01 | fix dropck documentation for `[T;0]` special-case | Bryanskiy | -3/+4 |
| 2024-08-01 | Update sysinfo version to 0.31.2 | Guillaume Gomez | -61/+158 |
| 2024-08-01 | MIR required_consts, mentioned_items: ensure we do not forget to fill these l... | Ralf Jung | -44/+113 |
| 2024-08-01 | Auto merge of #128490 - lnicola:sync-from-ra, r=lnicola | bors | -7886/+15238 |
| 2024-08-01 | Fix removed `box_syntax` diagnostic if source isn't available | clubby789 | -17/+28 |
| 2024-08-01 | fix the way we detect overflow for inbounds arithmetic (and tweak the error m... | Ralf Jung | -11/+17 |
| 2024-08-01 | interpret: simplify pointer arithmetic logic | Ralf Jung | -187/+73 |
| 2024-08-01 | on a signed deref check, mention the right pointer in the error | Ralf Jung | -141/+192 |
| 2024-08-01 | Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, r=esteba... | bors | -92/+471 |
| 2024-08-01 | Auto merge of #17761 - RalfJung:josh-roudntrip-error, r=lnicola | bors | -1/+4 |
| 2024-08-01 | fix(os/hermit): `deny(unsafe_op_in_unsafe_fn)` | Martin Kröning | -0/+1 |
| 2024-08-01 | fix(pal/hermit): `deny(unsafe_op_in_unsafe_fn)` | Martin Kröning | -20/+40 |
| 2024-08-01 | refactor(pal/hermit): make `ENV` a non-mutable static | Martin Kröning | -19/+15 |
| 2024-08-01 | when josh-proxy screws up the roundtrip, say what the involved commits are | Ralf Jung | -1/+4 |
| 2024-08-01 | Auto merge of #17756 - Wilfred:fix_adoc_json, r=Veykril | bors | -9/+7 |
| 2024-08-01 | Auto merge of #128481 - matthiaskrgr:rollup-efa706r, r=matthiaskrgr | bors | -114/+122 |
| 2024-08-01 | Rollup merge of #128478 - nnethercote:update-git-blame-ignore-revs, r=jieyouxu | Matthias Krüger | -0/+2 |
| 2024-08-01 | Rollup merge of #128477 - Zalathar:bless-mcdc-19, r=cuviper | Matthias Krüger | -0/+5 |
| 2024-08-01 | Rollup merge of #128458 - clubby789:optimize-unused-attr, r=compiler-errors | Matthias Krüger | -0/+78 |
| 2024-08-01 | Rollup merge of #128450 - dpaoliello:coff, r=bjorn3 | Matthias Krüger | -5/+1 |
| 2024-08-01 | Rollup merge of #128437 - onur-ozkan:handle-llvm-tools-properly, r=albertlars... | Matthias Krüger | -3/+34 |
| 2024-08-01 | Rollup merge of #128416 - maurer:remove-android-hack, r=tgross35 | Matthias Krüger | -106/+2 |
| 2024-08-01 | Auto merge of #127060 - Oneirical:testificate, r=jieyouxu | bors | -124/+188 |
| 2024-08-01 | Ignore `use` declaration reformatting in `.git-blame-ignore-revs`. | Nicholas Nethercote | -0/+2 |