| Age | Commit message (Expand) | Author | Lines |
| 2024-10-13 | Rollup merge of #131659 - onur-ozkan:llvm-test, r=albertlarsan68 | Matthias Krüger | -5/+15 |
| 2024-10-13 | Rollup merge of #131653 - compiler-errors:no-modifier-hack, r=fee1-dead | Matthias Krüger | -8/+2 |
| 2024-10-13 | Rollup merge of #131646 - RalfJung:unix-miri-fallbacks, r=joboet | Matthias Krüger | -1/+2 |
| 2024-10-13 | Rollup merge of #131644 - RalfJung:win-miri, r=joboet | Matthias Krüger | -8/+3 |
| 2024-10-13 | Rollup merge of #131067 - ismailarilik:fix-std-detect-links, r=albertlarsan68 | Matthias Krüger | -0/+4 |
| 2024-10-13 | Rollup merge of #131066 - Binlogo:build-doc/rbe-add-zh-entry, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2024-10-13 | Rollup merge of #130900 - capickett:empty-description-rust-version, r=albertl... | Matthias Krüger | -3/+5 |
| 2024-10-13 | Rollup merge of #130356 - lolbinarycat:ci-no-change-id, r=albertlarsan68 | Matthias Krüger | -3/+7 |
| 2024-10-13 | enable `download_ci_llvm` test | onur-ozkan | -5/+15 |
| 2024-10-13 | Remove const trait bound modifier hack | Michael Goulet | -8/+2 |
| 2024-10-13 | Auto merge of #131645 - matthiaskrgr:rollup-lgr1ezu, r=matthiaskrgr | bors | -342/+374 |
| 2024-10-13 | sys/unix: add comments for some Miri fallbacks | Ralf Jung | -1/+2 |
| 2024-10-13 | Rollup merge of #131642 - jieyouxu:build-fail-check-fail, r=Kobzol | Matthias Krüger | -7/+26 |
| 2024-10-13 | Rollup merge of #131641 - RalfJung:unicode-bitset-static, r=dtolnay | Matthias Krüger | -12/+13 |
| 2024-10-13 | Rollup merge of #131638 - Zalathar:debuggers, r=jieyouxu | Matthias Krüger | -274/+290 |
| 2024-10-13 | Rollup merge of #131614 - jieyouxu:rmake-no-rev, r=Kobzol | Matthias Krüger | -5/+14 |
| 2024-10-13 | Rollup merge of #131585 - Zalathar:original-line, r=jieyouxu | Matthias Krüger | -29/+10 |
| 2024-10-13 | Rollup merge of #131086 - printfn:update-unicode-width, r=Mark-Simulacrum | Matthias Krüger | -15/+21 |
| 2024-10-13 | remove outdated comment now that Miri is on CI | Ralf Jung | -1/+0 |
| 2024-10-13 | sys/windows: remove miri hack that is only needed for win7 | Ralf Jung | -7/+3 |
| 2024-10-13 | switch unicode-data back to 'static' | Ralf Jung | -12/+13 |
| 2024-10-13 | Special case error message for a `build-fail` test that failed check build | 许杰友 Jieyou Xu (Joe) | -7/+26 |
| 2024-10-13 | Move debugger setup code out of `lib.rs` | Zalathar | -274/+290 |
| 2024-10-13 | Auto merge of #131635 - tgross35:rollup-df8il2t, r=tgross35 | bors | -55/+160 |
| 2024-10-12 | Rollup merge of #131626 - matthiaskrgr:dont_string, r=lqd | Trevor Gross | -4/+4 |
| 2024-10-12 | Rollup merge of #131591 - matthiaskrgr:crashtests, r=jieyouxu | Trevor Gross | -0/+32 |
| 2024-10-12 | Rollup merge of #131579 - jieyouxu:ui-panic-username, r=compiler-errors | Trevor Gross | -0/+1 |
| 2024-10-12 | Rollup merge of #131418 - coolreader18:wasm-exc-use-stdarch, r=bjorn3 | Trevor Gross | -16/+11 |
| 2024-10-12 | Rollup merge of #131358 - onur-ozkan:129528, r=Mark-Simulacrum | Trevor Gross | -3/+52 |
| 2024-10-12 | Rollup merge of #131334 - heiher:loong-sanitizers, r=Mark-Simulacrum | Trevor Gross | -3/+23 |
| 2024-10-12 | Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJung | Trevor Gross | -29/+37 |
| 2024-10-13 | Error on trying to use revisions in `run-make` tests | 许杰友 Jieyou Xu (Joe) | -5/+14 |
| 2024-10-13 | Remove the one thing that was checking a directive's `original_line` | Zalathar | -28/+4 |
| 2024-10-13 | Rename `HeaderLine` to `DirectiveLine` | Zalathar | -8/+13 |
| 2024-10-12 | Update unicode-width to 0.2.0 | printfn | -15/+21 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -29/+37 |
| 2024-10-12 | Auto merge of #131628 - matthiaskrgr:rollup-imbojxz, r=matthiaskrgr | bors | -862/+1913 |
| 2024-10-12 | Rollup merge of #131617 - RalfJung:const_cow_is_borrowed, r=tgross35 | Matthias Krüger | -4/+0 |
| 2024-10-12 | Rollup merge of #131599 - compiler-errors:storage, r=lcnr | Matthias Krüger | -43/+42 |
| 2024-10-12 | Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,... | Matthias Krüger | -0/+74 |
| 2024-10-12 | Rollup merge of #131503 - theemathas:stdin_read_line_docs, r=Mark-Simulacrum | Matthias Krüger | -1/+6 |
| 2024-10-12 | Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -35/+34 |
| 2024-10-12 | Rollup merge of #131239 - VulnBandit:trait-vulnerability, r=lcnr | Matthias Krüger | -679/+607 |
| 2024-10-12 | Rollup merge of #130965 - onur-ozkan:bootstrap-step-trait-doc, r=Mark-Simulacrum | Matthias Krüger | -18/+22 |
| 2024-10-12 | Rollup merge of #128784 - tdittr:check-abi-on-fn-ptr, r=compiler-errors | Matthias Krüger | -82/+1128 |
| 2024-10-12 | remove a couple of redundant String to String conversion | Matthias Krüger | -4/+4 |
| 2024-10-12 | Auto merge of #131612 - tgross35:rollup-zy3yg4p, r=tgross35 | bors | -58/+175 |
| 2024-10-12 | remove const_cow_is_borrowed feature gate | Ralf Jung | -4/+0 |
| 2024-10-12 | Rollup merge of #131605 - DianQK:llvm-const-int, r=the8472 | Trevor Gross | -0/+13 |
| 2024-10-12 | Rollup merge of #131597 - jieyouxu:explicit-check-name, r=Kobzol | Trevor Gross | -12/+29 |