| Age | Commit message (Expand) | Author | Lines |
| 2020-09-14 | Stabilize doc_alias feature | Guillaume Gomez | -4/+2 |
| 2020-09-14 | Auto merge of #76549 - ehuss:lints-comments, r=wesleywiser | bors | -4/+3046 |
| 2020-09-14 | Auto merge of #76195 - lcnr:const-Self, r=varkor | bors | -15/+53 |
| 2020-09-14 | Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiser | bors | -8/+28 |
| 2020-09-14 | Auto merge of #76656 - jonas-schievink:fewer-unstable-metadata-queries, r=lcnr | bors | -4/+17 |
| 2020-09-13 | review, improve note span | Bastian Kauschke | -29/+34 |
| 2020-09-13 | allow concrete self types in consts | Bastian Kauschke | -17/+50 |
| 2020-09-13 | Rollup merge of #76668 - pickfire:patch-9, r=jonas-schievink | Jonas Schievink | -1/+19 |
| 2020-09-13 | Make const_evaluatable_unchecked lint example not depend on the architecture ... | Eric Huss | -1/+1 |
| 2020-09-13 | Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis | bors | -333/+283 |
| 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/+3144 |
| 2020-09-13 | Add visualization of rustc span in doc | Ivan Tham | -1/+19 |
| 2020-09-13 | Auto merge of #76598 - ad-anssi:diagnostic_errors_fix, r=estebank | bors | -4/+8 |
| 2020-09-13 | Auto merge of #76658 - Aaron1011:fix/encode-dummy-loc-span, r=lcnr | bors | -1/+1 |
| 2020-09-13 | Auto merge of #76588 - guswynn:debug_logging, r=jyn514,Mark-Simulacrum | bors | -1/+3 |
| 2020-09-13 | Auto merge of #76585 - Aaron1011:ignore-vert-plus, r=petrochenkov | bors | -0/+6 |
| 2020-09-12 | Properly encode spans with a dummy location and non-root `SyntaxContext` | Aaron Hill | -1/+1 |
| 2020-09-13 | Auto merge of #76306 - tmiasko:nrvo-debuginfo, r=ecstatic-morse | bors | -4/+5 |
| 2020-09-13 | Don't query unstable data when `staged_api` is off | Jonas Schievink | -4/+17 |
| 2020-09-12 | Auto merge of #73461 - calebzulawski:validate-attribute-placement, r=matthewj... | bors | -33/+194 |
| 2020-09-12 | Auto merge of #76538 - fusion-engineering-forks:check-useless-unstable-trait-... | bors | -3/+79 |
| 2020-09-12 | Auto merge of #76632 - andjo403:updateDep, r=Mark-Simulacrum | bors | -4/+4 |
| 2020-09-12 | Auto merge of #76222 - guswynn:const_diag, r=estebank | bors | -5/+34 |
| 2020-09-12 | update the version of itertools and parking_lot | Andreas Jonson | -4/+4 |
| 2020-09-12 | Auto merge of #75756 - jyn514:diagnostic-suggestions, r=estebank | bors | -0/+10 |
| 2020-09-11 | better diag when const ranges are used in patterns | Gus Wynn | -5/+34 |
| 2020-09-11 | Auto merge of #76499 - guswynn:priv_des, r=petrochenkov | bors | -29/+80 |
| 2020-09-11 | Improve `ineffective_unstable_trait_impl` error message. | Mara Bos | -4/+4 |
| 2020-09-11 | Give better diagnostic when using a private tuple struct constructor | Gus Wynn | -29/+80 |
| 2020-09-11 | just max_level_info | Gus Wynn | -2/+2 |
| 2020-09-11 | comments + add max_level_info so false works with debug_assertions on | Gus Wynn | -1/+1 |
| 2020-09-11 | repairing broken error message and rustfix application for the new test | Aurélien Deharbe | -1/+5 |
| 2020-09-11 | Turn unstable trait impl error into a lint, so it can be disabled. | Mara Bos | -22/+36 |
| 2020-09-11 | Turn useless #[unstable] attributes into errors. | Mara Bos | -1/+1 |
| 2020-09-11 | Warn for #[unstable] on trait impls when it has no effect. | Mara Bos | -2/+64 |
| 2020-09-11 | replacing sub's that can wrap by saturating_sub's | Aurélien Deharbe | -3/+3 |
| 2020-09-11 | Auto merge of #75611 - JulianKnodt:cg_enum_err, r=lcnr | bors | -17/+59 |
| 2020-09-10 | add debug-logging to config.toml | Gus Wynn | -1/+3 |
| 2020-09-10 | Fully integrate token collection for additional AST structs | Aaron Hill | -3/+6 |
| 2020-09-10 | Attach tokens to `ast::Stmt` | Aaron Hill | -15/+56 |
| 2020-09-10 | Attach `TokenStream` to `ast::Visibility` | Aaron Hill | -50/+120 |
| 2020-09-10 | Attach `TokenStream` to `ast::Path` | Aaron Hill | -21/+41 |
| 2020-09-10 | Attach tokens to `NtMeta` (`ast::AttrItem`) | Aaron Hill | -6/+17 |
| 2020-09-10 | Collect tokens when handling `:literal` matcher | Aaron Hill | -2/+10 |
| 2020-09-10 | Attach `TokenStream` to `ast::Ty` | Aaron Hill | -15/+42 |
| 2020-09-10 | Attach `TokenStream` to `ast::Block` | Aaron Hill | -4/+21 |
| 2020-09-10 | Ignore `|` and `+` tokens during proc-macro pretty-print check | Aaron Hill | -0/+6 |
| 2020-09-10 | Rollup merge of #76567 - matthiaskrgr:clone_on_copy, r=varkor | Tyler Mandry | -31/+33 |