summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2019-01-07semi-revert libsyntax doctest parsing if a macro is wrapping mainQuietMisdreavus-3/+48
2019-01-05Rollup merge of #57338 - QuietMisdreavus:doctest-file-name, r=GuillaumeGomezkennytm-2/+2
2019-01-04force binary filename for compiled doctestsQuietMisdreavus-2/+2
2019-01-02make `panictry!` private to libsyntaxAndy Russell-4/+9
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-16Rollup merge of #56793 - QuietMisdreavus:better-doctests, r=GuillaumeGomezMazdak Farrokhzad-16/+58
2018-12-14include comments in doctest partition logicQuietMisdreavus-16/+55
2018-12-13add `crates` to the final doctestQuietMisdreavus-0/+3
2018-12-12Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.Nicholas Nethercote-4/+4
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-51/+51
2018-12-04adds DocTest filename variant, refactors doctest_offset out of source_map, fi...Matthew Russo-9/+9
2018-11-05Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomezbors-34/+25
2018-11-02pass the Options struct instead of individual argsQuietMisdreavus-34/+25
2018-11-01buffer errors from initial tokenization when parsingQuietMisdreavus-4/+11
2018-11-01silence errors found during doctest pre-parsingQuietMisdreavus-1/+11
2018-11-01add a line between extracted crates and everything elseQuietMisdreavus-0/+3
2018-11-01Separates inner attributes from code during doctest parsing.Wesley Norris-23/+37
2018-11-01Tidy up source file and fix typo.Wesley Norris-6/+6
2018-11-01Replaces fn main search and extern crate search with proper parsing.Wesley Norris-14/+81
2018-10-26Remove 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