| Age | Commit message (Expand) | Author | Lines |
| 2021-02-16 | Rollup merge of #82161 - jesusprubio:add-long-explanation-e0545, r=GuillaumeG... | Guillaume Gomez | -1/+2 |
| 2021-02-16 | add test | Ralf Jung | -10/+37 |
| 2021-02-16 | Fix run-make-fulldeps test | Benoît du Garreau | -155/+65 |
| 2021-02-16 | Document that `assert!` format arguments are evaluated lazily | Teddy Katz | -0/+11 |
| 2021-02-16 | Auto merge of #81734 - richkadel:fixfordash, r=pnkfelix | bors | -39/+21 |
| 2021-02-16 | Update w/ comments | kadmin | -16/+68 |
| 2021-02-15 | Treat read of COpy types via refs as not move in move-closure | Aman Arora | -34/+248 |
| 2021-02-15 | Handle restricting closure origin | Aman Arora | -0/+39 |
| 2021-02-15 | Implement reborrow for closure captures | Aman Arora | -12/+59 |
| 2021-02-15 | Add long explanation for E0545 | Jesus Rubio | -1/+2 |
| 2021-02-15 | Simplify pattern grammar by allowing nested leading vert | mark | -211/+73 |
| 2021-02-15 | name async generators something more human friendly in type error diagnostics | Gus Wynn | -0/+65 |
| 2021-02-15 | Rollup merge of #82141 - jrvanwhy:issue-82052, r=sanxiyn | Jonas Schievink | -0/+9 |
| 2021-02-15 | Rollup merge of #82067 - BoxyUwU:hahaicantthinkofabadpun, r=oli-obk | Jonas Schievink | -0/+24 |
| 2021-02-15 | Rollup merge of #82061 - RalfJung:ctfe-read-pointer-as-bytes, r=oli-obk | Jonas Schievink | -1/+1 |
| 2021-02-15 | Rollup merge of #82009 - BoxyUwU:idontknooow, r=varkor | Jonas Schievink | -0/+35 |
| 2021-02-15 | Rollup merge of #81897 - vandenheuvel:match_exhaustive_diagnostics_regression... | Jonas Schievink | -0/+29 |
| 2021-02-15 | Rollup merge of #81503 - henryboisdequin:fix-const-fn-arr-err-msg, r=estebank | Jonas Schievink | -0/+22 |
| 2021-02-15 | Fix intra-doc link to raw pointer method | Simon Sapin | -0/+1 |
| 2021-02-15 | the environment round here is awfully empty | Ellen | -0/+34 |
| 2021-02-14 | 32-bit ARM: Emit `lr` instead of `r14` when specified as an `asm!` output reg... | Johnathan Van Why | -0/+9 |
| 2021-02-15 | Fix test issue reference | Edward Shen | -1/+1 |
| 2021-02-14 | Use delay_span_bug for mismatched subst/hir arg | Edward Shen | -0/+68 |
| 2021-02-14 | Apply suggestions | Benoît du Garreau | -69/+104 |
| 2021-02-14 | Apply suggestion | Benoît du Garreau | -9/+15 |
| 2021-02-14 | Fix UI tests and merge `assert_eq` and `assert_ne` internal functions | Benoît du Garreau | -665/+128 |
| 2021-02-14 | Add ui tests for panic![123] and panic!{123}. | Mara Bos | -1/+36 |
| 2021-02-14 | Suggest correct replacement for panic![123]. | Mara Bos | -4/+4 |
| 2021-02-14 | Clarify error message and remove pretty printing in help suggestions. | Reese Williams | -8/+20 |
| 2021-02-14 | Add test for panic!(format!(..)) lint. | Mara Bos | -1/+16 |
| 2021-02-14 | Add test for non_fmt_panic lint for panic!(some_macro!()). | Mara Bos | -1/+23 |
| 2021-02-14 | Don't fail to remove files if they are missing | Simonas Kazlauskas | -0/+7 |
| 2021-02-14 | Rollup merge of #82056 - b-naber:mut_for_loop_bug, r=oli-obk | Dylan DPC | -0/+30 |
| 2021-02-14 | Rollup merge of #81927 - vandenheuvel:issue_32498, r=Mark-Simulacrum | Dylan DPC | -0/+16 |
| 2021-02-14 | Rollup merge of #81914 - kper:fixing-81885, r=estebank | Dylan DPC | -8/+27 |
| 2021-02-14 | Rollup merge of #81912 - sexxi-goose:Migrations2_review, r=nikomatsakis | Dylan DPC | -0/+232 |
| 2021-02-14 | Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 | Dylan DPC | -0/+53 |
| 2021-02-14 | Rollup merge of #80920 - rylev:check_attr-refactor, r=davidtwco | Dylan DPC | -6/+31 |
| 2021-02-13 | Improve error and help messages | Camelid | -44/+44 |
| 2021-02-14 | update message | Henry Boisdequin | -2/+4 |
| 2021-02-13 | Fix ICE caused by suggestion with no code substitutions | Esteban Küber | -0/+25 |
| 2021-02-13 | Add additional type info to mismatch err | kadmin | -20/+40 |
| 2021-02-13 | Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se | bors | -29/+26 |
| 2021-02-13 | Add more tests for generic associated type bounds | Matthew Jasper | -76/+190 |
| 2021-02-13 | Make ProjectionTy::trait_ref truncate substs again | Matthew Jasper | -0/+108 |
| 2021-02-13 | Fix pretty printing of generic associated type constraints | Matthew Jasper | -0/+2 |
| 2021-02-13 | a wild test has appeared uwu | Ellen | -0/+24 |
| 2021-02-13 | Heat up the ICE-y error reporting | Ellen | -0/+35 |
| 2021-02-13 | CTFE validation: catch ReadPointerAsBytes and better error | Ralf Jung | -1/+1 |
| 2021-02-13 | Add match pattern diagnostics regression test | Bram van den Heuvel | -0/+29 |