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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-0
/
+1
2015-08-25
Respect `--color` when printing early errors
Barosl Lee
-2
/
+3
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+1
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-1
/
+0
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-3
/
+3
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-2
/
+0
2015-07-16
rustdoc: properly capture rustc output
Steve Klabnik
-4
/
+3
2015-07-12
Implement RFC 1058
Simonas Kazlauskas
-2
/
+1
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-2
/
+2
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-6
/
+9
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-04-21
implement rfc 1054: split_whitespace() fn, deprecate words()
kwantam
-4
/
+3
2015-04-18
Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton
bors
-1
/
+1
2015-04-17
Remove info for path (fixup #24452)
Manish Goregaokar
-1
/
+0
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-1
/
+1
2015-04-16
rustdoc: Overhaul stability displays
Alex Crichton
-1
/
+0
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-2
/
+2
2015-04-05
Changes rustdoc --passes help message
Remi Rampin
-2
/
+3
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-1
/
+1
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+0
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-1
/
+0
2015-03-27
rollup merge of #23794: brson/slicegate
Alex Crichton
-0
/
+1
2015-03-27
Test fixes and rebase conflicts, round 2
Alex Crichton
-4
/
+1
2015-03-27
Feature gate *all* slice patterns. #23121
Brian Anderson
-0
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-5
/
+4
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-2
/
+2
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-1
/
+1
2015-03-26
update everything to use Entry defaults
Alexis
-3
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+4
2015-03-26
Register new snapshots
Alex Crichton
-2
/
+2
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-5
/
+6
2015-03-23
rustdoc: interpret all leading feature attributes in examples as crate attrib...
Brian Anderson
-0
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-0
/
+2
2015-03-19
std: Stablize io::ErrorKind
Alex Crichton
-1
/
+0
2015-03-15
Use new io in print and println macroses
Simonas Kazlauskas
-1
/
+1
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-3
/
+2
2015-03-12
Stabilize std::path
Aaron Turon
-1
/
+2
2015-03-06
Suppress some warnings about features
Alex Crichton
-0
/
+1
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
std: Stabilize the `fs` module
Alex Crichton
-2
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-16
/
+23
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
2015-02-28
Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon
Manish Goregaokar
-1
/
+1
2015-02-28
Separate most of rustc::lint::builtin into a separate crate.
Huon Wilson
-0
/
+1
2015-02-27
std: Stabilize the `env` module
Alex Crichton
-1
/
+1
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+0
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-4
/
+8
[next]