| Age | Commit message (Expand) | Author | Lines |
| 2024-02-19 | Rollup merge of #121041 - Nilstrieb:into-the-future-of-2024, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-02-19 | Auto merge of #121079 - onur-ozkan:install-conflicts, r=albertlarsan68 | bors | -3/+8 |
| 2024-02-19 | Auto merge of #3307 - RalfJung:macos-unreliable, r=RalfJung | bors | -3/+3 |
| 2024-02-19 | tests/pass/concurrency/sync: try to make it less likely for the test to fail ... | Ralf Jung | -3/+3 |
| 2024-02-19 | install rustc before the tools | onur-ozkan | -2/+7 |
| 2024-02-19 | Auto merge of #121203 - Nilstrieb:fp, r=Mark-Simulacrum | bors | -0/+19 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -42/+43 |
| 2024-02-19 | enable from_bitmask_vector test on little-endian targets | Ralf Jung | -9/+5 |
| 2024-02-19 | Merge from rustc | The Miri Conjob Bot | -2299/+7318 |
| 2024-02-19 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-18 | Auto merge of #121101 - GnomedDev:dyn-small-c-string, r=Nilstrieb | bors | -2/+3 |
| 2024-02-18 | Add `Future` and `IntoFuture` to the 2024 prelude | Nilstrieb | -1/+1 |
| 2024-02-18 | Add `rust.frame-pointers` config option | Nilstrieb | -0/+19 |
| 2024-02-18 | Dyn erase at call site | David Thomas | -2/+2 |
| 2024-02-18 | Reduce monomorphisation bloat in small_c_string | David Thomas | -0/+1 |
| 2024-02-18 | Auto merge of #121265 - klensy:bump-18-02-24, r=Mark-Simulacrum | bors | -2/+3 |
| 2024-02-18 | Auto merge of #117772 - surechen:for_117448, r=petrochenkov | bors | -35/+20 |
| 2024-02-18 | tidy: add windows-core | klensy | -0/+1 |
| 2024-02-18 | windows bump to 0.52 | klensy | -1/+1 |
| 2024-02-18 | opt-dist: bump derive_builder to dedupe darling* and remove one more syn 1.* dep | klensy | -1/+1 |
| 2024-02-18 | Auto merge of #121255 - lnicola:sync-from-ra, r=lnicola | bors | -1959/+7095 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+0 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -35/+20 |
| 2024-02-18 | Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJung | bors | -6/+6 |
| 2024-02-18 | Merge commit 'ac998a74b3c8ff4b81c3eeb9a18811d4cc76226d' into sync-from-ra | Laurențiu Nicola | -1959/+7095 |
| 2024-02-18 | fmt | The Miri Conjob Bot | -2/+1 |
| 2024-02-18 | Merge from rustc | The Miri Conjob Bot | -21/+56 |
| 2024-02-18 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-18 | Rollup merge of #121218 - ShoyuVanilla:fix-issue-76736, r=notriddle | León Orell Valerian Liehr | -7/+16 |
| 2024-02-18 | Rollup merge of #121160 - fmease:rustdoc-fix-n-refactor-html-rendering, r=Gui... | León Orell Valerian Liehr | -281/+173 |
| 2024-02-18 | Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddle | León Orell Valerian Liehr | -7/+2 |
| 2024-02-17 | Remove old issues.txt entries with --bless | Jubilee Young | -124/+97 |
| 2024-02-17 | Implement --bless for the issues lint | Jubilee Young | -8/+33 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -6/+6 |
| 2024-02-18 | Auto merge of #121214 - weihanglo:update-cargo, r=weihanglo | bors | -0/+2 |
| 2024-02-17 | Update cargo | Weihang Lo | -0/+2 |
| 2024-02-18 | Move the extra directives for `Mode::CoverageRun` into `iter_header` | Zalathar | -39/+21 |
| 2024-02-18 | Wrap `iter_header` callback arguments in a documentable struct | Zalathar | -12/+24 |
| 2024-02-17 | Grandfather new questionably-named tests | Jubilee Young | -1387/+1519 |
| 2024-02-17 | Suggest pattern in meaningful test diagnostic | Jubilee Young | -4/+4 |
| 2024-02-17 | Reapply "add tidy check that forbids issue ui test filenames" | Jubilee Young | -6/+4329 |
| 2024-02-17 | Auto merge of #121240 - matthiaskrgr:rollup-lfb5i9w, r=matthiaskrgr | bors | -6/+24 |
| 2024-02-17 | Rollup merge of #121231 - matthiaskrgr:cloone, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-02-17 | Rollup merge of #121228 - onur-ozkan:fix-clippy-stamp-bug, r=albertlarsan68 | Matthias Krüger | -0/+1 |
| 2024-02-17 | Rollup merge of #121091 - onur-ozkan:bypass-stage0-download-in-tests, r=alber... | Matthias Krüger | -3/+9 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -1/+12 |
| 2024-02-17 | Auto merge of #120023 - klensy:tidy-alloc, r=Mark-Simulacrum | bors | -14/+24 |
| 2024-02-17 | add direct test of pthread_cond | Ralf Jung | -4/+52 |
| 2024-02-17 | Auto merge of #121232 - RalfJung:miri, r=RalfJung | bors | -263/+2116 |
| 2024-02-17 | Fix non_local_definitions lint in rustdoc | Urgau | -5/+7 |