index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-30
Remove redundant import
Fabian Drinck
-2
/
+1
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-172
/
+122
2019-03-07
Keep current behavior while accepting error count
Esteban Küber
-1
/
+1
2019-03-07
fix bad use of with_emitter
Esteban Küber
-2
/
+2
2019-02-28
Introduce rustc_interface and move some methods there
John Kåre Alsaker
-7
/
+8
2019-02-24
hir: remove NodeId from Lifetime and Ty
ljedrz
-1
/
+1
2019-02-24
Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc
bors
-1
/
+1
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-3
/
+3
2019-02-20
hir: HirId-ify intravisit
ljedrz
-1
/
+1
2019-02-20
Rollup merge of #56470 - llogiq:process-termination-doctest, r=GuillaumeGomez
kennytm
-4
/
+10
2019-02-17
Modify doctest's auto-`fn main()` to allow `Result`s
Andre Bogus
-4
/
+10
2019-01-20
rustdoc: Don't modify library path for doctests
Oliver Middleton
-20
/
+3
2019-01-17
Minor changes to wording and formatting.
Wesley Norris
-1
/
+2
2019-01-17
Fix tidy error.
Wesley Norris
-2
/
+10
2019-01-17
Persist doc test executables to given path.
Wesley Norris
-5
/
+37
2019-01-13
Always calculate glob map but only for glob uses
Igor Matuszewski
-2
/
+0
2019-01-07
semi-revert libsyntax doctest parsing if a macro is wrapping main
QuietMisdreavus
-3
/
+48
2019-01-05
Rollup merge of #57338 - QuietMisdreavus:doctest-file-name, r=GuillaumeGomez
kennytm
-2
/
+2
2019-01-04
force binary filename for compiled doctests
QuietMisdreavus
-2
/
+2
2019-01-02
make `panictry!` private to libsyntax
Andy Russell
-4
/
+9
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-16
Rollup merge of #56793 - QuietMisdreavus:better-doctests, r=GuillaumeGomez
Mazdak Farrokhzad
-16
/
+58
2018-12-14
include comments in doctest partition logic
QuietMisdreavus
-16
/
+55
2018-12-13
add `crates` to the final doctest
QuietMisdreavus
-0
/
+3
2018-12-12
Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.
Nicholas Nethercote
-4
/
+4
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-51
/
+51
2018-12-04
adds DocTest filename variant, refactors doctest_offset out of source_map, fi...
Matthew Russo
-9
/
+9
2018-11-05
Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez
bors
-34
/
+25
2018-11-02
pass the Options struct instead of individual args
QuietMisdreavus
-34
/
+25
2018-11-01
buffer errors from initial tokenization when parsing
QuietMisdreavus
-4
/
+11
2018-11-01
silence errors found during doctest pre-parsing
QuietMisdreavus
-1
/
+11
2018-11-01
add a line between extracted crates and everything else
QuietMisdreavus
-0
/
+3
2018-11-01
Separates inner attributes from code during doctest parsing.
Wesley Norris
-23
/
+37
2018-11-01
Tidy up source file and fix typo.
Wesley Norris
-6
/
+6
2018-11-01
Replaces fn main search and extern crate search with proper parsing.
Wesley Norris
-14
/
+81
2018-10-26
Remove redundant clone
Shotaro Yamada
-2
/
+2
2018-10-18
Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus
bors
-25
/
+35
2018-10-09
Use default of preferring static over dynamic linking in rustdoc tests.
Felix S. Klock II
-1
/
+0
2018-10-09
Add lint for doc without codeblocks
Guillaume Gomez
-25
/
+35
2018-09-22
Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnik
Pietro Albini
-1
/
+1
2018-09-19
Add support for running doc test in specific edition
Philip Munksgaard
-1
/
+1
2018-09-18
Remove unneeded clone() from tests
Erich Cordoba
-4
/
+4
2018-08-19
mv codemap source_map
Donato Sciarra
-14
/
+14
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
mv CodeMap SourceMap
Donato Sciarra
-6
/
+6
2018-08-09
set the syntax edition in the driver's phase 1
QuietMisdreavus
-2
/
+1
2018-08-04
Move basic_options to impl of Default
Mark Rousskov
-2
/
+2
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-2
/
+2
2018-07-31
Further extract error code switch
Mark Rousskov
-4
/
+6
[next]