summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2018-04-21Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearthbors-2/+2
2018-04-20fix some small compile errorsKurtis Nusbaum-2/+2
2018-04-19Tweak some stabilizations in libstdAlex Crichton-1/+1
2018-04-13add -C parameter to rustdocQuietMisdreavus-8/+15
2018-04-10add target features when extracting and running doctestsQuietMisdreavus-5/+10
2018-04-02suppress the default allow(unused) under --display-warningsQuietMisdreavus-2/+25
2018-04-01Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomezMark Simulacrum-6/+20
2018-03-28use --edition for doctests, rather than just the crateQuietMisdreavus-5/+13
2018-03-27add --edition flag to rustdocQuietMisdreavus-1/+7
2018-03-26Remove unnecessary trait import.boats-2/+0
2018-03-22Rollup merge of #49188 - memoryleak47:macro_use_doctest, r=QuietMisdreavuskennytm-0/+19
2018-03-19Put `#[macro_use] extern crate <crate>` before fn main() in doctestsmemoryleak47-0/+19
2018-03-18Add warning for invalid start of code blocks in rustdocGuillaume Gomez-2/+4
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-2/+3
2018-03-05Turn features() into a query.Michael Woerister-1/+1
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-8/+8
2018-02-21Rollup merge of #48106 - QuietMisdreavus:teleporting-crates, r=GuillaumeGomezGuillaume Gomez-2/+3
2018-02-18Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavusGuillaume Gomez-48/+4
2018-02-17move manual "extern crate" statements outside auto "fn main" in doctestsQuietMisdreavus-2/+3
2018-02-16Remove hoedown from rustdocGuillaume Gomez-48/+4
2018-02-09add tests for the doctest construction functionalityQuietMisdreavus-0/+214
2018-02-09trim the body of doctests after partitioningQuietMisdreavus-3/+3
2018-01-31Auto merge of #45752 - estebank:highlight-primary, r=nikomatsakisbors-0/+1
2018-01-29Toggle span highlighting on `-Zteach`Esteban Küber-0/+1
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-3/+2
2018-01-19Allow runtime switching between trans backendsbjorn3-7/+16
2018-01-10Use correct line offsets for doctests (fixes #45868)Manish Goregaokar-6/+15
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