| Age | Commit message (Expand) | Author | Lines |
| 2023-11-28 | Add with_opt_const_effect_param helper, simplify | Michael Goulet | -28/+35 |
| 2023-11-28 | Fix PartialEq args when #[const_trait] is enabled | Michael Goulet | -36/+55 |
| 2023-11-28 | def collector: Set correct namespace in `DefPathData` for foreign types | Vadim Petrochenkov | -16/+10 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -171/+160 |
| 2023-11-28 | Auto merge of #118405 - matthiaskrgr:rollup-3a2eevc, r=matthiaskrgr | bors | -5/+11 |
| 2023-11-28 | Rollup merge of #118366 - fmease:detect-reject-malformed-rust-repr, r=compile... | Matthias Krüger | -3/+3 |
| 2023-11-28 | Rollup merge of #118341 - Mark-Simulacrum:shrink-thir-print, r=compiler-errors | Matthias Krüger | -2/+8 |
| 2023-11-28 | Auto merge of #118282 - fee1-dead-contrib:enforce-more, r=compiler-errors | bors | -16/+28 |
| 2023-11-27 | Rollup merge of #118382 - shepmaster:unused-tuple-struct-field-cleanup, r=com... | Michael Goulet | -9/+8 |
| 2023-11-27 | Rollup merge of #118381 - Enselic:edit-dist-len, r=WaffleLapkin | Michael Goulet | -1/+5 |
| 2023-11-27 | Rollup merge of #118374 - klensy:collect_active_jobs, r=compiler-errors | Michael Goulet | -20/+14 |
| 2023-11-27 | Rollup merge of #118202 - azhogin:azhogin/link_args_wrapping, r=petrochenkov | Michael Goulet | -34/+40 |
| 2023-11-27 | Rollup merge of #118172 - ouz-a:improve_emit_stable1, r=celinval | Michael Goulet | -18/+286 |
| 2023-11-27 | Rollup merge of #117526 - estebank:issue-24157, r=b-naber | Michael Goulet | -4/+41 |
| 2023-11-27 | Rollup merge of #111133 - hkmatsumoto:handle-python-slicing, r=TaKO8Ki | Michael Goulet | -11/+33 |
| 2023-11-27 | Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviper | bors | -131/+35 |
| 2023-11-27 | Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkin | bors | -34/+76 |
| 2023-11-27 | Address unused tuple struct fields in the compiler | Jake Goulding | -9/+8 |
| 2023-11-27 | add otherwise into targets | ouz-a | -3/+5 |
| 2023-11-27 | rustc_span: Use correct edit distance start length for suggestions | Martin Nordholts | -1/+5 |
| 2023-11-27 | Auto merge of #118118 - spastorino:do-not-erase-late-bound-regions-on-iat, r=... | bors | -116/+104 |
| 2023-11-27 | Account for `!` arm in tail `match` expr | Esteban Küber | -4/+41 |
| 2023-11-27 | QueryContext: rename try_collect_active_jobs -> collect_active_jobs and chang... | klensy | -20/+14 |
| 2023-11-27 | Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f... | Andrew Zhogin | -34/+40 |
| 2023-11-27 | Rollup merge of #118359 - hkmatsumoto:suggest-box-ref, r=TaKO8Ki | Takayuki Maeda | -2/+19 |
| 2023-11-27 | Rollup merge of #118340 - compiler-errors:tweaks, r=lqd | Takayuki Maeda | -10/+10 |
| 2023-11-27 | Rollup merge of #118095 - ferrocene:apply-cortex-a53-fix, r=davidtwco | Takayuki Maeda | -0/+5 |
| 2023-11-27 | Change help message to make some sense in broader context | Hirochika Matsumoto | -1/+1 |
| 2023-11-27 | Address review feedbacks | Hirochika Matsumoto | -16/+17 |
| 2023-11-27 | Make tidy test happy | Hirochika Matsumoto | -1/+1 |
| 2023-11-27 | Detect Python-like slicing and suggest how to fix | Hirochika Matsumoto | -0/+21 |
| 2023-11-27 | Suggest swapping the order of `ref` and `box` | Hirochika Matsumoto | -2/+19 |
| 2023-11-27 | rename method | Deadbeef | -9/+18 |
| 2023-11-27 | Detect and reject malformed repr(Rust) hints | León Orell Valerian Liehr | -3/+3 |
| 2023-11-27 | Rollup merge of #118338 - nnethercote:backticks, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-11-27 | Auto merge of #117584 - bjorn3:eager_output_filenames, r=b-naber | bors | -53/+46 |
| 2023-11-26 | Simplify indenting in THIR printing | Mark Rousskov | -2/+8 |
| 2023-11-26 | Use helpers | Michael Goulet | -10/+10 |
| 2023-11-27 | Fix some backticks in comments. | Nicholas Nethercote | -1/+1 |
| 2023-11-27 | Put backticks around some attributes in doc comments. | Nicholas Nethercote | -6/+6 |
| 2023-11-26 | Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot | bors | -50/+35 |
| 2023-11-26 | Remove Upvar duplication | Mark Rousskov | -50/+35 |
| 2023-11-26 | move comment about local trait | Ryan Mehri | -1/+2 |
| 2023-11-26 | Turn write_dep_info into a regular function | bjorn3 | -13/+10 |
| 2023-11-26 | Mostly revert "Accept crate name instead of attributes in build_output_filena... | bjorn3 | -6/+16 |
| 2023-11-26 | Ensure macro expansion runs before writing the dep info | bjorn3 | -0/+5 |
| 2023-11-26 | Feed the output filenames into the TyCtxt | bjorn3 | -11/+16 |
| 2023-11-26 | Serialize OutputFilenames into rmeta file | bjorn3 | -27/+22 |
| 2023-11-26 | don't add redundant help for object safety violations | Ryan Mehri | -34/+75 |
| 2023-11-26 | Accept crate name instead of attributes in build_output_filenames | bjorn3 | -18/+10 |