| Age | Commit message (Expand) | Author | Lines |
| 2021-02-17 | Rollup merge of #82169 - not-an-aardvark:assert-lazy-format-expressions, r=sf... | Guillaume Gomez | -0/+12 |
| 2021-02-17 | Rollup merge of #82136 - edward-shen:mismatched-subst-and-hir, r=lcnr | Guillaume Gomez | -0/+68 |
| 2021-02-17 | Rollup merge of #82105 - nagisa:nagisa/ensure-removed, r=petrochenkov | Guillaume Gomez | -0/+7 |
| 2021-02-17 | Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnr | Guillaume Gomez | -18/+67 |
| 2021-02-17 | try-back-block-type test: Use TryFromSliceError for From test | Ian Jackson | -8/+4 |
| 2021-02-17 | In some limited cases, suggest `where` bounds for non-type params | Esteban Küber | -1/+21 |
| 2021-02-17 | Add long explanation for E0543 | Jesus Rubio | -1/+1 |
| 2021-02-17 | [libtest] Run the test synchronously when hitting thread limit | hyd-dev | -0/+23 |
| 2021-02-17 | replace if-let and while-let with `if let` and `while let` | Takayuki Maeda | -33/+33 |
| 2021-02-16 | Move some tests to more reasonable directories | Caio | -17/+3 |
| 2021-02-16 | Ensure debug_assert! tests get run | Teddy Katz | -0/+1 |
| 2021-02-17 | Use -Ccodegen-units=1 to make issue-23458 test deterministic | Tomasz Miąsko | -1/+1 |
| 2021-02-16 | Remove ordering hint | kadmin | -2/+0 |
| 2021-02-16 | Rollup merge of #82175 - RalfJung:invalid-fn-ptr, r=oli-obk | Guillaume Gomez | -10/+37 |
| 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 |