| Age | Commit message (Expand) | Author | Lines |
| 2024-10-15 | Auto merge of #131742 - flip1995:clippy-stable-backport, r=Mark-Simulacrum 1.82.0 | bors | -1/+1 |
| 2024-10-15 | Move `too_long_first_doc_paragraph` to `nursery` | Philipp Krones | -1/+1 |
| 2024-10-14 | Auto merge of #131695 - cuviper:stable-1.82.0, r=cuviper | bors | -2/+189 |
| 2024-10-14 | bump channel to stable | Josh Stone | -1/+1 |
| 2024-10-14 | Sync release notes from master and #131137 | Josh Stone | -1/+188 |
| 2024-10-12 | Auto merge of #131423 - cuviper:beta-next, r=cuviper | bors | -32/+251 |
| 2024-10-11 | Use small runner for msvc-ext2 job | Chris Denton | -1/+5 |
| 2024-10-11 | Fix bash syntax | Chris Denton | -1/+1 |
| 2024-10-11 | Fix checktools.sh non-msvc builds | Chris Denton | -6/+7 |
| 2024-10-11 | Split x86_64-msvc-ext into two jobs | Chris Denton | -5/+21 |
| 2024-10-11 | Update LLVM submodule | DianQK | -1/+1 |
| 2024-10-11 | Disable jump threading UnOp::Not for non-bool | Michael Goulet | -2/+55 |
| 2024-10-11 | Failing diff test | Michael Goulet | -0/+58 |
| 2024-10-08 | Reject leading unsafe in `cfg!(...)` and `--check-cfg`. | Urgau | -5/+33 |
| 2024-10-08 | Only add an automatic SONAME for Rust dylibs | Josh Stone | -21/+80 |
| 2024-09-27 | Auto merge of #130888 - cuviper:beta-next, r=cuviper | bors | -91/+145 |
| 2024-09-26 | bootstrap: Set the dylib path when building books with rustdoc | Josh Stone | -9/+11 |
| 2024-09-26 | Don't call extern_crate when local crate name is the same as a dependency and... | Michael Goulet | -0/+40 |
| 2024-09-26 | Inline expected_inputs_for_expected_output into check_argument_types/check_ex... | Michael Goulet | -77/+71 |
| 2024-09-26 | Use equality when relating formal and expected type in arg checking | Michael Goulet | -5/+23 |
| 2024-09-21 | Auto merge of #130569 - cuviper:beta-next, r=cuviper | bors | -469/+213 |
| 2024-09-20 | Limit `run-make` tests using `-Zbuild-std` to nightly | Josh Stone | -0/+2 |
| 2024-09-19 | Check params for unsafety in THIR | Michael Goulet | -0/+52 |
| 2024-09-19 | Revert "Rollup merge of #129749 - krasimirgg:llvm-20-lto, r=nikic" | Tyler Mandry | -7/+3 |
| 2024-09-19 | Update LLVM to 19 327ca6c | DianQK | -0/+0 |
| 2024-09-18 | `RepeatN`: use MaybeUninit | Deadbeef | -15/+69 |
| 2024-09-18 | Win: Add dbghelp to the list of import libraries | Chris Denton | -0/+1 |
| 2024-09-18 | Revert warning empty patterns as unreachable | Nadrieril | -447/+86 |
| 2024-09-09 | Auto merge of #130045 - BoxyUwU:bump-beta-bootstrap, r=cuviper | bors | -444/+342 |
| 2024-09-06 | bump stage0 | Boxy | -444/+342 |
| 2024-09-04 | Auto merge of #129961 - pietroalbini:pa-cve-2024-43402-beta, r=Amanieu | bors | -7/+27 |
| 2024-09-03 | More robust extension checking | Chris Denton | -7/+27 |
| 2024-09-03 | Auto merge of #129902 - BoxyUwU:beta, r=BoxyUwU | bors | -66/+67 |
| 2024-09-02 | Backport #129917 | Boxy | -0/+1 |
| 2024-09-02 | bump channel to beta | Boxy | -1/+1 |
| 2024-09-02 | replace placeholder version | Boxy | -65/+65 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -101/+559 |
| 2024-08-31 | Rollup merge of #129826 - Alcaro:patch-1, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-08-31 | Rollup merge of #129824 - GuillaumeGomez:code-example-buttons-mobile, r=notri... | Matthias Krüger | -2/+8 |
| 2024-08-31 | Rollup merge of #129818 - RalfJung:const-stability, r=compiler-errors | Matthias Krüger | -6/+5 |
| 2024-08-31 | Rollup merge of #129816 - RalfJung:tidy-feature-issue-mismatch, r=compiler-er... | Matthias Krüger | -1/+2 |
| 2024-08-31 | Rollup merge of #129782 - matthiaskrgr:c, r=jieyouxu | Matthias Krüger | -0/+54 |
| 2024-08-31 | Rollup merge of #129762 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -25/+34 |
| 2024-08-31 | Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJung | Matthias Krüger | -17/+260 |
| 2024-08-31 | Rollup merge of #129651 - onur-ozkan:stage0-target-sanity-check, r=Kobzol | Matthias Krüger | -8/+9 |
| 2024-08-31 | Rollup merge of #129650 - Zalathar:profiler-builtins, r=Mark-Simulacrum | Matthias Krüger | -28/+32 |
| 2024-08-31 | Rollup merge of #129605 - jieyouxu:needs-llvm-components, r=Mark-Simulacrum | Matthias Krüger | -13/+40 |
| 2024-08-31 | Rollup merge of #128523 - cuviper:relnotes-1.81.0, r=Mark-Simulacrum | Matthias Krüger | -0/+114 |
| 2024-08-31 | Update mod.rs | Alcaro | -1/+1 |
| 2024-08-31 | Auto merge of #129817 - matthiaskrgr:rollup-ll2ld5m, r=matthiaskrgr | bors | -3490/+11015 |