| Age | Commit message (Expand) | Author | Lines |
| 2020-10-03 | Make invalid_html_tags lint only run on nightly and being allowed by default | Guillaume Gomez | -1/+1 |
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -3/+15 |
| 2020-10-01 | Auto merge of #74839 - alarsyo:multiple_return_terminators, r=oli-obk | bors | -0/+41 |
| 2020-10-01 | Implement multiple return terminators optimization | Antoine Martin | -0/+41 |
| 2020-10-01 | Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obk | bors | -247/+244 |
| 2020-10-01 | Auto merge of #77379 - camelid:improve-wording-crate-resolution-error, r=davi... | bors | -1/+1 |
| 2020-10-01 | Rollup merge of #77371 - camelid:remove-extra-space-in-diagnostic, r=varkor | Dylan DPC | -1/+1 |
| 2020-10-01 | Rollup merge of #77360 - oli-obk:zst_const_pat_regression, r=RalfJung | Dylan DPC | -5/+5 |
| 2020-10-01 | Rollup merge of #77343 - varkor:rustc_args_required_const-validation, r=lcnr | Dylan DPC | -10/+102 |
| 2020-10-01 | Rollup merge of #77324 - Aaron1011:fix/const-item-mutation-ptr, r=petrochenkov | Dylan DPC | -5/+9 |
| 2020-10-01 | Rollup merge of #77319 - tgnottingham:siphasher_endianness, r=nnethercote | Dylan DPC | -18/+142 |
| 2020-10-01 | Rollup merge of #77305 - lcnr:candidate_from_obligation, r=davidtwco | Dylan DPC | -156/+161 |
| 2020-10-01 | Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkor | Dylan DPC | -34/+150 |
| 2020-10-01 | Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkov | Dylan DPC | -128/+106 |
| 2020-10-01 | Rollup merge of #77153 - Aaron1011:fix/better-recursive-expand, r=petrochenkov | Dylan DPC | -23/+34 |
| 2020-09-30 | Improve wording for external crate resolution error | Camelid | -1/+1 |
| 2020-09-30 | Auto merge of #77372 - jonas-schievink:rollup-e5bdzga, r=jonas-schievink | bors | -47/+40 |
| 2020-09-30 | Rollup merge of #77296 - tmiasko:liveness-option, r=ecstatic-morse | Jonas Schievink | -40/+36 |
| 2020-09-30 | Rollup merge of #77037 - matthiaskrgr:cl42ppy, r=Dylan-DPC | Jonas Schievink | -7/+4 |
| 2020-09-30 | Remove trailing space in error message | Camelid | -1/+1 |
| 2020-09-30 | Auto merge of #75810 - hug-dev:cmse-nonsecure-entry, r=jonas-schievink | bors | -0/+78 |
| 2020-09-30 | Remove E0019, use E0015 for inline assembly in a const | Dylan MacKenzie | -41/+3 |
| 2020-09-30 | Better span for attribute suggestions | Dylan MacKenzie | -11/+19 |
| 2020-09-30 | Add more tests and check for ABI | Hugues de Valon | -1/+24 |
| 2020-09-30 | Add support for cmse_nonsecure_entry attribute | Hugues de Valon | -0/+42 |
| 2020-09-30 | Update LLVM and add Unsupported diagnostic | Hugues de Valon | -0/+13 |
| 2020-09-30 | Auto merge of #77281 - tmiasko:liveness-everybody, r=oli-obk | bors | -34/+28 |
| 2020-09-30 | Validate `rustc_args_required_const` | varkor | -10/+102 |
| 2020-09-30 | References to ZSTs may be at arbitrary aligned addresses | Oliver Scherer | -5/+5 |
| 2020-09-30 | Stable hashing: add comments and tests concerning platform-independence | Tyson Nottingham | -18/+142 |
| 2020-09-29 | Rewrite E0019 example | Dylan MacKenzie | -4/+6 |
| 2020-09-29 | Remove default `build_error` impl | Dylan MacKenzie | -29/+12 |
| 2020-09-30 | Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakis | bors | -72/+54 |
| 2020-09-29 | Remove machinery for halting error output | Dylan MacKenzie | -15/+0 |
| 2020-09-29 | Don't stop const-checking after erroneous trait bound | Dylan MacKenzie | -6/+17 |
| 2020-09-29 | Emit multiple function pointer errors from const-checker | Dylan MacKenzie | -4/+0 |
| 2020-09-29 | Don't emit duplicate errors for the return place | Dylan MacKenzie | -1/+2 |
| 2020-09-29 | Priority levels | Dylan MacKenzie | -10/+74 |
| 2020-09-29 | Bless mut tests | Dylan MacKenzie | -2/+0 |
| 2020-09-29 | Give `MutDeref` a real error message | Dylan MacKenzie | -0/+9 |
| 2020-09-29 | Remove `ops::non_const` | Dylan MacKenzie | -58/+55 |
| 2020-09-29 | Fix "unstable in stable" error | Dylan MacKenzie | -1/+6 |
| 2020-09-29 | Return a `DiagnosticBuilder` from structured errors | Dylan MacKenzie | -75/+64 |
| 2020-09-29 | Forbid generator-specific MIR in all const-contexts | Dylan MacKenzie | -5/+3 |
| 2020-09-29 | `delay_span_bug` if const-checking an `async` function | Dylan MacKenzie | -2/+17 |
| 2020-09-29 | Continue after `impl Trait` in `const fn` | Dylan MacKenzie | -2/+0 |
| 2020-09-29 | Continue const-checking after errors when easy | Dylan MacKenzie | -24/+0 |
| 2020-09-29 | Useful derives on `mir::LocalKind` | Dylan MacKenzie | -1/+1 |
| 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 |