| Age | Commit message (Expand) | Author | Lines |
| 2024-06-25 | Support for -Z patchable-function-entry | Matthew Maurer | -1/+139 |
| 2024-06-25 | Auto merge of #125741 - petrochenkov:atvisord, r=davidtwco | bors | -186/+412 |
| 2024-06-25 | Auto merge of #126834 - bjorn3:interface_refactor, r=michaelwoerister | bors | -184/+164 |
| 2024-06-25 | Auto merge of #125740 - RalfJung:transmute-size-check, r=oli-obk | bors | -12/+69 |
| 2024-06-25 | Auto merge of #125610 - oli-obk:define_opaque_types14, r=compiler-errors | bors | -61/+330 |
| 2024-06-25 | Auto merge of #126852 - scottmcm:more-checked-math-tweaks, r=Amanieu | bors | -32/+47 |
| 2024-06-25 | Auto merge of #126813 - compiler-errors:SliceLike, r=lcnr | bors | -254/+378 |
| 2024-06-24 | Auto merge of #126914 - compiler-errors:rollup-zx0hchm, r=compiler-errors | bors | -571/+1177 |
| 2024-06-24 | Rollup merge of #126911 - oli-obk:do_not_count_errors, r=compiler-errors | Michael Goulet | -62/+73 |
| 2024-06-24 | Rollup merge of #126909 - onur-ozkan:add-kobzol, r=matthiaskrgr | Michael Goulet | -0/+1 |
| 2024-06-24 | Rollup merge of #126904 - GrigorenkoPV:nonzero-fixme, r=joboet | Michael Goulet | -13/+2 |
| 2024-06-24 | Rollup merge of #126899 - GrigorenkoPV:suggest-const-block, r=davidtwco | Michael Goulet | -66/+26 |
| 2024-06-24 | Rollup merge of #126682 - Zalathar:coverage-attr, r=lcnr | Michael Goulet | -358/+687 |
| 2024-06-24 | Rollup merge of #126673 - oli-obk:dont_rely_on_err_reporting, r=compiler-errors | Michael Goulet | -7/+12 |
| 2024-06-24 | Rollup merge of #126413 - matthiaskrgr:crshmsg, r=oli-obk | Michael Goulet | -4/+8 |
| 2024-06-24 | Rollup merge of #125575 - dingxiangfei2009:derive-smart-ptr, r=davidtwco | Michael Goulet | -0/+264 |
| 2024-06-24 | Rollup merge of #125082 - kpreid:const-uninit, r=dtolnay | Michael Goulet | -38/+32 |
| 2024-06-24 | Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelix | Michael Goulet | -22/+17 |
| 2024-06-24 | Rollup merge of #124460 - long-long-float:show-notice-about-enum-with-debug, ... | Michael Goulet | -1/+55 |
| 2024-06-24 | Auto merge of #126784 - scottmcm:smaller-terminator, r=compiler-errors | bors | -72/+72 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -38/+32 |
| 2024-06-24 | Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum | bors | -931/+736 |
| 2024-06-24 | Also migrate FnInputTys | Michael Goulet | -11/+13 |
| 2024-06-24 | Replace Deref bounds on Interner in favor of a SliceLike trait | Michael Goulet | -159/+221 |
| 2024-06-24 | add @kobzol to bootstrap team for triagebot | onur-ozkan | -0/+1 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -84/+144 |
| 2024-06-24 | Small fixme in core now that NonZero is generic | Pavel Grigorenko | -13/+2 |
| 2024-06-24 | std: fix wasm builds | joboet | -2/+16 |
| 2024-06-24 | Separate the mir body lifetime from the other lifetimes | Oli Scherer | -61/+70 |
| 2024-06-24 | Separate the lifetimes of the `BorrowckInferCtxt` from the other borrowed items | Oli Scherer | -39/+41 |
| 2024-06-24 | resolve: Implement a lint for out-of-scope use of `macro_rules` | Vadim Petrochenkov | -92/+273 |
| 2024-06-24 | Auto merge of #126900 - matthiaskrgr:rollup-24ah97b, r=matthiaskrgr | bors | -38/+76 |
| 2024-06-24 | compiletest: make the crash test error message abit more informative | Matthias Krüger | -4/+8 |
| 2024-06-24 | ast: Standardize visiting order for attributes and node IDs | Vadim Petrochenkov | -160/+205 |
| 2024-06-24 | Rollup merge of #126882 - estebank:multiline-order, r=WaffleLapkin | Matthias Krüger | -17/+37 |
| 2024-06-24 | Rollup merge of #126414 - ChrisDenton:target-known, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-06-24 | Rollup merge of #126213 - zachs18:atomicbool-u8-i8-from-ptr-alignment, r=Nils... | Matthias Krüger | -17/+33 |
| 2024-06-24 | Rollup merge of #125241 - Veykril:tool-rust-analyzer, r=davidtwco | Matthias Krüger | -3/+5 |
| 2024-06-24 | Suggest inline const blocks for array initialization | Pavel Grigorenko | -66/+26 |
| 2024-06-24 | Auto merge of #126788 - GuillaumeGomez:migrate-rustdoc-tests-syntax, r=fmease... | bors | -4644/+4702 |
| 2024-06-24 | coverage: Bless coverage attribute tests | Zalathar | -265/+648 |
| 2024-06-24 | coverage: Always error on `#[coverage(..)]` in unexpected places | Zalathar | -63/+10 |
| 2024-06-24 | coverage: Tighten validation of `#[coverage(off)]` and `#[coverage(on)]` | Zalathar | -29/+28 |
| 2024-06-24 | coverage: Forbid multiple `#[coverage(..)]` attributes | Zalathar | -1/+1 |
| 2024-06-24 | Allow numbers in rustdoc tests commands | Guillaume Gomez | -1/+1 |
| 2024-06-24 | Fix tidy issue for rustdoc tests commands | Guillaume Gomez | -0/+5 |
| 2024-06-24 | Remove commands duplication between `compiletest` and `tests/rustdoc` | Guillaume Gomez | -455/+262 |
| 2024-06-24 | Update `tests/rustdoc` to new test syntax | Guillaume Gomez | -4378/+4378 |
| 2024-06-24 | Move `tests/rustdoc` testsuite to `//@` syntax | Guillaume Gomez | -37/+283 |
| 2024-06-24 | Auto merge of #126891 - matthiaskrgr:rollup-p6dl1gk, r=matthiaskrgr | bors | -280/+987 |