| Age | Commit message (Expand) | Author | Lines |
| 2024-09-25 | Run rustfmt | Laurențiu Nicola | -3/+1 |
| 2024-09-25 | Pass all-targets for build scripts in more cli commands | Lukas Wirth | -12/+30 |
| 2024-09-25 | add test for std::random | Ralf Jung | -0/+5 |
| 2024-09-25 | Add more LayoutError variants | Laurențiu Nicola | -3/+8 |
| 2024-09-25 | Bump rustc crates | Laurențiu Nicola | -17/+17 |
| 2024-09-25 | Merge from rust-lang/rust | Laurențiu Nicola | -10189/+16438 |
| 2024-09-25 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-09-25 | fmt | The Miri Cronjob Bot | -16/+19 |
| 2024-09-25 | Merge from rustc | The Miri Cronjob Bot | -328/+321 |
| 2024-09-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-09-25 | Auto merge of #130807 - tgross35:rollup-p304vzf, r=tgross35 | bors | -23/+15 |
| 2024-09-24 | Rollup merge of #130793 - jieyouxu:mention-crashes-verbose, r=matthiaskrgr | Trevor Gross | -4/+5 |
| 2024-09-24 | Rollup merge of #130764 - compiler-errors:inherent, r=estebank | Trevor Gross | -14/+5 |
| 2024-09-24 | Auto merge of #130739 - jieyouxu:stage0_run_make, r=Kobzol | bors | -2/+3 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -5/+5 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -1/+1 |
| 2024-09-24 | Mention `COMPILETEST_VERBOSE_CRASHES` on crash test failure | 许杰友 Jieyou Xu (Joe) | -4/+5 |
| 2024-09-24 | Remove unused import from Clippy versions.py file | Philipp Krones | -1/+0 |
| 2024-09-24 | Auto merge of #18164 - ShoyuVanilla:use-as-alias, r=Veykril | bors | -13/+97 |
| 2024-09-24 | fix: Temporary fix for `remove_unused_imports` not handling import aliases co... | Shoyu Vanilla | -13/+97 |
| 2024-09-24 | Fix tools | Michael Goulet | -14/+5 |
| 2024-09-24 | Fix `run-make-support` to respect per-stage cargo | 许杰友 Jieyou Xu (Joe) | -2/+3 |
| 2024-09-24 | Auto merge of #18166 - ChayimFriedman2:dollar-crate-root, r=Veykril | bors | -5/+33 |
| 2024-09-24 | Auto merge of #18161 - ChayimFriedman2:postfix-mut, r=Veykril | bors | -1/+52 |
| 2024-09-24 | Auto merge of #18160 - ChayimFriedman2:fix-18138, r=Veykril | bors | -13/+82 |
| 2024-09-24 | Auto merge of #18157 - davidbarsky:davidbarsky/respect-disabling-proc-macros-... | bors | -1/+5 |
| 2024-09-24 | Auto merge of #18123 - jhgg:fix-ambigius-package-cargo-check, r=Veykril | bors | -1/+1 |
| 2024-09-24 | Hotfix: remove profile from clippy Cargo.toml | Philipp Krones | -7/+0 |
| 2024-09-24 | Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u... | Philipp Krones | -2571/+7437 |
| 2024-09-24 | Auto merge of #18175 - Wilfred:completion_marker, r=Veykril | bors | -1/+1 |
| 2024-09-24 | Auto merge of #18162 - ChayimFriedman2:gat-object-safe, r=Veykril | bors | -1/+14 |
| 2024-09-24 | Scope CI permissions to the job that needs it | Jakub Beránek | -6/+5 |
| 2024-09-24 | looks like we need more permissions | Ralf Jung | -1/+3 |
| 2024-09-23 | Rollup merge of #130727 - compiler-errors:objects, r=RalfJung | Michael Goulet | -8/+41 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -2/+2 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -8/+41 |
| 2024-09-23 | internal: Make COMPLETION_MARKER more explicitly r-a | Wilfred Hughes | -1/+1 |
| 2024-09-23 | Auto merge of #125645 - RalfJung:unclear_local_imports, r=nnethercote | bors | -45/+47 |
| 2024-09-23 | Small fixes | Kirill Bulatov | -6/+6 |
| 2024-09-23 | Support expect in attribute completion and hover | Laurențiu Nicola | -5/+52 |
| 2024-09-23 | fix workflow permissions | Ralf Jung | -1/+2 |
| 2024-09-23 | fix unqualified_local_imports in Miri | Ralf Jung | -45/+47 |
| 2024-09-23 | add test for new abort_unwind function | Ralf Jung | -0/+44 |
| 2024-09-23 | Revert "internal: Disable GitHub releases for now" | Laurențiu Nicola | -6/+6 |
| 2024-09-23 | update miri test | joboet | -1/+1 |
| 2024-09-23 | miri: shim `CCRandomGenerateBytes` | joboet | -0/+17 |
| 2024-09-23 | Disable GitHub releases for now | Laurențiu Nicola | -6/+6 |
| 2024-09-23 | Fix the test | Kirill Bulatov | -1/+1 |
| 2024-09-23 | Less clones | Kirill Bulatov | -5/+5 |
| 2024-09-23 | Resolve completion items | Kirill Bulatov | -11/+42 |