| Age | Commit message (Expand) | Author | Lines |
| 2022-09-12 | Add test to make sure we run custom destructors | Eric Holk | -0/+23 |
| 2022-09-12 | Add test case for calling methods on dyn* object | Eric Holk | -0/+25 |
| 2022-09-12 | Call destructors when dyn* object goes out of scope | Eric Holk | -1/+1 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -7/+19 |
| 2022-09-12 | Typecheck dyn* coercions | Eric Holk | -2/+36 |
| 2022-09-12 | Introduce dyn_star feature flag | Eric Holk | -0/+32 |
| 2022-09-12 | Auto merge of #101716 - Dylan-DPC:rollup-ayvh6nd, r=Dylan-DPC | bors | -0/+152 |
| 2022-09-12 | Rollup merge of #101681 - compiler-errors:rpitit-obj-safety, r=lcnr | Dylan DPC | -0/+72 |
| 2022-09-12 | Rollup merge of #101676 - compiler-errors:rpitit-wf, r=lcnr | Dylan DPC | -0/+49 |
| 2022-09-12 | Rollup merge of #101668 - chenyukang:fix-101626, r=TaKO8Ki | Dylan DPC | -0/+31 |
| 2022-09-12 | Auto merge of #101604 - compiler-errors:issue-101465, r=lcnr | bors | -0/+50 |
| 2022-09-12 | Auto merge of #100502 - chenyukang:fix-100478, r=jackh726 | bors | -0/+314 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -3/+97 |
| 2022-09-12 | Fix ICE in opt_suggest_box_span | Michael Goulet | -0/+50 |
| 2022-09-11 | Auto merge of #101682 - compiler-errors:rpitit-encode, r=fee1-dead | bors | -0/+9 |
| 2022-09-11 | Only encode RPITIT when trait method has default body | Michael Goulet | -0/+9 |
| 2022-09-11 | Deny RPITIT for object safety | Michael Goulet | -0/+72 |
| 2022-09-11 | Check that the types in RPITITs are WF | Michael Goulet | -0/+49 |
| 2022-09-11 | Update unit test outputs | Charles Lew | -80/+51 |
| 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 | Add feature gate tests for generator_clone | Andrew Cann | -0/+284 |
| 2022-09-11 | fix #101626, suggest pub instead of public for const type item | yukang | -0/+31 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -3/+3 |
| 2022-09-10 | Auto merge of #101647 - crlf0710:test_for_99551, r=bjorn3 | bors | -0/+21 |
| 2022-09-10 | Fix pointer value punning. | Charles Lew | -0/+21 |
| 2022-09-10 | Rollup merge of #101578 - lcnr:resolve-hack, r=jackh726 | Dylan DPC | -2/+2 |
| 2022-09-10 | Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead | bors | -31/+19 |
| 2022-09-10 | Auto merge of #101639 - matthiaskrgr:rollup-sewkrgm, r=matthiaskrgr | bors | -1/+1 |
| 2022-09-10 | Rollup merge of #101616 - TimNN:relax-msan, r=lqd | Matthias Krüger | -1/+1 |
| 2022-09-10 | Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser | bors | -216/+65 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -216/+65 |
| 2022-09-09 | Rollup merge of #101612 - tmiasko:repeat128, r=lcnr | Dylan DPC | -0/+14 |
| 2022-09-09 | Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwU | Dylan DPC | -119/+103 |
| 2022-09-09 | Rollup merge of #101492 - TaKO8Ki:suggest-adding-array-length-to-ref-to-array... | Dylan DPC | -5/+89 |
| 2022-09-09 | relax msan error-pattern due to LLVM changes | Tim Neumann | -1/+1 |
| 2022-09-09 | The `<*const T>::guaranteed_*` methods now return an option for the unknown case | Oli Scherer | -31/+19 |
| 2022-09-09 | Introduce a fallible variant of LLVMConstIntGetZExtValue | Tomasz Miąsko | -0/+14 |
| 2022-09-09 | review | lcnr | -41/+41 |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -2/+2 |
| 2022-09-09 | Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgr | bors | -41/+82 |
| 2022-09-09 | Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-09-09 | Rollup merge of #101253 - lyming2007:issue-101163, r=Amanieu | Matthias Krüger | -36/+36 |
| 2022-09-09 | Rollup merge of #99207 - 5225225:msan-eager-checks, r=jackh726 | Matthias Krüger | -4/+45 |
| 2022-09-09 | fix #101097, avoid infinite loop in fn arguments checking | chenyukang | -4/+185 |
| 2022-09-09 | Adjust pretty printing of RPITITs | Michael Goulet | -10/+10 |
| 2022-09-09 | Tweak feature error, add test | Michael Goulet | -1/+28 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -4/+32 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -0/+83 |
| 2022-09-09 | Bless tests, fix ICE with ImplTraitPlaceholder | Michael Goulet | -176/+218 |