| Age | Commit message (Expand) | Author | Lines |
| 2020-10-23 | Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnr | bors | -58/+33 |
| 2020-10-22 | Rollup merge of #77976 - oliviacrain:issue-77915-fix, r=matthewjasper | Yuki Okushi | -1/+1 |
| 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-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 |
| 2020-09-29 | Liveness analysis for everybody | Tomasz Miąsko | -34/+28 |
| 2020-09-28 | passes: `check_attr` on more targets | David Wood | -58/+33 |
| 2020-09-27 | liveness: Inline visitor implementation for IrMaps | Tomasz Miąsko | -199/+175 |
| 2020-09-27 | liveness: Store upvars_mentioned inside Liveness struct | Tomasz Miąsko | -4/+6 |
| 2020-09-27 | liveness: Use visit_param to add variables corresponding to params | Tomasz Miąsko | -15/+19 |
| 2020-09-27 | liveness: Use upvars instead of FnKind to check for closures | Tomasz Miąsko | -13/+10 |
| 2020-09-27 | liveness: Move body_owner field from IrMaps to Liveness | Tomasz Miąsko | -18/+12 |
| 2020-09-27 | Auto merge of #77229 - tmiasko:liveness, r=lcnr | bors | -121/+90 |
| 2020-09-27 | Rollup merge of #77203 - ecstatic-morse:const-stability-attr-checks, r=oli-obk | Jonas Schievink | -7/+31 |
| 2020-09-27 | Auto merge of #77118 - exrook:stability-generic-parameters-2, r=varkor | bors | -26/+122 |
| 2020-09-27 | liveness: Access live nodes directly through self.lnks[ln] | Tomasz Miąsko | -7/+3 |
| 2020-09-26 | liveness: Use newtype_index for Variable and LiveNode | Tomasz Miąsko | -66/+46 |
| 2020-09-26 | liveness: Remove unnecessary local variable exit_ln | Tomasz Miąsko | -3/+2 |
| 2020-09-26 | liveness: Inline contents of specials struct | Tomasz Miąsko | -30/+25 |
| 2020-09-26 | liveness: Delay conversion from a symbol to a string until linting | Tomasz Miąsko | -5/+12 |
| 2020-09-26 | liveness: Remove redundant fields for a number of live nodes and variables | Tomasz Miąsko | -14/+8 |
| 2020-09-26 | liveness: Remove redundant debug logging | Tomasz Miąsko | -2/+0 |
| 2020-09-25 | Address review comment | marmeladema | -4/+4 |
| 2020-09-25 | Check for missing const-stability attributes in `stability` | Dylan MacKenzie | -7/+31 |
| 2020-09-25 | Rollup merge of #77073 - lcnr:ty-trait-param, r=matthewjasper | Jonas Schievink | -1/+4 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-22 | Fix compilation & test failures | Jacob Hughes | -2/+8 |
| 2020-09-22 | Update src/librustc_passes/stability.rs | Avi Dessauer | -2/+1 |