about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-07-12Rollup merge of #127552 - onur-ozkan:unnecessary-git-usage, r=KobzolMatthias Krüger-16/+7
2024-07-12Rollup merge of #127433 - dtolnay:conststrlen, r=workingjubileeMatthias Krüger-4/+5
2024-07-12Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubileeMatthias Krüger-6/+131
2024-07-12Rollup merge of #126639 - sayantn:amx, r=AmanieuMatthias Krüger-2/+30
2024-07-12Rollup merge of #124980 - zachs18:rc-allocator, r=AmanieuMatthias Krüger-20/+36
2024-07-11Add instability attribute on private const_strlen functionDavid Tolnay-0/+1
2024-07-12Auto merge of #127635 - matthiaskrgr:rollup-foopajr, r=matthiaskrgrbors-585/+506
2024-07-11Add the feature gate and target-featuressayantn-2/+30
2024-07-12Rollup merge of #127625 - SkiFire13:revert-comment-deletion, r=workingjubileeMatthias Krüger-0/+2
2024-07-12Rollup merge of #127622 - compiler-errors:builtin-internal, r=lqdMatthias Krüger-2/+2
2024-07-12Rollup merge of #127607 - Zalathar:normalize-hint, r=wesleywiserMatthias Krüger-6/+12
2024-07-12Rollup merge of #127596 - tesuji:help-unwrap-or, r=compiler-errorsMatthias Krüger-15/+61
2024-07-12Rollup merge of #127422 - greaka:master, r=workingjubileeMatthias Krüger-22/+4
2024-07-12Rollup merge of #127164 - Nadrieril:clean-lowering-loop, r=matthewjasperMatthias Krüger-540/+425
2024-07-12Auto merge of #127382 - estebank:const-let, r=compiler-errorsbors-129/+245
2024-07-11Auto merge of #127614 - matthiaskrgr:rollup-8geziwi, r=matthiaskrgrbors-409/+447
2024-07-11Add doc for deconstruct_option_or_resultLzu Tao-0/+3
2024-07-11Add suggestion for `Option<&Vec<T>> -> Option<&[T]`Lzu Tao-15/+38
2024-07-11Add regression test for issue 127545Lzu Tao-0/+20
2024-07-11Auto merge of #127609 - flip1995:clippy-subtree-update, r=Manishearthbors-2494/+4147
2024-07-11Fix aarch64 testEsteban Küber-24/+40
2024-07-11Account for `let foo = expr`; to suggest `const foo: Ty = expr;`Esteban Küber-56/+85
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-82/+153
2024-07-11Revert accidental comment deletionGiacomo Stevanato-0/+2
2024-07-11Mark builtin syntax as internalMichael Goulet-2/+2
2024-07-11Rollup merge of #127605 - nikic:remove-extern-wasm, r=oli-obkMatthias Krüger-382/+87
2024-07-11Rollup merge of #127601 - trevyn:issue-127600, r=compiler-errorsMatthias Krüger-2/+12
2024-07-11Rollup merge of #127599 - tgross35:lazy_cell_consume-rename, r=workingjubileeMatthias Krüger-4/+4
2024-07-11Rollup merge of #127598 - weiznich:diagnostic_do_not_recommend_also_skips_hel...Matthias Krüger-0/+80
2024-07-11Rollup merge of #127591 - compiler-errors:label-after-primary, r=lcnrMatthias Krüger-1/+24
2024-07-11Rollup merge of #127588 - uweigand:s390x-f16-doctests, r=tgross35Matthias Krüger-0/+15
2024-07-11Rollup merge of #127572 - tbu-:pr_debug_event_nonpacked, r=jhprattMatthias Krüger-1/+1
2024-07-11Rollup merge of #124599 - estebank:issue-41708, r=wesleywiserMatthias Krüger-19/+224
2024-07-11Auto merge of #127487 - tgross35:f16-f128-simd, r=Amanieubors-0/+2
2024-07-11Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...Philipp Krones-2494/+4147
2024-07-11Auto merge of #13086 - flip1995:rustup, r=flip1995bors-64/+70
2024-07-11Bump nightly version -> 2024-07-11Philipp Krones-1/+1
2024-07-11Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2527/+4199
2024-07-11Auto merge of #127311 - oli-obk:do_not_count_errors, r=compiler-errorsbors-211/+37
2024-07-11compiletest: Better error message for bad `normalize-*` headersZalathar-6/+12
2024-07-11Avoid follow-up errors and ICEs after missing lifetime errors on data structuresOli Scherer-211/+37
2024-07-11Remove extern "wasm" ABINikita Popov-382/+87
2024-07-11Auto merge of #126777 - Zalathar:normalize-colon, r=lcnrbors-245/+235
2024-07-11check is_ident before parse_identtrevyn-2/+12
2024-07-11Rename `lazy_cell_consume` to `lazy_cell_into_inner`Trevor Gross-4/+4
2024-07-11Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obkbors-20/+242
2024-07-11Allows `#[diagnostic::do_not_recommend]` to supress trait impls in suggestion...Georg Semmler-0/+80
2024-07-11Auto merge of #127575 - chenyukang:yukang-fix-struct-fields-ice, r=compiler-e...bors-32/+131
2024-07-11Require a colon in `//@ normalize-*:` headersZalathar-17/+7
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-228/+228