summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2020-08-28Fix swapped stability attributesJoshua Nelson-6/+6
2020-08-24Auto merge of #74590 - jyn514:timing, r=Mark-Simulacrumbors-2/+6
2020-08-23Use underscores instead of spacesJoshua Nelson-2/+2
2020-08-23Add some timing info to rustdocJoshua Nelson-2/+6
2020-08-23xpy fmtJoshua Nelson-7/+2
2020-08-23Report an ambiguity if both modules and primitives are in scopeJoshua Nelson-43/+109
2020-08-23Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkovbors-90/+209
2020-08-22Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,...bors-22/+20
2020-08-22rustdoc: Only resolve traits in scopeJoshua Nelson-13/+18
2020-08-22rustdoc: Cache traits implemented by a typeJoshua Nelson-45/+59
2020-08-22rustdoc: Add support for associated items even outside the impl itselfJoshua Nelson-88/+188
2020-08-22Rollup merge of #75745 - jyn514:refactor-resolve, r=ManishearthDylan DPC-23/+1
2020-08-21Unify checks for lint missing_doc_code_examples and --show-coverageGuillaume Gomez-22/+20
2020-08-21Show line even if there is no code examplesGuillaume Gomez-5/+3
2020-08-21Ignore more kind of items for doc examplesGuillaume Gomez-0/+4
2020-08-20fmtGuillaume Gomez-11/+2
2020-08-20Update how doc examples are countedGuillaume Gomez-18/+16
2020-08-20Remove "total" columns in --show-coverage outputGuillaume Gomez-6/+5
2020-08-20Remove duplicate binding in matchJoshua Nelson-1/+1
2020-08-20Update rustdoc coverage UI testGuillaume Gomez-5/+11
2020-08-20Ignore code examples on given items where it doesn't make senseGuillaume Gomez-19/+40
2020-08-20Remove duplication in `fold_item`Joshua Nelson-23/+1
2020-08-19xpy fmtJoshua Nelson-1/+6
2020-08-19Use `impls` for intra doc links as wellJoshua Nelson-34/+18
2020-08-19Allow reusing the code in `collect_trait_impls`Joshua Nelson-34/+1
2020-08-19Rollup merge of #75665 - GuillaumeGomez:doc-examples-coverage, r=jyn514Yuki Okushi-24/+84
2020-08-19Rollup merge of #75652 - jyn514:true-false-2, r=GuillaumeGomezYuki Okushi-7/+18
2020-08-18Add doc examples count for --show-coverageGuillaume Gomez-24/+84
2020-08-17Resolve true and false as booleansJoshua Nelson-7/+18
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-15/+15
2020-08-14Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwcoTyler Mandry-2/+2
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-2/+2
2020-08-13Add Array Impl Lang Item in various placeskadmin-0/+1
2020-08-09Give precedence to primitives over modulesJoshua Nelson-3/+5
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-2/+4
2020-08-06Rollup merge of #75079 - jyn514:disambiguator, r=ManishearthManish Goregaokar-43/+145
2020-08-06Add doc-comment for `kind_side_channel`Joshua Nelson-0/+3
2020-08-06Remove dead codeJoshua Nelson-17/+1
2020-08-06Fix outdated codeJoshua Nelson-3/+1
2020-08-06Use the proper kind for associated itemsJoshua Nelson-2/+8
2020-08-06Still print help even if there's no spanJoshua Nelson-0/+2
2020-08-05Suggest f() for functions and add a test caseJoshua Nelson-1/+2
2020-08-05Unresolved link -> incompatible link kindJoshua Nelson-2/+1
2020-08-05Give a much better error message if the struct failed to resolveJoshua Nelson-60/+127
2020-08-03item -> linkJoshua Nelson-1/+1
2020-08-02Don't mark associated items as traitsJoshua Nelson-1/+2
2020-08-02Disallow linking to items with a mismatched disambiguatorJoshua Nelson-2/+43
2020-08-01rustc_metadata: track the simplified Self type for every trait impl.Eduard-Mihai Burtescu-1/+1
2020-07-30Rename the lint againManish Goregaokar-1/+1
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-36/+30