about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-08-01Rename incorrect_fn_null_checks to useless_ptr_null_checks (clippy side)Urgau-6/+6
2023-08-01Rename incorrect_fn_null_checks to useless_ptr_null_checksUrgau-47/+47
2023-08-01Expand incorrect_fn_null_check lint with reference null checkingUrgau-23/+133
2023-08-01Auto merge of #114318 - matthiaskrgr:rollup-c7gcw18, r=matthiaskrgrbors-183/+256
2023-08-01Rollup merge of #114313 - ttsugriy:sm-insert, r=petrochenkovMatthias Krüger-3/+2
2023-08-01Rollup merge of #114309 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-08-01Rollup merge of #114262 - ShapelessCat:fix-style-guide-md, r=joshtriplettMatthias Krüger-152/+118
2023-08-01Rollup merge of #113743 - workingjubilee:link-more-platform-support-docs, r=j...Matthias Krüger-5/+5
2023-08-01Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68Matthias Krüger-19/+28
2023-08-01Rollup merge of #113394 - joshtriplett:style-edition-snapshot, r=calebcartwrightMatthias Krüger-0/+47
2023-08-01Rollup merge of #111081 - mattfbacon:master, r=workingjubileeMatthias Krüger-4/+56
2023-08-01Auto merge of #111753 - cjgillot:simp-place-conflict, r=compiler-errorsbors-90/+87
2023-07-31Directly link more target docsJubilee Young-5/+5
2023-08-01Auto merge of #114310 - flip1995:clippyup, r=Manishearthbors-2143/+7968
2023-07-31Link to the Rust edition guide for more information about editionsJosh Triplett-4/+6
2023-07-31style-guide: Document style editions, start 2024 style editionJosh Triplett-0/+45
2023-07-31[rustc_data_structures] Simplify SortedMap::insert.Taras Tsugrii-3/+2
2023-07-31Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgrbors-134/+228
2023-07-31Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyupPhilipp Krones-2143/+7968
2023-07-31Auto merge of #114307 - matthiaskrgr:rollup-8k5rq16, r=matthiaskrgrbors-36/+159
2023-07-31Update booksrustbot-0/+0
2023-07-31Rollup merge of #114200 - compiler-errors:detect-tail-unsize-then-upcast, r=lcnrMatthias Krüger-5/+60
2023-07-31Rollup merge of #114193 - crlf0710:lexer_unicode15, r=ManishearthMatthias Krüger-76/+36
2023-07-31Rollup merge of #114182 - Ddystopia:cleanup-after-113312, r=lcnrMatthias Krüger-2/+4
2023-07-31Rollup merge of #114165 - ouz-a:smir1, r=spastorinoMatthias Krüger-7/+85
2023-07-31Rollup merge of #113804 - Kobzol:opt-dist-version, r=Mark-SimulacrumMatthias Krüger-6/+19
2023-07-31Rollup merge of #113701 - aswild:std-ffi-frombytesuntilnul, r=dtolnayMatthias Krüger-0/+2
2023-07-31Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnayMatthias Krüger-38/+22
2023-07-31Rollup merge of #114111 - allaboutevemirolive:add-test-case-string, r=Mark-Si...Matthias Krüger-2/+46
2023-07-31Rollup merge of #113920 - bvanjoi:fix-81413, r=petrochenkovMatthias Krüger-23/+64
2023-07-31Rollup merge of #113906 - notriddle:notriddle/cargo-extra-env, r=Mark-SimulacrumMatthias Krüger-1/+5
2023-07-31Rollup merge of #113889 - fortanix:raoul/fix_ice_tests_for_sgx_platform, r=Ma...Matthias Krüger-0/+2
2023-07-31Rollup merge of #113740 - tgross35:use-shallow-submodules, r=Mark-SimulacrumMatthias Krüger-0/+11
2023-07-31Rollup merge of #113725 - mati865:config-move-mingw-option-to-dist, r=Mark-Si...Matthias Krüger-4/+4
2023-07-31Rollup merge of #113717 - cuishuang:master, r=NilstriebMatthias Krüger-5/+5
2023-07-31Rollup merge of #112858 - chriswailes:riscv64-android, r=Mark-SimulacrumMatthias Krüger-1/+22
2023-07-31add missing rvalues to smirouz-a-7/+85
2023-07-31Work around missing <*str>::lenMatt Fellenz-4/+4
2023-07-31impl SliceIndex<str> for (Bound<usize>, Bound<usize>)Matt Fellenz-4/+56
2023-07-31apply nitRalf Jung-1/+1
2023-07-31Auto merge of #114294 - matthiaskrgr:rollup-yk78pvd, r=matthiaskrgrbors-310/+390
2023-07-31Rollup merge of #114286 - nbdd0121:upcast, r=compiler-errorsMatthias Krüger-0/+1
2023-07-31Rollup merge of #114269 - GuillaumeGomez:migrate-gui-test-color-24, r=notriddleMatthias Krüger-8/+8
2023-07-31Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorinoMatthias Krüger-72/+54
2023-07-31Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obkMatthias Krüger-11/+55
2023-07-31Rollup merge of #114169 - lcnr:unsize, r=compiler-errorsMatthias Krüger-219/+272
2023-07-31Auto merge of #113592 - Kobzol:pgo-script-bolt, r=Mark-Simulacrumbors-314/+225
2023-07-31Add missing feature gate in multiple_supertrait_upcastable docGary Guo-0/+1
2023-07-31Auto merge of #114277 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-07-31Auto merge of #113879 - nnethercote:codegen_ssa-cleanups, r=bjorn3bors-199/+200