| Age | Commit message (Expand) | Author | Lines |
| 2024-11-28 | Bump rustc crates | Laurențiu Nicola | -17/+17 |
| 2024-11-28 | Merge from rust-lang/rust | Laurențiu Nicola | -4365/+10516 |
| 2024-11-28 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -44/+38 |
| 2024-11-27 | update cfgs | Boxy | -5/+0 |
| 2024-11-27 | Compiletest: Add proc-macro header | Eric Huss | -23/+66 |
| 2024-11-27 | Rollup merge of #133457 - joboet:miri-tlsfree, r=saethlin | Matthias Krüger | -0/+26 |
| 2024-11-27 | Rollup merge of #133453 - ferrocene:check-license-metadata, r=Kobzol | Matthias Krüger | -12/+39 |
| 2024-11-26 | Rollup merge of #115293 - cjgillot:no-fuel, r=wesleywiser,DianQK | Michael Goulet | -1/+0 |
| 2024-11-26 | Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errors | bors | -11/+11 |
| 2024-11-26 | Rollup merge of #133140 - dtolnay:precedence, r=fmease | Michael Goulet | -11/+11 |
| 2024-11-26 | Merge pull request #18511 from darichey/sysroot-query-metadata | Laurențiu Nicola | -51/+150 |
| 2024-11-26 | Rollup merge of #133470 - jieyouxu:ugly, r=compiler-errors | Guillaume Gomez | -22/+0 |
| 2024-11-26 | Pacify tidy. | Camille GILLOT | -1/+0 |
| 2024-11-26 | Auto merge of #132894 - frank-king:feature/where-refactor, r=cjgillot | bors | -41/+37 |
| 2024-11-25 | Merge pull request #18559 from ChayimFriedman2/recur-unsized | Laurențiu Nicola | -10/+47 |
| 2024-11-26 | compiletest: remove `pretty-expanded` directive and infra | Jieyou Xu | -22/+0 |
| 2024-11-25 | Fix a stack overflow when computing the sizedness of a struct that includes i... | Chayim Refael Friedman | -10/+47 |
| 2024-11-25 | Update cargo | Eric Huss | -0/+0 |
| 2024-11-25 | miri: implement `TlsFree` | joboet | -0/+26 |
| 2024-11-25 | collect-license-metadata: move JSON to root, and add a 'check' mode | Jonathan Pallant | -12/+31 |
| 2024-11-25 | generate-copyright: Ensure output has UNIX line-endings for consistency. | Jonathan Pallant | -0/+8 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -41/+37 |
| 2024-11-24 | Merge pull request #18552 from lnicola/rust-src-message | Laurențiu Nicola | -4/+5 |
| 2024-11-24 | Fix missing rust-src message | Laurențiu Nicola | -4/+5 |
| 2024-11-24 | Rollup merge of #133405 - Zalathar:style-file, r=jieyouxu | Matthias Krüger | -9/+13 |
| 2024-11-24 | Rollup merge of #133371 - RalfJung:is_trivially_const_drop, r=compiler-errors | Matthias Krüger | -4/+3 |
| 2024-11-24 | tidy: Distinguish between two different meanings of "style file" | Zalathar | -9/+13 |
| 2024-11-23 | Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkan | bors | -5/+28 |
| 2024-11-23 | Update request entry point file path in architecture.md | Mark Murphy | -1/+1 |
| 2024-11-23 | Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwU | bors | -3/+1 |
| 2024-11-23 | rustbook: fix two small typos | Chris Krycho | -2/+2 |
| 2024-11-23 | Add support for `--library-path` to `rustbook test` | Chris Krycho | -3/+26 |
| 2024-11-23 | no more Reveal :( | lcnr | -3/+1 |
| 2024-11-23 | Auto merge of #132994 - clubby789:cc-bisect, r=Kobzol | bors | -2/+2 |
| 2024-11-23 | Auto merge of #132915 - veluca93:unsafe-fields, r=jswrenn | bors | -3/+30 |
| 2024-11-23 | remove is_trivially_const_drop | Ralf Jung | -4/+3 |
| 2024-11-22 | Rollup merge of #133208 - ferrocene:split-copyright-html, r=Kobzol | Michael Goulet | -28/+179 |
| 2024-11-22 | Rollup merge of #133311 - RalfJung:miri-sync, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -763/+1530 |
| 2024-11-22 | generate-copyright: Fixup comment for get_metadata_and_notices. | Jonathan Pallant | -1/+1 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -3/+30 |
| 2024-11-21 | Auto merge of #132629 - nnethercote:124141-preliminaries, r=petrochenkov | bors | -1/+1 |
| 2024-11-21 | generate-copyright: Now generates a library file too. | Jonathan Pallant | -27/+178 |
| 2024-11-21 | fmt | Ralf Jung | -6/+2 |
| 2024-11-21 | Merge from rustc | Ralf Jung | -99/+111 |
| 2024-11-21 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-11-20 | trophy case: add RwLock::downgrade bug | Ralf Jung | -0/+1 |
| 2024-11-21 | Introduce `InvisibleOrigin` on invisible delimiters. | Nicholas Nethercote | -1/+1 |
| 2024-11-20 | Merge pull request #4026 from eduardosm/soft-sqrt | Ralf Jung | -68/+219 |
| 2024-11-20 | miri: implement square root without relying on host floats | Eduardo Sánchez Muñoz | -68/+219 |