| Age | Commit message (Expand) | Author | Lines |
| 2024-12-01 | Make metadata a FileDescription operation | Rune Tynan | -14/+14 |
| 2024-12-01 | Split unix-specific function into UnixFileDescription | Rune Tynan | -155/+190 |
| 2024-12-01 | rustdoc-json: Include safety of `static`s | Alona Enraght-Moony | -14/+33 |
| 2024-12-01 | Fix link to `FormatRenderer` method | Guillaume Gomez | -1/+1 |
| 2024-12-01 | Rename `FormatRenderer::InfoType` into `ModuleData` and rename `FormatRendere... | Guillaume Gomez | -13/+13 |
| 2024-12-01 | Add `unreachable!` in new `FormatRenderer` methods for `JsonRenderer` impleme... | Guillaume Gomez | -2/+7 |
| 2024-12-01 | Add documentation for new `FormatRenderer` trait items | Guillaume Gomez | -2/+30 |
| 2024-12-01 | Move `SharedContext` out of `Rc` | Guillaume Gomez | -162/+171 |
| 2024-12-01 | Store default ID map in a static | Guillaume Gomez | -3/+7 |
| 2024-12-01 | Split ID maps in two parts: the constant one and the updated one | Guillaume Gomez | -67/+57 |
| 2024-12-01 | Stop cloning `Context` so much | Guillaume Gomez | -120/+154 |
| 2024-12-01 | compiletest: un-escape new-line in normalize replacement string | Urgau | -0/+2 |
| 2024-12-01 | Auto merge of #133703 - matthiaskrgr:rollup-fwlw0mc, r=matthiaskrgr | bors | -2/+13 |
| 2024-12-02 | rust_for_linux: -Zreg-struct-return commandline flag for X86 (#116973) | Andrew Zhogin | -0/+15 |
| 2024-12-01 | add "profiler" option coverage for ci-rustc | onur-ozkan | -24/+46 |
| 2024-12-01 | Auto merge of #133532 - rami3l:ci/bump-ubuntu, r=Kobzol | bors | -5/+6 |
| 2024-12-01 | Rollup merge of #133595 - GuillaumeGomez:missing_doc_code_examples, r=notriddle | Matthias Krüger | -2/+13 |
| 2024-12-01 | Auto merge of #132390 - RalfJung:diagnostics-root-dir, r=albertlarsan68,weiha... | bors | -4/+9 |
| 2024-12-01 | Run `cargo update` and update licenses | clubby789 | -107/+342 |
| 2024-12-01 | fix cargo path logic | Ralf Jung | -3/+4 |
| 2024-11-30 | Move FdTable to public location, fix up imports | Rune Tynan | -456/+467 |
| 2024-11-30 | Eliminate magic numbers from expression precedence | David Tolnay | -25/+24 |
| 2024-11-30 | Auto merge of #133684 - RalfJung:rollup-j2tmrg7, r=RalfJung | bors | -3/+1 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -63/+46 |
| 2024-11-30 | Extend documentation for `missing_doc_code_examples` rustdoc lint in the rust... | Guillaume Gomez | -0/+4 |
| 2024-11-30 | Rollup merge of #133673 - onur-ozkan:windows-fixme, r=Kobzol | Ralf Jung | -3/+1 |
| 2024-11-30 | improve TagEncoding::Niche docs and sanity check | Ralf Jung | -0/+42 |
| 2024-11-30 | Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxu | bors | -9/+24 |
| 2024-11-30 | Auto merge of #133658 - jieyouxu:rollup-rq7e0gk, r=jieyouxu | bors | -11/+7 |
| 2024-11-30 | replace hard coded error id with `ErrorKind::DirectoryNotEmpty` | onur-ozkan | -3/+1 |
| 2024-11-30 | Revert "Auto merge of #133654 - weihanglo:update-cargo, r=weihanglo" | Nikita Popov | -0/+0 |
| 2024-11-30 | bootstrap: show diagnostics relative to rustc src dir | Ralf Jung | -1/+5 |
| 2024-11-30 | Rollup merge of #132721 - MarcoIeni:mingw-split, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -7/+20 |
| 2024-11-30 | Rollup merge of #131551 - taiki-e:ppc-asm-vreg-inout, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -2/+4 |
| 2024-11-30 | Rollup merge of #133585 - estebank:issue-133563, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2024-11-30 | Rollup merge of #132750 - daltenty:daltenty/libs, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -10/+0 |
| 2024-11-30 | Remove redundant associated type bounds from dyn | Michael Goulet | -4/+4 |
| 2024-11-30 | Auto merge of #133654 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-11-29 | add explicit synthetic lookup for tuples | Walnut | -0/+1 |
| 2024-11-29 | Update cargo | Weihang Lo | -0/+0 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -480/+475 |
| 2024-11-29 | Cargo patch | Boxy | -2/+9 |
| 2024-11-29 | Auto merge of #133588 - flip1995:clippy-subtree-update, r=Manishearth | bors | -647/+1958 |
| 2024-11-29 | Move the `crate-loading` test to use `diff` output | Esteban Küber | -0/+6 |
| 2024-11-29 | CI: split x86_64-mingw job | MarcoIeni | -7/+20 |
| 2024-11-29 | Rollup merge of #133592 - WaffleLapkin:misc-meowing, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-29 | Rollup merge of #133577 - uweigand:s390x-doc-cloudaccess, r=jieyouxu | Matthias Krüger | -0/+16 |
| 2024-11-29 | Rollup merge of #133565 - longxiangqiao:master, r=ehuss | Matthias Krüger | -1/+1 |
| 2024-11-29 | Rollup merge of #131718 - GuillaumeGomez:impl-items-indent, r=rustdoc | Matthias Krüger | -15/+35 |