| Age | Commit message (Expand) | Author | Lines |
| 2021-12-29 | Add a pretty printer test of impl<T> const Trait | David Tolnay | -0/+6 |
| 2021-12-29 | Rollup merge of #92372 - dtolnay:fntype, r=jackh726 | Matthias Krüger | -1/+1 |
| 2021-12-29 | Rollup merge of #92371 - dtolnay:attrblock, r=oli-obk | Matthias Krüger | -12/+12 |
| 2021-12-29 | Rollup merge of #92351 - TmLev:master, r=GuillaumeGomez | Matthias Krüger | -2/+23 |
| 2021-12-29 | Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomez | Matthias Krüger | -50/+65 |
| 2021-12-29 | Rollup merge of #92237 - compiler-errors:issue-92100, r=cjgillot | Matthias Krüger | -0/+46 |
| 2021-12-29 | Rollup merge of #92118 - jackh726:type-alias-position-error, r=petrochenkov | Matthias Krüger | -0/+77 |
| 2021-12-29 | Rollup merge of #92075 - jyn514:resolve-cleanup, r=camelid | Matthias Krüger | -16/+25 |
| 2021-12-29 | Auto merge of #92283 - vacuus:print-generic-bounds, r=camelid,GuillaumeGomez | bors | -3/+1 |
| 2021-12-28 | Auto merge of #92269 - vacuus:clean-generics-print, r=camelid | bors | -5/+6 |
| 2021-12-28 | Add regression test for #59502 | Noah Lev | -0/+13 |
| 2021-12-28 | Explain why struct fields are handled by assoc. item code | Noah Lev | -0/+12 |
| 2021-12-28 | Remove unused parameter | Noah Lev | -6/+5 |
| 2021-12-28 | Print space after formal generic params in fn type | David Tolnay | -1/+1 |
| 2021-12-28 | Only special case struct fields for intra-doc links, not enum variants | Joshua Nelson | -16/+13 |
| 2021-12-28 | Remove pretty printer space inside block with only outer attrs | David Tolnay | -12/+12 |
| 2021-12-28 | Parse and suggest moving where clauses after equals for type aliases | Jack Huey | -0/+77 |
| 2021-12-28 | Rollup merge of #92344 - lnicola:rust-analyzer-2021-12-28, r=lnicola | Matthias Krüger | -16/+16 |
| 2021-12-28 | Rollup merge of #92333 - compiler-errors:elided-lifetime-spans, r=cjgillot | Matthias Krüger | -3/+80 |
| 2021-12-28 | Rollup merge of #92238 - dtolnay:stringifytest, r=Mark-Simulacrum | Matthias Krüger | -0/+879 |
| 2021-12-28 | Rollup merge of #92219 - ehuss:remove-vcvars, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2021-12-28 | docs(error-codes): Add long error explanation for E0227 | TmLev | -2/+23 |
| 2021-12-28 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+16 |
| 2021-12-27 | Tighten span when suggesting lifetime on path | Michael Goulet | -3/+80 |
| 2021-12-27 | Give clearer names to several search index functions | Noah Lev | -14/+26 |
| 2021-12-27 | Coalesce two arguments as `&Function` | Noah Lev | -6/+8 |
| 2021-12-27 | Make `search_index` functions private where possible | Noah Lev | -2/+2 |
| 2021-12-27 | Move `ExternalLocation` to `clean::types` | Noah Lev | -19/+19 |
| 2021-12-27 | rustdoc: Remove some unnecessary `cache` parameters | Noah Lev | -24/+13 |
| 2021-12-27 | Rename `rustdoc::html::render::cache` to `search_index` | Noah Lev | -6/+6 |
| 2021-12-27 | intra-doc: Use an enum to represent URL fragments | Noah Lev | -78/+113 |
| 2021-12-27 | Remove needless `return` | Noah Lev | -1/+1 |
| 2021-12-27 | Rollup merge of #92307 - hiroshi-maybe:fix-minor-typos, r=camelid | Matthias Krüger | -1/+1 |
| 2021-12-27 | Rollup merge of #92303 - Patrick-Poitras:issue-26186, r=jackh726 | Matthias Krüger | -0/+62 |
| 2021-12-27 | Rollup merge of #92112 - SparrowLii:issue92010, r=cjgillot | Matthias Krüger | -0/+24 |
| 2021-12-27 | Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkov | Matthias Krüger | -81/+320 |
| 2021-12-27 | Visit patterns' literal expressions before binding new idents | Michael Goulet | -0/+46 |
| 2021-12-26 | fix typo: intialized -> initialized | Hiroshi Kori | -1/+1 |
| 2021-12-27 | relax priv-in-pub lint on generic bounds and where clauses in trait impls | Jack Wrenn | -81/+320 |
| 2021-12-26 | Add test cases for issue #26186 | PFPoitras | -0/+62 |
| 2021-12-26 | Auto merge of #92257 - fee1-dead:fix_env_further_bounds, r=oli-obk | bors | -1/+30 |
| 2021-12-25 | Remove unneeded call to `collect` | Roc Yu | -5/+6 |
| 2021-12-25 | Remove `String` allocation in loop | Roc Yu | -3/+1 |
| 2021-12-25 | Auto merge of #92262 - notriddle:notriddle/unused-hash, r=jyn514 | bors | -11/+2 |
| 2021-12-25 | Auto merge of #92227 - Kobzol:rustdoc-doc-hidden, r=jyn514 | bors | -16/+7 |
| 2021-12-25 | Auto merge of #92247 - lnicola:rust-analyzer-2021-12-24, r=lnicola | bors | -21/+16 |
| 2021-12-24 | Auto merge of #92229 - fee1-dead:fix-rustdoc-const-drop, r=dtolnay | bors | -20/+35 |
| 2021-12-24 | rustdoc: remove unused Hash impl | Michael Howell | -11/+2 |
| 2021-12-25 | bless ui test | Deadbeef | -1/+16 |
| 2021-12-25 | normalize env constness for nested obligations | Deadbeef | -0/+14 |