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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2017-10-20
Add short message-format
Guillaume Gomez
-1
/
+2
2017-10-15
rustbuild: Support specifying archiver and linker explicitly
Vadim Petrochenkov
-5
/
+13
2017-10-14
Auto merge of #44867 - kennytm:rustdoc-md-test-title, r=alexcrichton
bors
-27
/
+47
2017-10-10
Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi
bors
-5
/
+4
2017-10-08
doc-test: In Markdown tests, Use all of `<h1>` to `<h6>` as the test name.
kennytm
-27
/
+47
2017-10-03
Add fixme regarding remapping paths for doctests
Philip Craig
-0
/
+2
2017-09-28
Migrate to eprint/eprintln macros where appropriate.
Corey Farwell
-5
/
+4
2017-09-26
don't let rustdoc get confused by text "fn main" in a line comment
Zack M. Davis
-1
/
+15
2017-09-20
incr.comp.: Remove IncrementalHashesMap and calculate_svh module.
Michael Woerister
-1
/
+1
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-1
/
+1
2017-09-14
rustc: Remove `Session::dep_graph`
Alex Crichton
-9
/
+10
2017-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-2
/
+2
2017-09-09
rustc: Remove `DepGraph` handling from rustc_metadata
Alex Crichton
-2
/
+2
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-12
/
+12
2017-08-13
Rollup merge of #43782 - nrc:include, r=GuillaumeGomez
Guillaume Gomez
-21
/
+25
2017-08-10
doc tests: use the filename from the source file for doc test programs, rathe...
Nick Cameron
-21
/
+25
2017-08-10
Implemented #[doc(cfg(...))].
kennytm
-1
/
+9
2017-08-10
Strip out function implementation when documenting.
kennytm
-0
/
+4
2017-08-10
driver: factor out `continue_parse_after_error` so it can be controlled via d...
Nick Cameron
-1
/
+3
2017-07-02
report the total number of errors on compilation failure
Ariel Ben-Yehuda
-24
/
+14
2017-06-24
add `allow_fail` test attribute
Paul Woolcock
-1
/
+2
2017-05-15
Remove rustc_llvm dependency from librustc
Robin Kruppe
-0
/
+2
2017-05-14
Remove rustc_llvm dependency from rustc_metadata
Robin Kruppe
-2
/
+3
2017-05-05
Add Options type in libtest and remove argument
Guillaume Gomez
-4
/
+2
2017-05-02
Add option to display warnings in rustdoc
Guillaume Gomez
-1
/
+5
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-2
/
+2
2017-04-22
Fix line display
Guillaume Gomez
-4
/
+4
2017-04-22
Re-enable hoedown by default
Guillaume Gomez
-21
/
+34
2017-04-20
Fix line display for hoedown
Guillaume Gomez
-6
/
+29
2017-04-17
Hoedown big comeback!
Guillaume Gomez
-6
/
+28
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-7
/
+7
2017-03-06
Remove extra space in test description (of a mod test)
Marco A L Barbosa
-2
/
+5
2017-02-16
Set rustdoc --test files' path relative to the current directory
Guillaume Gomez
-2
/
+10
2017-02-13
Add filename when running rustdoc --test on a markdown file
Guillaume Gomez
-2
/
+7
2017-02-11
Add tested item in the rustdoc --test output
Guillaume Gomez
-2
/
+6
2017-02-06
Display correct filename with --test option
Guillaume Gomez
-16
/
+21
2017-02-05
Auto merge of #38161 - durka:rustdoc-crate-attrs, r=alexcrichton
bors
-1
/
+2
2017-02-03
Create new flag to test rustdoc --test
Guillaume Gomez
-1
/
+2
2017-02-03
Switch logic to Span instead of HashMap
Guillaume Gomez
-46
/
+25
2017-02-03
Move to my own hoedown repository
Guillaume Gomez
-7
/
+3
2017-02-03
Change thread name
Guillaume Gomez
-21
/
+12
2017-02-03
Rework rustdoc test output a bit
Guillaume Gomez
-9
/
+4
2017-02-03
Truncate output example to 10 lines
Guillaume Gomez
-1
/
+6
2017-02-03
Add line number and filename in error message
Guillaume Gomez
-5
/
+54
2017-02-03
Add information in case of markdown block code test failure
ggomez
-14
/
+21
2017-01-27
rustdoc: Suppress warnings/errors with --test
Alex Crichton
-0
/
+4
2017-01-20
Rollup merge of #39142 - nikomatsakis:issue-38973, r=brson
Alex Crichton
-14
/
+21
2017-01-19
Stop warning when doc testing proc macro crates
Josh
-0
/
+1
2017-01-17
run rustdoc tests in the same sort of thread rustc runs in
Niko Matsakis
-14
/
+21
[prev]
[next]