summary refs log tree commit diff
path: root/src/test/rustdoc-ui
AgeCommit message (Expand)AuthorLines
2019-06-08Fix tests after revert of rustdoc cfg(test) featureOliver Middleton-3/+6
2019-06-05Reblessed tests.Alexander Regueiro-1/+1
2019-05-22do not print panic message on doctest failuresAndy Russell-18/+110
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-3/+3
2019-05-18Update rustdoc-ui testsGuillaume Gomez-8/+38
2019-05-18Fix lints handling in rustdocGuillaume Gomez-0/+39
2019-05-03Rollup merge of #60220 - euclio:rustdoc-test-fatal-parsing-errors, r=QuietMis...Mazdak Farrokhzad-2/+36
2019-04-26Rollup merge of #59940 - GuillaumeGomez:rustdoc-test, r=ollie27Mazdak Farrokhzad-0/+25
2019-04-24Add test for rustdoc cfg(test) featureGuillaume Gomez-0/+25
2019-04-24report fatal errors during doctest parsingAndy Russell-2/+36
2019-04-23Remove unnecessary tidy ignore directivesvarkor-4/+2
2019-03-25compiletest: make path normalization smarterAndy Russell-41/+41
2019-03-15use `!` in macro disambiguation suggestionAndy Russell-3/+3
2019-03-15replace ad-hoc namespace enumsAndy Russell-5/+5
2019-03-15overhaul intra-doc-link ambiguity warningAndy Russell-0/+118
2019-03-11Update testsVadim Petrochenkov-7/+7
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-4/+19
2019-03-09Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomezMazdak Farrokhzad-0/+222
2019-02-28update rustdoc coverage tests with new table layoutQuietMisdreavus-80/+51
2019-02-28add tests for doc coverageQuietMisdreavus-0/+251
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-2/+2
2019-02-23move collapse and unindent docs passes earlierAndy Russell-2/+24
2019-02-19Auto merge of #56514 - ollie27:rustdoc_test_libdir, r=QuietMisdreavusbors-2/+2
2019-01-20Auto merge of #56884 - euclio:codeblock-diagnostics, r=QuietMisdreavusbors-10/+156
2019-01-20rustdoc: Don't modify library path for doctestsOliver Middleton-2/+2
2019-01-17Bless test.Wesley Norris-2/+2
2019-01-17Minor changes to wording and formatting.Wesley Norris-3/+2
2019-01-17Bless test.Wesley Norris-2/+3
2019-01-17Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrumbors-25/+5
2019-01-14rustdoc: check code block syntax in early passAndy Russell-10/+156
2019-01-13Removed more copyright notices.Alexander Regueiro-25/+5
2019-01-13Account for 2 removed lines in src/librustdoc/test.rsIgor Matuszewski-2/+2
2019-01-06check missing docs for reexported macros as wellGuillaume Gomez-0/+67
2019-01-02make `panictry!` private to libsyntaxAndy Russell-2/+2
2018-12-25Remove licensesMark Rousskov-156/+47
2018-12-19Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelixPietro Albini-0/+78
2018-12-14Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnaykennytm-2/+2
2018-12-13Update panic message to be clearer about env-varsDaniel Silverstone-2/+2
2018-12-10fix intra-link resolution spans in block commentsAndy Russell-24/+163
2018-12-10add a lint group for lints emitted by rustdocQuietMisdreavus-0/+78
2018-12-07Fixed line numbers in stderr file.Alexander Regueiro-2/+2
2018-12-04adds DocTest filename variant, refactors doctest_offset out of source_map, fi...Matthew Russo-2/+2
2018-12-04Update doc-ui testsOliver Scherer-5/+11
2018-11-22Auto merge of #53586 - eddyb:top-lock, r=alexcrichtonbors-2/+2
2018-11-22Move Cargo.{toml,lock} to the repository root directory.Eduard-Mihai Burtescu-2/+2
2018-11-22Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi...Guillaume Gomez-0/+36
2018-11-16lint if a private item has doctestsGuillaume Gomez-0/+36
2018-11-14properly calculate spans for intra-doc link resolution errorsQuietMisdreavus-0/+37
2018-11-02update rustdoc-ui/failed-doctest-output testQuietMisdreavus-2/+2
2018-10-23Set RUST_BACKTRACE=0 for rustdoc-ui/failed-doctest-output.rsJosh Stone-9/+10