summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2017-12-22Rollup merge of #46814 - varkor:contrib-7, r=alexcrichtonkennytm-1/+1
2017-12-22Rollup merge of #46636 - frewsxcv:frewsxcv-fn-box, r=estebankkennytm-1/+1
2017-12-19Move source-output conflict checking into `compile_input`varkor-1/+1
2017-12-15Replace libtest/lib.rs:FnBox with std::boxed::FnBox.Corey Farwell-1/+1
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-23/+22
2017-12-04rustc_back: replace tempdir with crates.io version.Irina-Gabriela Popa-1/+1
2017-12-04rustc_back: move dynamic_lib to rustc_metadata.Irina-Gabriela Popa-1/+1
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-3/+0
2017-11-21allow loading external files in documentationQuietMisdreavus-4/+6
2017-11-20address review commentsAlex Burka-2/+2
2017-11-20tidy 😡Alex Burka-1/+3
2017-11-19use -Z flag instead of env varAlex Burka-2/+2
2017-11-05rustdoc: add #[allow(unused)] to every doctestQuietMisdreavus-4/+12
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