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
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
2016-12-28
Auto merge of #38449 - eddyb:lazy-10, r=nikomatsakis
bors
-1
/
+1
2016-12-28
rustc: always print nested nodes where a HIR map is available.
Eduard-Mihai Burtescu
-1
/
+1
2016-12-24
Teach `rustdoc --test` about `--sysroot`, pass it when testing rust
Aidan Hobson Sayers
-9
/
+16
2016-12-12
Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton
bors
-1
/
+1
2016-12-09
rustdoc: fix doctests with non-feature crate attrs
Alex Burka
-1
/
+2
2016-12-08
Fix doc-tests on exported `macro_rules!`.
Jeffrey Seyfried
-0
/
+4
2016-11-30
Rename 'librustc_unicode' crate to 'libstd_unicode'.
Corey Farwell
-1
/
+1
2016-11-29
librustdoc: Fix compilation after visitor change
Florian Diebold
-6
/
+2
2016-11-29
Fix doc test collection
Florian Diebold
-0
/
+4
2016-11-24
rustdoc: sidestep the main pipeline for test collection.
Eduard-Mihai Burtescu
-80
/
+93
2016-11-10
Fix fallout in `librustdoc`.
Jeffrey Seyfried
-1
/
+2
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-2
/
+2
2016-10-29
Move `CrateConfig` from `Crate` to `ParseSess`.
Jeffrey Seyfried
-22
/
+14
2016-10-15
rustdoc: Improve playground run buttons
Oliver Middleton
-1
/
+1
2016-10-07
Auto merge of #36981 - alexcrichton:catch-unwind-for-tests, r=sfackler
bors
-1
/
+1
2016-10-06
std: Minor cleanup to libtest
Alex Crichton
-1
/
+1
2016-10-02
Simplify equality checks.
Corey Farwell
-3
/
+3
2016-10-02
Cleanup `return` statements.
Corey Farwell
-3
/
+3
2016-09-30
Change the sigs of set_print/set_panic to allow restoring the default objects
Brian Anderson
-1
/
+1
2016-09-26
refactor away get_unstable_features_setting
Tim Neumann
-4
/
+4
2016-09-20
rustc_metadata: move more RBML tags to auto-serialization.
Eduard Burtescu
-1
/
+1
2016-09-20
rustc: remove hir::fold.
Eduard Burtescu
-4
/
+5
2016-09-07
Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton
bors
-0
/
+1
2016-09-05
rustdoc: Filter more incorrect methods inherited through Deref
Piotr Jawniak
-0
/
+1
2016-09-04
Allow CompilerControllers to access rustc_plugin::registry::Registry structure.
Keunhong Lee
-1
/
+1
2016-08-30
Auto merge of #36066 - jseyfried:rollup, r=Manishearth
bors
-2
/
+1
2016-08-27
Use deterministic `FnvHash{Map,Set}` in rustdoc
Jonas Schievink
-3
/
+3
[next]