| Age | Commit message (Expand) | Author | Lines |
| 2025-02-15 | Re-generate doctests | Olivier FAURE | -0/+23 |
| 2025-02-15 | compiletest: add `{ignore,only}-rustc_abi-x86-sse2` directives | 许杰友 Jieyou Xu (Joe) | -1/+36 |
| 2025-02-16 | Temporarily ignore tests with comments | Shoyu Vanilla | -0/+6 |
| 2025-02-15 | Implement expand_glob_reexport assist | Olivier FAURE | -19/+208 |
| 2025-02-15 | Factor out business logic of expand_glob_import | Olivier FAURE | -82/+75 |
| 2025-02-15 | Auto merge of #137065 - jhpratt:rollup-ree9mej, r=jhpratt | bors | -3/+2 |
| 2025-02-15 | Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=Amanieu | Jacob Pratt | -3/+2 |
| 2025-02-15 | Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35 | bors | -0/+15 |
| 2025-02-15 | fix: remove unnecessary conversion | asuto15 | -1/+1 |
| 2025-02-14 | Update cargo | Weihang Lo | -0/+1 |
| 2025-02-15 | Delete library modifier to highlighting for extern crate | asuto15 | -24/+7 |
| 2025-02-14 | Rollup merge of #137037 - RalfJung:x86-sse2-abi, r=workingjubilee | Jubilee | -0/+5 |
| 2025-02-14 | Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 | Jubilee | -0/+6 |
| 2025-02-14 | add x86-sse2 (32bit) ABI that requires SSE2 target feature | Ralf Jung | -0/+5 |
| 2025-02-14 | miri: shims for `erf` & friends | Pavel Grigorenko | -0/+15 |
| 2025-02-14 | Bless miri tests after applying unsafe_op_in_unsafe_fn | Eric Huss | -4/+4 |
| 2025-02-14 | Rollup merge of #136958 - compiler-errors:additive-replacmeent, r=estebank | Matthias Krüger | -29/+18 |
| 2025-02-14 | generate-copyright: pass the list of manifests from bootstrap | Pietro Albini | -10/+31 |
| 2025-02-14 | generate-copyright: pass the source root from bootstrap | Pietro Albini | -3/+4 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -29/+18 |
| 2025-02-13 | add cargo's git checkouts to the list of paths to mark as read-only in vscode | Jacob Lifshay | -0/+1 |
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -0/+6 |
| 2025-02-13 | Make `-O` mean `-C opt-level=3` | clubby789 | -1/+1 |
| 2025-02-14 | internal: Remove mutable syntax tree usages from `add_missing_match_arms` assist | Shoyu Vanilla | -113/+66 |
| 2025-02-13 | Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk | bors | -3/+4 |
| 2025-02-13 | Windows: Update generated bindings to 0.59 | Chris Denton | -3/+2 |
| 2025-02-13 | Merge pull request #19141 from Wilfred/split_editors | Lukas Wirth | -618/+635 |
| 2025-02-13 | intern valtrees | Lukas Markeffsky | -3/+4 |
| 2025-02-12 | Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obk | bors | -15/+15 |
| 2025-02-12 | Apply cfg.setTest to json projects | David Richey | -44/+50 |
| 2025-02-13 | Delete useless comma | asuto15 | -1/+1 |
| 2025-02-12 | Rollup merge of #136890 - saethlin:swap_nonoverlapping, r=RalfJung | Guillaume Gomez | -0/+46 |
| 2025-02-13 | Add modifiers to highlighting for extern crate | asuto15 | -2/+31 |
| 2025-02-12 | manual: Separate out installation and configuration pages | Wilfred Hughes | -618/+635 |
| 2025-02-12 | Change swap_nonoverlapping from lang to library UB | Ben Kimock | -0/+46 |
| 2025-02-12 | Merge pull request #19142 from Veykril/push-upwqztrsuwpz | Lukas Wirth | -202/+335 |
| 2025-02-12 | Rename sysroot src/lib related things | Lukas Wirth | -104/+121 |
| 2025-02-12 | Merge pull request #19148 from Veykril/push-ptnykrwnwwlu | Lukas Wirth | -79/+152 |
| 2025-02-12 | Improve error recovery when method-calling a field | Lukas Wirth | -79/+152 |
| 2025-02-12 | Spawn toolchain querying processes in parallel | Lukas Wirth | -112/+228 |
| 2025-02-12 | Remove ignored `#[must_use]` attributes from Clippy | Samuel Tardieu | -4/+0 |
| 2025-02-12 | Merge pull request #18928 from roife/fix-18918 | Lukas Wirth | -1/+5295 |
| 2025-02-12 | Merge pull request #19109 from Veykril/push-nzpuuqommpnq | Lukas Wirth | -31/+97 |
| 2025-02-12 | fix: handle character boundary in search mode | roife | -1/+5295 |
| 2025-02-12 | fix: Do not show safety hints for extern items lacking semantics | Lukas Wirth | -31/+97 |
| 2025-02-12 | Merge pull request #19111 from ShoyuVanilla/issue-19021 | Lukas Wirth | -9/+89 |
| 2025-02-12 | Merge pull request #19110 from eagr/panic-context | Lukas Wirth | -22/+18 |
| 2025-02-12 | Merge pull request #19125 from ChayimFriedman2/cfg-attr-fast | Lukas Wirth | -24/+96 |
| 2025-02-12 | Merge pull request #18995 from alibektas/12210 | Lukas Wirth | -117/+187 |
| 2025-02-12 | Merge pull request #19129 from ChayimFriedman2/snippet-macro | Lukas Wirth | -27/+64 |