| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-10-23 | Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnr | bors | -58/+33 |
| 2020-10-23 | fix validation for rustc_allow_const_fn_unstable targets | Florian Warzecha | -3/+5 |
| 2020-10-22 | Rollup merge of #77976 - oliviacrain:issue-77915-fix, r=matthewjasper | Yuki Okushi | -1/+1 |
| 2020-10-22 | validate rustc_allow_const_fn_unstable targets | Florian Warzecha | -0/+22 |
| 2020-10-21 | validate allow_internal_unstable target | Florian Warzecha | -0/+29 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -3/+3 |
| 2020-10-18 | Mark InOut operands as used in RWU table with write_place | Olivia Crain | -2/+2 |
| 2020-10-18 | Auto merge of #78066 - bugadani:wat, r=jonas-schievink | bors | -3/+3 |
| 2020-10-18 | Remove weird slice conversion | Dániel Buga | -1/+1 |
| 2020-10-18 | Clean up surprising borrow | Dániel Buga | -2/+2 |
| 2020-10-17 | Treat InOut variables like other input variables | Olivia Crain | -2/+2 |
| 2020-10-17 | Mark inout asm! operands as used in liveness pass | Olivia Crain | -1/+1 |
| 2020-10-17 | Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obk | bors | -0/+3 |
| 2020-10-16 | Lower inline const down to MIR | Santiago Pastorino | -0/+3 |
| 2020-10-16 | stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' | Ralf Jung | -23/+29 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -3/+3 |
| 2020-10-07 | implement nits | Bastian Kauschke | -1/+2 |
| 2020-10-07 | bodge | Bastian Kauschke | -0/+12 |
| 2020-10-06 | Enforce whitespace ascii character check for doc alias | Guillaume Gomez | -0/+10 |
| 2020-10-05 | Allow ascii whitespace char for doc aliases | Guillaume Gomez | -2/+3 |
| 2020-10-05 | Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasper | Dylan DPC | -21/+79 |
| 2020-10-04 | Enforce crate level attributes checks | Guillaume Gomez | -21/+57 |
| 2020-10-04 | Auto merge of #76448 - haraldh:default_alloc_error_handler_reduced, r=Amanieu | bors | -1/+4 |
| 2020-10-03 | Run attributes check at crate level | Guillaume Gomez | -4/+10 |
| 2020-10-03 | Prevent #[doc(alias = "...")] at crate level | Guillaume Gomez | -1/+17 |
| 2020-10-02 | Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk... | Jonas Schievink | -7/+27 |
| 2020-10-02 | Forbid some characters to be used as doc alias | Guillaume Gomez | -7/+27 |
| 2020-10-02 | Implement Make `handle_alloc_error` default to panic (for no_std + liballoc) | Harald Hoyer | -1/+4 |
| 2020-10-01 | Rollup merge of #77343 - varkor:rustc_args_required_const-validation, r=lcnr | Dylan DPC | -9/+101 |
| 2020-09-30 | Rollup merge of #77296 - tmiasko:liveness-option, r=ecstatic-morse | Jonas Schievink | -40/+36 |
| 2020-09-30 | Validate `rustc_args_required_const` | varkor | -9/+101 |
| 2020-09-30 | liveness: Use Option::None to represent absent live nodes | Tomasz Miąsko | -40/+36 |