| Age | Commit message (Expand) | Author | Lines |
| 2022-09-11 | Avoid `Iterator::last` | KaDiWa | -12/+8 |
| 2022-09-11 | Use current rustc version. | Charles Lew | -1/+1 |
| 2022-09-11 | minor fixups as per PR feedback | Andrew Cann | -32/+17 |
| 2022-09-11 | Add some comments to generator clone shim code | Andrew Cann | -0/+12 |
| 2022-09-11 | Add tracking issue number to feature(generator_clone) | Andrew Cann | -2/+2 |
| 2022-09-11 | Apply formatting fixes | Andrew Cann | -34/+27 |
| 2022-09-11 | move generator_clone feature definition | Andrew Cann | -2/+2 |
| 2022-09-11 | fix GeneratorWitness: Clone check | Andrew Cann | -9/+14 |
| 2022-09-11 | loosen restriction on when GeneratorWitness: Clone | Andrew Cann | -17/+13 |
| 2022-09-11 | add generator_clone feature gate | Andrew Cann | -24/+35 |
| 2022-09-11 | implement Copy/Clone for generators | Andrew Cann | -35/+135 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -241/+292 |
| 2022-09-10 | Auto merge of #101647 - crlf0710:test_for_99551, r=bjorn3 | bors | -1/+6 |
| 2022-09-10 | Fix pointer value punning. | Charles Lew | -1/+6 |
| 2022-09-10 | Auto merge of #101652 - Dylan-DPC:rollup-f4atky0, r=Dylan-DPC | bors | -137/+47 |
| 2022-09-10 | Rollup merge of #101635 - jyn514:queries-new-derived, r=cjgillot | Dylan DPC | -16/+21 |
| 2022-09-10 | Rollup merge of #101614 - compiler-errors:rpitit-eq, r=jackh726 | Dylan DPC | -2/+17 |
| 2022-09-10 | Rollup merge of #101578 - lcnr:resolve-hack, r=jackh726 | Dylan DPC | -119/+9 |
| 2022-09-10 | Auto merge of #100968 - cjgillot:mir-upvar-vec, r=wesleywiser | bors | -152/+83 |
| 2022-09-10 | Remove unused temp. | Camille Gillot | -2/+1 |
| 2022-09-10 | Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead | bors | -47/+31 |
| 2022-09-10 | Auto merge of #101639 - matthiaskrgr:rollup-sewkrgm, r=matthiaskrgr | bors | -7/+10 |
| 2022-09-10 | Rollup merge of #101595 - ehuss:fix-ice-flag-report, r=tmiasko | Matthias Krüger | -4/+7 |
| 2022-09-10 | Rollup merge of #101413 - nicholasbishop:bishop-remove-uefi-static-reloc, r=p... | Matthias Krüger | -3/+3 |
| 2022-09-10 | Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser | bors | -7/+13 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -7/+13 |
| 2022-09-09 | Use RelocModel::Pic for UEFI targets | Nicholas Bishop | -3/+3 |
| 2022-09-09 | Rollup merge of #101612 - tmiasko:repeat128, r=lcnr | Dylan DPC | -3/+15 |
| 2022-09-09 | Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwU | Dylan DPC | -42/+13 |
| 2022-09-09 | Rollup merge of #101492 - TaKO8Ki:suggest-adding-array-length-to-ref-to-array... | Dylan DPC | -24/+31 |
| 2022-09-09 | Equate fn outputs when inferring RPITIT hidden types | Michael Goulet | -2/+17 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -47/+31 |
| 2022-09-09 | Use memset when repeating 128bit zero value | Tomasz Miąsko | -1/+1 |
| 2022-09-09 | Introduce a fallible variant of LLVMConstIntGetZExtValue | Tomasz Miąsko | -2/+14 |
| 2022-09-09 | review | lcnr | -1/+1 |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -13/+8 |
| 2022-09-09 | `resolve_instance`: remove `BoundVarsCollector` | lcnr | -108/+3 |
| 2022-09-09 | Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgr | bors | -8/+29 |
| 2022-09-09 | Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726 | Matthias Krüger | -5/+5 |
| 2022-09-09 | Rollup merge of #101253 - lyming2007:issue-101163, r=Amanieu | Matthias Krüger | -2/+2 |
| 2022-09-09 | Rollup merge of #99207 - 5225225:msan-eager-checks, r=jackh726 | Matthias Krüger | -1/+22 |
| 2022-09-09 | Fix documentation lint failures | Michael Goulet | -2/+2 |
| 2022-09-09 | Adjust pretty printing of RPITITs | Michael Goulet | -1/+21 |
| 2022-09-09 | Rebase fallout | Michael Goulet | -11/+8 |
| 2022-09-09 | Appease clippy again | Michael Goulet | -7/+10 |
| 2022-09-09 | Tweak feature error, add test | Michael Goulet | -8/+24 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -207/+137 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -52/+148 |
| 2022-09-09 | Bless tests, fix ICE with ImplTraitPlaceholder | Michael Goulet | -16/+27 |
| 2022-09-09 | Address nits | Michael Goulet | -7/+9 |