| Age | Commit message (Expand) | Author | Lines |
| 2021-02-19 | Support `pub` on `macro_rules` | Vadim Petrochenkov | -24/+170 |
| 2021-02-19 | [intra-doc links] Don't check feature gates of items re-exported across crates | Joshua Nelson | -0/+8 |
| 2021-02-19 | Add deref definition location | 1000teslas | -0/+40 |
| 2021-02-19 | Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514 | Dylan DPC | -0/+48 |
| 2021-02-19 | Rollup merge of #82259 - osa1:issue82156, r=petrochenkov | Dylan DPC | -0/+12 |
| 2021-02-19 | Rollup merge of #82245 - estebank:issue-78653, r=matthewjasper | Dylan DPC | -0/+28 |
| 2021-02-19 | Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011 | Dylan DPC | -6/+4 |
| 2021-02-19 | Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obk | Dylan DPC | -0/+65 |
| 2021-02-19 | rustdoc: Support argument files | Miguel Ojeda | -0/+48 |
| 2021-02-18 | Add explanations and suggestions to `irrefutable_let_patterns` lint | Camelid | -5/+54 |
| 2021-02-19 | Consider auto derefs before warning about write only fields | Tomasz Miąsko | -1/+68 |
| 2021-02-18 | Emit error when trying to use assembler syntax directives in `asm!` | asquared31415 | -0/+50 |
| 2021-02-18 | Fix popping singleton paths in when generating E0433 | Ömer Sinan Ağacan | -0/+12 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -53/+16 |
| 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 | Add regression test | Ömer Sinan Ağacan | -0/+53 |
| 2021-02-18 | Update 'match-prev-arm-needing-semi' | Ömer Sinan Ağacan | -6/+3 |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -6/+4 |
| 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-17 | Do not ICE when evaluating locals' types of invalid `yield` | Esteban Küber | -0/+28 |
| 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 | 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 |