| Age | Commit message (Expand) | Author | Lines |
| 2022-09-28 | Fix span of byte-escaped left format args brace | Cassaundra Smith | -0/+64 |
| 2022-09-23 | Auto merge of #102192 - matthiaskrgr:rollup-0ctjzco, r=matthiaskrgr | bors | -143/+70 |
| 2022-09-23 | Rollup merge of #102158 - notriddle:notriddle/stab-p, r=GuillaumeGomez | Matthias Krüger | -30/+17 |
| 2022-09-23 | Rollup merge of #102148 - RalfJung:miri-test, r=oli-obk | Matthias Krüger | -0/+24 |
| 2022-09-23 | Rollup merge of #102137 - b-naber:lazy-const-val-conversion, r=lcnr | Matthias Krüger | -35/+6 |
| 2022-09-23 | Rollup merge of #102134 - flba-eb:master, r=bjorn3 | Matthias Krüger | -78/+23 |
| 2022-09-23 | Auto merge of #102056 - b-naber:unevaluated, r=lcnr | bors | -5/+4 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -4/+4 |
| 2022-09-23 | fix test | b-naber | -35/+6 |
| 2022-09-23 | Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr | bors | -29/+257 |
| 2022-09-23 | Repair stderr test result to added line | Florian Bartels | -1/+1 |
| 2022-09-23 | ignore test cases when checking emscripten | Florian Bartels | -0/+2 |
| 2022-09-23 | Auto merge of #102150 - matthiaskrgr:rollup-6xmd8f3, r=matthiaskrgr | bors | -32/+72 |
| 2022-09-23 | Adapt test results | Florian Bartels | -6/+5 |
| 2022-09-23 | Restore ignore tag | Florian Bartels | -57/+0 |
| 2022-09-23 | Detect panic strategy using `rustc --print cfg` | Florian Bartels | -16/+17 |
| 2022-09-23 | Auto merge of #100488 - khyperia:invalid-calling-convention-help-message, r=n... | bors | -2/+49 |
| 2022-09-23 | Rollup merge of #102104 - Aaron1011:no-test-backtrace, r=Mark-Simulacrum | Matthias Krüger | -2/+4 |
| 2022-09-23 | Rollup merge of #102066 - notriddle:notriddle/headers-max-width, r=GuillaumeG... | Matthias Krüger | -2/+1 |
| 2022-09-23 | Rollup merge of #102042 - LukeMathWalker:add-rust-json-docs-to-rustup, r=Mark... | Matthias Krüger | -11/+8 |
| 2022-09-23 | Rollup merge of #101664 - mejrs:similarity, r=fee1-dead | Matthias Krüger | -0/+132 |
| 2022-09-23 | Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errors | Matthias Krüger | -14/+112 |
| 2022-09-23 | Auto merge of #101708 - compiler-errors:issue-101696, r=jackh726 | bors | -0/+36 |
| 2022-09-22 | rustdoc: fix unit tests | Michael Howell | -6/+5 |
| 2022-09-22 | rustdoc: clean up CSS/DOM for deprecation warnings | Michael Howell | -24/+12 |
| 2022-09-22 | Improve the help message for an invalid calling convention | khyperia | -2/+49 |
| 2022-09-22 | Rollup merge of #102147 - notriddle:notriddle/location-border-none, r=Guillau... | Matthias Krüger | -4/+0 |
| 2022-09-22 | Rollup merge of #102135 - GuillaumeGomez:rename-alltypes-fields, r=notriddle | Matthias Krüger | -10/+12 |
| 2022-09-22 | Rollup merge of #102125 - notriddle:notriddle/content-item-info, r=GuillaumeG... | Matthias Krüger | -1/+0 |
| 2022-09-22 | Rollup merge of #102123 - schteve:clippy-note, r=Manishearth | Matthias Krüger | -0/+4 |
| 2022-09-22 | Rollup merge of #102118 - notriddle:notriddle/line-numbers, r=GuillaumeGomez | Matthias Krüger | -17/+56 |
| 2022-09-22 | make Miri build in stage 0 | Ralf Jung | -0/+2 |
| 2022-09-22 | add regression test for miri issue 2433 | Ralf Jung | -0/+22 |
| 2022-09-22 | rustdoc: remove no-op CSS `.location:empty { border: none }` | Michael Howell | -4/+0 |
| 2022-09-22 | Auto merge of #102139 - Dylan-DPC:rollup-ljlipt8, r=Dylan-DPC | bors | -6/+30 |
| 2022-09-22 | Rollup merge of #102119 - steffahn:fix-pararmeter, r=dtolnay | Dylan DPC | -4/+4 |
| 2022-09-22 | Rollup merge of #102107 - Urgau:rustdoc-missing-space-before-where-clause, r=... | Dylan DPC | -2/+19 |
| 2022-09-22 | Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr | Dylan DPC | -0/+1 |
| 2022-09-22 | Rollup merge of #101598 - chriswailes:sanitizers, r=nagisa,eholk | Dylan DPC | -0/+6 |
| 2022-09-22 | Auto merge of #100980 - compiler-errors:normalize-opaque-w-bound-vars, r=lcnr | bors | -20/+1 |
| 2022-09-22 | Distribute rust-json-docs via rustup. | Luca Palmieri | -11/+8 |
| 2022-09-22 | Improve some AllTypes fields name | Guillaume Gomez | -10/+12 |
| 2022-09-22 | bless tests | b-naber | -1/+1 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -4/+3 |
| 2022-09-22 | Auto merge of #102028 - oli-obk:miri_subtree, r=oli-obk | bors | -236/+54930 |
| 2022-09-22 | Allow miri docs to keep failing for now | Oli Scherer | -1/+1 |
| 2022-09-21 | rustdoc: remove no-op CSS `.content .item-info { position: relative }` | Michael Howell | -1/+0 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -174/+248 |
| 2022-09-21 | Split out async_fn_in_trait into a separate feature | Dan Johnson | -14/+112 |
| 2022-09-22 | Optimize subtyping and equation of GeneratorWitness | Michael Goulet | -20/+1 |