about summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2019-02-24Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxcbors-1/+1
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-3/+3
2019-02-20hir: HirId-ify intravisitljedrz-1/+1
2019-02-20Rollup merge of #56470 - llogiq:process-termination-doctest, r=GuillaumeGomezkennytm-4/+10
2019-02-17Modify doctest's auto-`fn main()` to allow `Result`sAndre Bogus-4/+10
2019-01-20rustdoc: Don't modify library path for doctestsOliver Middleton-20/+3
2019-01-17Minor changes to wording and formatting.Wesley Norris-1/+2
2019-01-17Fix tidy error.Wesley Norris-2/+10
2019-01-17Persist doc test executables to given path.Wesley Norris-5/+37
2019-01-13Always calculate glob map but only for glob usesIgor Matuszewski-2/+0
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