about summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-1/+0
2020-02-01syntax: reexport attr globalsMazdak Farrokhzad-1/+1
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-1/+1
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-02-01syntax: move GLOBALS to attr moduleMazdak Farrokhzad-1/+1
2020-01-30rustdoc: attempt full build for compile_fail testTrevor Spiteri-1/+1
2020-01-20Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomezDylan DPC-3/+7
2020-01-18rustdoc: Fix handling of compile errors when running `rustdoc --test`Oliver Middleton-3/+7
2020-01-17Use named fields for `hir::ItemKind::Impl`Dylan MacKenzie-2/+2
2020-01-15remove redundant clones, found by clippyMatthias Krüger-1/+1
2020-01-13Auto merge of #67850 - GuillaumeGomez:err-codes-checkup, r=Mark-Simulacrumbors-2/+1
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-2/+2
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-1/+1
2020-01-08intravisit: abstract over HIR MapMazdak Farrokhzad-1/+3
2020-01-06Fix error code failure check in rustdoc testGuillaume Gomez-2/+1
2020-01-06Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisabors-3/+4
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-3/+4
2020-01-04rustdoc: Avoid panic when parsing codeblocks for playground linksOliver Middleton-76/+72
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-2/+3
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-120/+133
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-26Have Queries own the GlobalCtxt.Camille GILLOT-1/+1
2019-11-26Review nits.Camille GILLOT-2/+2
2019-11-26Reduce righward drift.Camille GILLOT-34/+33
2019-11-25Don't move stuff out of Compiler::enter.Camille GILLOT-18/+18
2019-11-24Isolate compiler queries inside the Queries type.Camille GILLOT-16/+19
2019-11-20Delete ProcessCfgModMark Rousskov-2/+1
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-0/+1
2019-11-13Rollup merge of #66297 - vakaras:edit-queries, r=oli-obkYuki Okushi-0/+1
2019-11-13Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavusYuki Okushi-1/+1
2019-11-11Add a callback that allows compiler consumers to override queries.Vytautas Astrauskas-0/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-2/+3
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-1/+2
2019-11-06rename cfg(rustdoc) into cfg(doc)Guillaume Gomez-1/+1
2019-10-23Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakisMazdak Farrokhzad-0/+1
2019-10-21Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27Mazdak Farrokhzad-0/+3
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-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-1/+1
2019-10-12Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiserbors-0/+1
2019-10-11rustdoc: forward -Z options to rustcTomasz Miąsko-0/+3
2019-10-10Don't pass doctest feature by defaultGuillaume Gomez-0/+1
2019-10-01Prevent rustdoc feature to be passed down to doctestsGuillaume Gomez-1/+3
2019-09-29Enhance report-time optionIgor Aleksanov-0/+1
2019-09-26Rename `Item.node` to `Item.kind`varkor-4/+4
2019-09-17Replace DiagnosticBuilder with Diagnostic when emitting errorMark Rousskov-1/+1