about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-10-07Convert `Option<&Lrc<T>>` return types to `Option<&T>`.Nicholas Nethercote-30/+28
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-06Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgaubors-118/+60
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-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
2024-10-05Rollup merge of #131281 - RalfJung:const-cell, r=AmanieuMatthias Krüger-6/+12
2024-10-05Rollup merge of #131280 - ismailarilik:handle-potential-query-instability-lin...Matthias Krüger-1/+0
2024-10-05Rollup merge of #130555 - hegza:rv32e, r=workingjubileeMatthias Krüger-1/+825
2024-10-05Auto merge of #131221 - XrXr:bump-compiler-builtins, r=tgross35bors-4/+4
2024-10-05fix typo in 'lang item with track_caller' messageRalf Jung-2/+2
2024-10-05Auto merge of #131188 - Kobzol:remove-libstd-so-from-sysroot, r=onur-ozkanbors-2/+18
2024-10-05Update to LLVM 19.1.1DianQK-0/+0
2024-10-05Add a Lint for Pointer to Integer Transmutes in ConstsVeera-18/+192
2024-10-05Auto merge of #131288 - matthiaskrgr:rollup-h0t0v2h, r=matthiaskrgrbors-724/+1516
2024-10-05Rollup merge of #131286 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-402/+1293
2024-10-05Rollup merge of #131278 - onur-ozkan:update-outdated-doc, r=KobzolMatthias Krüger-4/+2
2024-10-05Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdevMatthias Krüger-26/+22
2024-10-05Rollup merge of #131094 - joboet:lazy_once_box, r=ibraheemdevMatthias Krüger-284/+185