about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2020-08-03Fix async-std at the price of breaking half the test suiteJoshua Nelson-7/+0
2020-07-31Auto merge of #74926 - Manishearth:rename-lint, r=jyn514bors-1/+1
2020-07-30Rename the lint againManish Goregaokar-1/+1
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-1/+1
2020-07-29Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failuresManish Goregaokar-1/+1
2020-07-27More requested changesJoseph Ryan-2/+2
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-2/+2
2020-07-27Move `Error` and `RenderInfo` out of `html` moduleJoseph Ryan-1/+1
2020-07-17Rollup merge of #71670 - GuillaumeGomez:enforce-codeblocks-attribute-check, r...Manish Goregaokar-3/+3
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-6/+6
2020-07-16Use the scope of the imported variable for resolution, not the current scopeJoshua Nelson-1/+1
2020-07-16Update code to new invalid_codeblock_attributes lint nameGuillaume Gomez-3/+3
2020-07-15Use the default providers in rustc_interface instead of adding our ownJoshua Nelson-8/+2
2020-07-15Address review commentsJoshua Nelson-19/+22
2020-07-15EMPTY_MAP -> EMPTY_SETJoshua Nelson-4/+4
2020-07-15Don't ICE on infinitely recursive typesJoshua Nelson-0/+15
2020-07-15Remove unnecessary lifetime parameterJoshua Nelson-6/+6
2020-07-15Use tcx as the only context for visitorJoshua Nelson-12/+11
2020-07-15Mention `cargo check` in help messageJoshua Nelson-1/+1
2020-07-15Don't crash on Vec<DoesNotExist>Joshua Nelson-3/+6
2020-07-15Address review comments about code styleJoshua Nelson-14/+10
2020-07-15Don't make typeck_tables_of publicJoshua Nelson-5/+1
2020-07-15Recurse into function bodies, but don't typeck closuresJoshua Nelson-9/+19
2020-07-15Don't ICE on errors in function returning impl traitJoshua Nelson-0/+78
2020-07-15Don't run analysis pass in rustdocJoshua Nelson-5/+7
2020-07-10Rollup merge of #74127 - tamird:allowlist, r=oli-obkManish Goregaokar-10/+10
2020-07-10Avoid "whitelist"Tamir Duberstein-10/+10
2020-07-10Change some function names.Nicholas Nethercote-1/+1
2020-07-07rustdoc: Rename invalid_codeblock_attribute lint to be pluralOliver Middleton-2/+2
2020-06-27Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebankManish Goregaokar-2/+9
2020-06-26errors: use `-Z terminal-width` in JSON emitterDavid Wood-2/+9
2020-06-26Generate docs for links to private items when passed --document-privateJoshua Nelson-7/+8
2020-06-05properly handle feature gated lintsJoey Hain-6/+3
2020-05-30Use `LocalDefId` instead of `NodeId` in `resolve_str_path_error`marmeladema-3/+7
2020-05-28Update src/librustdoc/core.rsNiko Matsakis-1/+1
2020-05-28Whitelist `unsafe_op_in_unsafe_fn` in rustdocLeSeulArtichaut-1/+12
2020-05-11Fix clippy warningsMatthias Krüger-1/+1
2020-05-08Rollup merge of #71581 - GuillaumeGomez:unify-lints-handling, r=kinnisonDylan DPC-36/+60
2020-05-02cleanup: `config::CrateType` -> `CrateType`Vadim Petrochenkov-9/+5
2020-04-27Unify lints handling in rustdocGuillaume Gomez-36/+60
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-1/+1
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-1/+1
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-1/+1
2020-04-23Create new rustdoc lint to check for code blocks tagsGuillaume Gomez-1/+6
2020-04-19Replace uses of `parse_opt_*` with `parse_*` where possible.Nicholas Nethercote-2/+2
2020-04-10librustc_middle: return LocalDefId instead of DefId in opt_local_def_idmarmeladema-2/+5
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-3/+3
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-22Update lint name to follow conventionGuillaume Gomez-3/+3