about summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-1/+1
2020-01-03Address review comments + Fix rebaseVadim Petrochenkov-2/+2
2020-01-03rustdoc: Respect diagnostic debugging optionsVadim Petrochenkov-21/+8
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-215/+225
2019-12-09Add options to --extern flag.Eric Huss-1/+3
2019-11-30Rollup merge of #66895 - Centril:rustc_feature, r=oli-obkMazdak Farrokhzad-1/+1
2019-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-1/+1
2019-11-26Review nits.Camille GILLOT-2/+2
2019-11-26Reduce righward drift.Camille GILLOT-129/+127
2019-11-25Don't move stuff out of Compiler::enter.Camille GILLOT-104/+102
2019-11-25Pass Queries by reference.Camille GILLOT-2/+2
2019-11-24Tidy.Camille GILLOT-4/+5
2019-11-24Isolate compiler queries inside the Queries type.Camille GILLOT-25/+29
2019-11-21Rename the cfg attribute from rustdoc to docGuillaume Gomez-1/+1
2019-11-17Rollup merge of #66456 - Centril:driver-codes, r=Mark-SimulacrumYuki Okushi-1/+1
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-1/+1
2019-11-15Move JSON emitter to rustc_errorsMark Rousskov-1/+1
2019-11-13Auto merge of #66211 - kinnison:kinnison/fix-66159, r=GuillaumeGomezbors-1/+24
2019-11-13Rollup merge of #66297 - vakaras:edit-queries, r=oli-obkYuki Okushi-0/+1
2019-11-11Add a callback that allows compiler consumers to override queries.Vytautas Astrauskas-0/+1
2019-11-08rustdoc: Deliberately load extern crates before processing docsDaniel Silverstone-1/+24
2019-11-06rename cfg(rustdoc) into cfg(doc)Guillaume Gomez-1/+1
2019-10-24Turn crate store into a resolver outputVadim Petrochenkov-6/+1
2019-10-23Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakisMazdak Farrokhzad-4/+4
2019-10-19move parse_cfgspecs to rustc_interfaceMazdak Farrokhzad-1/+1
2019-10-17Update API to be more compatible with plugin needsMark Rousskov-0/+1
2019-10-17Make get_lints be a static functionMark Rousskov-4/+3
2019-10-01Prevent rustdoc feature to be passed down to doctestsGuillaume Gomez-1/+4
2019-09-17Replace DiagnosticBuilder with Diagnostic when emitting errorMark Rousskov-0/+2
2019-09-04address rebase changesDario Gonzalez-1/+0
2019-09-03changed target from option to plain target, populated with host triple at arg...Dario Gonzalez-2/+1
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-0/+1
2019-08-29Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkovbors-1/+7
2019-08-26Move top-level Clean impl to functionMark Rousskov-3/+3
2019-08-24Improve Rustdoc's handling of procedural macrosAaron Hill-1/+7
2019-08-21Add terminal_width debugging flagEsteban Küber-0/+1
2019-08-19Use BTreeMap for deterministic iter orderShotaro Yamada-1/+1
2019-08-19Support `impl Trait` in inlined documentationShotaro Yamada-2/+22
2019-08-11Use a HashSet instead of VecMark Rousskov-1/+1
2019-08-11Don't store all traits in DocContextMark Rousskov-4/+1
2019-08-11Store typed PassesMark Rousskov-15/+16
2019-08-11Replace Arc with Rc around external_traitsMark Rousskov-2/+1
2019-08-11Remove ReentrantMutexMark Rousskov-2/+1
2019-08-11Remove crate_name from DocContextMark Rousskov-4/+1
2019-08-10Implement Clean<Crate> on hir::Crate directlyMark Rousskov-6/+1
2019-08-10Replace is_doc_reachable with is_publicMark Rousskov-10/+0
2019-08-10Gather deprecation information during cleaningMark Rousskov-0/+5