about summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2017-10-20Add short message-formatGuillaume Gomez-1/+2
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-5/+13
2017-10-14Auto merge of #44867 - kennytm:rustdoc-md-test-title, r=alexcrichtonbors-27/+47
2017-10-10Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundibors-5/+4
2017-10-08doc-test: In Markdown tests, Use all of `<h1>` to `<h6>` as the test name.kennytm-27/+47
2017-10-03Add fixme regarding remapping paths for doctestsPhilip Craig-0/+2
2017-09-28Migrate to eprint/eprintln macros where appropriate.Corey Farwell-5/+4
2017-09-26don't let rustdoc get confused by text "fn main" in a line commentZack M. Davis-1/+15
2017-09-20incr.comp.: Remove IncrementalHashesMap and calculate_svh module.Michael Woerister-1/+1
2017-09-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-1/+1
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-9/+10
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-2/+2
2017-09-09rustc: Remove `DepGraph` handling from rustc_metadataAlex Crichton-2/+2
2017-08-30Make fields of `Span` privateVadim Petrochenkov-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-12/+12
2017-08-13Rollup merge of #43782 - nrc:include, r=GuillaumeGomezGuillaume Gomez-21/+25
2017-08-10doc tests: use the filename from the source file for doc test programs, rathe...Nick Cameron-21/+25
2017-08-10Implemented #[doc(cfg(...))].kennytm-1/+9
2017-08-10Strip out function implementation when documenting.kennytm-0/+4
2017-08-10driver: factor out `continue_parse_after_error` so it can be controlled via d...Nick Cameron-1/+3
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-24/+14
2017-06-24add `allow_fail` test attributePaul Woolcock-1/+2
2017-05-15Remove rustc_llvm dependency from librustcRobin Kruppe-0/+2
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-2/+3
2017-05-05Add Options type in libtest and remove argumentGuillaume Gomez-4/+2
2017-05-02Add option to display warnings in rustdocGuillaume Gomez-1/+5
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-2/+2
2017-04-22Fix line displayGuillaume Gomez-4/+4
2017-04-22Re-enable hoedown by defaultGuillaume Gomez-21/+34
2017-04-20Fix line display for hoedownGuillaume Gomez-6/+29
2017-04-17Hoedown big comeback!Guillaume Gomez-6/+28
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-7/+7
2017-03-06Remove extra space in test description (of a mod test)Marco A L Barbosa-2/+5
2017-02-16Set rustdoc --test files' path relative to the current directoryGuillaume Gomez-2/+10
2017-02-13Add filename when running rustdoc --test on a markdown fileGuillaume Gomez-2/+7
2017-02-11Add tested item in the rustdoc --test outputGuillaume Gomez-2/+6
2017-02-06Display correct filename with --test optionGuillaume Gomez-16/+21
2017-02-05Auto merge of #38161 - durka:rustdoc-crate-attrs, r=alexcrichtonbors-1/+2
2017-02-03Create new flag to test rustdoc --testGuillaume Gomez-1/+2
2017-02-03Switch logic to Span instead of HashMapGuillaume Gomez-46/+25
2017-02-03Move to my own hoedown repositoryGuillaume Gomez-7/+3
2017-02-03Change thread nameGuillaume Gomez-21/+12
2017-02-03Rework rustdoc test output a bitGuillaume Gomez-9/+4
2017-02-03Truncate output example to 10 linesGuillaume Gomez-1/+6
2017-02-03Add line number and filename in error messageGuillaume Gomez-5/+54
2017-02-03Add information in case of markdown block code test failureggomez-14/+21
2017-01-27rustdoc: Suppress warnings/errors with --testAlex Crichton-0/+4
2017-01-20Rollup merge of #39142 - nikomatsakis:issue-38973, r=brsonAlex Crichton-14/+21
2017-01-19Stop warning when doc testing proc macro cratesJosh-0/+1
2017-01-17run rustdoc tests in the same sort of thread rustc runs inNiko Matsakis-14/+21