about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-12-11Rollup merge of #103146 - joboet:cleanup_pthread_condvar, r=Mark-SimulacrumMatthias Krüger-66/+34
2022-12-10Auto merge of #105416 - nnethercote:more-linting-tweaks, r=cjgillotbors-58/+80
2022-12-10Auto merge of #105531 - matthiaskrgr:rollup-7y7zbgl, r=matthiaskrgrbors-853/+1704
2022-12-10Rollup merge of #105482 - wesleywiser:fix_debuginfo_ub, r=tmiaskoMatthias Krüger-29/+149
2022-12-10Rollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwUMatthias Krüger-1/+33
2022-12-10Rollup merge of #105239 - gh2o:no-heap-alloc-on-thread-start, r=cuviperMatthias Krüger-12/+7
2022-12-10Rollup merge of #105234 - JakobDegen:unneeded-field, r=oli-obkMatthias Krüger-388/+304
2022-12-10Rollup merge of #105192 - estebank:point-at-lhs-on-binop, r=fee1-deadMatthias Krüger-187/+571
2022-12-10Rollup merge of #104460 - Nilstrieb:expand-the-translation, r=davidtwcoMatthias Krüger-236/+640
2022-12-10Auto merge of #105384 - uweigand:s390x-test-codegen, r=Mark-Simulacrumbors-2/+6
2022-12-10Auto merge of #105525 - matthiaskrgr:rollup-ricyw5s, r=matthiaskrgrbors-283/+912
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-236/+640
2022-12-10Rollup merge of #105522 - est31:remove_or_and_note, r=scottmcmMatthias Krüger-4/+4
2022-12-10Rollup merge of #105516 - weihanglo:update-cargo, r=weihangloMatthias Krüger-0/+0
2022-12-10Rollup merge of #105514 - estebank:is_visible, r=oli-obkMatthias Krüger-7/+12
2022-12-10Rollup merge of #105505 - WaffleLapkin:yeet_unused_parens_lint, r=fee1-deadMatthias Krüger-21/+38
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-28/+261
2022-12-10Rollup merge of #105082 - Swatinem:async-abi, r=compiler-errorsMatthias Krüger-5/+17
2022-12-10Rollup merge of #104901 - krtab:filetype_compare, r=the8472Matthias Krüger-2/+34
2022-12-10Rollup merge of #104512 - jyn514:download-ci-llvm-default, r=Mark-SimulacrumMatthias Krüger-100/+141
2022-12-10Rollup merge of #104019 - compiler-errors:print-generator-sizes, r=wesleywiserMatthias Krüger-104/+286
2022-12-10Rollup merge of #98391 - joboet:sgx_parker, r=m-ou-seMatthias Krüger-12/+119
2022-12-10Auto merge of #105357 - oli-obk:feeding, r=cjgillot,petrochenkovbors-185/+164
2022-12-10Correct wrong note for short circuiting operatorsest31-4/+4
2022-12-10Auto merge of #105512 - matthiaskrgr:rollup-i74avrf, r=matthiaskrgrbors-80/+357
2022-12-10Update cargoWeihang Lo-0/+0
2022-12-09Introduce `Span::is_visible`Esteban Küber-7/+12
2022-12-09Rollup merge of #105506 - estebank:rustc_must_implement_one_of, r=compiler-er...Matthias Krüger-39/+36
2022-12-09Rollup merge of #105504 - notriddle:notriddle/stab-css, r=GuillaumeGomezMatthias Krüger-27/+54
2022-12-09Rollup merge of #105489 - eltociear:patch-17, r=Dylan-DPCMatthias Krüger-1/+1
2022-12-09Rollup merge of #105480 - notriddle:notriddle/sidebar-toggle-mobile-center, r...Matthias Krüger-1/+0
2022-12-09Rollup merge of #105468 - sunfishcode:sunfishcode/main-void-wasi, r=estebankMatthias Krüger-0/+4
2022-12-09Rollup merge of #105453 - scottmcm:vecdeque_from_iter, r=the8472Matthias Krüger-11/+139
2022-12-09Rollup merge of #105385 - uweigand:s390x-test-lld, r=Mark-SimulacrumMatthias Krüger-0/+1
2022-12-09Rollup merge of #105265 - aDotInTheVoid:sum-product-on-unimplemented, r=estebankMatthias Krüger-0/+56
2022-12-09Rollup merge of #102406 - mejrs:missing_copy, r=wesleywiserMatthias Krüger-1/+66
2022-12-09Auto merge of #105363 - WaffleLapkin:thin2win_box_next_argument, r=nnethercotebors-44/+50
2022-12-09Auto merge of #105499 - pietroalbini:pa-bump-version, r=pietroalbinibors-1/+1
2022-12-09Tweak `rustc_must_implement_one_of` diagnostic outputEsteban Küber-39/+36
2022-12-09Don't warn about unused parens when they are used by yeet exprMaybe Waffle-21/+38
2022-12-09rustdoc: make stability badge CSS more consistentMichael Howell-27/+54
2022-12-09bump version to 1.68Pietro Albini-1/+1
2022-12-09Auto merge of #105262 - eduardosm:more-inline-always, r=thomccbors-25/+33
2022-12-09Fold `Definitions` into the untracked dataOli Scherer-70/+49
2022-12-09Move the untracked cstore and source_span into a structOli Scherer-91/+78
2022-12-09Generate crate loaders on the flyOli Scherer-54/+67
2022-12-09ResolverTree does not require access to the crate loader, only the storeOli Scherer-6/+6
2022-12-09Replace hand-made masking by call to masked() method in FileTypeArthur Carcano-1/+1
2022-12-09Remove unneeded field from `SwitchTargets`Jakob Degen-388/+304
2022-12-09Auto merge of #104572 - pkubaj:patch-1, r=cuviperbors-6/+8