| Age | Commit message (Expand) | Author | Lines |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -54/+328 |
| 2022-09-12 | Auto merge of #100502 - chenyukang:fix-100478, r=jackh726 | bors | -9/+330 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -11/+181 |
| 2022-09-12 | Auto merge of #101688 - cjgillot:verify-hir-parent, r=petrochenkov | bors | -1/+13 |
| 2022-09-11 | Auto merge of #101442 - joboet:null_check_tcs, r=thomcc | bors | -2/+6 |
| 2022-09-11 | Auto merge of #101299 - saethlin:vecdeque-drain-drop, r=thomcc | bors | -11/+36 |
| 2022-09-11 | Assert that HIR nodes are not their own parent. | Camille GILLOT | -1/+13 |
| 2022-09-11 | Auto merge of #101678 - jannic:fix-101640, r=jyn514 | bors | -0/+1 |
| 2022-09-11 | Auto merge of #101682 - compiler-errors:rpitit-encode, r=fee1-dead | bors | -1/+22 |
| 2022-09-11 | std: check if TCS is a null pointer | joboet | -2/+6 |
| 2022-09-11 | Only encode RPITIT when trait method has default body | Michael Goulet | -1/+22 |
| 2022-09-11 | Auto merge of #101673 - crlf0710:generator_clone, r=oli-obk | bors | -35/+642 |
| 2022-09-11 | Add diagnostic arg 'current_crate' | Jan Niehusmann | -0/+1 |
| 2022-09-11 | Auto merge of #101670 - obi1kenobi:patch-1, r=jyn514 | bors | -0/+1 |
| 2022-09-11 | Update unit test outputs | Charles Lew | -80/+51 |
| 2022-09-11 | Use current rustc version. | Charles Lew | -1/+1 |
| 2022-09-11 | fix tests after rebase | Andrew Cann | -18/+26 |
| 2022-09-11 | test async diagnostics for feature(generator_clone) | Andrew Cann | -0/+242 |
| 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 | Add feature gate tests for generator_clone | Andrew Cann | -0/+284 |
| 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-11 | Auto merge of #101482 - joboet:netbsd_parker, r=sanxiyn | bors | -12/+136 |
| 2022-09-10 | Add @obi1kenobi to the cc list for rustdoc-json-types | Predrag Gruevski | -0/+1 |
| 2022-09-11 | Auto merge of #101643 - ChrisDenton:alloc-link-kernel32, r=thomcc | bors | -0/+1 |
| 2022-09-10 | Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddle | bors | -136/+139 |
| 2022-09-10 | Alternate approach; just modify Drain | Ben Kimock | -52/+59 |
| 2022-09-10 | Remove &[T] from vec_deque::Drain | Ben Kimock | -23/+41 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -298/+336 |
| 2022-09-10 | std: optimize thread parking on NetBSD | joboet | -12/+136 |
| 2022-09-10 | Auto merge of #101647 - crlf0710:test_for_99551, r=bjorn3 | bors | -1/+27 |
| 2022-09-10 | Fix pointer value punning. | Charles Lew | -1/+27 |
| 2022-09-10 | Auto merge of #101652 - Dylan-DPC:rollup-f4atky0, r=Dylan-DPC | bors | -146/+215 |
| 2022-09-10 | Rollup merge of #101641 - GuillaumeGomez:update-browser-ui-test, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-09-10 | Rollup merge of #101635 - jyn514:queries-new-derived, r=cjgillot | Dylan DPC | -16/+21 |
| 2022-09-10 | Rollup merge of #101631 - rust-lang:notriddle/duplicate-module, r=GuillaumeGomez | Dylan DPC | -5/+164 |
| 2022-09-10 | Rollup merge of #101614 - compiler-errors:rpitit-eq, r=jackh726 | Dylan DPC | -2/+17 |
| 2022-09-10 | Rollup merge of #101606 - akhi3030:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-09-10 | Rollup merge of #101578 - lcnr:resolve-hack, r=jackh726 | Dylan DPC | -121/+11 |
| 2022-09-10 | Auto merge of #100968 - cjgillot:mir-upvar-vec, r=wesleywiser | bors | -152/+83 |
| 2022-09-10 | Explicitly link kernel32.lib from alloc | Chris Denton | -0/+1 |
| 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 | -138/+119 |
| 2022-09-10 | Update browser-ui-test version to 0.9.8 | Guillaume Gomez | -1/+1 |