| Age | Commit message (Expand) | Author | Lines |
| 2024-12-21 | Merge from rustc | The Miri Cronjob Bot | -6/+8 |
| 2024-12-21 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-12-20 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-21 | fix: only show debug lens with a valid root | roife | -15/+19 |
| 2024-12-21 | fix: remove always! check for file_id in runnables | roife | -16/+3 |
| 2024-12-20 | change config rust-analyzer.statusBar.documentSelector to showStatusBar | Mark Murphy | -35/+62 |
| 2024-12-20 | Revert "internal: Drop proc-macro server support for ~1.66.0 and older toolch... | Lukas Wirth | -30/+48 |
| 2024-12-20 | internal: Standardize how we take iterator parameters in `SyntaxFactory` | Giga Bowser | -16/+28 |
| 2024-12-20 | Rollup merge of #134514 - bjorn3:more_driver_refactors, r=jieyouxu | DianQK | -6/+8 |
| 2024-12-20 | Move ty lowering diagnostic definitions into a separate module | Chayim Refael Friedman | -29/+34 |
| 2024-12-20 | Merge pull request #18729 from Veykril/push-kyxtnozqzwkn | Lukas Wirth | -53/+140 |
| 2024-12-20 | Clear all check diagnostics when the workspace changes | Lukas Wirth | -0/+1 |
| 2024-12-20 | Arc the package ids coming from flycheck | Lukas Wirth | -12/+21 |
| 2024-12-20 | Arc the workspace root flycheck | Lukas Wirth | -8/+8 |
| 2024-12-20 | Clear flycheck diagnostics more granularly | Lukas Wirth | -48/+125 |
| 2024-12-20 | Merge pull request #18723 from ChayimFriedman2/tracing-complete | Lukas Wirth | -360/+596 |
| 2024-12-20 | Fix a case where completion was unable to expand a macro | Chayim Refael Friedman | -360/+596 |
| 2024-12-20 | Merge pull request #18728 from Veykril/push-ozqlrzmqklwt | Lukas Wirth | -49/+51 |
| 2024-12-20 | Merge pull request #18702 from ChayimFriedman2/prep | Lukas Wirth | -133/+162 |
| 2024-12-20 | internal: Split serde derive feature into `serde_derive` usage | Lukas Wirth | -49/+51 |
| 2024-12-20 | fmt | Ralf Jung | -411/+211 |
| 2024-12-20 | Merge from rustc | Ralf Jung | -447/+472 |
| 2024-12-20 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-12-20 | Show substitution where hovering over generic things | Chayim Refael Friedman | -186/+1015 |
| 2024-12-20 | Merge pull request #18726 from Veykril/push-vyzotyqqtpqs | Lukas Wirth | -26/+19 |
| 2024-12-20 | fix: Reduce applicability of unnecessary_async assist | Lukas Wirth | -26/+19 |
| 2024-12-20 | Rollup merge of #133103 - tiif:fnabi, r=RalfJung | Jacob Pratt | -446/+471 |
| 2024-12-20 | Merge from rustc | The Miri Cronjob Bot | -211/+160 |
| 2024-12-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-12-19 | Auto merge of #134516 - matthiaskrgr:rollup-aqwxii0, r=matthiaskrgr | bors | -10/+10 |
| 2024-12-19 | Auto merge of #133793 - nnethercote:speed-up-expected_tokens, r=spastorino | bors | -16/+17 |
| 2024-12-20 | opt-dist: propagate channel info to bootstrap | Jieyou Xu | -1/+17 |
| 2024-12-19 | Merge pull request #18717 from Veykril/push-pomxnvxotwlr | Lukas Wirth | -7/+11 |
| 2024-12-19 | Make DependencyList an IndexVec | bjorn3 | -6/+8 |
| 2024-12-19 | internal: Set `result_id` for pull diagnostics | Lukas Wirth | -7/+11 |
| 2024-12-19 | Rollup merge of #134463 - jieyouxu:filecheck-prefix, r=Zalathar | Matthias Krüger | -10/+10 |
| 2024-12-19 | Pass FnAbi to find_mir_or_eval_fn | tiif | -446/+471 |
| 2024-12-19 | compiletest: don't register `MSVC`/`NONMSVC` FileCheck prefixes | 许杰友 Jieyou Xu (Joe) | -10/+10 |
| 2024-12-19 | Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxu | bors | -3/+5 |
| 2024-12-19 | Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+5 |
| 2024-12-19 | Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726 | bors | -1/+1 |
| 2024-12-19 | add warning explaining the limitations of the native code mode | Ralf Jung | -10/+88 |
| 2024-12-19 | Speed up `Parser::expected_token_types`. | Nicholas Nethercote | -16/+17 |
| 2024-12-18 | Merge pull request #4072 from tiif/blockop | Oli Scherer | -114/+391 |
| 2024-12-18 | Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35... | bors | -1/+1 |
| 2024-12-19 | Implement blocking unnamed_socket | tiif | -114/+391 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -1/+1 |
| 2024-12-18 | Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -8/+7 |
| 2024-12-18 | Rollup merge of #134253 - nnethercote:overhaul-keywords, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -75/+12 |
| 2024-12-18 | Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino | 许杰友 Jieyou Xu (Joe) | -19/+19 |