| Age | Commit message (Expand) | Author | Lines |
| 2023-11-29 | Rollup merge of #118419 - compiler-errors:await-span2, r=cjgillot | Matthias Krüger | -34/+28 |
| 2023-11-29 | Rollup merge of #118394 - nnethercote:rm-hir-Ops, r=cjgillot | Matthias Krüger | -190/+30 |
| 2023-11-29 | Rollup merge of #118269 - compiler-errors:poly, r=wesleywiser | Matthias Krüger | -22/+6 |
| 2023-11-28 | Auto merge of #118412 - matthiaskrgr:rollup-ghzhti2, r=matthiaskrgr | bors | -1/+27 |
| 2023-11-28 | Yeet E0744 | Michael Goulet | -15/+8 |
| 2023-11-28 | Fix spans for bad await in inline const | Michael Goulet | -17/+18 |
| 2023-11-28 | Eagerly return ExprKind::Err on yield/await in wrong coroutine context | Michael Goulet | -3/+3 |
| 2023-11-28 | Rollup merge of #118378 - cormacrelf:bugfix/linker-plugin-lto-wasm, r=petroch... | Matthias Krüger | -1/+27 |
| 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-28 | Remove `hir::BinOp`, `hir::BinOpKind`, and `hir::UnOp`. | Nicholas Nethercote | -178/+17 |
| 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-28 | Rename `BinOpKind::lazy` as `BinOpKind::is_lazy`. | Nicholas Nethercote | -4/+5 |
| 2023-11-28 | Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`. | Nicholas Nethercote | -8/+8 |
| 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-28 | Perform LTO optimisations with wasm-ld + -Clinker-plugin-lto | Cormac Relf | -1/+27 |
| 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 |