summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2018-10-29Remove redundant cloneShotaro Yamada-2/+2
2018-10-18Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavusbors-25/+35
2018-10-09Use default of preferring static over dynamic linking in rustdoc tests.Felix S. Klock II-1/+0
2018-10-09Add lint for doc without codeblocksGuillaume Gomez-25/+35
2018-09-22Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnikPietro Albini-1/+1
2018-09-19Add support for running doc test in specific editionPhilip Munksgaard-1/+1
2018-09-18Remove unneeded clone() from testsErich Cordoba-4/+4
2018-08-19mv codemap source_mapDonato Sciarra-14/+14
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19mv CodeMap SourceMapDonato Sciarra-6/+6
2018-08-09set the syntax edition in the driver's phase 1QuietMisdreavus-2/+1
2018-08-04Move basic_options to impl of DefaultMark Rousskov-2/+2
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-2/+2
2018-07-31Further extract error code switchMark Rousskov-4/+6
2018-07-31Remove dependency on error handling from find_testable_codeMark Rousskov-4/+6
2018-07-31Provide test configuration through structMark Rousskov-13/+11
2018-07-31Provide warnings for invalid code blocks in markdown filesMark Rousskov-1/+1
2018-07-25Add missing dynTatsuyuki Ishi-1/+1
2018-07-24force the doctest rustc thread to share the name of the testQuietMisdreavus-2/+2
2018-07-20report doctest compile failures correctlyQuietMisdreavus-19/+19
2018-07-20rustdoc: set panic output before starting compiler thread poolQuietMisdreavus-25/+27
2018-07-17Rollup merge of #52385 - GuillaumeGomez:pass-edition-to-parser, r=QuietMisdre...kennytm-1/+2
2018-07-16ItemKindcsmoe-1/+1
2018-07-14Pass edition flags to compiler from rustdoc as expectedGuillaume Gomez-1/+2
2018-06-28Use `Ident`s for associated item definitions in HIRVadim Petrochenkov-2/+2
2018-06-20Fix tidyBastien Orivel-1/+3
2018-06-20Replace tempdir by tempfile in librustdocBastien Orivel-2/+2
2018-05-26Use `Ident`s for fields in HIRVadim Petrochenkov-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-8/+8
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-156/+163
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