about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-05-12Stop checking for the absense of something that doesn't existScott McMurray-7/+27
2023-05-12Auto merge of #111396 - vlad20012:reduce-Borrows-dataflow-bitset-size, r=cjgi...bors-1/+1
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-772/+1106
2023-05-12Auto merge of #111493 - matthiaskrgr:rollup-iw1z59b, r=matthiaskrgrbors-137/+474
2023-05-12Rollup merge of #111492 - calebcartwright:by-ref-tokentree-1, r=compiler-errorsMatthias Krüger-6/+6
2023-05-12Rollup merge of #111490 - compiler-errors:layout-placeholder, r=aliemjayMatthias Krüger-5/+21
2023-05-12Rollup merge of #111456 - loongarch-rs:bump-cargo, r=weihangloMatthias Krüger-0/+0
2023-05-12Rollup merge of #111441 - cjgillot:issue-111422, r=JakobDegenMatthias Krüger-34/+230
2023-05-12Rollup merge of #111393 - klensy:win-0.48, r=oli-obkMatthias Krüger-59/+69
2023-05-12Rollup merge of #111179 - Zalathar:sort-groups, r=Mark-SimulacrumMatthias Krüger-33/+148
2023-05-12Auto merge of #111489 - compiler-errors:rollup-g3vgzss, r=compiler-errorsbors-152/+591
2023-05-11refactor: use by-ref TokenTree iterator to avoid a few clonesCaleb Cartwright-6/+6
2023-05-12Auto merge of #111475 - workingjubilee:sync-simd-2023-may-10, r=workingjubileebors-763/+2199
2023-05-12Don't ICE in layout computation for placeholder typesMichael Goulet-5/+21
2023-05-11Rollup merge of #111460 - clubby789:lowercase-box-self, r=compiler-errorsMichael Goulet-25/+63
2023-05-11Rollup merge of #111459 - GuillaumeGomez:update-browser-ui-test, r=notriddleMichael Goulet-81/+70
2023-05-11Rollup merge of #111444 - cjgillot:issue-111400, r=oli-obkMichael Goulet-5/+12
2023-05-11Rollup merge of #111439 - uweigand:backtrace-normalize, r=compiler-errorsMichael Goulet-2/+3
2023-05-11Rollup merge of #111375 - rcvalle:rust-cfi-fix-106547, r=bjorn3Michael Goulet-28/+247
2023-05-11Rollup merge of #111366 - obeis:ascribe-user-type-variance, r=lcnrMichael Goulet-7/+7
2023-05-11Rollup merge of #106038 - aliemjay:opaque-implied, r=lcnrMichael Goulet-4/+189
2023-05-11Correct swizzle_dyn cfg for armv7 neonJubilee Young-1/+1
2023-05-11Auto merge of #111395 - scottmcm:slice-iter-zst-experiment, r=the8472bors-35/+51
2023-05-11miri: Move patterns for simd testsJubilee Young-35/+17
2023-05-11Bless tests for portable-simd syncJubilee Young-5/+5
2023-05-11Sync portable-simd to 2023 May 10Jubilee Young-723/+2177
2023-05-11Improve error for `self: Box<self>`clubby789-25/+63
2023-05-11Auto merge of #111454 - RalfJung:miri, r=RalfJungbors-411/+1122
2023-05-11Fix backtrace normalization in ice-bug-report-url.rsUlrich Weigand-2/+3
2023-05-11Convert some GUI tests color checks to use original formatGuillaume Gomez-14/+14
2023-05-11Migrate to 0.16.0 browser-ui-test versionGuillaume Gomez-66/+55
2023-05-11Update browser-ui-test version to 0.16.0Guillaume Gomez-1/+1
2023-05-11Improve code around SGX waitqueueUrgau-3/+13
2023-05-11Auto merge of #111029 - Nilstrieb:when-the-errs-are-too-big, r=petrochenkovbors-14/+32
2023-05-11fix deny_lint testRalf Jung-2/+7
2023-05-11Update cargoWANG Rui-0/+0
2023-05-11update lockfileRalf Jung-2/+2
2023-05-11Auto merge of #111452 - matthiaskrgr:rollup-uic8dgy, r=matthiaskrgrbors-49/+443
2023-05-11Rollup merge of #111448 - compiler-errors:rustdoc-alias-impl, r=notriddleMatthias Krüger-8/+18
2023-05-11Rollup merge of #111432 - cjgillot:issue-111426, r=oli-obkMatthias Krüger-7/+44
2023-05-11Rollup merge of #111389 - esp-rs:esp-idf-platform-support, r=jyn514Matthias Krüger-1/+43
2023-05-11Rollup merge of #111385 - durin42:vec-panik-17, r=AmanieuMatthias Krüger-2/+2
2023-05-11Rollup merge of #111382 - Zalathar:ffi, r=cuviperMatthias Krüger-17/+118
2023-05-11Rollup merge of #111292 - Urgau:check-cfg-issue-111291, r=petrochenkovMatthias Krüger-1/+64
2023-05-11Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillotMatthias Krüger-13/+154
2023-05-10Use proper impl self type for alias impl in rustdocMichael Goulet-8/+18
2023-05-10Auto merge of #110820 - cjgillot:faster-dcp, r=oli-obkbors-141/+183
2023-05-10Simplify the implementation of iterators over slices of ZSTsScott McMurray-35/+51
2023-05-10Only warn single-use lifetime when the binders match.Camille GILLOT-5/+12
2023-05-10Avoid shadowing.Camille GILLOT-2/+2