| Age | Commit message (Expand) | Author | Lines |
| 2025-02-14 | Bump to version 1.87.0 | Josh Stone | -1/+1 |
| 2025-02-14 | Update GCC submodule | Jakub Beránek | -0/+0 |
| 2025-02-14 | Remove `build-gccjit.sh` script | Jakub Beránek | -46/+0 |
| 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 | librustdoc: lazily format "read more" link in `document_short` | Yotam Ofek | -6/+15 |
| 2025-02-14 | librustdoc: lazily format some paths | Yotam Ofek | -25/+32 |
| 2025-02-14 | librustdoc: lazily format list of aliases in `render_impl_summary` | Yotam Ofek | -6/+6 |
| 2025-02-14 | librustdoc: make `item_path` formatting lazy | Yotam Ofek | -12/+17 |
| 2025-02-14 | librustdoc: make `notable_traits_button` formatting lazy | Yotam Ofek | -13/+15 |
| 2025-02-14 | librustdoc: make `assoc_href_attr` formatting lazy | Yotam Ofek | -11/+33 |
| 2025-02-14 | librustdoc: make `bounds` formatting lazy | Yotam Ofek | -23/+22 |
| 2025-02-14 | librustdoc: create `MaybeDisplay` helper for `Option<T: Display>` types | Yotam Ofek | -4/+22 |
| 2025-02-14 | generate-copyright: pass the list of manifests from bootstrap | Pietro Albini | -10/+46 |
| 2025-02-14 | generate-copyright: pass the source root from bootstrap | Pietro Albini | -3/+5 |
| 2025-02-14 | Remove the build script for miri | bjorn3 | -12/+7 |
| 2025-02-14 | Do not pass empty AWS keys to sccache in PR builds | Jakub Beránek | -2/+8 |
| 2025-02-14 | Print advanced sccache statistics | Jakub Beránek | -1/+1 |
| 2025-02-14 | Update sccache version used on CI to 0.9.1 | Jakub Beránek | -2/+2 |
| 2025-02-14 | Add new setting to wrap source code lines when too long | Guillaume Gomez | -61/+99 |
| 2025-02-14 | CI: split i686-mingw job to three free runners | MarcoIeni | -9/+33 |
| 2025-02-14 | Update to LLVM 20 | Nikita Popov | -0/+0 |
| 2025-02-14 | Merge pull request #2252 from chenyukang/fix-perf | 许杰友 Jieyou Xu (Joe) | -0/+7 |
| 2025-02-14 | Trim suggestion parts to the subset that is purely additive | Michael Goulet | -29/+18 |
| 2025-02-14 | Start using latest release where -f checks all local links | Martin Liska | -1/+1 |
| 2025-02-14 | Fix borked link | Martin Liska | -1/+1 |
| 2025-02-14 | Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubilee | bors | -9/+89 |
| 2025-02-14 | add notes for perf issue | yukang | -0/+7 |
| 2025-02-13 | Rollup merge of #136981 - marcoieni:no-largedisk-loongarch, r=Kobzol | Jubilee | -2/+2 |
| 2025-02-13 | Rollup merge of #136924 - Kobzol:bootstrap-tracing, r=jieyouxu | Jubilee | -4/+84 |
| 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 | Rollup merge of #136973 - jyn514:fulldeps-stage1, r=jieyouxu | Jubilee | -6/+8 |
| 2025-02-13 | Rollup merge of #136970 - marcoieni:no-largedisk, r=Kobzol | Jubilee | -3/+1 |
| 2025-02-13 | Rollup merge of #136962 - onur-ozkan:fix-enzyme-note, r=jieyouxu | Jubilee | -10/+18 |
| 2025-02-13 | Rollup merge of #136960 - jyn514:compiletest-args, r=jieyouxu | Jubilee | -6/+5 |
| 2025-02-13 | Rollup merge of #136950 - notriddle:notriddle/svg-example-buttons, r=Guillaum... | Jubilee | -5/+50 |
| 2025-02-13 | Rollup merge of #136941 - Kobzol:ccache-build, r=onur-ozkan | Jubilee | -11/+29 |
| 2025-02-13 | library: Update rand to 0.9.0 | Eric Huss | -0/+6 |
| 2025-02-13 | fixed wast version was released, remove randomization exemption | The 8472 | -3/+2 |
| 2025-02-13 | Make `-O` mean `-C opt-level=3` | clubby789 | -3/+3 |
| 2025-02-14 | internal: Remove mutable syntax tree usages from `add_missing_match_arms` assist | Shoyu Vanilla | -113/+66 |
| 2025-02-13 | ci: switch loongarch jobs to free runners | MarcoIeni | -2/+2 |
| 2025-02-13 | Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk | bors | -5/+6 |
| 2025-02-13 | Fix `x test --stage 1 ui-fulldeps` on macOS (until the next beta bump) | jyn | -6/+8 |
| 2025-02-13 | unify LLVM version finding logic | onur-ozkan | -10/+18 |
| 2025-02-13 | Document bootstrap profiling | Jakub Beránek | -0/+8 |
| 2025-02-13 | Add export of bootstrap tracing to Chrome events | Jakub Beránek | -11/+35 |
| 2025-02-13 | Trace execution of bootstrap commands | Jakub Beránek | -2/+50 |
| 2025-02-13 | Windows: Update generated bindings to 0.59 | Chris Denton | -3/+2 |