about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-10-08Rollup merge of #102524 - notriddle:notriddle/unsafe-function, r=GuillaumeGomezMatthias Krüger-1/+42
2022-10-08Rollup merge of #99880 - compiler-errors:escape-ascii-is-not-exact-size-itera...Matthias Krüger-2/+0
2022-10-08Rollup merge of #99194 - simlay:simlay/update-rust-gdbgui-gdb-args-to-gdb-cmd...Matthias Krüger-2/+1
2022-10-08Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomccbors-8/+14
2022-10-08rustdoc: add test case for dimensions and color of unsafe `<sup>`Michael Howell-0/+41
2022-10-08rustdoc: remove weird `<a href="#">` wrapper around unsafe triangleMichael Howell-1/+1
2022-10-08Auto merge of #102809 - matthiaskrgr:rollup-qq62vuv, r=matthiaskrgrbors-288/+491
2022-10-08Rollup merge of #102798 - notriddle:notriddle/text-decoration-underline, r=Gu...Matthias Krüger-7/+2
2022-10-08Rollup merge of #102797 - notriddle:notriddle/rightside-position, r=Guillaume...Matthias Krüger-1/+0
2022-10-08Rollup merge of #102789 - GuillaumeGomez:update-browser-ui-test-version, r=no...Matthias Krüger-150/+150
2022-10-08Rollup merge of #102788 - joshtriplett:bump-rustc-dev-guide, r=ehussMatthias Krüger-0/+0
2022-10-08Rollup merge of #102785 - fee1-dead-contrib:rm_autoimpl_defid, r=compiler-errorsMatthias Krüger-21/+20
2022-10-08Rollup merge of #102778 - nbdd0121:mir, r=tmiaskoMatthias Krüger-25/+86
2022-10-08Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obkMatthias Krüger-57/+190
2022-10-08Rollup merge of #101520 - oli-obk:transmute_lifetimes, r=compiler-errorsMatthias Krüger-27/+43
2022-10-08Auto merge of #100720 - camsteffen:representable, r=cjgillotbors-736/+529
2022-10-08Auto merge of #99505 - joboet:futex_once, r=thomccbors-289/+483
2022-10-07rustdoc: add main-heading and example-wrap link CSS to big selectorMichael Howell-7/+2
2022-10-07Auto merge of #102792 - weihanglo:update-cargo, r=ehussbors-0/+0
2022-10-07rustdoc: remove no-op CSS `.rightside { position: initial }`Michael Howell-1/+0
2022-10-07Auto merge of #102091 - RalfJung:const_err, r=oli-obkbors-5321/+1379
2022-10-07Update cargoWeihang Lo-0/+0
2022-10-07Update rustdoc-gui test to new browser-ui-test versionGuillaume Gomez-149/+149
2022-10-07Update browser-ui-test versionGuillaume Gomez-1/+1
2022-10-07Auto merge of #102787 - Dylan-DPC:rollup-fvbb4t9, r=Dylan-DPCbors-164/+319
2022-10-07Fix testGary Guo-10/+11
2022-10-07Update rustc-dev-guideJosh Triplett-0/+0
2022-10-07Rollup merge of #102780 - RalfJung:miri-lib-sys, r=Mark-SimulacrumDylan DPC-1/+4
2022-10-07Rollup merge of #102779 - TaKO8Ki:fix-type-of-ice-102768, r=fee1-deadDylan DPC-2/+51
2022-10-07Rollup merge of #102764 - compiler-errors:issue-102762, r=jackh726Dylan DPC-13/+61
2022-10-07Rollup merge of #102760 - saethlin:dont-reinit-buffer, r=Mark-SimulacrumDylan DPC-3/+48
2022-10-07Rollup merge of #102475 - RalfJung:unsafe, r=dtolnayDylan DPC-31/+120
2022-10-07Rollup merge of #102300 - scottmcm:simpler-fold-closures, r=Mark-SimulacrumDylan DPC-114/+35
2022-10-07Allow transmutes between the same types after erasing lifetimesOli Scherer-27/+43
2022-10-07make const_err a hard errorRalf Jung-5321/+1379
2022-10-07Remove `DefId` from some `SelectionCandidate` variantsDeadbeef-21/+20
2022-10-07Rewrite representabilityCameron Steffen-736/+529
2022-10-07Auto merge of #101632 - camsteffen:refactor-infer-err, r=lcnrbors-3021/+2831
2022-10-07review feedbackRalf Jung-42/+43
2022-10-07fix MiriRalf Jung-2/+2
2022-10-07run Miri CI when std::sys changesRalf Jung-1/+4
2022-10-07add a few more assert_unsafe_preconditionRalf Jung-6/+12
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-2200/+1984
2022-10-07fix a ICE #102768Takayuki Maeda-2/+51
2022-10-07Remove a reference from InheritedCameron Steffen-13/+13
2022-10-07Remove TypeckResults from InferCtxtCameron Steffen-280/+240
2022-10-07Introduce TypeErrCtxtCameron Steffen-568/+634
2022-10-07Fix MIR inlining of asm_unwindGary Guo-25/+85
2022-10-07Auto merge of #102025 - chenyukang:fix-102002, r=jyn514bors-2/+10
2022-10-07std: use futex in `Once`joboet-289/+483