about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-09-28Fix span of byte-escaped left format args braceCassaundra Smith-0/+64
2022-09-23Auto merge of #102192 - matthiaskrgr:rollup-0ctjzco, r=matthiaskrgrbors-143/+70
2022-09-23Rollup merge of #102158 - notriddle:notriddle/stab-p, r=GuillaumeGomezMatthias Krüger-30/+17
2022-09-23Rollup merge of #102148 - RalfJung:miri-test, r=oli-obkMatthias Krüger-0/+24
2022-09-23Rollup merge of #102137 - b-naber:lazy-const-val-conversion, r=lcnrMatthias Krüger-35/+6
2022-09-23Rollup merge of #102134 - flba-eb:master, r=bjorn3Matthias Krüger-78/+23
2022-09-23Auto merge of #102056 - b-naber:unevaluated, r=lcnrbors-5/+4
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-4/+4
2022-09-23fix testb-naber-35/+6
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-29/+257
2022-09-23Repair stderr test result to added lineFlorian Bartels-1/+1
2022-09-23ignore test cases when checking emscriptenFlorian Bartels-0/+2
2022-09-23Auto merge of #102150 - matthiaskrgr:rollup-6xmd8f3, r=matthiaskrgrbors-32/+72
2022-09-23Adapt test resultsFlorian Bartels-6/+5
2022-09-23Restore ignore tagFlorian Bartels-57/+0
2022-09-23Detect panic strategy using `rustc --print cfg`Florian Bartels-16/+17
2022-09-23Auto merge of #100488 - khyperia:invalid-calling-convention-help-message, r=n...bors-2/+49
2022-09-23Rollup merge of #102104 - Aaron1011:no-test-backtrace, r=Mark-SimulacrumMatthias Krüger-2/+4
2022-09-23Rollup merge of #102066 - notriddle:notriddle/headers-max-width, r=GuillaumeG...Matthias Krüger-2/+1
2022-09-23Rollup merge of #102042 - LukeMathWalker:add-rust-json-docs-to-rustup, r=Mark...Matthias Krüger-11/+8
2022-09-23Rollup merge of #101664 - mejrs:similarity, r=fee1-deadMatthias Krüger-0/+132
2022-09-23Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errorsMatthias Krüger-14/+112
2022-09-23Auto merge of #101708 - compiler-errors:issue-101696, r=jackh726bors-0/+36
2022-09-22rustdoc: fix unit testsMichael Howell-6/+5
2022-09-22rustdoc: clean up CSS/DOM for deprecation warningsMichael Howell-24/+12
2022-09-22Improve the help message for an invalid calling conventionkhyperia-2/+49
2022-09-22Rollup merge of #102147 - notriddle:notriddle/location-border-none, r=Guillau...Matthias Krüger-4/+0
2022-09-22Rollup merge of #102135 - GuillaumeGomez:rename-alltypes-fields, r=notriddleMatthias Krüger-10/+12
2022-09-22Rollup merge of #102125 - notriddle:notriddle/content-item-info, r=GuillaumeG...Matthias Krüger-1/+0
2022-09-22Rollup merge of #102123 - schteve:clippy-note, r=ManishearthMatthias Krüger-0/+4
2022-09-22Rollup merge of #102118 - notriddle:notriddle/line-numbers, r=GuillaumeGomezMatthias Krüger-17/+56
2022-09-22make Miri build in stage 0Ralf Jung-0/+2
2022-09-22add regression test for miri issue 2433Ralf Jung-0/+22
2022-09-22rustdoc: remove no-op CSS `.location:empty { border: none }`Michael Howell-4/+0
2022-09-22Auto merge of #102139 - Dylan-DPC:rollup-ljlipt8, r=Dylan-DPCbors-6/+30
2022-09-22Rollup merge of #102119 - steffahn:fix-pararmeter, r=dtolnayDylan DPC-4/+4
2022-09-22Rollup merge of #102107 - Urgau:rustdoc-missing-space-before-where-clause, r=...Dylan DPC-2/+19
2022-09-22Rollup merge of #102037 - jyn514:normalize-docs, r=lcnrDylan DPC-0/+1
2022-09-22Rollup merge of #101598 - chriswailes:sanitizers, r=nagisa,eholkDylan DPC-0/+6
2022-09-22Auto merge of #100980 - compiler-errors:normalize-opaque-w-bound-vars, r=lcnrbors-20/+1
2022-09-22Distribute rust-json-docs via rustup.Luca Palmieri-11/+8
2022-09-22Improve some AllTypes fields nameGuillaume Gomez-10/+12
2022-09-22bless testsb-naber-1/+1
2022-09-22introduce mir::Unevaluatedb-naber-4/+3
2022-09-22Auto merge of #102028 - oli-obk:miri_subtree, r=oli-obkbors-236/+54930
2022-09-22Allow miri docs to keep failing for nowOli Scherer-1/+1
2022-09-21rustdoc: remove no-op CSS `.content .item-info { position: relative }`Michael Howell-1/+0
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-174/+248
2022-09-21Split out async_fn_in_trait into a separate featureDan Johnson-14/+112
2022-09-22Optimize subtyping and equation of GeneratorWitnessMichael Goulet-20/+1