| Age | Commit message (Expand) | Author | Lines |
| 2023-11-28 | Auto merge of #118282 - fee1-dead-contrib:enforce-more, r=compiler-errors | bors | -46/+103 |
| 2023-11-28 | Remove unnecessary `Option` from `LoweringContext::allow_{try_trait,gen_futur... | Nicholas Nethercote | -16/+19 |
| 2023-11-28 | Add `LoweringContext::new`. | Nicholas Nethercote | -37/+41 |
| 2023-11-28 | Create `LoweringContext::lower_assoc_item`. | Nicholas Nethercote | -31/+37 |
| 2023-11-28 | Avoid an unnecessary `by_ref`. | Nicholas Nethercote | -1/+1 |
| 2023-11-28 | Reduce exposure of some things. | Nicholas Nethercote | -3/+3 |
| 2023-11-28 | Remove unused feature. | Nicholas Nethercote | -1/+0 |
| 2023-11-28 | Remove a comment. | Nicholas Nethercote | -1/+0 |
| 2023-11-28 | change name to [`infinite_loop`]; | J-ZhengLi | -27/+34 |
| 2023-11-28 | Auto merge of #118395 - compiler-errors:rollup-c8yqlmw, r=compiler-errors | bors | -103/+510 |
| 2023-11-28 | Pass +forced-atomics feature for riscv32{i,im,imc}-unknown-none-elf | Taiki Endo | -5/+6 |
| 2023-11-28 | Remove `hir::BinOp`, `hir::BinOpKind`, and `hir::UnOp`. | Nicholas Nethercote | -178/+17 |
| 2023-11-28 | Remove dead codes | r0cky | -26/+0 |
| 2023-11-28 | Add proper cfgs | r0cky | -0/+11 |
| 2023-11-28 | Fix comments for unsigned non-zero `checked_add`, `saturating_add` | Zalathar | -2/+2 |
| 2023-11-27 | Rollup merge of #118384 - shepmaster:unused-tuple-struct-field-cleanup-rustdo... | Michael Goulet | -6/+3 |
| 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/+18 |
| 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/+49 |
| 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/+78 |
| 2023-11-27 | Rollup merge of #114708 - tgross35:tgross35-patch-1, r=Mark-Simulacrum | Michael Goulet | -0/+1 |
| 2023-11-27 | Rollup merge of #111133 - hkmatsumoto:handle-python-slicing, r=TaKO8Ki | Michael Goulet | -11/+53 |
| 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 | -10/+10 |
| 2023-11-28 | Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`. | Nicholas Nethercote | -20/+20 |
| 2023-11-27 | Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviper | bors | -251/+42 |
| 2023-11-27 | optimize str::iter::Chars::advance_by | The 8472 | -0/+61 |
| 2023-11-27 | benchmarks for Chars::advance_by | The 8472 | -0/+19 |
| 2023-11-27 | Auto merge of #11836 - lukaslueg:issue11831, r=Alexendoo | bors | -2/+42 |
| 2023-11-27 | Auto merge of #11817 - y21:ptr_arg_mut_ref, r=Alexendoo | bors | -48/+67 |
| 2023-11-27 | Auto merge of #11879 - samueltardieu:issue-11876, r=Alexendoo | bors | -2/+33 |
| 2023-11-27 | Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkin | bors | -35/+76 |
| 2023-11-27 | Address unused tuple struct fields in rustdoc | Jake Goulding | -6/+3 |
| 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 | Print list of missing target features when calling a function with target fea... | Eduardo Sánchez Muñoz | -94/+190 |
| 2023-11-27 | rustc_span: Use correct edit distance start length for suggestions | Martin Nordholts | -1/+18 |
| 2023-11-27 | Auto merge of #118118 - spastorino:do-not-erase-late-bound-regions-on-iat, r=... | bors | -117/+128 |
| 2023-11-27 | Auto merge of #15970 - Austaras:master, r=Veykril | bors | -14/+62 |
| 2023-11-27 | Account for `!` arm in tail `match` expr | Esteban Küber | -4/+78 |
| 2023-11-27 | Auto merge of #15857 - Young-Flash:fix, r=Veykril | bors | -6/+27 |
| 2023-11-27 | Auto merge of #15946 - roife:master, r=Veykril | bors | -7/+4 |
| 2023-11-28 | Perform LTO optimisations with wasm-ld + -Clinker-plugin-lto | Cormac Relf | -1/+27 |
| 2023-11-28 | fix dogfood | Kisaragi Marine | -5/+4 |
| 2023-11-28 | don't add paren on occurrences that is in call args | Kisaragi Marine | -30/+49 |
| 2023-11-27 | QueryContext: rename try_collect_active_jobs -> collect_active_jobs and chang... | klensy | -20/+14 |
| 2023-11-27 | Auto merge of #15976 - lnicola:sync-from-rust, r=lnicola | bors | -0/+0 |
| 2023-11-27 | Merge branch 'master' into sync-from-rust | Laurențiu Nicola | -1/+5 |