| Age | Commit message (Expand) | Author | Lines |
| 2024-04-12 | Auto merge of #123846 - matthiaskrgr:rollup-85y28av, r=matthiaskrgr | bors | -5/+12 |
| 2024-04-12 | Rollup merge of #123842 - ShockYoungCHN:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-04-12 | Rollup merge of #123830 - tgross35:f16-f128-from-inference-fix, r=Nilstrieb | Matthias Krüger | -2/+11 |
| 2024-04-12 | Rollup merge of #123796 - bjorn3:remove_cargo_platform, r=clubby789 | Matthias Krüger | -2/+0 |
| 2024-04-12 | Auto merge of #123783 - tgross35:f16-f128-debug-impl, r=Amanieu | bors | -0/+224 |
| 2024-04-12 | Auto merge of #123736 - compiler-errors:multiply-on-rhs, r=estebank | bors | -4/+34 |
| 2024-04-12 | Auto merge of #123490 - niluxv:strict_prov_unwind_seh, r=Amanieu | bors | -41/+73 |
| 2024-04-12 | fix pin.rs typo | Yuanzhuo Yang | -1/+1 |
| 2024-04-12 | Auto merge of #123838 - matthiaskrgr:rollup-zkgwyye, r=matthiaskrgr | bors | -250/+335 |
| 2024-04-12 | Rollup merge of #123829 - saethlin:fix-revisions, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-04-12 | Rollup merge of #123827 - petrochenkov:searchdirs, r=Nadrieril | Matthias Krüger | -22/+21 |
| 2024-04-12 | Rollup merge of #123826 - kornelski:one-in-a-quintillion, r=Amanieu | Matthias Krüger | -2/+8 |
| 2024-04-12 | Rollup merge of #123789 - klensy:rq, r=cjgillot | Matthias Krüger | -18/+13 |
| 2024-04-12 | Rollup merge of #123775 - scottmcm:place-val, r=cjgillot | Matthias Krüger | -169/+239 |
| 2024-04-12 | Rollup merge of #123763 - cuviper:host-rpath-run-make-v2, r=jieyouxu | Matthias Krüger | -20/+43 |
| 2024-04-12 | Rollup merge of #123599 - matthiaskrgr:rm, r=cjgillot | Matthias Krüger | -18/+10 |
| 2024-04-12 | Auto merge of #120092 - zetanumbers:pin_in_static_allocator, r=Amanieu | bors | -3/+12 |
| 2024-04-11 | Use `env::split_paths`/`join_paths` in runtest | Josh Stone | -16/+15 |
| 2024-04-11 | Remove `From` impls for unstable types that break inference | Trevor Gross | -2/+11 |
| 2024-04-11 | Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgr | bors | -367/+330 |
| 2024-04-11 | Fix revisions syntax | Ben Kimock | -1/+1 |
| 2024-04-12 | linker: Avoid some allocations in search directory iteration | Vadim Petrochenkov | -22/+21 |
| 2024-04-11 | Move rare overflow error to a cold function | Kornel | -2/+8 |
| 2024-04-11 | Rollup merge of #123820 - bash:mailmap, r=workingjubilee | Matthias Krüger | -0/+1 |
| 2024-04-11 | Rollup merge of #123806 - joboet:advanced_overflow, r=Amanieu | Matthias Krüger | -2/+12 |
| 2024-04-11 | Rollup merge of #123804 - compiler-errors:podcrab-fix, r=jieyouxu | Matthias Krüger | -34/+84 |
| 2024-04-11 | Rollup merge of #123798 - tniessen:patch-1, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2024-04-11 | Rollup merge of #123784 - GuillaumeGomez:replace-document-write, r=notriddle | Matthias Krüger | -2/+1 |
| 2024-04-11 | Rollup merge of #123744 - compiler-errors:redundant-due-to-glob, r=petrochenkov | Matthias Krüger | -275/+43 |
| 2024-04-11 | Rollup merge of #123523 - estebank:issue-123414, r=BoxyUwU | Matthias Krüger | -43/+158 |
| 2024-04-11 | Rollup merge of #122882 - Zoxc:panic-output-panic, r=Amanieu | Matthias Krüger | -9/+29 |
| 2024-04-11 | Auto merge of #123814 - matthiaskrgr:rollup-lxn0t4t, r=matthiaskrgr | bors | -72/+67 |
| 2024-04-11 | Add a `Debug` impl and some basic functions to `f16` and `f128` | Trevor Gross | -0/+224 |
| 2024-04-11 | remove some things that do not need to be | Matthias Krüger | -18/+10 |
| 2024-04-11 | Refactor `panic_unwind/seh.rs` pointer use; x86 now conforms to strict-proven... | niluxv | -41/+73 |
| 2024-04-11 | Add my former address to .mailmap | Tau Gärtli | -0/+1 |
| 2024-04-11 | Silence unused_imports lint for redundant imports | Michael Goulet | -275/+43 |
| 2024-04-11 | Rollup merge of #123808 - maurer:nuw-nsw-trunc, r=durin42 | Matthias Krüger | -5/+5 |
| 2024-04-11 | Rollup merge of #123777 - oli-obk:operator_cleanup, r=jieyouxu | Matthias Krüger | -36/+3 |
| 2024-04-11 | Rollup merge of #123770 - tomokinat:master, r=joboet | Matthias Krüger | -5/+5 |
| 2024-04-11 | Rollup merge of #123740 - veera-sivarajan:reduce-size-of-modifierinfo, r=petr... | Matthias Krüger | -3/+3 |
| 2024-04-11 | Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddle | Matthias Krüger | -23/+51 |
| 2024-04-11 | Replace `document.write` with `document.head.insertAdjacentHTML` | Guillaume Gomez | -2/+1 |
| 2024-04-11 | Auto merge of #123732 - a1phyr:io_error_factor, r=cuviper | bors | -159/+67 |
| 2024-04-11 | codegen tests: Tolerate `nuw` `nsw` on `trunc` | Matthew Maurer | -5/+5 |
| 2024-04-11 | Remove unused cargo-platform dependency | bjorn3 | -2/+0 |
| 2024-04-11 | core: panic on overflow in `BorrowedCursor` | joboet | -2/+12 |
| 2024-04-11 | Stop using HirId for fn-like parents | Michael Goulet | -34/+84 |
| 2024-04-11 | Auto merge of #123795 - matthiaskrgr:rollup-deesd9c, r=matthiaskrgr | bors | -113/+470 |
| 2024-04-11 | Avoid invalid socket address in length calculation | Tobias Nießen | -2/+2 |