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
2018-10-18
Use default of preferring static over dynamic linking in rustdoc tests.
Felix S. Klock II
-1
/
+0
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
2018-07-31
Remove dependency on error handling from find_testable_code
Mark Rousskov
-4
/
+6
2018-07-31
Provide test configuration through struct
Mark Rousskov
-13
/
+11
2018-07-31
Provide warnings for invalid code blocks in markdown files
Mark Rousskov
-1
/
+1
2018-07-25
Add missing dyn
Tatsuyuki Ishi
-1
/
+1
2018-07-24
force the doctest rustc thread to share the name of the test
QuietMisdreavus
-2
/
+2
2018-07-20
report doctest compile failures correctly
QuietMisdreavus
-19
/
+19
2018-07-20
rustdoc: set panic output before starting compiler thread pool
QuietMisdreavus
-25
/
+27
2018-07-17
Rollup merge of #52385 - GuillaumeGomez:pass-edition-to-parser, r=QuietMisdre...
kennytm
-1
/
+2
2018-07-16
ItemKind
csmoe
-1
/
+1
2018-07-14
Pass edition flags to compiler from rustdoc as expected
Guillaume Gomez
-1
/
+2
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-2
/
+2
2018-06-20
Fix tidy
Bastien Orivel
-1
/
+3
2018-06-20
Replace tempdir by tempfile in librustdoc
Bastien Orivel
-2
/
+2
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-8
/
+8
2018-05-13
Add a Rayon thread pool
John Kåre Alsaker
-156
/
+163
2018-04-21
Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearth
bors
-2
/
+2
2018-04-20
fix some small compile errors
Kurtis Nusbaum
-2
/
+2
2018-04-19
Tweak some stabilizations in libstd
Alex Crichton
-1
/
+1
2018-04-13
add -C parameter to rustdoc
QuietMisdreavus
-8
/
+15
2018-04-10
add target features when extracting and running doctests
QuietMisdreavus
-5
/
+10
2018-04-02
suppress the default allow(unused) under --display-warnings
QuietMisdreavus
-2
/
+25
2018-04-01
Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomez
Mark Simulacrum
-6
/
+20
2018-03-28
use --edition for doctests, rather than just the crate
QuietMisdreavus
-5
/
+13
2018-03-27
add --edition flag to rustdoc
QuietMisdreavus
-1
/
+7
2018-03-26
Remove unnecessary trait import.
boats
-2
/
+0
2018-03-22
Rollup merge of #49188 - memoryleak47:macro_use_doctest, r=QuietMisdreavus
kennytm
-0
/
+19
2018-03-19
Put `#[macro_use] extern crate <crate>` before fn main() in doctests
memoryleak47
-0
/
+19
2018-03-18
Add warning for invalid start of code blocks in rustdoc
Guillaume Gomez
-2
/
+4
2018-03-14
Remove syntax and syntax_pos thread locals
John Kåre Alsaker
-2
/
+3
2018-03-05
Turn features() into a query.
Michael Woerister
-1
/
+1
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-8
/
+8
2018-02-21
Rollup merge of #48106 - QuietMisdreavus:teleporting-crates, r=GuillaumeGomez
Guillaume Gomez
-2
/
+3
2018-02-18
Rollup merge of #48274 - GuillaumeGomez:remove-hoedown, r=QuietMisdreavus
Guillaume Gomez
-48
/
+4
2018-02-17
move manual "extern crate" statements outside auto "fn main" in doctests
QuietMisdreavus
-2
/
+3
2018-02-16
Remove hoedown from rustdoc
Guillaume Gomez
-48
/
+4
2018-02-09
add tests for the doctest construction functionality
QuietMisdreavus
-0
/
+214
2018-02-09
trim the body of doctests after partitioning
QuietMisdreavus
-3
/
+3
2018-01-31
Auto merge of #45752 - estebank:highlight-primary, r=nikomatsakis
bors
-0
/
+1
2018-01-29
Toggle span highlighting on `-Zteach`
Esteban Küber
-0
/
+1
2018-01-27
rustc: Load the `rustc_trans` crate at runtime
Alex Crichton
-3
/
+2
2018-01-19
Allow runtime switching between trans backends
bjorn3
-7
/
+16
[next]