| Age | Commit message (Expand) | Author | Lines |
| 2024-11-21 | Merge pull request #4046 from CraftSpider/windows-error-mapping | Ralf Jung | -3/+64 |
| 2024-11-21 | Add comment about multiple errors to one ErrorKind | Rune Tynan | -0/+4 |
| 2024-11-21 | eventfd: comment tweaks | Ralf Jung | -9/+13 |
| 2024-11-21 | Fill out Windows error mapping table | Rune Tynan | -3/+60 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -3/+30 |
| 2024-11-22 | Refactor AnonSocket::read/write | tiif | -44/+80 |
| 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 | Merge pull request #18485 from davidkurilla/feat-migrate-add_braces-to-use-Sy... | David Barsky | -6/+10 |
| 2024-11-19 | Merge pull request #18521 from tareknaser/syntax_factory_reorder_impl_items | David Barsky | -7/+14 |
| 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 | Merge pull request #18529 from cmrschwarz/allow_leading_whitespace_in_merge_m... | Laurențiu Nicola | -1/+103 |
| 2024-11-19 | Merge pull request #18459 from Giga-Bowser/match-placeholders | Laurențiu Nicola | -113/+128 |
| 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 | improve selection handling for `merge_match_arms` | Christian Schwarz | -1/+103 |
| 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 | Re-add rust-analyzer.cargo.sysrootQueryMetadata | David Richey | -51/+150 |
| 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 |
| 2024-11-18 | Merge from rustc | The Miri Cronjob Bot | -157/+183 |
| 2024-11-18 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-11-17 | Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlin | bors | -1/+1 |