| Age | Commit message (Expand) | Author | Lines |
| 2025-01-17 | add tidy check on dist src files order | onur-ozkan | -7/+9 |
| 2025-01-17 | Rollup merge of #135594 - lolbinarycat:tester.js-order-error, r=notriddle | Matthias Krüger | -1/+1 |
| 2025-01-17 | Rollup merge of #131806 - lolbinarycat:rustdoc-search-all-is-func, r=notriddle | Matthias Krüger | -1/+56 |
| 2025-01-17 | Auto merge of #135605 - jieyouxu:temp-require-force-rustdoc-js, r=clubby789 | bors | -4/+1 |
| 2025-01-17 | compiletest: fix outdated `rustdoc-js` test suite name | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-17 | compiletest: require `COMPILETEST_FORCE_STAGE0` for `./x test rustdoc-js --st... | 许杰友 Jieyou Xu (Joe) | -4/+1 |
| 2025-01-16 | fix error for when results in a rustdoc-js test are in the wrong order | binarycat | -1/+1 |
| 2025-01-16 | Treat other items as functions for the purpose of type-based search | binarycat | -1/+56 |
| 2025-01-16 | Rollup merge of #135588 - ferrocene:add-license-json-to-source-tarball, r=Kobzol | Matthias Krüger | -0/+1 |
| 2025-01-16 | Rollup merge of #135585 - onur-ozkan:135554, r=Kobzol | Matthias Krüger | -1/+15 |
| 2025-01-16 | Rollup merge of #135561 - Zalathar:link-dead-code, r=saethlin | Matthias Krüger | -5/+5 |
| 2025-01-16 | Add license-metadata.json to rustc-src tarball. | Jonathan Pallant | -0/+1 |
| 2025-01-16 | CRLF to LF | jnyfah | -100/+115 |
| 2025-01-16 | added tests | jnyfah | -0/+597 |
| 2025-01-16 | resolve symlinks of LLVM tool binaries before copying them | onur-ozkan | -1/+15 |
| 2025-01-16 | Merge pull request #18952 from lh123/add-raw-keyword-complete | Lukas Wirth | -8/+168 |
| 2025-01-16 | revert blocklike changes | jnyfah | -8/+9 |
| 2025-01-16 | don't complete `raw` in `&mut $0` | lh123 | -7/+31 |
| 2025-01-16 | Fix `debug_assertions` broken in 1c5a125beb35725ccc2ade005db9870db734bf23 | VinTarZ | -3/+3 |
| 2025-01-16 | update blocklike | jnyfah | -13/+10 |
| 2025-01-16 | feat: complete raw, const keyword | lh123 | -8/+144 |
| 2025-01-16 | Merge pull request #18951 from Veykril/push-zpvunsvlpuxt | Lukas Wirth | -51/+149 |
| 2025-01-16 | Merge pull request #18950 from Veykril/push-okmsynnltxts | Lukas Wirth | -31/+47 |
| 2025-01-16 | Generalize some type walking in hover type actions | Lukas Wirth | -31/+47 |
| 2025-01-16 | Minor docs improvement | Lukas Wirth | -16/+17 |
| 2025-01-16 | Add edit test for await skipping completions | Lukas Wirth | -0/+28 |
| 2025-01-16 | Add missing `#[rust_analyzer::rust_fixture]` annotations | Lukas Wirth | -35/+104 |
| 2025-01-16 | Merge pull request #18949 from Veykril/push-yzklntsnnuts | Lukas Wirth | -13/+5 |
| 2025-01-16 | Partially back out "fix: Fix sourceroot construction for virtual manifests" | Lukas Wirth | -13/+5 |
| 2025-01-16 | Merge pull request #18946 from lh123/goto-to-type-def-func-param-and-trait-bound | Lukas Wirth | -1/+108 |
| 2025-01-16 | Merge pull request #18927 from ChayimFriedman2/skip-iter-await | Lukas Wirth | -72/+230 |
| 2025-01-16 | Auto merge of #135484 - nikic:llvm-19.1.7, r=cuviper | bors | -0/+0 |
| 2025-01-16 | add goto-to-def actions for trait bound | lh123 | -1/+104 |
| 2025-01-16 | add go-to-type-def actions for func params | lh123 | -1/+5 |
| 2025-01-16 | Update docs for `-Clink-dead-code` to discourage its use | Zalathar | -5/+5 |
| 2025-01-16 | Auto merge of #135458 - jieyouxu:migrate-extern-fn-reachable, r=lqd | bors | -1/+0 |
| 2025-01-16 | Use resolve_method_call_as_callable to handle function types | 1hakusai1 | -2/+3 |
| 2025-01-16 | refactor: Change order of arguments | 1hakusai1 | -2/+2 |
| 2025-01-16 | refactor: rename to descriptive name | 1hakusai1 | -2/+3 |
| 2025-01-16 | update chalk | Waffle Lapkin | -13/+12 |
| 2025-01-16 | add a test for trait upcasting type mismatch | Waffle Lapkin | -0/+32 |
| 2025-01-15 | Add smart completions that skip `await` or `iter()` and `into_iter()` | Chayim Refael Friedman | -72/+230 |
| 2025-01-15 | Merge pull request #18897 from duncanawoods/master | HKalbasi | -1/+5 |
| 2025-01-15 | Auto merge of #135540 - GuillaumeGomez:rollup-40lfb7l, r=GuillaumeGomez | bors | -191/+166 |
| 2025-01-15 | Auto merge of #133461 - ferrocene:add-copyright-files-to-dist, r=Kobzol | bors | -25/+61 |
| 2025-01-15 | Rollup merge of #135529 - onur-ozkan:outdated-fixme, r=jieyouxu | Guillaume Gomez | -2/+0 |
| 2025-01-15 | Rollup merge of #135507 - chriskrycho:trpl-edition-updates-stable, r=ehuss | Guillaume Gomez | -0/+0 |
| 2025-01-15 | Rollup merge of #135428 - camelid:attr-cleanup, r=GuillaumeGomez | Guillaume Gomez | -148/+119 |
| 2025-01-15 | Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi... | Guillaume Gomez | -41/+47 |
| 2025-01-15 | Merge pull request #18922 from Veykril/push-tmtzukrsnott | Lukas Wirth | -24/+28 |