about summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
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
2019-08-14Merge Variant and Variant_Caio-1/+1
2019-07-23Normalize use of backticks in compiler messages for docSamy Kacimi-1/+1
2019-07-11libtest: add --show-output optionPaul Emmerich-1/+1
2019-07-01Revert "implicit `Option`-returning doctests"Guillaume Gomez-6/+1
2019-06-30Auto merge of #61459 - GuillaumeGomez:fix-rustdoc-sysroot-panic, r=ollie27,bj...bors-4/+2
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-1/+1
2019-06-16Separate librustcdoc modulechansuke-301/+1
2019-06-15Remove unnecessary `.clone()`Shotaro Yamada-1/+1
2019-06-10Prevent panic when sysroot cannot be computedGuillaume Gomez-4/+2
2019-05-30Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomezMazdak Farrokhzad-1/+6
2019-05-28implicit `Option`-returning doctestsAndre Bogus-1/+6
2019-05-22do not print panic message on doctest failuresAndy Russell-25/+114
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-3/+2
2019-05-19Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27bors-19/+24
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-8/+8