| Age | Commit message (Expand) | Author | Lines |
| 2024-10-06 | use `naked_asm!` in naked-function tests | Folkert | -43/+63 |
| 2024-10-06 | use `naked_asm!` in `tests/ui/asm/naked-functions.rs` | Folkert | -139/+117 |
| 2024-10-06 | implement `naked_asm` macro | Folkert | -68/+160 |
| 2024-10-06 | Auto merge of #131320 - matthiaskrgr:rollup-tom15b3, r=matthiaskrgr | bors | -111/+850 |
| 2024-10-06 | Rollup merge of #131316 - programmerjake:patch-4, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-10-06 | Rollup merge of #131315 - shrirambalaji:issue-129599-fix-shrirambalaji, r=onu... | Matthias Krüger | -13/+58 |
| 2024-10-06 | Rollup merge of #131312 - estebank:fn-in-pattern, r=compiler-errors | Matthias Krüger | -64/+156 |
| 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 | -32/+634 |
| 2024-10-06 | Auto merge of #131075 - mrkajetanp:bootstrap-editors, r=Kobzol | bors | -80/+193 |
| 2024-10-06 | Auto merge of #131314 - tgross35:update-builtins, r=tgross35 | bors | -4/+4 |
| 2024-10-05 | Fix typo in primitive_docs.rs | Jacob Lifshay | -1/+1 |
| 2024-10-06 | bootstrap: add `std_features` config | Shriram Balaji | -13/+58 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -6/+262 |
| 2024-10-05 | Update `compiler-builtins` to 0.1.133 | Trevor Gross | -4/+4 |
| 2024-10-06 | On function and method calls in patterns, link to the book | Esteban Küber | -64/+156 |
| 2024-10-05 | Be far more strict about what we consider to be a read of never | Michael Goulet | -55/+177 |
| 2024-10-05 | Be more thorough in expr_constitutes_read | Michael Goulet | -42/+141 |
| 2024-10-05 | Auto merge of #131293 - DianQK:llvm-19.1.1, r=nikic | bors | -0/+0 |
| 2024-10-05 | Document things a bit more carefully, also account for coercion in check_expr... | Michael Goulet | -6/+18 |
| 2024-10-05 | Fix up tests | Michael Goulet | -16/+245 |
| 2024-10-05 | Do not coerce places if they do not constitute reads | Michael Goulet | -7/+13 |
| 2024-10-05 | Evaluating place expr that is never read from does not diverge | Michael Goulet | -12/+146 |
| 2024-10-05 | update "build/host" symlink comment | onur-ozkan | -1/+1 |
| 2024-10-05 | Auto merge of #131302 - matthiaskrgr:rollup-56kbpzx, r=matthiaskrgr | bors | -14/+847 |
| 2024-10-05 | Rollup merge of #131299 - RalfJung:lang-item-track-caller, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-10-05 | Rollup merge of #131285 - RalfJung:mir-projection-sem, r=cjgillot | Matthias Krüger | -4/+8 |
| 2024-10-05 | Rollup merge of #131281 - RalfJung:const-cell, r=Amanieu | Matthias Krüger | -6/+12 |
| 2024-10-05 | Rollup merge of #131280 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -1/+0 |
| 2024-10-05 | Rollup merge of #130555 - hegza:rv32e, r=workingjubilee | Matthias Krüger | -1/+825 |
| 2024-10-05 | Auto merge of #131221 - XrXr:bump-compiler-builtins, r=tgross35 | bors | -4/+4 |
| 2024-10-05 | fix typo in 'lang item with track_caller' message | Ralf Jung | -2/+2 |
| 2024-10-05 | Auto merge of #131188 - Kobzol:remove-libstd-so-from-sysroot, r=onur-ozkan | bors | -2/+18 |
| 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 | -18/+192 |
| 2024-10-05 | Auto merge of #131288 - matthiaskrgr:rollup-h0t0v2h, r=matthiaskrgr | bors | -724/+1516 |
| 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 | -26/+22 |
| 2024-10-05 | Rollup merge of #131094 - joboet:lazy_once_box, r=ibraheemdev | Matthias Krüger | -284/+185 |
| 2024-10-05 | Rollup merge of #130428 - ink-feather-org:stabilize-const-split-at-mut, r=Ral... | Matthias Krüger | -8/+14 |
| 2024-10-05 | clarify semantics of ConstantIndex MIR projection | Ralf Jung | -4/+8 |
| 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 | Add UI test to verify invalid loads are not generated | Henri Lunnikivi | -0/+673 |
| 2024-10-05 | Add assembly tests to satisfy 'tidy' | Henri Lunnikivi | -0/+9 |
| 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 | Update target fns to latest main | Henri Lunnikivi | -3/+21 |
| 2024-10-05 | Add comment: data_layout | Henri Lunnikivi | -0/+9 |