| Age | Commit message (Expand) | Author | Lines |
| 2021-02-18 | Rollup merge of #82246 - jesusprubio:add-long-explanation-e0549, r=GuillaumeG... | Dylan DPC | -1/+1 |
| 2021-02-18 | Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkor | Dylan DPC | -33/+33 |
| 2021-02-18 | Rollup merge of #82194 - estebank:arbitrary-bounds-suggestion, r=petrochenkov | Dylan DPC | -1/+21 |
| 2021-02-18 | Rollup merge of #82112 - BoxyUwU:tumbleweed, r=varkor | Dylan DPC | -0/+34 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -76/+300 |
| 2021-02-18 | Rollup merge of #81546 - hyd-dev:libtest-run-out-of-threads, r=Mark-Simulacrum | Dylan DPC | -0/+23 |
| 2021-02-18 | Auto merge of #82249 - JohnTitor:rollup-3jbqija, r=JohnTitor | bors | -31/+87 |
| 2021-02-18 | Rollup merge of #82203 - c410-f3r:tests-tests-tests, r=Dylan-DPC | Yuki Okushi | -17/+3 |
| 2021-02-18 | Rollup merge of #82055 - JulianKnodt:ty_where_const, r=estebank | Yuki Okushi | -14/+84 |
| 2021-02-18 | Add long explanation for E0549 | Jesus Rubio | -1/+1 |
| 2021-02-18 | Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk | bors | -0/+1 |
| 2021-02-17 | Rollup merge of #82021 - csmoe:issue-78600, r=tmandry | Dylan DPC | -0/+23 |
| 2021-02-17 | Rollup merge of #82007 - sexxi-goose:reborrow, r=nikomatsakis | Dylan DPC | -46/+346 |
| 2021-02-17 | Rollup merge of #81972 - matthewjasper:hrtb-error-cleanup, r=nikomatsakis | Dylan DPC | -343/+155 |
| 2021-02-17 | Rollup merge of #81869 - mark-i-m:leading-vert, r=petrochenkov | Dylan DPC | -211/+73 |
| 2021-02-17 | Rollup merge of #81860 - osa1:issue81800, r=estebank | Dylan DPC | -0/+21 |
| 2021-02-17 | Auto merge of #82235 - GuillaumeGomez:rollup-oflxc08, r=GuillaumeGomez | bors | -19/+155 |
| 2021-02-17 | Rollup merge of #82231 - jesusprubio:add-long-explanation-e0543, r=GuillaumeG... | Guillaume Gomez | -1/+1 |
| 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 | 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 | 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 | 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 |