| Age | Commit message (Expand) | Author | Lines |
| 2024-10-07 | Rollup merge of #131353 - GuillaumeGomez:check_rustdoc_test_option, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2024-10-07 | Rollup merge of #131346 - jieyouxu:prune-invalid-directives, r=Zalathar | Matthias Krüger | -21/+3 |
| 2024-10-07 | Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors | Matthias Krüger | -6/+7 |
| 2024-10-07 | Rollup merge of #131331 - onur-ozkan:131296, r=Kobzol | Matthias Krüger | -68/+1 |
| 2024-10-07 | Add documentation for `runtest::check_rustdoc_test_option` method | Guillaume Gomez | -0/+4 |
| 2024-10-07 | Prune invalid `ignore-mode-*` directives | 许杰友 Jieyou Xu (Joe) | -21/+3 |
| 2024-10-07 | Avoid another `&Lrc<..>` in a return value. | Nicholas Nethercote | -0/+1 |
| 2024-10-07 | Convert `Option<&Lrc<T>>` return types to `Option<&T>`. | Nicholas Nethercote | -6/+6 |
| 2024-10-06 | Auto merge of #128651 - folkertdev:naked-asm-macro-v2, r=Amanieu | bors | -1/+1 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -1/+1 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -2/+2 |
| 2024-10-06 | implement `naked_asm` macro | Folkert | -2/+2 |
| 2024-10-06 | Revert "Rollup merge of #129584 - lolbinarycat:old-upstream-warning, r=albert... | onur-ozkan | -46/+1 |
| 2024-10-06 | Revert "Auto merge of #130121 - lolbinarycat:bootstrap-warn-old-upstream-work... | onur-ozkan | -47/+25 |
| 2024-10-06 | Auto merge of #131259 - ismailarilik:handle-potential-query-instability-lint-... | bors | -112/+111 |
| 2024-10-06 | Auto merge of #131320 - matthiaskrgr:rollup-tom15b3, r=matthiaskrgr | bors | -16/+98 |
| 2024-10-06 | Rollup merge of #131315 - shrirambalaji:issue-129599-fix-shrirambalaji, r=onu... | Matthias Krüger | -13/+48 |
| 2024-10-06 | Rollup merge of #131279 - onur-ozkan:remove-host-symlink, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-10-06 | Rollup merge of #129392 - compiler-errors:raw-ref-op-doesnt-diverge-but-more,... | Matthias Krüger | -2/+49 |
| 2024-10-06 | Auto merge of #131075 - mrkajetanp:bootstrap-editors, r=Kobzol | bors | -80/+193 |
| 2024-10-06 | Handle `librustdoc` cases of `rustc::potential_query_instability` lint | ismailarilik | -112/+111 |
| 2024-10-06 | bootstrap: add `std_features` config | Shriram Balaji | -13/+48 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -6/+12 |
| 2024-10-05 | Auto merge of #131293 - DianQK:llvm-19.1.1, r=nikic | bors | -0/+0 |
| 2024-10-05 | Fix up tests | Michael Goulet | -2/+49 |
| 2024-10-05 | update "build/host" symlink comment | onur-ozkan | -1/+1 |
| 2024-10-05 | Rollup merge of #130555 - hegza:rv32e, r=workingjubilee | Matthias Krüger | -1/+37 |
| 2024-10-05 | Auto merge of #131188 - Kobzol:remove-libstd-so-from-sysroot, r=onur-ozkan | bors | -2/+17 |
| 2024-10-05 | Update to LLVM 19.1.1 | DianQK | -0/+0 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -6/+12 |
| 2024-10-05 | Rollup merge of #131286 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -402/+1293 |
| 2024-10-05 | Rollup merge of #131278 - onur-ozkan:update-outdated-doc, r=Kobzol | Matthias Krüger | -4/+2 |
| 2024-10-05 | Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev | Matthias Krüger | -4/+4 |
| 2024-10-05 | Auto merge of #3940 - rust-lang:refutable_slice, r=RalfJung | bors | -33/+34 |
| 2024-10-05 | Add platform support doc for rv32e | Henri Lunnikivi | -1/+31 |
| 2024-10-05 | Work around the stage0 sanity check | Henri Lunnikivi | -0/+3 |
| 2024-10-05 | doc: platform-support.md: Document port | Henri Lunnikivi | -0/+3 |
| 2024-10-05 | Auto merge of #3943 - RalfJung:pthread-mutex-reentrant, r=RalfJung | bors | -15/+51 |
| 2024-10-05 | pthread mutex: better error in reentrant-locking-UB, also test PTHREAD_MUTEX_... | Ralf Jung | -15/+51 |
| 2024-10-05 | move f16/f128 const fn under f16/f128 feature gate | Ralf Jung | -4/+4 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -60/+16 |
| 2024-10-05 | remove outdated contribution direction | onur-ozkan | -4/+2 |
| 2024-10-05 | Auto merge of #131275 - workingjubilee:rollup-4yxqio3, r=workingjubilee | bors | -10/+25 |
| 2024-10-04 | Rollup merge of #131260 - notriddle:notriddle/disambiguator-error, r=Guillaum... | Jubilee | -5/+16 |
| 2024-10-04 | Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelix | Jubilee | -5/+9 |
| 2024-10-05 | Auto merge of #131124 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-10-05 | Bless clippy. | Camille GILLOT | -5/+9 |
| 2024-10-04 | Adapt clippy. | Camille GILLOT | -38/+13 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -22/+3 |
| 2024-10-04 | Rollup merge of #131257 - GuillaumeGomez:fix-list-margins, r=notriddle | Jubilee | -3/+6 |