| Age | Commit message (Expand) | Author | Lines |
| 2020-12-19 | Auto merge of #79073 - davidtwco:issue-78957-const-param-attrs, r=lcnr | bors | -0/+12 |
| 2020-12-17 | Rollup merge of #79877 - bstrie:depinfut, r=oli-obk | Yuki Okushi | -20/+24 |
| 2020-12-17 | Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper | Yuki Okushi | -4/+12 |
| 2020-12-16 | Allow `since="TBD"` for rustc_deprecated | bstrie | -20/+24 |
| 2020-12-09 | Rollup merge of #79844 - tmiasko:rwu-table-mod, r=lcnr | Tyler Mandry | -146/+149 |
| 2020-12-09 | Rollup merge of #79826 - LingMan:match_if, r=lcnr | Tyler Mandry | -20/+10 |
| 2020-12-09 | Rollup merge of #79777 - tmiasko:remove-first-merge, r=lcnr | Tyler Mandry | -18/+6 |
| 2020-12-09 | Auto merge of #79767 - tmiasko:malformed-required-const, r=matthewjasper | bors | -45/+53 |
| 2020-12-09 | Move RWUTable to a separate module | Tomasz Miąsko | -146/+149 |
| 2020-12-09 | Remove `first_merge` from liveness debug logs | Tomasz Miąsko | -18/+6 |
| 2020-12-08 | Auto merge of #79727 - tmiasko:8bit-rwu, r=lcnr | bors | -159/+146 |
| 2020-12-08 | Simplify visit_{foreign,trait}_item | LingMan | -20/+10 |
| 2020-12-08 | Auto merge of #79752 - cjgillot:dead-alien, r=lcnr | bors | -21/+25 |
| 2020-12-08 | Visit ForeignItems when marking dead code. | Camille GILLOT | -21/+25 |
| 2020-12-07 | Validate naked functions definitions | Tomasz Miąsko | -15/+224 |
| 2020-12-06 | Retain assembly operands span when lowering AST to HIR | Tomasz Miąsko | -4/+4 |
| 2020-12-06 | Implement lowering of if-let guards to MIR | LeSeulArtichaut | -0/+2 |
| 2020-12-06 | Implement liveness passes for if-let guards | LeSeulArtichaut | -4/+10 |
| 2020-12-06 | Don't ICE on malformed `rustc_args_required_const` attribute | Tomasz Miąsko | -45/+53 |
| 2020-12-06 | Compress RWU from at least 32 bits to 4 bits | Tomasz Miąsko | -159/+146 |
| 2020-12-02 | Add checks for #[doc(keyword = "...")] and move them into rustc_passes | Guillaume Gomez | -7/+53 |
| 2020-12-02 | Clean up doc attributes check before adding more | Guillaume Gomez | -79/+93 |
| 2020-12-01 | Improve some attributes error spans | Guillaume Gomez | -2/+2 |
| 2020-11-29 | passes: prohibit attrs on generic params | David Wood | -0/+12 |
| 2020-11-28 | Do not visit ForeignItemRef for HIR indexing and validation. | Camille GILLOT | -0/+7 |
| 2020-11-26 | Use visitor for its very purpose. | Camille GILLOT | -13/+3 |
| 2020-11-26 | Formatting. | Camille GILLOT | -3/+7 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -4/+4 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -1/+17 |
| 2020-11-25 | Validate use of parameters in naked functions | Tomasz Miąsko | -0/+116 |
| 2020-11-24 | Validate that `#[naked]` is applied to a function definition | Tomasz Miąsko | -0/+21 |
| 2020-11-24 | Don't mark #[naked] as used when checking #[track_caller] | Tomasz Miąsko | -1/+1 |
| 2020-10-18 | Allow #[rustc_diagnostic_item] on macros. | Mara Bos | -0/+4 |
| 2020-11-17 | Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakis | bors | -20/+49 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -2/+1 |
| 2020-11-10 | Handle `let _ = x` patterns in closure liveness analysis | Aman Arora | -20/+49 |
| 2020-11-10 | Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum | Jonas Schievink | -1/+1 |
| 2020-11-09 | Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco | Dylan DPC | -1/+2 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -1/+1 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -2/+1 |
| 2020-11-03 | rustc_ast: `visit_mac` -> `visit_mac_call` | Vadim Petrochenkov | -1/+1 |
| 2020-11-03 | Rollup merge of #78626 - fusion-engineering-forks:deprecated-trait-impl, r=es... | Mara Bos | -11/+22 |
| 2020-11-03 | rustc_ast: Do not panic by default when visiting macro calls | Vadim Petrochenkov | -0/+1 |
| 2020-11-02 | Improve deprecation attribute diagnostic messages. | Mara Bos | -3/+3 |
| 2020-11-01 | Turn 'useless #[deprecated]' error into a lint. | Mara Bos | -11/+11 |
| 2020-11-01 | Use the right span for errors about #[deprecated] attributes. | Mara Bos | -9/+17 |
| 2020-11-01 | Deny #[deprecated] on trait impl blocks. | Mara Bos | -1/+4 |
| 2020-10-27 | Cache foreign_modules query | Ryan Levick | -1/+1 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -3/+56 |
| 2020-10-25 | Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb | bors | -0/+13 |