| Age | Commit message (Expand) | Author | Lines |
| 2024-10-07 | Rollup merge of #131308 - mati865:gnullvm-f16-f128, r=tgross35 | Stuart Cook | -2/+3 |
| 2024-10-07 | Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35 | Stuart Cook | -136/+164 |
| 2024-10-07 | Auto merge of #131068 - RalfJung:immediate-offset-sanity-check, r=nnethercote | bors | -46/+76 |
| 2024-10-06 | liballoc: introduce String, Vec const-slicing | Nathan Perry | -136/+164 |
| 2024-10-06 | Auto merge of #128651 - folkertdev:naked-asm-macro-v2, r=Amanieu | bors | -519/+551 |
| 2024-10-06 | Auto merge of #131337 - matthiaskrgr:rollup-j37xn8o, r=matthiaskrgr | bors | -6/+22 |
| 2024-10-06 | Rollup merge of #131335 - dacianpascu06:fix-typo, r=joboet | Matthias Krüger | -1/+1 |
| 2024-10-06 | Rollup merge of #131322 - mu001999-contrib:cleanup/invalid-url, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-10-06 | Rollup merge of #131307 - YohDeadfall:prctl-set-name-dbg-assert, r=workingjub... | Matthias Krüger | -1/+3 |
| 2024-10-06 | Rollup merge of #131001 - iyernaveenr:naveen_iyer/installation_clarity, r=onu... | Matthias Krüger | -3/+17 |
| 2024-10-06 | grammar fix | dacian | -1/+1 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -73/+116 |
| 2024-10-06 | Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgau | bors | -118/+60 |
| 2024-10-06 | remove checks that are now performed during macro expansion of `naked_asm!` | Folkert de Vries | -66/+8 |
| 2024-10-06 | more `asm!` -> `naked_asm!` in tests | Folkert de Vries | -23/+22 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -297/+222 |
| 2024-10-06 | use `naked_asm!` in feature-gate-naked_functions test | Folkert | -12/+45 |
| 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 #131259 - ismailarilik:handle-potential-query-instability-lint-... | bors | -115/+114 |
| 2024-10-06 | add clarity for custom path installation | Naveen R. Iyer | -3/+17 |
| 2024-10-06 | Auto merge of #131320 - matthiaskrgr:rollup-tom15b3, r=matthiaskrgr | bors | -111/+850 |
| 2024-10-06 | Update out-dated link | mu001999 | -1/+1 |
| 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 | Handle `librustdoc` cases of `rustc::potential_query_instability` lint | ismailarilik | -115/+114 |
| 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 | enable f16 and f128 on windows-gnullvm targets | Mateusz Mikuła | -2/+3 |
| 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 | Android: Debug assertion after setting thread name | Yoh Deadfall | -1/+3 |
| 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 |