| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-11-20 | Auto merge of #131326 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakis | bors | -0/+1 |
| 2024-11-20 | Auto merge of #133251 - matthiaskrgr:rollup-gjeis3q, r=matthiaskrgr | bors | -12/+15 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+1 |
| 2024-11-20 | Auto merge of #133227 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-11-20 | interpret: make typing_env field private | Ralf Jung | -12/+15 |
| 2024-11-20 | Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors | bors | -100/+107 |
| 2024-11-20 | Merge from rustc | The Miri Cronjob Bot | -5/+5 |
| 2024-11-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-11-19 | Update cargo | Weihang Lo | -0/+0 |
| 2024-11-19 | Rollup merge of #133201 - nnethercote:rm-TokenKind-InvalidPrefix, r=compiler-... | Matthias Krüger | -1/+1 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -13/+13 |
| 2024-11-19 | remove `TypingMode::from_param_env` in clippy | lcnr | -68/+77 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -27/+25 |
| 2024-11-19 | Merge pull request #4035 from discord9/master | Ralf Jung | -32/+57 |
| 2024-11-19 | refactor: refine thread variant for windows | discord9 | -32/+57 |
| 2024-11-19 | Rollup merge of #132577 - Urgau:check-cfg-report-extern-macro, r=petrochenkov | Matthias Krüger | -5/+5 |
| 2024-11-19 | Remove `TokenKind::InvalidPrefix`. | Nicholas Nethercote | -1/+1 |
| 2024-11-19 | fmt | The Miri Cronjob Bot | -6/+4 |
| 2024-11-19 | Merge from rustc | The Miri Cronjob Bot | -104/+131 |
| 2024-11-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-11-19 | Merge pull request #4039 from RalfJung/root-dir | Oli Scherer | -13/+8 |
| 2024-11-18 | Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errors | bors | -89/+99 |
| 2024-11-18 | use -Zroot-dir instead of --remap-path-prefix for diagnostic dir handling | Ralf Jung | -13/+8 |
| 2024-11-18 | Update `xshell` and `xshell-macros` to v0.2.7 | Urgau | -5/+5 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -89/+99 |
| 2024-11-18 | Rollup merge of #133158 - lnicola:sync-from-ra, r=lnicola | Jacob Pratt | -15/+32 |