| Age | Commit message (Expand) | Author | Lines |
| 2024-11-30 | Rollup merge of #133620 - dev-ardi:simplify-hir_typeck_pass_to_variadic_funct... | 许杰友 Jieyou Xu (Joe) | -16/+3 |
| 2024-11-30 | Rollup merge of #133599 - esp-rs:target/esp32s2-forced-atomics, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-11-30 | Rollup merge of #133587 - taiki-e:loongarch-asm-freg, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-30 | Rollup merge of #133585 - estebank:issue-133563, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2024-11-30 | Rollup merge of #132750 - daltenty:daltenty/libs, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -35/+7 |
| 2024-11-29 | Eliminate rustc_hir_pretty's print_expr_maybe_paren | David Tolnay | -21/+17 |
| 2024-11-29 | Eliminate rustc_ast_pretty's print_expr_maybe_paren | David Tolnay | -31/+87 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -7/+7 |
| 2024-11-29 | Add a comment | David Tenty | -0/+3 |
| 2024-11-29 | simplify how the `hir_typeck_pass_to_variadic_function` diagnostic is created | Orion Gonzalez | -16/+3 |
| 2024-11-29 | simplify things using `tcx.as_lang_item` | Maybe Lapkin | -27/+25 |
| 2024-11-29 | don't polymorphize without a reason to | Maybe Lapkin | -2/+1 |
| 2024-11-29 | add a fixme for tailcalls with opaque types | Maybe Lapkin | -0/+8 |
| 2024-11-29 | simplify things by using `tcx.fn_trait_kind_from_def_id` | Maybe Lapkin | -15/+9 |
| 2024-11-29 | fast reject: limit recursion depth | lcnr | -17/+53 |
| 2024-11-29 | Rollup merge of #133592 - WaffleLapkin:misc-meowing, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-29 | Rollup merge of #131323 - jfrimmel:avr-inline-asm-clobber-abi, r=Amanieu | Matthias Krüger | -1/+28 |
| 2024-11-30 | coverage: Use a query to identify which counter/expression IDs are used | Zalathar | -84/+85 |
| 2024-11-30 | coverage: All counter terms in an unused function are zero | Zalathar | -4/+3 |
| 2024-11-30 | coverage: Allow niches in counter/expression IDs | Zalathar | -2/+0 |
| 2024-11-30 | coverage: Hoist and explain the check for `coverage_cx` | Zalathar | -11/+14 |
| 2024-11-30 | coverage: Rename `CrateCoverageContext` to `CguCoverageContext` | Zalathar | -7/+7 |
| 2024-11-29 | Auto merge of #133619 - matthiaskrgr:rollup-7ywaheb, r=matthiaskrgr | bors | -182/+289 |
| 2024-11-29 | check local cache even if global is usable | lcnr | -6/+11 |
| 2024-11-29 | Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebank | Matthias Krüger | -7/+10 |
| 2024-11-29 | Rollup merge of #133538 - dev-ardi:69232-better-diag, r=compiler-errors | Matthias Krüger | -3/+26 |
| 2024-11-29 | Rollup merge of #133501 - lcnr:post-borrowck-analysis, r=compiler-errors | Matthias Krüger | -172/+253 |
| 2024-11-29 | Auto merge of #133431 - nnethercote:rm-HybridBitSet, r=Mark-Simulacrum | bors | -816/+86 |
| 2024-11-29 | Remove `HybridBitSet`. | Nicholas Nethercote | -692/+3 |
| 2024-11-29 | Stop using `HybridBitSet` in `SparseBitMatrix`. | Nicholas Nethercote | -13/+18 |
| 2024-11-29 | Stop using `HybridBitSet` in dataflow diffs. | Nicholas Nethercote | -7/+7 |
| 2024-11-29 | Remove unused `HybridBitSet` methods from `BitSetExt`. | Nicholas Nethercote | -34/+2 |
| 2024-11-29 | Speed up `ChunkedBitIter` | Nicholas Nethercote | -55/+40 |
| 2024-11-29 | Tiny `ChunkedBitSet` improvements. | Nicholas Nethercote | -19/+16 |
| 2024-11-29 | Clarify `ChunkSize` invariants. | Nicholas Nethercote | -4/+8 |
| 2024-11-29 | Auto merge of #133608 - Zalathar:spans-revert, r=jieyouxu | bors | -229/+263 |
| 2024-11-29 | Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu" | Zalathar | -229/+263 |
| 2024-11-29 | implement checks for tail calls | Maybe Waffle | -0/+399 |
| 2024-11-29 | Auto merge of #133409 - RalfJung:target-consistency, r=lcnr | bors | -973/+1137 |
| 2024-11-29 | bless the tests and add a new one | Orion Gonzalez | -0/+2 |
| 2024-11-29 | Improve the diagnostic of fn item in variadic fn | Orion Gonzalez | -3/+24 |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -19/+58 |
| 2024-11-28 | Add +forced-atomics feature to esp32s2 | Scott Mabin | -0/+1 |
| 2024-11-28 | fix a comment with uneven number of backticks in rustc_mir_build | Maybe Lapkin | -1/+1 |
| 2024-11-28 | Structurally resolve before adjust_for_branches | Michael Goulet | -4/+8 |
| 2024-11-29 | Update `-Zshow-span` help message. | Nicholas Nethercote | -1/+1 |
| 2024-11-29 | Rename `-Zparse-only`. | Nicholas Nethercote | -6/+9 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -19/+58 |
| 2024-11-29 | Support floats in input/output in vector registers of PowerPC inline assembly | Taiki Endo | -2/+44 |