about summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-3/+2
2019-05-19Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27bors-19/+24
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-8/+8
2019-05-06update rustdoc unit testsQuietMisdreavus-17/+18
2019-05-06set the default edition when pre-parsing a doctestQuietMisdreavus-2/+6
2019-05-03Rollup merge of #60220 - euclio:rustdoc-test-fatal-parsing-errors, r=QuietMis...Mazdak Farrokhzad-4/+19
2019-04-24report fatal errors during doctest parsingAndy Russell-4/+19
2019-04-22upgrade rustdoc's pulldown-cmark to 0.4.1Andy Russell-5/+1
2019-04-02Update rustdocOliver Scherer-1/+1
2019-03-30Remove redundant importFabian Drinck-2/+1
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-172/+122
2019-03-07Keep current behavior while accepting error countEsteban Küber-1/+1
2019-03-07fix bad use of with_emitterEsteban Küber-2/+2
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-7/+8
2019-02-24hir: remove NodeId from Lifetime and Tyljedrz-1/+1
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