| Age | Commit message (Expand) | Author | Lines |
| 2025-08-31 | Provide suggestion when encountering `match () { () => 1 } + match () { () =>... | Esteban Küber | -6/+35 |
| 2025-08-29 | Auto merge of #145997 - matthiaskrgr:rollup-tsgylre, r=matthiaskrgr | bors | -276/+202 |
| 2025-08-29 | Auto merge of #145902 - Kobzol:dist-docs-build-compiler, r=jieyouxu | bors | -80/+127 |
| 2025-08-29 | Rollup merge of #145984 - nnethercote:TokenStream-cleanups, r=chenyukang | Matthias Krüger | -76/+65 |
| 2025-08-29 | Rollup merge of #145982 - Zalathar:logv, r=jieyouxu | Matthias Krüger | -83/+30 |
| 2025-08-29 | Rollup merge of #145676 - Oneirical:uncountable-integer-9, r=jieyouxu | Matthias Krüger | -37/+41 |
| 2025-08-29 | Rollup merge of #145675 - Oneirical:uncountable-integer-8, r=jieyouxu | Matthias Krüger | -80/+66 |
| 2025-08-29 | Put `TokenStream` stuff in a sensible order. | Nicholas Nethercote | -67/+65 |
| 2025-08-29 | Remove very outdated comment about token streams. | Nicholas Nethercote | -9/+0 |
| 2025-08-29 | Auto merge of #145978 - Zalathar:rollup-0dzk72g, r=Zalathar | bors | -118/+231 |
| 2025-08-29 | Don't print captures in `TestCx::normalize_platform_differences` | Zalathar | -7/+4 |
| 2025-08-29 | Move module `compute_diff` into `compiletest::runtest` | Zalathar | -5/+4 |
| 2025-08-29 | Change the `logv` function into a `TestCx` method. | Zalathar | -23/+19 |
| 2025-08-29 | Don't bother logging an arbitrary subset of the compiletest config | Zalathar | -48/+3 |
| 2025-08-29 | Rollup merge of #145977 - CaiWeiran:basic-stepping-test, r=jieyouxu | Stuart Cook | -0/+1 |
| 2025-08-29 | tests: Ignore basic-stepping.rs on riscv64 | Caiweiran | -0/+1 |
| 2025-08-29 | Rollup merge of #145972 - neeko-cat:patch-2, r=ibraheemdev | Stuart Cook | -1/+1 |
| 2025-08-29 | Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol | Stuart Cook | -85/+100 |
| 2025-08-29 | Rollup merge of #145884 - clubby789:test-mcount, r=Mark-Simulacrum | Stuart Cook | -0/+24 |
| 2025-08-29 | Rollup merge of #145793 - he32:netbsd-libexecinfo-fix, r=Mark-Simulacrum | Stuart Cook | -0/+1 |
| 2025-08-29 | Rollup merge of #145387 - zachs18:remove-tmplayout, r=cjgillot | Stuart Cook | -30/+9 |
| 2025-08-29 | Rollup merge of #144354 - rafaeling:fix-142726-qnx8-link-fail, r=tgross35 | Stuart Cook | -1/+1 |
| 2025-08-29 | Rollup merge of #144275 - Qelxiros:saturating-arithmetic, r=tgross35 | Stuart Cook | -1/+93 |
| 2025-08-29 | Rollup merge of #143713 - tgross35:mailmap, r=Mark-Simulacrum | Stuart Cook | -0/+1 |
| 2025-08-29 | Auto merge of #145377 - ChayimFriedman2:solver-def-id, r=lcnr | bors | -178/+234 |
| 2025-08-28 | implement Sum and Product for Saturating(u*) | Jeremy Smart | -1/+93 |
| 2025-08-28 | fix `core::marker::Destruct` doc | neeko-cat | -1/+1 |
| 2025-08-28 | Auto merge of #145970 - GuillaumeGomez:rollup-pr11qds, r=GuillaumeGomez | bors | -194/+514 |
| 2025-08-28 | Rollup merge of #145965 - bjorn3:sanitize_symbol_export_improvements, r=lqd | Guillaume Gomez | -54/+33 |
| 2025-08-28 | Rollup merge of #145937 - jdonszelmann:doc-hidden-prelude, r=fmease | Guillaume Gomez | -1/+11 |
| 2025-08-28 | Rollup merge of #145920 - Zalathar:failure-stdout, r=jieyouxu | Guillaume Gomez | -1/+7 |
| 2025-08-28 | Rollup merge of #145853 - JonathanBrouwer:fix-lit-parsing, r=jdonszelmann | Guillaume Gomez | -71/+64 |
| 2025-08-28 | Rollup merge of #145368 - rcvalle:rust-cfi-fix-142284, r=dianqk | Guillaume Gomez | -12/+23 |
| 2025-08-28 | Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmease | Guillaume Gomez | -55/+376 |
| 2025-08-28 | Move ___asan_globals_registered export | bjorn3 | -6/+4 |
| 2025-08-28 | Only export the sanitizer symbols for LTO and move export code to cg_llvm | bjorn3 | -48/+29 |
| 2025-08-28 | Update uitest stderr | Jonathan Brouwer | -50/+4 |
| 2025-08-28 | Improve error messages around invalid literals in attribute arguments | Jonathan Brouwer | -35/+52 |
| 2025-08-28 | Add another case to the bad-lit-suffixes test | Jonathan Brouwer | -1/+23 |
| 2025-08-28 | Auto merge of #145807 - zachs18:only-consider-auto-traits-empty, r=compiler-e... | bors | -1/+167 |
| 2025-08-28 | Add ui test for unsupported `doc(attribute = "...")` case for attributes with... | Guillaume Gomez | -0/+18 |
| 2025-08-28 | Create new `Item::is_fake_item` method as equivalent to check for `is_primiti... | Guillaume Gomez | -23/+58 |
| 2025-08-28 | Add documentation for `doc(attribute = "...")` attribute | Guillaume Gomez | -1/+18 |
| 2025-08-28 | Add tests for `doc(attribute = "...")` attribute | Guillaume Gomez | -5/+135 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -47/+168 |
| 2025-08-28 | Auto merge of #145958 - Zalathar:rollup-ii9z77c, r=Zalathar | bors | -1712/+2182 |
| 2025-08-28 | Rollup merge of #145953 - robertbastian:master, r=Manishearth | Stuart Cook | -442/+193 |
| 2025-08-28 | Rollup merge of #145941 - Urgau:int_to_ptr_transmutes-unsized, r=lcnr | Stuart Cook | -13/+69 |
| 2025-08-28 | Rollup merge of #145930 - GrigorenkoPV:const_str_as_str, r=joshtriplett | Stuart Cook | -1/+1 |
| 2025-08-28 | Rollup merge of #145928 - Darksonn:file_as_c_str, r=joshtriplett | Stuart Cook | -5/+5 |