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-12-22
Rollup merge of #46814 - varkor:contrib-7, r=alexcrichton
kennytm
-1
/
+1
2017-12-22
Rollup merge of #46636 - frewsxcv:frewsxcv-fn-box, r=estebank
kennytm
-1
/
+1
2017-12-19
Move source-output conflict checking into `compile_input`
varkor
-1
/
+1
2017-12-15
Replace libtest/lib.rs:FnBox with std::boxed::FnBox.
Corey Farwell
-1
/
+1
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-23
/
+22
2017-12-04
rustc_back: replace tempdir with crates.io version.
Irina-Gabriela Popa
-1
/
+1
2017-12-04
rustc_back: move dynamic_lib to rustc_metadata.
Irina-Gabriela Popa
-1
/
+1
2017-11-25
rustbuild: Enable WebAssembly backend by default
Alex Crichton
-3
/
+0
2017-11-21
allow loading external files in documentation
QuietMisdreavus
-4
/
+6
2017-11-20
address review comments
Alex Burka
-2
/
+2
2017-11-20
tidy 😡
Alex Burka
-1
/
+3
2017-11-19
use -Z flag instead of env var
Alex Burka
-2
/
+2
2017-11-05
rustdoc: add #[allow(unused)] to every doctest
QuietMisdreavus
-4
/
+12
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
[next]