| Age | Commit message (Expand) | Author | Lines |
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -0/+11 |
| 2020-10-01 | Add `-Zprecise-enum-drop-elaboration` | Dylan MacKenzie | -0/+4 |
| 2020-09-27 | [mir-opt] Introduce a new flag to enable experimental/unsound mir opts | Wesley Wiser | -0/+2 |
| 2020-09-27 | Rollup merge of #77262 - bugadani:redundant-comment, r=Dylan-DPC | Jonas Schievink | -3/+0 |
| 2020-09-27 | Add documentation for `private_intra_doc_links` | Joshua Nelson | -1/+1 |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate... | Joshua Nelson | -0/+11 |
| 2020-09-27 | Remove duplicate comment | Dániel Buga | -3/+0 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -2/+0 |
| 2020-09-26 | Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb | bors | -18/+90 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -2/+0 |
| 2020-09-24 | Don't talk about determinism | Oliver Scherer | -2/+2 |
| 2020-09-23 | Update documentation tests | Oliver Scherer | -16/+6 |
| 2020-09-21 | Don't unwrap but report a fatal error for TargetDataLayout::parse. | Mara Bos | -1/+3 |
| 2020-09-21 | Add cfg(target_has_atomic_equal_alignment). | Mara Bos | -4/+15 |
| 2020-09-21 | Pacify tidy | Oliver Scherer | -0/+4 |
| 2020-09-21 | Document future incompat lints | Oliver Scherer | -0/+17 |
| 2020-09-20 | Use precise errors during const to pat conversion instead of a catch-all on t... | Oliver Scherer | -18/+52 |
| 2020-09-20 | Lint on function pointers used in patterns | Oliver Scherer | -0/+27 |
| 2020-09-20 | Rollup merge of #76832 - khyperia:backend_target_override, r=eddyb | Ralf Jung | -5/+7 |
| 2020-09-17 | Let backends define custom targets | khyperia | -5/+7 |
| 2020-09-17 | use strip_prefix over starts_with and manual slicing based on pattern length ... | Matthias Krüger | -10/+10 |
| 2020-09-16 | Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morse | Tyler Mandry | -0/+7 |
| 2020-09-16 | Added RUSTC_GRAPHVIZ_FONT environment variable | Rich Kadel | -1/+6 |
| 2020-09-16 | Make graphviz font configurable | Rich Kadel | -0/+2 |
| 2020-09-13 | Make const_evaluatable_unchecked lint example not depend on the architecture ... | Eric Huss | -1/+1 |
| 2020-09-13 | Support `ignore` for lint examples. | Eric Huss | -6/+20 |
| 2020-09-13 | Link rustdoc lint docs to the rustdoc book. | Eric Huss | -125/+13 |
| 2020-09-13 | Auto-generate lint documentation. | Eric Huss | -4/+2170 |
| 2020-09-12 | Auto merge of #76538 - fusion-engineering-forks:check-useless-unstable-trait-... | bors | -1/+8 |
| 2020-09-11 | Turn unstable trait impl error into a lint, so it can be disabled. | Mara Bos | -1/+8 |
| 2020-09-10 | use push(char) instead of push_str(&str) to add single chars to strings | Matthias Krüger | -2/+2 |
| 2020-09-10 | Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk | bors | -0/+7 |
| 2020-09-09 | Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandry | Tyler Mandry | -0/+2 |
| 2020-09-09 | Rollup merge of #75094 - 0dvictor:cgu, r=oli-obk | Tyler Mandry | -0/+2 |
| 2020-09-09 | Add `-Z combine_cgu` flag | Victor Ding | -0/+2 |
| 2020-09-08 | Add -Zgraphviz_dark_mode | Rich Kadel | -0/+2 |
| 2020-09-08 | add tracking issue, fix rebase | Bastian Kauschke | -1/+1 |
| 2020-09-08 | convert to future compat lint | Bastian Kauschke | -0/+11 |
| 2020-09-08 | Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obk | bors | -0/+11 |
| 2020-09-07 | Add CONST_ITEM_MUTATION lint | Aaron Hill | -0/+7 |
| 2020-09-04 | Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandry | bors | -0/+9 |
| 2020-09-03 | Tools, tests, and experimenting with MIR-derived coverage counters | Rich Kadel | -0/+9 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -1/+26 |
| 2020-09-02 | rustc_{errors,session}: add `delay_good_path_bug` | Dan Aloni | -0/+18 |
| 2020-09-01 | Rollup merge of #76158 - mati865:self-contained-option, r=petrochenkov | Tyler Mandry | -3/+3 |
| 2020-09-01 | Add SessionDiagnostic derive macro. | jumbatm | -0/+11 |
| 2020-08-31 | Add new `-Z dump-mir-spanview` option | Rich Kadel | -0/+51 |
| 2020-08-31 | Rollup merge of #76002 - richkadel:llvm-coverage-map-gen-6b.3, r=tmandry | Tyler Mandry | -30/+41 |
| 2020-08-31 | Fix `-Z instrument-coverage` on MSVC | Rich Kadel | -30/+41 |
| 2020-09-01 | Auto merge of #75931 - estebank:suggest-if-let, r=petrochenkov | bors | -0/+4 |