| Age | Commit message (Expand) | Author | Lines |
| 2024-09-30 | When resolving labels in `break` and `continue` for the IDE, do not resolve t... | Chayim Refael Friedman | -24/+40 |
| 2024-09-29 | When glueing together tokens from macros, merge their spans | Chayim Refael Friedman | -3/+31 |
| 2024-09-27 | Auto merge of #18192 - darichey:read-buildfile-into-vfs, r=Veykril | bors | -0/+16 |
| 2024-09-27 | Auto merge of #18204 - ChrisDenton:cc, r=lnicola | bors | -2/+11 |
| 2024-09-27 | Update cc to 1.1.22 | Chris Denton | -2/+11 |
| 2024-09-27 | Auto merge of #17923 - basvandriel:feature/build-before-restart-debug, r=Veykril | bors | -1/+63 |
| 2024-09-27 | Auto merge of #18196 - DropDemBits:sed-syntax-factory, r=Veykril | bors | -167/+221 |
| 2024-09-27 | Auto merge of #18197 - alibektas:buggy_flycheck_message, r=Veykril | bors | -1/+1 |
| 2024-09-27 | minor: Require both the existence of a target and check_workspace to be false... | Ali Bektas | -1/+1 |
| 2024-09-26 | minor: Use `SyntaxEditor` in `extract_variable` | DropDemBits | -66/+35 |
| 2024-09-26 | internal: Add `SyntaxFactory` to ease generating nodes with syntax mappings | DropDemBits | -101/+186 |
| 2024-09-26 | Auto merge of #18193 - Wilfred:startup_error, r=lnicola | bors | -12/+6 |
| 2024-09-26 | fix: Don't report a startup error when a discover command is configured | Wilfred Hughes | -12/+6 |
| 2024-09-26 | Include buildfiles in vfs | David Richey | -0/+16 |
| 2024-09-26 | Auto merge of #18188 - darichey:msrv, r=lnicola | bors | -1/+1 |
| 2024-09-25 | Require rust 1.81 | David Richey | -1/+1 |
| 2024-09-25 | Auto merge of #18180 - kpreid:search, r=davidbarsky | bors | -0/+16 |
| 2024-09-25 | Auto merge of #18181 - davidbarsky:davidbarsky/push-nzstpumovmmx, r=davidbarsky | bors | -4/+24 |
| 2024-09-25 | Prime caches for symbol search too. | Kevin Reid | -0/+16 |
| 2024-09-25 | internal: add tracing to project discovery and VFS loading | David Barsky | -4/+24 |
| 2024-09-25 | Changes for debug restarting | Bas van Driel | -1/+63 |
| 2024-09-25 | Auto merge of #18183 - lnicola:sync-from-rust, r=lnicola | bors | -49454/+72436 |
| 2024-09-25 | Auto merge of #18184 - Veykril:veykril/push-wsqsyxynttps, r=Veykril | bors | -12/+30 |
| 2024-09-25 | Run rustfmt | Laurențiu Nicola | -3/+1 |
| 2024-09-25 | Pass all-targets for build scripts in more cli commands | Lukas Wirth | -12/+30 |
| 2024-09-25 | Add more LayoutError variants | Laurențiu Nicola | -3/+8 |
| 2024-09-25 | Bump rustc crates | Laurențiu Nicola | -17/+17 |
| 2024-09-25 | Merge from rust-lang/rust | Laurențiu Nicola | -49436/+72415 |
| 2024-09-25 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-09-25 | Auto merge of #130807 - tgross35:rollup-p304vzf, r=tgross35 | bors | -560/+872 |
| 2024-09-24 | Rollup merge of #130798 - lukas-code:doc-stab, r=notriddle | Trevor Gross | -9/+82 |
| 2024-09-24 | Rollup merge of #130793 - jieyouxu:mention-crashes-verbose, r=matthiaskrgr | Trevor Gross | -4/+5 |
| 2024-09-24 | Rollup merge of #130789 - aviramha:add_inprogress, r=Noratrieb | Trevor Gross | -0/+8 |
| 2024-09-24 | Rollup merge of #130788 - tgross35:memchr-pinning, r=Noratrieb,Mark-Simulacrum | Trevor Gross | -4/+8 |
| 2024-09-24 | Rollup merge of #130764 - compiler-errors:inherent, r=estebank | Trevor Gross | -144/+136 |
| 2024-09-24 | Rollup merge of #130752 - tdittr:cmse-assembly-tests, r=jieyouxu | Trevor Gross | -5/+81 |
| 2024-09-24 | Rollup merge of #130234 - lukas-code:ptr-cast-errors, r=WaffleLapkin | Trevor Gross | -394/+552 |
| 2024-09-24 | Auto merge of #130739 - jieyouxu:stage0_run_make, r=Kobzol | bors | -103/+78 |
| 2024-09-24 | update doc comment | Lukas Markeffsky | -2/+4 |
| 2024-09-24 | improve errors for invalid pointer casts | Lukas Markeffsky | -74/+121 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -231/+289 |
| 2024-09-24 | replace "cast" with "coercion" where applicable | Lukas Markeffsky | -29/+38 |
| 2024-09-24 | use more accurate spans for user type ascriptions | Lukas Markeffsky | -38/+52 |
| 2024-09-24 | add another test | Lukas Markeffsky | -1/+14 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -55/+70 |
| 2024-09-24 | Auto merge of #129587 - Voultapher:opt-for-size-variants-of-sort-impls, r=cuv... | bors | -59/+202 |
| 2024-09-24 | rustdoc: inherit parent's stability where applicable | Lukas Markeffsky | -9/+82 |
| 2024-09-24 | add InProgress ErrorKind gated behind io_error_inprogress feature | Aviram Hassan | -0/+8 |
| 2024-09-24 | Mention `COMPILETEST_VERBOSE_CRASHES` on crash test failure | 许杰友 Jieyou Xu (Joe) | -4/+5 |
| 2024-09-24 | Pin memchr to 2.5.0 in the library rather than rustc_ast | Trevor Gross | -4/+8 |