| Age | Commit message (Expand) | Author | Lines |
| 2023-08-02 | Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstrieb | bors | -0/+4 |
| 2023-08-02 | Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obk | bors | -175/+175 |
| 2023-08-02 | Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiser | bors | -0/+1 |
| 2023-08-01 | Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgr | bors | -0/+24 |
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -102/+102 |
| 2023-08-01 | Rollup merge of #114296 - RalfJung:interpret-repeat-align, r=oli-obk | Matthias Krüger | -0/+24 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -49/+98 |
| 2023-08-01 | rename deref_operand → deref_pointer and some Miri helper functions | Ralf Jung | -73/+73 |
| 2023-08-01 | Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68 | Matthias Krüger | -18/+20 |
| 2023-08-01 | Auto merge of #114310 - flip1995:clippyup, r=Manishearth | bors | -2143/+7968 |
| 2023-07-31 | Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgr | bors | -11/+20 |
| 2023-07-31 | Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup | Philipp Krones | -2143/+7968 |
| 2023-07-31 | Rollup merge of #114193 - crlf0710:lexer_unicode15, r=Manishearth | Matthias Krüger | -5/+1 |
| 2023-07-31 | Rollup merge of #113804 - Kobzol:opt-dist-version, r=Mark-Simulacrum | Matthias Krüger | -6/+19 |
| 2023-07-31 | Rollup merge of #113717 - cuishuang:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-31 | fix alignment handling for Repeat expressions | Ralf Jung | -0/+24 |
| 2023-07-31 | apply nit | Ralf Jung | -1/+1 |
| 2023-07-31 | Auto merge of #114294 - matthiaskrgr:rollup-yk78pvd, r=matthiaskrgr | bors | -1/+1 |
| 2023-07-31 | Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-07-31 | Auto merge of #113592 - Kobzol:pgo-script-bolt, r=Mark-Simulacrum | bors | -11/+155 |
| 2023-07-31 | remove repetitive words | cui fliter | -1/+1 |
| 2023-07-31 | Update cargo | Weihang Lo | -0/+0 |
| 2023-07-31 | Pass BOLT profile to bootstrap to be included in the reproducible artifacts a... | Jakub Beránek | -23/+28 |
| 2023-07-31 | Implement BOLT optimization in the `opt-dist` tool | Jakub Beránek | -24/+163 |
| 2023-07-30 | Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubilee | bors | -1/+1 |
| 2023-07-30 | Rollup merge of #114227 - asquared31415:tidy_check_fixed, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-07-30 | Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -5/+5 |
| 2023-07-30 | Check lazy type aliases for well-formedness | León Orell Valerian Liehr | -1/+1 |
| 2023-07-29 | add tidy check for stray rustfix files | asquared31415 | -1/+1 |
| 2023-07-29 | Auto merge of #114211 - RalfJung:miri, r=RalfJung | bors | -233/+336 |
| 2023-07-29 | Auto merge of #2993 - Vanille-N:tb-protector, r=RalfJung | bors | -151/+264 |
| 2023-07-29 | doc comment suggestions | Neven Villani | -25/+57 |
| 2023-07-29 | Add wasm32-wasi-threads target + WASI threads | Georgii Rylov | -0/+1 |
| 2023-07-29 | print omitted frames count for short backtrace mode | yukang | -1/+1 |
| 2023-07-29 | Adjust some tests for invalid_reference_casting improvements | Urgau | -0/+4 |
| 2023-07-29 | Fix test output. | Mara Bos | -2/+4 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -47/+94 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -8/+8 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -13/+15 |
| 2023-07-29 | Update lexer emoji diagnostics to Unicode 15.0 | Charles Lew | -5/+1 |
| 2023-07-28 | Add UI tests for generic const items | León Orell Valerian Liehr | -1/+1 |
| 2023-07-28 | Make Clippy understand generic const items | León Orell Valerian Liehr | -7/+15 |
| 2023-07-28 | exract a perform_access, check read-read commutation exhaustively | Neven Villani | -100/+193 |
| 2023-07-28 | Auto merge of #111780 - weiznich:diagnostic_namespace, r=petrochenkov | bors | -1/+1 |
| 2023-07-28 | Introduce the `#[diagnostic]` attribute namespace | Georg Semmler | -1/+1 |
| 2023-07-28 | Auto merge of #114134 - fee1-dead-contrib:rm-constness-from-param-env, r=oli-obk | bors | -35/+37 |
| 2023-07-28 | Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkov | bors | -14/+14 |
| 2023-07-27 | Auto merge of #114144 - workingjubilee:rollup-jkmtgdo, r=workingjubilee | bors | -4329/+6 |
| 2023-07-27 | Rollup merge of #114133 - workingjubilee:revert-add-tidy-check-issue-12345, r... | Jubilee | -4329/+6 |