about summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
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
2019-05-06update rustdoc unit testsQuietMisdreavus-17/+18
2019-05-06set the default edition when pre-parsing a doctestQuietMisdreavus-2/+6
2019-05-03Rollup merge of #60220 - euclio:rustdoc-test-fatal-parsing-errors, r=QuietMis...Mazdak Farrokhzad-4/+19
2019-04-24report fatal errors during doctest parsingAndy Russell-4/+19
2019-04-22upgrade rustdoc's pulldown-cmark to 0.4.1Andy Russell-5/+1
2019-04-02Update rustdocOliver Scherer-1/+1
2019-03-30Remove redundant importFabian Drinck-2/+1
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-172/+122
2019-03-07Keep current behavior while accepting error countEsteban Küber-1/+1
2019-03-07fix bad use of with_emitterEsteban Küber-2/+2
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-7/+8
2019-02-24hir: remove NodeId from Lifetime and Tyljedrz-1/+1