| Age | Commit message (Expand) | Author | Lines |
| 2024-08-04 | Auto merge of #128544 - compiler-errors:perf-warn_if_unreachable, r=fmease | bors | -18/+18 |
| 2024-08-04 | Rollup merge of #128531 - RalfJung:miri-recursive-validity, r=saethlin | Matthias Krüger | -78/+129 |
| 2024-08-04 | Rollup merge of #128305 - folkertdev:asm-parser-unsupported-operand, r=Amanieu | Matthias Krüger | -8/+43 |
| 2024-08-03 | Auto merge of #128441 - Bryanskiy:delegation-perf, r=petrochenkov | bors | -27/+33 |
| 2024-08-03 | Auto merge of #128614 - matthiaskrgr:rollup-d2fextz, r=matthiaskrgr | bors | -46/+93 |
| 2024-08-03 | Rollup merge of #128581 - jieyouxu:checked-attr, r=nnethercote | Matthias Krüger | -6/+79 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -40/+14 |
| 2024-08-03 | Auto merge of #127324 - DianQK:match-br, r=cjgillot | bors | -66/+81 |
| 2024-08-03 | Auto merge of #128370 - petrochenkov:libsearch, r=bjorn3 | bors | -38/+65 |
| 2024-08-03 | Auto merge of #128404 - compiler-errors:revert-dead-code-changes, r=pnkfelix | bors | -143/+71 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -93/+28 |
| 2024-08-03 | Revert "Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov" | Michael Goulet | -1/+1 |
| 2024-08-03 | Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -25/+16 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -12/+28 |
| 2024-08-03 | Revert "Rollup merge of #127017 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -22/+10 |
| 2024-08-03 | Revert "Rollup merge of #128104 - mu001999-contrib:fix/128053, r=petrochenkov" | Michael Goulet | -19/+17 |
| 2024-08-03 | Fix linking to sanitizers on Apple targets | Vadim Petrochenkov | -3/+7 |
| 2024-08-03 | linker: Pass fewer search directories to the linker | Vadim Petrochenkov | -38/+61 |
| 2024-08-03 | Rollup merge of #128557 - nyurik:dup-init, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-08-03 | Rollup merge of #128483 - nnethercote:still-more-cfg-cleanups, r=petrochenkov | Matthias Krüger | -153/+169 |
| 2024-08-03 | Rollup merge of #128368 - nnethercote:rustfmt-tweaks, r=cuviper | Matthias Krüger | -2/+2 |
| 2024-08-03 | Rollup merge of #126704 - sayantn:sha, r=Amanieu | Matthias Krüger | -0/+7 |
| 2024-08-03 | Miri: add a flag to do recursive validity checking | Ralf Jung | -78/+129 |
| 2024-08-03 | Re-enable SimplifyToExp in match_branches. | DianQK | -4/+1 |
| 2024-08-03 | Simplify match based on the cast result of `IntToInt`. | DianQK | -62/+80 |
| 2024-08-03 | Assert that all attributes are actually checked via `CheckAttrVisitor` and ar... | Oli Scherer | -6/+79 |
| 2024-08-02 | chore: use shorthand initializer | Yuri Astrakhan | -2/+2 |
| 2024-08-02 | Check divergence value first before doing span operations in warn_if_unreachable | Michael Goulet | -18/+18 |
| 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 #128453 - RalfJung:raw_eq, r=saethlin | Matthias Krüger | -6/+0 |
| 2024-08-02 | Rollup merge of #126818 - estebank:suggestions-fix, r=wesleywiser | Matthias Krüger | -8/+35 |
| 2024-08-02 | Add the `sha512`, `sm3` and `sm4` target features | sayantn | -0/+7 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -8/+35 |
| 2024-08-01 | Rollup merge of #128496 - clubby789:box-syntax-multipart, r=compiler-errors | Matthias Krüger | -12/+23 |
| 2024-08-01 | Rollup merge of #128482 - RalfJung:ptr-signed-offset, r=oli-obk | Matthias Krüger | -210/+161 |
| 2024-08-01 | MIR required_consts, mentioned_items: ensure we do not forget to fill these l... | Ralf Jung | -44/+113 |
| 2024-08-01 | Fix removed `box_syntax` diagnostic if source isn't available | clubby789 | -12/+23 |
| 2024-08-01 | fix the way we detect overflow for inbounds arithmetic (and tweak the error m... | Ralf Jung | -9/+15 |
| 2024-08-01 | interpret: simplify pointer arithmetic logic | Ralf Jung | -122/+26 |
| 2024-08-01 | on a signed deref check, mention the right pointer in the error | Ralf Jung | -80/+121 |
| 2024-08-01 | Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, r=esteba... | bors | -86/+140 |
| 2024-08-01 | Distinguish the two kinds of token range. | Nicholas Nethercote | -78/+124 |
| 2024-08-01 | Move a comment to a better spot. | Nicholas Nethercote | -2/+1 |
| 2024-08-01 | Streamline attribute stitching on AST nodes. | Nicholas Nethercote | -15/+10 |
| 2024-08-01 | Rollup merge of #128458 - clubby789:optimize-unused-attr, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2024-08-01 | Rollup merge of #128450 - dpaoliello:coff, r=bjorn3 | Matthias Krüger | -5/+1 |
| 2024-08-01 | Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgr | bors | -339/+375 |
| 2024-08-01 | Rollup merge of #128452 - dingxiangfei2009:smart-ptr-require-maybe-sized, r=c... | Matthias Krüger | -27/+23 |
| 2024-08-01 | Rollup merge of #128449 - Urgau:tmp-allow-negative-lit-lint, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2024-08-01 | Rollup merge of #128443 - compiler-errors:async-unreachable, r=fmease | Matthias Krüger | -21/+35 |