| Age | Commit message (Expand) | Author | Lines |
| 2020-10-15 | Rename target_pointer_width to pointer_width and turn it into an u32 | est31 | -11/+10 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -1/+1 |
| 2020-10-14 | Remove unused code from remaining compiler crates | est31 | -2/+0 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -0/+2 |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -0/+11 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -9/+0 |
| 2020-10-05 | Pass tune-cpu to LLVM | Mingye Wang | -0/+2 |
| 2020-10-04 | Enforce crate level attributes checks | Guillaume Gomez | -1/+1 |
| 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 | -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 |