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
2016-01-15
rustdoc: remove extraneous whitespace inserted in playpen links
Tshepang Lekhonkhobe
-0
/
+1
2016-01-15
Add a test
Nick Cameron
-5
/
+5
2015-12-21
Register new snapshots
Alex Crichton
-4
/
+2
2015-12-17
test errors
Nick Cameron
-1
/
+3
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-12
/
+15
2015-12-15
Use --cfg when running doctests
Seo Sanghyeon
-4
/
+10
2015-11-26
fix tests & rustdoc
Ariel Ben-Yehuda
-1
/
+1
2015-11-26
make check works
Ariel Ben-Yehuda
-5
/
+14
2015-11-06
librustdoc: improve testnames for doctests
Kevin Butler
-10
/
+47
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-0
/
+2
2015-10-09
review comments
Nick Cameron
-5
/
+0
2015-10-09
Misc fixups
Nick Cameron
-1
/
+1
2015-10-09
Some cleanup of no longer used AST things
Nick Cameron
-2
/
+1
2015-10-09
Fixes to rustdoc, etc.
Nick Cameron
-2
/
+9
2015-10-02
Auto merge of #28768 - alexcrichton:dep-info++, r=brson
bors
-2
/
+4
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-2
/
+6
2015-09-30
rustc: Support output filenames for each emit type
Alex Crichton
-2
/
+4
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-2
/
+2
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-3
/
+6
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-5
/
+6
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-5
/
+5
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-2
/
+2
2015-04-20
Auto merge of #24597 - bombless:doc, r=steveklabnik
bors
-1
/
+1
2015-04-19
rustdoc: don't inject "extern crate std;"
York Xiang
-1
/
+1
2015-04-18
Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton
bors
-1
/
+1
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-1
/
+1
2015-04-16
rustdoc: Inline methods inhereted through Deref
Alex Crichton
-1
/
+2
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-10
Test fixes and review feedback
Alex Crichton
-1
/
+1
2015-04-07
rustdoc: Allowing specifying attrs for doctests
Alex Crichton
-38
/
+46
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-2
/
+1
2015-03-30
rustdoc: output stderr on doc-test fail
ray glover
-2
/
+3
2015-03-27
rollup merge of #23786: alexcrichton/less-quotes
Alex Crichton
-1
/
+1
2015-03-27
rustc: Remove support for hyphens in crate names
Alex Crichton
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-10
/
+81
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-1
/
+1
2015-03-23
rustdoc: Add #[doc(test(no_inject_crate))] attribute
Brian Anderson
-9
/
+47
2015-03-23
rustdoc: interpret all leading feature attributes in examples as crate attrib...
Brian Anderson
-2
/
+35
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-24
/
+22
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-6
/
+6
2015-03-06
Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturon
Manish Goregaokar
-1
/
+1
2015-03-06
Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturon
Manish Goregaokar
-0
/
+1
2015-03-05
std: Stabilize the `fs` module
Alex Crichton
-1
/
+1
2015-03-04
std: Stabilize portions of the `io` module
Alex Crichton
-0
/
+1
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-14
/
+22
2015-02-28
Separate most of rustc::lint::builtin into a separate crate.
Huon Wilson
-0
/
+3
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-3
/
+3
[next]