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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
old_path
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-4662
/
+0
2015-04-10
Auto merge of #24177 - alexcrichton:rustdoc, r=aturon
bors
-40
/
+36
2015-04-10
Test fixes and review feedback
Alex Crichton
-30
/
+30
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-10
/
+6
2015-04-08
Make `sum` and `product` inherent methods on `Iterator`
Tobias Bucher
-6
/
+4
2015-03-31
rollup merge of #23288: alexcrichton/issue-19470
Alex Crichton
-7
/
+6
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-11
/
+9
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-7
/
+6
2015-03-28
Remove IteratorExt
Steven Fackler
-5
/
+5
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-14
/
+14
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+34
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-1
/
+36
2015-03-18
Register new snapshots
Alex Crichton
-18
/
+0
2015-03-18
Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...
Vadim Petrochenkov
-136
/
+128
2015-03-18
Avoid metadata bloat by using trait FixedSizeArray
Vadim Petrochenkov
-17
/
+5
2015-03-18
Add and fix more tests
Vadim Petrochenkov
-3
/
+3
2015-03-18
Fixed-size byte string literals (RFC 339)
Vadim Petrochenkov
-21
/
+41
2015-03-16
remove imports
Jorge Aparicio
-2
/
+2
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+7
2015-03-16
impl str
Jorge Aparicio
-1
/
+8
2015-03-16
impl char
Jorge Aparicio
-0
/
+1
2015-03-13
Auto merge of #23229 - aturon:stab-path, r=alexcrichton
bors
-0
/
+1
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-34
/
+34
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-02-22
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
bors
-1
/
+1
2015-02-22
Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro
Manish Goregaokar
-23
/
+0
2015-02-20
Register new snapshots
Alex Crichton
-23
/
+0
2015-02-20
try to reduce bajillion warnings
Alexis
-0
/
+2
2015-02-20
Addressed PR comments
Marvin Löbel
-1
/
+1
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-20
/
+20
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-20
/
+20
2015-02-18
rollup merge of #22497: nikomatsakis/suffixes
Alex Crichton
-2
/
+2
2015-02-18
rollup merge of #22480: alexcrichton/hashv3
Alex Crichton
-0
/
+25
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-4
/
+4
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-0
/
+25
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-2
/
+2
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-8
/
+8
2015-02-18
Remove usage of .map(|&foo| foo)
Kevin Butler
-4
/
+4
2015-02-17
Fallout from stabilization
Aaron Turon
-8
/
+8
2015-02-17
std: Rename io/path features with old_ prefix
Alex Crichton
-1
/
+1
2015-02-08
Rename Show to Debug, String to Display
Alexander Korolkov
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-15
/
+15
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-0
/
+4600