| Age | Commit message (Expand) | Author | Lines |
| 2023-06-08 | Whoops, submodule change was actually valid - undoing fixup | Andrew Xie | -1/+1 |
| 2023-06-08 | fixup! Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a ... | Andrew Xie | -1/+1 |
| 2023-06-08 | Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis... | Andrew Xie | -1/+1 |
| 2023-06-06 | Make TraitEngine::new use the right solver, add compare mode | Michael Goulet | -0/+4 |
| 2023-06-05 | Auto merge of #112071 - WaffleLapkin:group-rfcs-tests, r=oli-obk | bors | -1/+1 |
| 2023-06-05 | Revert error in doc comment | Neven Villani | -5/+5 |
| 2023-06-05 | Auto merge of #112317 - GuillaumeGomez:rollup-toh0gpo, r=GuillaumeGomez | bors | -0/+2 |
| 2023-06-05 | Bless tidy root entry limit | Maybe Waffle | -1/+1 |
| 2023-06-05 | Differentiate between explicit accesses and accesses inserted by TB | Neven Villani | -142/+195 |
| 2023-06-05 | Merge commit 'ed87e0a20a9d196a5ea659ea46ae9574be666d4f' into sync-from-ra | Laurențiu Nicola | -1/+4 |
| 2023-06-05 | Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra | Laurențiu Nicola | -17585/+57666 |
| 2023-06-04 | Don't double-print status messages in GHA | jyn | -0/+2 |
| 2023-06-04 | Remove rustc-workspace-hack | Eric Huss | -23/+0 |
| 2023-06-04 | Auto merge of #112259 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-06-03 | Auto merge of #112244 - RalfJung:miri, r=oli-obk | bors | -108/+218 |
| 2023-06-03 | Update cargo | Weihang Lo | -0/+0 |
| 2023-06-03 | Auto merge of #2915 - RalfJung:as_os_str_bytes, r=RalfJung | bors | -20/+5 |
| 2023-06-03 | use as_os_str_bytes | Ralf Jung | -20/+5 |
| 2023-06-03 | Rollup merge of #111998 - jyn514:ra-dogfooding, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2023-06-03 | Auto merge of #2887 - Vanille-N:tb-mut-transmute, r=RalfJung | bors | -118/+1641 |
| 2023-06-03 | miri compiletest: no longer allow some warnings in rustc test suite | Ralf Jung | -11/+2 |
| 2023-06-03 | Select more TB fail tests | Neven Villani | -118/+1641 |
| 2023-06-03 | add unchecked_shl test | Ralf Jung | -2/+25 |
| 2023-06-03 | Auto merge of #112217 - arlosi:update-vuln-deps, r=Mark-Simulacrum | bors | -3/+5 |
| 2023-06-02 | explain windows sync layouts | DrMeepster | -0/+3 |
| 2023-06-02 | add deref_pointer_as | DrMeepster | -3/+19 |
| 2023-06-02 | deref shim arguments with actual ty instead of declared ty | DrMeepster | -126/+215 |
| 2023-06-02 | Update dependencies with reported vulnerabilities | Arlo Siemsen | -3/+5 |
| 2023-06-02 | Rollup merge of #112165 - fee1-dead-contrib:rn-defualtness, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-06-02 | Rollup merge of #111647 - klensy:cstr, r=oli-obk | Matthias Krüger | -1/+0 |
| 2023-06-02 | Auto merge of #112203 - flip1995:clippyup, r=Manishearth | bors | -654/+2971 |
| 2023-06-02 | Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyup | Philipp Krones | -654/+2971 |
| 2023-06-02 | fmt | Ralf Jung | -10/+13 |
| 2023-06-02 | Merge from rustc | Ralf Jung | -227/+169 |
| 2023-06-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-06-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -13/+15 |
| 2023-06-01 | Implement custom diagnostic for ConstParamTy | Michael Goulet | -13/+15 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -26/+68 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -1/+1 |
| 2023-06-01 | Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-dead | bors | -4/+0 |
| 2023-06-01 | Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naber | bors | -168/+65 |
| 2023-05-31 | use c literals in library | klensy | -1/+0 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -0/+18 |
| 2023-05-31 | Adjust tests for newly uplifted cast_ref_to_mut lint | Urgau | -0/+4 |
| 2023-05-31 | Drop uplifted clippy::cast_ref_to_mut | Urgau | -168/+61 |
| 2023-05-31 | Remove const eval limit and implement an exponential backoff lint instead | Oli Scherer | -4/+0 |
| 2023-05-31 | Auto merge of #2908 - RalfJung:bench, r=oli-obk | bors | -16/+16 |
| 2023-05-31 | miri-script: Transform Windows paths to unix. | Piotr Osiewicz | -1/+1 |
| 2023-05-31 | Auto merge of #2907 - RalfJung:rustup, r=RalfJung | bors | -196/+124 |
| 2023-05-31 | Rollup merge of #111975 - jyn514:normalization, r=cjgillot | Matthias Krüger | -29/+18 |