| Age | Commit message (Expand) | Author | Lines |
| 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 | dates(types,traits): refresh date-check annotations for Aug/2025-08; preserve... | Ali Nazzal | -9/+9 |
| 2025-08-28 | dates(queries): refresh date-check annotations to 2025-08; preserve local style | Ali Nazzal | -3/+3 |
| 2025-08-28 | fix(lexer): Don't require frontmatters to be escaped with indented fences | Ed Page | -74/+51 |
| 2025-08-28 | compiler: Include span of too huge enum with -Cdebuginfo=2 | Martin Nordholts | -10/+33 |
| 2025-08-28 | Clarify that align_offset overaligns | gonzalobg | -3/+2 |
| 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 | Merge pull request #20561 from ChayimFriedman2/no-table-for-you | Chayim Refael Friedman | -59/+52 |
| 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 | Don't require a full `InferenceTable` for `CastTy` | Chayim Refael Friedman | -59/+52 |
| 2025-08-28 | dates(infra): refresh date-check annotations for Aug 2025; preserve local style | Ali Nazzal | -12/+12 |
| 2025-08-28 | Add progress bars to more places in analysis-stats | Chayim Refael Friedman | -3/+52 |
| 2025-08-28 | Fix `print_literal` suggests wrongly for inline literal following a numbered ... | Samuel Tardieu | -10/+68 |
| 2025-08-28 | fix: `print_literal` suggests wrongly for inline literal following a numbered... | yanglsh | -10/+68 |
| 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 | `map_identity`: suggest making the variable mutable when necessary (#15268) | Timo | -50/+148 |
| 2025-08-28 | Merge pull request #4539 from Stypox/tracing-docs | Ralf Jung | -0/+292 |
| 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 |
| 2025-08-28 | Rollup merge of #145926 - Zalathar:no-libtest, r=jieyouxu | Stuart Cook | -90/+53 |
| 2025-08-28 | Rollup merge of #145913 - heiher:loong-hint, r=joshtriplett | Stuart Cook | -33/+23 |
| 2025-08-28 | Rollup merge of #144864 - Muscraft:no-source-fixes, r=jieyouxu | Stuart Cook | -43/+128 |
| 2025-08-28 | Rollup merge of #143193 - JonathanBrouwer:link_rework, r=jdonszelmann | Stuart Cook | -1078/+1700 |
| 2025-08-28 | Rollup merge of #142727 - hkBst:rm-static-mut-wasm, r=ChrisDenton | Stuart Cook | -7/+10 |
| 2025-08-28 | Add documentation for tracing | Stypox | -0/+292 |
| 2025-08-28 | Add `rustc-demangle` to `[workspace.dependencies]`. | Nicholas Nethercote | -3/+4 |
| 2025-08-28 | Add `polonius-engine` to `[workspace.dependencies]`. | Nicholas Nethercote | -3/+4 |
| 2025-08-28 | Add `odht` to `[workspace.dependencies]`. | Nicholas Nethercote | -2/+3 |
| 2025-08-28 | Add `scoped-tls` to `[workspace.dependencies]`. | Nicholas Nethercote | -3/+4 |
| 2025-08-28 | Add `measureme` to `[workspace.dependencies]`. | Nicholas Nethercote | -3/+4 |
| 2025-08-28 | Add `derive-where` to `[workspace.dependencies]`. | Nicholas Nethercote | -3/+4 |
| 2025-08-28 | Add `rustc-hash` to `[workspace.dependencies]`. | Nicholas Nethercote | -5/+6 |
| 2025-08-28 | Add `indexmap` to `[workspace.dependencies]`. | Nicholas Nethercote | -7/+8 |
| 2025-08-28 | Add `tempfile` to `[workspace.dependencies]`. | Nicholas Nethercote | -8/+9 |
| 2025-08-28 | Add `rustc_apfloat` to `[workspace.dependencies]`. | Nicholas Nethercote | -4/+5 |
| 2025-08-28 | Add `proc-macro2` and `quote` to `[workspace.dependencies]`. | Nicholas Nethercote | -8/+10 |
| 2025-08-28 | Add `either` to `[workspace.dependencies]`. | Nicholas Nethercote | -5/+6 |
| 2025-08-28 | Add `serde_json` to `[workspace.dependencies]`. | Nicholas Nethercote | -18/+19 |
| 2025-08-28 | Add `libc` to `[workspace.dependencies]`. | Nicholas Nethercote | -12/+13 |
| 2025-08-28 | Add an overlooked `tracing` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |