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
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-1
/
+1
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-8
/
+11
2014-03-17
Fix rustdoc and tests.
Eduard Burtescu
-14
/
+9
2014-03-17
De-@ filesearch.
Eduard Burtescu
-9
/
+8
2014-03-17
De-@ Session usage.
Eduard Burtescu
-9
/
+6
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-1
/
+3
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-5
/
+1
2014-03-13
auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger
bors
-0
/
+3
2014-03-14
lint: add lint for use of a `~[T]`.
Huon Wilson
-0
/
+3
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-3
/
+3
2014-03-09
rustdoc: adding some common feature gates when testing a markdown file.
Huon Wilson
-7
/
+20
2014-03-09
rustdoc: run on plain Markdown files.
Huon Wilson
-21
/
+47
2014-03-08
Add an option to not run rustdoc blocks
Steven Fackler
-3
/
+6
2014-03-08
librustdoc: Fix librustdoc for the `Vec<T>` change.
Patrick Walton
-3
/
+3
2014-02-28
rustdoc: Capture all output from rustc by default
Alex Crichton
-2
/
+26
2014-02-28
syntax: Refactor diagnostics to focus on Writers
Alex Crichton
-2
/
+5
2014-02-27
Provide a more helpful error for tests that fail due to noexec
Felix Crux
-1
/
+5
2014-02-23
Roll std::run into std::io::process
Alex Crichton
-3
/
+3
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-20
move extra::test to libtest
Liigo Zhuang
-7
/
+7
2014-02-18
rustdoc: Only inject extern crates if not present
Steven Fackler
-5
/
+7
2014-02-15
auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler
bors
-8
/
+9
2014-02-14
Update rustdoc testing to test all code blocks
Alex Crichton
-8
/
+9
2014-02-14
extern mod => extern crate
Alex Crichton
-2
/
+2
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-9
/
+9
2014-02-11
Remove binary field
Seo Sanghyeon
-2
/
+0
2014-02-10
Consolidate codegen-related compiler flags
Alex Crichton
-1
/
+4
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-6
/
+4
2014-02-06
auto merge of #12020 : alexcrichton/rust/output-flags, r=brson
bors
-2
/
+4
2014-02-06
Redesign output flags for rustc
Alex Crichton
-2
/
+4
2014-02-06
Move getopts out of extra
Arcterus
-1
/
+1
2014-02-06
Avoid cloning ast::CrateConfig
Seo Sanghyeon
-2
/
+2
2014-02-03
rustdoc: Remove io_error usage
Alex Crichton
-2
/
+2
2014-02-02
librustc: Stop using `@str` for source.
Patrick Walton
-2
/
+2
2014-01-27
debuginfo: Fix name attribute for DWARF compile units
Michael Woerister
-5
/
+6
2014-01-21
Remove no-debug-borrows from the makefiles
Alex Crichton
-1
/
+1
2014-01-17
rustc::driver: Capitalize structs and enums
klutzy
-4
/
+4
2014-01-16
Load macros from external modules
Steven Fackler
-1
/
+3
2014-01-07
Inline reexports in rustdoc
Alex Crichton
-1
/
+1
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-2
/
+2
2014-01-03
librustdoc: De-`@mut` `librustdoc`
Patrick Walton
-1
/
+1
2014-01-01
rustc::driver: Remove two @s
klutzy
-2
/
+2
2013-12-30
Remove features from librustdoc
Alan Andrade
-1
/
+0
2013-12-30
auto merge of #11185 : huonw/rust/doc-ignore, r=cmr
bors
-0
/
+1
2013-12-30
rustdoc: only filter lines starting with '# ' from the shown code.
Huon Wilson
-0
/
+1
2013-12-26
librustc: De-`@mut` the additional library search paths
Patrick Walton
-4
/
+6
2013-12-23
rustdoc: Add the ability to test code in comments
Alex Crichton
-0
/
+207