| Age | Commit message (Expand) | Author | Lines |
| 2021-02-25 | Fix Clippy build and test | flip1995 | -3/+6 |
| 2021-02-25 | Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup | flip1995 | -3273/+6454 |
| 2021-02-25 | Improve checking for attribute | Amanieu d'Antras | -16/+29 |
| 2021-02-24 | Fix back-forward cache in rustdoc frontend. | Jacob Hoffman-Andrews | -6/+14 |
| 2021-02-24 | clarifies error when finding mismatched returned types for async functions | Nell Shamrell | -20/+38 |
| 2021-02-24 | Rename the `tidy` binary to `rust-tidy` | Joshua Nelson | -1/+12 |
| 2021-02-24 | Properly account for non-shorthand pattern field in unused variable lint | Esteban Küber | -0/+46 |
| 2021-02-25 | Fix tests | Amanieu d'Antras | -4/+12 |
| 2021-02-25 | Address review comments | Amanieu d'Antras | -0/+3 |
| 2021-02-24 | fix typo in `pre-commit.sh` | katelyn martin | -1/+1 |
| 2021-02-24 | Account for associated consts in the "unstable assoc item name colission" lint | Esteban Küber | -7/+28 |
| 2021-02-24 | Only look for `tidy` when running rustdoc tests | Joshua Nelson | -6/+12 |
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -0/+47 |
| 2021-02-24 | Substitute erased lifetimes on bad placeholder type | Esteban Küber | -2/+32 |
| 2021-02-24 | Update cargo | Eric Huss | -0/+0 |
| 2021-02-24 | Add test | Dániel Buga | -0/+11 |
| 2021-02-24 | Remove duplicate string | Dániel Buga | -1/+0 |
| 2021-02-24 | Remove `ENABLE_DOWNLOAD_RUSTC` constant | Joshua Nelson | -23/+13 |
| 2021-02-24 | Auto merge of #80914 - GuillaumeGomez:remove-is_spotlight, r=jyn514 | bors | -18/+73 |
| 2021-02-24 | Use Oxform comma | Ivan Tham | -1/+1 |
| 2021-02-24 | Make DocContext &mut for clean | Guillaume Gomez | -1/+1 |
| 2021-02-24 | Prevent to compute Item attributes twice | Guillaume Gomez | -6/+23 |
| 2021-02-24 | Auto merge of #80475 - simonvandel:fix-77355, r=oli-obk | bors | -355/+482 |
| 2021-02-24 | Add suggestion for iterators in iterators | Kevin Per | -0/+32 |
| 2021-02-24 | Properly reject non-const arguments | Amanieu d'Antras | -0/+36 |
| 2021-02-24 | library: Normalize safety-for-unsafe-block comments | Miguel Ojeda | -1/+1 |
| 2021-02-23 | rustdoc: Name fields of `ResolutionFailure::WrongNamespace` | Camelid | -17/+22 |
| 2021-02-23 | panic_bounds_checks should be panic_bounds_check | Jeff Muizelaar | -1/+1 |
| 2021-02-24 | TODO -> FIXME | Amanieu d'Antras | -1/+1 |
| 2021-02-23 | yeet | Ellen | -0/+47 |
| 2021-02-23 | Improve code readability | Guillaume Gomez | -11/+12 |
| 2021-02-23 | * Fix some typo | Guillaume Gomez | -10/+31 |
| 2021-02-23 | Put clean::Trait extra information into a new struct to make it more coherent | Guillaume Gomez | -18/+33 |
| 2021-02-23 | Use a qualified path to make it more clear where `list_contains_name` functio... | Guillaume Gomez | -2/+1 |
| 2021-02-23 | Remove is_spotlight field from `Trait` | Guillaume Gomez | -20/+39 |
| 2021-02-23 | Do not consider using a semicolon inside of a different-crate macro | Michael Howell | -0/+71 |
| 2021-02-23 | Move tests to subdirectory | Amanieu d'Antras | -0/+0 |
| 2021-02-23 | Add #[rustc_legacy_const_generics] | Amanieu d'Antras | -0/+125 |
| 2021-02-23 | Rollup merge of #82362 - osa1:issue81918, r=oli-obk | Dylan DPC | -0/+11 |
| 2021-02-23 | Rollup merge of #82311 - aDotInTheVoid:jsondocck-improvements, r=jyn514 | Dylan DPC | -27/+70 |
| 2021-02-23 | Rollup merge of #82308 - estebank:issue-82290, r=lcnr | Dylan DPC | -0/+27 |
| 2021-02-23 | Rollup merge of #82305 - camelid:no-more-refcell, r=jyn514 | Dylan DPC | -60/+56 |
| 2021-02-23 | Rollup merge of #82297 - tmiasko:write-only, r=oli-obk | Dylan DPC | -1/+68 |
| 2021-02-23 | Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis | Dylan DPC | -24/+170 |
| 2021-02-23 | Rollup merge of #82113 - m-ou-se:panic-format-lint, r=estebank | Dylan DPC | -4/+76 |
| 2021-02-23 | Rollup merge of #81629 - 1000teslas:issue-81365-fix, r=Aaron1011 | Dylan DPC | -0/+520 |
| 2021-02-23 | Skip emitting closure diagnostic when closure_kind_origins has no entry | Aaron Hill | -0/+40 |
| 2021-02-23 | Fix typo in sanitizer flag in unstable book. | Corey Farwell | -2/+2 |
| 2021-02-23 | Fix nits | Guillaume Gomez | -8/+4 |
| 2021-02-23 | Add full test for rustdoc map file | Guillaume Gomez | -0/+67 |