| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-08-31 | Rollup merge of #76075 - marmeladema:remove-once-cell-crate, r=matklad | Aleksey Kladov | -0/+1 |
| 2020-08-31 | Stabilise link-self-contained option | Mateusz Mikuła | -3/+3 |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -0/+2 |
| 2020-08-30 | Suggest `if let x = y` when encountering `if x = y` | Esteban Küber | -0/+4 |
| 2020-08-30 | datastructures: replace `once_cell` crate with an impl from std | marmeladema | -0/+1 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+6946 |