about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-12-29Add a pretty printer test of impl<T> const TraitDavid Tolnay-0/+6
2021-12-29Rollup merge of #92372 - dtolnay:fntype, r=jackh726Matthias Krüger-1/+1
2021-12-29Rollup merge of #92371 - dtolnay:attrblock, r=oli-obkMatthias Krüger-12/+12
2021-12-29Rollup merge of #92351 - TmLev:master, r=GuillaumeGomezMatthias Krüger-2/+23
2021-12-29Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomezMatthias Krüger-50/+65
2021-12-29Rollup merge of #92237 - compiler-errors:issue-92100, r=cjgillotMatthias Krüger-0/+46
2021-12-29Rollup merge of #92118 - jackh726:type-alias-position-error, r=petrochenkovMatthias Krüger-0/+77
2021-12-29Rollup merge of #92075 - jyn514:resolve-cleanup, r=camelidMatthias Krüger-16/+25
2021-12-29Auto merge of #92283 - vacuus:print-generic-bounds, r=camelid,GuillaumeGomezbors-3/+1
2021-12-28Auto merge of #92269 - vacuus:clean-generics-print, r=camelidbors-5/+6
2021-12-28Add regression test for #59502Noah Lev-0/+13
2021-12-28Explain why struct fields are handled by assoc. item codeNoah Lev-0/+12
2021-12-28Remove unused parameterNoah Lev-6/+5
2021-12-28Print space after formal generic params in fn typeDavid Tolnay-1/+1
2021-12-28Only special case struct fields for intra-doc links, not enum variantsJoshua Nelson-16/+13
2021-12-28Remove pretty printer space inside block with only outer attrsDavid Tolnay-12/+12
2021-12-28Parse and suggest moving where clauses after equals for type aliasesJack Huey-0/+77
2021-12-28Rollup merge of #92344 - lnicola:rust-analyzer-2021-12-28, r=lnicolaMatthias Krüger-16/+16
2021-12-28Rollup merge of #92333 - compiler-errors:elided-lifetime-spans, r=cjgillotMatthias Krüger-3/+80
2021-12-28Rollup merge of #92238 - dtolnay:stringifytest, r=Mark-SimulacrumMatthias Krüger-0/+879
2021-12-28Rollup merge of #92219 - ehuss:remove-vcvars, r=Mark-SimulacrumMatthias Krüger-1/+0
2021-12-28docs(error-codes): Add long error explanation for E0227TmLev-2/+23
2021-12-28:arrow_up: rust-analyzerLaurențiu Nicola-16/+16
2021-12-27Tighten span when suggesting lifetime on pathMichael Goulet-3/+80
2021-12-27Give clearer names to several search index functionsNoah Lev-14/+26
2021-12-27Coalesce two arguments as `&Function`Noah Lev-6/+8
2021-12-27Make `search_index` functions private where possibleNoah Lev-2/+2
2021-12-27Move `ExternalLocation` to `clean::types`Noah Lev-19/+19
2021-12-27rustdoc: Remove some unnecessary `cache` parametersNoah Lev-24/+13
2021-12-27Rename `rustdoc::html::render::cache` to `search_index`Noah Lev-6/+6
2021-12-27intra-doc: Use an enum to represent URL fragmentsNoah Lev-78/+113
2021-12-27Remove needless `return`Noah Lev-1/+1
2021-12-27Rollup merge of #92307 - hiroshi-maybe:fix-minor-typos, r=camelidMatthias Krüger-1/+1
2021-12-27Rollup merge of #92303 - Patrick-Poitras:issue-26186, r=jackh726Matthias Krüger-0/+62
2021-12-27Rollup merge of #92112 - SparrowLii:issue92010, r=cjgillotMatthias Krüger-0/+24
2021-12-27Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkovMatthias Krüger-81/+320
2021-12-27Visit patterns' literal expressions before binding new identsMichael Goulet-0/+46
2021-12-26fix typo: intialized -> initializedHiroshi Kori-1/+1
2021-12-27relax priv-in-pub lint on generic bounds and where clauses in trait implsJack Wrenn-81/+320
2021-12-26Add test cases for issue #26186PFPoitras-0/+62
2021-12-26Auto merge of #92257 - fee1-dead:fix_env_further_bounds, r=oli-obkbors-1/+30
2021-12-25Remove unneeded call to `collect`Roc Yu-5/+6
2021-12-25Remove `String` allocation in loopRoc Yu-3/+1
2021-12-25Auto merge of #92262 - notriddle:notriddle/unused-hash, r=jyn514bors-11/+2
2021-12-25Auto merge of #92227 - Kobzol:rustdoc-doc-hidden, r=jyn514bors-16/+7
2021-12-25Auto merge of #92247 - lnicola:rust-analyzer-2021-12-24, r=lnicolabors-21/+16
2021-12-24Auto merge of #92229 - fee1-dead:fix-rustdoc-const-drop, r=dtolnaybors-20/+35
2021-12-24rustdoc: remove unused Hash implMichael Howell-11/+2
2021-12-25bless ui testDeadbeef-1/+16
2021-12-25normalize env constness for nested obligationsDeadbeef-0/+14