| Age | Commit message (Expand) | Author | Lines |
| 2025-01-29 | Upgrade elsa to the newest version. | David Venhoek | -1/+1 |
| 2025-01-24 | Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e... | bors | -412/+767 |
| 2025-01-24 | Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgr | bors | -22/+233 |
| 2025-01-24 | Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jackh726 | Matthias Krüger | -16/+16 |
| 2025-01-24 | Rollup merge of #135865 - zachs18:maybe_report_similar_assoc_fn_more, r=compi... | Matthias Krüger | -6/+14 |
| 2025-01-24 | Rollup merge of #135757 - no1wudi:master, r=compiler-errors | Matthias Krüger | -0/+203 |
| 2025-01-24 | Auto merge of #135959 - matthiaskrgr:rollup-0jenyfw, r=matthiaskrgr | bors | -8/+174 |
| 2025-01-24 | Auto merge of #135947 - matthiaskrgr:rollup-k9jpfls, r=matthiaskrgr | bors | -152/+138 |
| 2025-01-23 | Auto merge of #132666 - dingxiangfei2009:skip-if-let-rescope-lint, r=compiler... | bors | -6/+5 |
| 2025-01-24 | Rollup merge of #135905 - workingjubilee:softly-sanitize-aarch64-floats, r=rc... | Matthias Krüger | -1/+3 |
| 2025-01-24 | Rollup merge of #135855 - cuviper:parser-size, r=wesleywiser | Matthias Krüger | -2/+3 |
| 2025-01-24 | Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3 | Matthias Krüger | -5/+168 |
| 2025-01-23 | Rollup merge of #135920 - hkBst:patch-16, r=SparrowLii | Matthias Krüger | -7/+1 |
| 2025-01-23 | Rollup merge of #135911 - Zalathar:arena-cache-option, r=compiler-errors | Matthias Krüger | -9/+64 |
| 2025-01-23 | Rollup merge of #135908 - ken-matsui:remove-asm-to-obj-comment, r=compiler-er... | Matthias Krüger | -6/+3 |
| 2025-01-23 | Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obk | Matthias Krüger | -109/+30 |
| 2025-01-23 | Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errors | Matthias Krüger | -21/+28 |
| 2025-01-23 | Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er... | Matthias Krüger | -0/+12 |
| 2025-01-23 | Remove outdated sentence | bjorn3 | -1/+0 |
| 2025-01-23 | Remove RunCompiler | bjorn3 | -20/+4 |
| 2025-01-23 | Remove set_make_codegen_backend and set_file_loader | bjorn3 | -45/+15 |
| 2025-01-23 | Remove the need to manually call set_using_internal_features | bjorn3 | -49/+17 |
| 2025-01-23 | Rollup merge of #135884 - hkBst:patch-13, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-01-23 | Rollup merge of #135790 - wesleywiser:update_windows_gnu_debuginfokind, r=lqd | Matthias Krüger | -2/+2 |
| 2025-01-23 | Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali... | Matthias Krüger | -5/+135 |
| 2025-01-23 | Rollup merge of #134746 - compiler-errors:autoderef-norm-non-wf-coerce-ice, r... | Matthias Krüger | -3/+11 |
| 2025-01-23 | simplify parse_format::Parser::ws by using next_if | Marijn Schouten | -7/+1 |
| 2025-01-23 | Handle parenthesised infer args | Boxy | -6/+20 |
| 2025-01-23 | Explain visit_ty_unambig naming | Boxy | -0/+6 |
| 2025-01-23 | make `hir::Ty/ConstArg` methods generic where applicable | Boxy | -11/+21 |
| 2025-01-23 | inferkind docs | Boxy | -1/+2 |
| 2025-01-23 | writeback comment | Boxy | -1/+3 |
| 2025-01-23 | point to docs for ambig const/ty on intravisit | Boxy | -0/+6 |
| 2025-01-23 | `visit_x_unambig` | Boxy | -80/+80 |
| 2025-01-23 | Bless and add tests | Boxy | -0/+86 |
| 2025-01-23 | Semantic changes from new hir representation | Boxy | -53/+47 |
| 2025-01-23 | Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor` | Boxy | -313/+513 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -41/+77 |
| 2025-01-23 | Remove query normalize from dropck outlives type op | Michael Goulet | -10/+14 |
| 2025-01-23 | Remove query normalize from normalize type op | Michael Goulet | -6/+2 |
| 2025-01-23 | Allow `arena_cache` queries to return `Option<&'tcx T>` | Zalathar | -9/+64 |
| 2025-01-22 | rustc_codegen_llvm: remove outdated asm-to-obj codegen note | Ken Matsui | -6/+3 |
| 2025-01-22 | Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgr | bors | -630/+693 |
| 2025-01-22 | Enable kernel sanitizers for aarch64-unknown-none-softfloat | Jubilee Young | -1/+3 |
| 2025-01-22 | Rollup merge of #135826 - yotamofek:resolve-cleanups4, r=petrochenkov | Matthias Krüger | -606/+562 |
| 2025-01-22 | Rollup merge of #135794 - estebank:non-exhaustive-dfv-ctor, r=jieyouxu | Matthias Krüger | -0/+30 |
| 2025-01-22 | Rollup merge of #135596 - compiler-errors:stack, r=oli-obk | Matthias Krüger | -11/+16 |
| 2025-01-22 | Rollup merge of #135557 - estebank:wtf8, r=fee1-dead | Matthias Krüger | -9/+70 |
| 2025-01-22 | Rollup merge of #135409 - Shunpoco:issue-133117-ICE-never-false-edge-start-bl... | Matthias Krüger | -2/+9 |
| 2025-01-22 | Rollup merge of #132983 - Anthony-Eid:dangling-pointers-lint, r=Urgau | Matthias Krüger | -2/+6 |