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
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
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-10
parse cfgspecs passed to rustdoc
Andrew Paseltiner
-8
/
+2
2015-02-09
Review changes
Nick Cameron
-2
/
+2
2015-02-09
Refactor compilation to make it easier to use for tools
Nick Cameron
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-11
/
+11
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-01
std: Add a new `env` module
Alex Crichton
-3
/
+3
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-8
/
+8
2015-01-26
Make '-A warnings' apply to all warnings, including feature gate warnings
Brian Anderson
-2
/
+2
2015-01-26
Fallout of io => old_io
Alex Crichton
-8
/
+8
2015-01-17
rustdoc: Accept string source in core::run_core
Tom Jakubowski
-1
/
+1
2015-01-12
Make the compilation process more easily customisable
Nick Cameron
-4
/
+7
2015-01-08
rustdoc: Stop adding #[deny(warnings)] to all tests
Brian Anderson
-1
/
+0
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+3
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
[next]