summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2020-03-01Auto merge of #69380 - Zoxc:parent-module, r=michaelwoeristerbors-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-18/+18
2020-02-29Add a `parent_module_from_def_id` queryJohn Kåre Alsaker-1/+1
2020-02-24don't explicitly compare against true or falseMatthias Krüger-2/+2
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-2/+2
2020-02-19Make lookup of associated item by name O(log n)Dylan MacKenzie-4/+4
2020-02-11Run RustFmtjumbatm-11/+11
2020-02-11Invert control in struct_lint_level.jumbatm-123/+125
2020-02-08Make `associated_items` query return a sliceJonas Schievink-0/+1
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-1/+0
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-01-17rustdoc: Catch fatal errors when syntax highlightingOliver Middleton-2/+3
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-2/+2
2020-01-09Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomezYuki Okushi-47/+62
2020-01-06Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisabors-11/+11
2020-01-06Auto merge of #67563 - euclio:rustdoc-buffer-lexer, r=GuillaumeGomezbors-3/+29
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-11/+11
2020-01-04buffer lexer errors in rustdoc syntax checkingAndy Russell-3/+29
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-47/+62
2020-01-04DefId{Map,Set} -> rustc::hir::def_idMazdak Farrokhzad-4/+3
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-4/+4
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-4/+4
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-297/+328
2019-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-1/+1
2019-11-27Use new ErrorKind enumGuillaume Gomez-10/+16
2019-11-27Replace Iterator::find calls with Iterator::any when betterGuillaume Gomez-6/+5
2019-11-27Add support for intra-doc link fields of enum variantGuillaume Gomez-7/+60
2019-11-27little intra-doc code cleanupGuillaume Gomez-16/+11
2019-11-27Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn...bors-78/+211
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-3/+3
2019-11-25Update error messagesGuillaume Gomez-3/+3
2019-11-24Fix some rustdoc error capitalizationEsteban Küber-3/+3
2019-11-23Handle anchor errorsGuillaume Gomez-113/+190
2019-11-23Handle anchors in intra doc linksGuillaume Gomez-11/+67
2019-11-20Delete ProcessCfgModMark Rousskov-2/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-1/+1
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-1/+2
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-10-31rustdoc: Resolve module-level doc references more locallyDaniel Silverstone-4/+21
2019-10-24resolve: Privatize all resolver fieldsVadim Petrochenkov-2/+2
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+1
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-1/+2
2019-09-25Rename `sty` to `kind`varkor-1/+1
2019-09-13Unwrap Visibility fieldsMark Rousskov-3/+3
2019-09-13Move to print functions on types instead of impl fmt::DisplayMark Rousskov-7/+8
2019-09-10Auto merge of #60387 - Goirad:test-expansion, r=ollie27bors-1/+1
2019-09-07Add "bool" lang itemvarkor-0/+2