| Age | Commit message (Expand) | Author | Lines |
| 2023-07-06 | Auto merge of #113291 - oli-obk:pretty_print_mir_const, r=RalfJung | bors | -3/+4 |
| 2023-07-05 | C "memcpy" shim: ensure the pointers are valid | Ralf Jung | -0/+108 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -31/+35 |
| 2023-07-05 | Patch clippy | Oli Scherer | -3/+4 |
| 2023-07-05 | Rollup merge of #113321 - BoxyUwU:move_constkind_to_typeir, r=oli-obk | Michael Goulet | -2/+2 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -0/+1 |
| 2023-07-05 | Deal with fallout | Boxy | -2/+2 |
| 2023-07-04 | fix typo | klensy | -1/+1 |
| 2023-07-04 | tidy: exclude sh files from rust-installer tests from tidy bins check | klensy | -1/+25 |
| 2023-07-04 | fix bash long lines and replace TODO with FIXME | klensy | -11/+18 |
| 2023-07-04 | replace tabs with 4 spaces in .sh | klensy | -804/+804 |
| 2023-07-04 | rust-installer and rls no longer submodule, so fix tidy walk list | klensy | -2/+2 |
| 2023-07-04 | rust-installer and rls no longer submodule, so fix rustfmt.toml | klensy | -67/+29 |
| 2023-07-04 | Auto merge of #2960 - oli-obk:run_filter, r=oli-obk | bors | -1/+2 |
| 2023-07-04 | Auto merge of #2963 - RalfJung:start, r=RalfJung | bors | -2/+6 |
| 2023-07-04 | Restore test filtering by substring. | Oli Scherer | -1/+2 |
| 2023-07-04 | better error on missing #[start] | Ralf Jung | -2/+6 |
| 2023-07-04 | Update debuginfo test runner to provide more useful output | Trevor Gross | -108/+131 |
| 2023-07-04 | Auto merge of #113303 - compiler-errors:yeet-chalk, r=lcnr | bors | -11/+1 |
| 2023-07-04 | Auto merge of #2957 - RalfJung:zulip, r=oli-obk | bors | -5/+11 |
| 2023-07-03 | Remove compare mode | Michael Goulet | -8/+0 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -3/+1 |
| 2023-07-03 | Upgrade to indexmap 2.0.0 | Josh Stone | -1/+1 |
| 2023-07-03 | vec tets: ensure pointer is still writeable | Ralf Jung | -6/+6 |
| 2023-07-03 | remove outdated comment | Ralf Jung | -1/+0 |
| 2023-07-03 | send link to PR to Zulip | Ralf Jung | -4/+11 |
| 2023-07-03 | Silence clippy on FIXME'd code and fix the new lints otherwise | Oli Scherer | -2/+4 |
| 2023-07-03 | Update rustix | Nilstrieb | -0/+2 |
| 2023-07-03 | link to PERMITTED_DEPENDENCIES in tidy error | Nilstrieb | -0/+9 |
| 2023-07-03 | fmt | The Miri Conjob Bot | -35/+53 |
| 2023-07-03 | Merge from rustc | The Miri Conjob Bot | -5921/+23330 |
| 2023-07-03 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-02 | can't seem to avoid repeating the branch name... | Ralf Jung | -3/+3 |
| 2023-07-02 | more CI yml cleanup | Ralf Jung | -7/+6 |
| 2023-07-02 | sadly 'gh' doesnt support all git upstream branch configs | Ralf Jung | -2/+4 |
| 2023-07-02 | cargo update | Nilstrieb | -1/+3 |
| 2023-07-02 | cronjob auto-PR: try to fix setting the remote branch | Ralf Jung | -4/+2 |
| 2023-07-02 | Auto merge of #2950 - icewind1991:cargo-miri-rustc-error, r=RalfJung | bors | -1/+5 |
| 2023-07-02 | cron auto-PR: need to set upstream branch | Ralf Jung | -2/+2 |
| 2023-07-02 | cargo-miri: better error message when RUSTC is not set | Robin Appelman | -1/+5 |
| 2023-07-02 | Fix compile-test tests to work with the new ui_test crate | Philipp Krones | -9/+3 |
| 2023-07-02 | Fix valtree changes | Philipp Krones | -2/+2 |
| 2023-07-02 | Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup | Philipp Krones | -5828/+21798 |
| 2023-07-02 | CI cleanup | Ralf Jung | -8/+3 |
| 2023-07-02 | cronjob auto-PR: fetch more of the history | Ralf Jung | -2/+2 |
| 2023-07-02 | cronjob auto-PR: make sure we are on a branch | Ralf Jung | -2/+6 |
| 2023-07-02 | Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot | bors | -14/+62 |
| 2023-07-01 | fix compiletest crash | Jan-Mirko Otter | -1/+1 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -1/+1 |
| 2023-07-01 | Auto merge of #113225 - calebcartwright:sync-rustfmt, r=calebcartwright | bors | -49/+1081 |