summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
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
2019-09-12Auto merge of #64328 - Mark-Simulacrum:rustdoc-find-rustc, r=GuillaumeGomezbors-1/+4
2019-09-12Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=...bors-1/+1
2019-09-10Add unstable --test-builder to rustdocMark Rousskov-1/+4
2019-09-10Locate rustc binary similarly to codegen backend loadingMark Rousskov-1/+1
2019-09-10Auto merge of #60387 - Goirad:test-expansion, r=ollie27bors-6/+41
2019-09-09Use `sym::{all,any,main,not}` more.Nicholas Nethercote-1/+1
2019-09-04address rebase changesDario Gonzalez-9/+11
2019-09-04flatten rustc_lexer::character_properties moduleAleksey Kladov-3/+2
2019-09-04remove XID and Pattern_White_Space unicode tables from libcoreAleksey Kladov-2/+3
2019-09-03added rustdoc book documentation, improved behavior when unstable flag not pr...Dario Gonzalez-0/+2
2019-09-03changed target from option to plain target, populated with host triple at arg...Dario Gonzalez-5/+3
2019-09-03added feature gate enable-per-target-ignoresDario Gonzalez-2/+5
2019-09-03Added ability to crosscompile doctestsDario Gonzalez-6/+36
2019-09-02Auto merge of #63834 - andjo403:rustdoc-linker-remove, r=Mark-Simulacrumbors-3/+0
2019-09-01remove the unstable rustdoc parameter --linkerAndreas Jonson-3/+0
2019-08-30rustdoc use -Ccodegen-units=1 by default for test compileAndreas Jonson-0/+1
2019-08-30Auto merge of #63827 - andjo403:out-of-process-rustc-in-rustdoc, r=Mark-Simul...bors-146/+68
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-1/+1
2019-08-29Run doctests via out-of-process rustcAndreas Jonson-146/+68
2019-08-29Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkovbors-1/+7
2019-08-27Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbgMazdak Farrokhzad-1/+1
2019-08-24Improve Rustdoc's handling of procedural macrosAaron Hill-1/+7
2019-08-21Add terminal_width debugging flagEsteban Küber-1/+1