about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-10-07Rollup merge of #131308 - mati865:gnullvm-f16-f128, r=tgross35Stuart Cook-2/+3
2024-10-07Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35Stuart Cook-136/+164
2024-10-07Auto merge of #131068 - RalfJung:immediate-offset-sanity-check, r=nnethercotebors-46/+76
2024-10-06liballoc: introduce String, Vec const-slicingNathan Perry-136/+164
2024-10-06Auto merge of #128651 - folkertdev:naked-asm-macro-v2, r=Amanieubors-519/+551
2024-10-06Auto merge of #131337 - matthiaskrgr:rollup-j37xn8o, r=matthiaskrgrbors-6/+22
2024-10-06Rollup merge of #131335 - dacianpascu06:fix-typo, r=joboetMatthias Krüger-1/+1
2024-10-06Rollup merge of #131322 - mu001999-contrib:cleanup/invalid-url, r=jieyouxuMatthias Krüger-1/+1
2024-10-06Rollup merge of #131307 - YohDeadfall:prctl-set-name-dbg-assert, r=workingjub...Matthias Krüger-1/+3
2024-10-06Rollup merge of #131001 - iyernaveenr:naveen_iyer/installation_clarity, r=onu...Matthias Krüger-3/+17
2024-10-06grammar fixdacian-1/+1
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-73/+116
2024-10-06Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgaubors-118/+60
2024-10-06remove checks that are now performed during macro expansion of `naked_asm!`Folkert de Vries-66/+8
2024-10-06more `asm!` -> `naked_asm!` in testsFolkert de Vries-23/+22
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-297/+222
2024-10-06use `naked_asm!` in feature-gate-naked_functions testFolkert-12/+45
2024-10-06use `naked_asm!` in naked-function testsFolkert-43/+63
2024-10-06use `naked_asm!` in `tests/ui/asm/naked-functions.rs`Folkert-139/+117
2024-10-06implement `naked_asm` macroFolkert-68/+160
2024-10-06Auto merge of #131259 - ismailarilik:handle-potential-query-instability-lint-...bors-115/+114
2024-10-06add clarity for custom path installationNaveen R. Iyer-3/+17
2024-10-06Auto merge of #131320 - matthiaskrgr:rollup-tom15b3, r=matthiaskrgrbors-111/+850
2024-10-06Update out-dated linkmu001999-1/+1
2024-10-06Rollup merge of #131316 - programmerjake:patch-4, r=NoratriebMatthias Krüger-1/+1
2024-10-06Rollup merge of #131315 - shrirambalaji:issue-129599-fix-shrirambalaji, r=onu...Matthias Krüger-13/+58
2024-10-06Rollup merge of #131312 - estebank:fn-in-pattern, r=compiler-errorsMatthias Krüger-64/+156
2024-10-06Rollup merge of #131279 - onur-ozkan:remove-host-symlink, r=NoratriebMatthias Krüger-1/+1
2024-10-06Rollup merge of #129392 - compiler-errors:raw-ref-op-doesnt-diverge-but-more,...Matthias Krüger-32/+634
2024-10-06Auto merge of #131075 - mrkajetanp:bootstrap-editors, r=Kobzolbors-80/+193
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-115/+114
2024-10-06Auto merge of #131314 - tgross35:update-builtins, r=tgross35bors-4/+4
2024-10-05Fix typo in primitive_docs.rsJacob Lifshay-1/+1
2024-10-06bootstrap: add `std_features` configShriram Balaji-13/+58
2024-10-06Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebankbors-6/+262
2024-10-05Update `compiler-builtins` to 0.1.133Trevor Gross-4/+4
2024-10-06On function and method calls in patterns, link to the bookEsteban Küber-64/+156
2024-10-05Be far more strict about what we consider to be a read of neverMichael Goulet-55/+177
2024-10-05Be more thorough in expr_constitutes_readMichael Goulet-42/+141
2024-10-05Auto merge of #131293 - DianQK:llvm-19.1.1, r=nikicbors-0/+0
2024-10-05Document things a bit more carefully, also account for coercion in check_expr...Michael Goulet-6/+18
2024-10-05Fix up testsMichael Goulet-16/+245
2024-10-05Do not coerce places if they do not constitute readsMichael Goulet-7/+13
2024-10-05Evaluating place expr that is never read from does not divergeMichael Goulet-12/+146
2024-10-05enable f16 and f128 on windows-gnullvm targetsMateusz Mikuła-2/+3
2024-10-05update "build/host" symlink commentonur-ozkan-1/+1
2024-10-05Auto merge of #131302 - matthiaskrgr:rollup-56kbpzx, r=matthiaskrgrbors-14/+847
2024-10-05Android: Debug assertion after setting thread nameYoh Deadfall-1/+3
2024-10-05Rollup merge of #131299 - RalfJung:lang-item-track-caller, r=compiler-errorsMatthias Krüger-2/+2
2024-10-05Rollup merge of #131285 - RalfJung:mir-projection-sem, r=cjgillotMatthias Krüger-4/+8