about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-28Update referenceEric Huss-0/+0
2024-08-26Update src/tools/rustbook/Cargo.lockEric Huss-0/+1
2024-08-26Update booksrustbot-0/+0
2024-08-26Auto merge of #129508 - RalfJung:transient-locals, r=cjgillotbors-18/+32
2024-08-26Auto merge of #129595 - matthiaskrgr:rollup-4udn7nn, r=matthiaskrgrbors-192/+283
2024-08-26Rollup merge of #129590 - compiler-errors:ref-tykind, r=fmeaseMatthias Krüger-18/+18
2024-08-26Rollup merge of #129553 - RalfJung:const-stability, r=compiler-errorsMatthias Krüger-9/+17
2024-08-26Rollup merge of #129544 - mu001999-contrib:dead-code/clean, r=compiler-errorsMatthias Krüger-25/+2
2024-08-26Rollup merge of #129526 - compiler-errors:fx, r=lqdMatthias Krüger-6/+11
2024-08-26Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu...Matthias Krüger-55/+122
2024-08-26Rollup merge of #129519 - compiler-errors:lowering-flags, r=fmeaseMatthias Krüger-44/+74
2024-08-26Rollup merge of #129518 - GrigorenkoPV:gitignore-library-ice, r=tgross35Matthias Krüger-1/+3
2024-08-26Rollup merge of #129405 - surechen:fix_span_x, r=cjgillotMatthias Krüger-32/+20
2024-08-26Rollup merge of #129288 - compiler-errors:unsafe-fn-coercion, r=lcnrMatthias Krüger-2/+16
2024-08-25Auto merge of #129488 - saethlin:alignment-precondition, r=workingjubileebors-2/+0
2024-08-25Use FxHasher on new solver unconditionallyMichael Goulet-6/+11
2024-08-25Auto merge of #129563 - matthiaskrgr:rollup-t6bai2d, r=matthiaskrgrbors-33/+291
2024-08-25Remove redundant flags that can be inferred from the HIRMichael Goulet-29/+50
2024-08-25Avoid taking reference of &TyKindMichael Goulet-18/+18
2024-08-25Rollup merge of #129523 - lqd:stable-type-ir, r=compiler-errorsMatthias Krüger-2/+8
2024-08-25Rollup merge of #129511 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-3/+6
2024-08-25Rollup merge of #129487 - GrigorenkoPV:repr_transparent_external_private_fiel...Matthias Krüger-1/+113
2024-08-25Rollup merge of #129459 - onur-ozkan:separate-stage0-bins, r=KobzolMatthias Krüger-9/+17
2024-08-25Rollup merge of #129416 - workingjubilee:partial-move-from-stabilization, r=d...Matthias Krüger-11/+20
2024-08-25Rollup merge of #129134 - lolbinarycat:continue-at, r=KobzolMatthias Krüger-1/+34
2024-08-25Rollup merge of #129091 - RalfJung:box_as_ptr, r=AmanieuMatthias Krüger-6/+93
2024-08-25Auto merge of #129295 - Zalathar:profiler-builtins, r=Kobzolbors-16/+49
2024-08-25Fixing span manipulation and indentation of the suggestion introduced by #126187surechen-32/+20
2024-08-25Auto merge of #129531 - Jarcho:clippyup, r=Manishearthbors-2970/+3046
2024-08-25tweak rustc_allow_const_fn_unstable hint, and add back test for stable-const-...Ralf Jung-9/+17
2024-08-25gitignore: ignore ICE reports regardless of directoryPavel Grigorenko-1/+3
2024-08-25dont iterate over the bitsetRalf Jung-4/+2
2024-08-25only visit reachable blocks, do not use a visitorRalf Jung-28/+16
2024-08-25Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgrbors-630/+651
2024-08-25Auto merge of #129540 - tgross35:rollup-y6iaujw, r=tgross35bors-303/+687
2024-08-25Removes dead code from the compilermu001999-25/+2
2024-08-24Rollup merge of #129512 - lolbinarycat:linkchecker-impl-docs, r=ehussTrevor Gross-2/+4
2024-08-24Rollup merge of #129492 - tshepang:patch-2, r=chenyukangTrevor Gross-4/+3
2024-08-24Rollup merge of #129482 - thomcc:add-to-review-rotation, r=jieyouxuTrevor Gross-0/+1
2024-08-24Rollup merge of #129481 - scottmcm:update-cb, r=tgross35Trevor Gross-4/+4
2024-08-24Rollup merge of #129449 - coolreader18:pin-as_deref_mut-signature, r=dtolnayTrevor Gross-70/+73
2024-08-24Rollup merge of #129430 - lolbinarycat:rustdoc-search-exact-case, r=notriddleTrevor Gross-0/+15
2024-08-24Rollup merge of #129429 - cjgillot:named-variance, r=compiler-errorsTrevor Gross-140/+158
2024-08-24Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillotTrevor Gross-21/+172
2024-08-24Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su...Trevor Gross-53/+70
2024-08-24Rollup merge of #128467 - estebank:unsized-args, r=cjgillotTrevor Gross-9/+187
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-2970/+3046
2024-08-24rewrite extract_curl_version againbinarycat-14/+11
2024-08-24rustdoc: clean up tuple <-> primitive conversion docsMichael Howell-55/+122
2024-08-24Auto merge of #13302 - Jarcho:rustup, r=Jarchobors-25/+31