| Age | Commit message (Expand) | Author | Lines |
| 2024-11-30 | Rollup merge of #133623 - nnethercote:parse_expr_bottom-spans, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -21/+14 |
| 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 | 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 | 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-29 | Auto merge of #133619 - matthiaskrgr:rollup-7ywaheb, r=matthiaskrgr | bors | -182/+289 |
| 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 | 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-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 | Fix target_feature handling in freg of LoongArch inline assembly | Taiki Endo | -1/+1 |
| 2024-11-28 | Do not call `extern_crate` on current trait on crate mismatch errors | Esteban Küber | -0/+4 |
| 2024-11-28 | Auto merge of #133468 - lcnr:uwu4, r=BoxyUwU | bors | -279/+130 |
| 2024-11-28 | Reword error message of reserved AVR registers | Julian Frimmel | -1/+1 |
| 2024-11-28 | Support `clobber_abi` for AVR inline assembly | Julian Frimmel | -0/+27 |
| 2024-11-28 | update comment | lcnr | -1/+10 |
| 2024-11-28 | ast_lowering: rm separate `def_id_parent` | lcnr | -96/+62 |
| 2024-11-28 | always create `DefId`s when lowering anon-consts | lcnr | -182/+58 |
| 2024-11-28 | Rollup merge of #133560 - clubby789:mut-mut-space, r=jieyouxu | Guillaume Gomez | -2/+5 |
| 2024-11-28 | Rollup merge of #133557 - Monadic-Cat:small_doc_fixes, r=bjorn3 | Guillaume Gomez | -3/+3 |
| 2024-11-28 | Rollup merge of #133487 - pitaj:reserve-guarded-strings, r=fee1-dead | Guillaume Gomez | -10/+44 |
| 2024-11-28 | Rollup merge of #133463 - taiki-e:aarch64-asm-x18, r=Amanieu | Guillaume Gomez | -11/+27 |
| 2024-11-28 | Rollup merge of #133452 - taiki-e:hexagon-asm-pred, r=Amanieu | Guillaume Gomez | -0/+14 |
| 2024-11-28 | Rollup merge of #133422 - taiki-e:riscv-e-clobber-abi, r=Amanieu | Guillaume Gomez | -6/+51 |
| 2024-11-28 | Rollup merge of #133358 - compiler-errors:pin-coerce, r=eholk | Guillaume Gomez | -3/+8 |