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
/
libtest
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-17
std: Rename io/path features with old_ prefix
Alex Crichton
-2
/
+2
2015-02-18
Update the libraries to reflect Send loosing the 'static bound.
Huon Wilson
-2
/
+2
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+1
2015-02-11
Test fixes and rebase conflicts
Alex Crichton
-2
/
+1
2015-02-11
rollup merge of #22188: alexcrichton/envv2
Alex Crichton
-2
/
+2
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-2
/
+2
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-2
/
+4
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-28
/
+24
2015-02-03
Remove dead code flagged by lint
Seo Sanghyeon
-0
/
+1
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-14
/
+14
2015-02-02
More deprecating of i/u suffixes
Alfie John
-14
/
+14
2015-02-02
rollup merge of #21848: Manishearth/book-link
Alex Crichton
-1
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-9
/
+7
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-2
/
+0
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-4
/
+4
2015-02-02
Fix stale doc link (guide -> book)
Manish Goregaokar
-1
/
+1
2015-02-01
std: Add a new `env` module
Alex Crichton
-6
/
+6
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-6
/
+6
2015-01-30
rollup merge of #21718: alexcrichton/stabilize-from-str
Alex Crichton
-2
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-2
/
+1
2015-01-30
fixes after rebase
Jorge Aparicio
-1
/
+0
2015-01-30
fix fallout
Jorge Aparicio
-0
/
+3
2015-01-29
Auto merge of #21677 - japaric:no-range, r=alexcrichton
bors
-6
/
+6
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-5
/
+5
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
Rollup merge of 21681 - japaric:no-warn, r=alexcrichton
Manish Goregaokar
-2
/
+1
2015-01-27
fix #[cfg(test)] warnings
Jorge Aparicio
-2
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-29
/
+30
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-5
/
+5
2015-01-26
Fallout of io => old_io
Alex Crichton
-24
/
+25
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-497
/
+30
2015-01-23
regex: Remove in-tree version
Alex Crichton
-52
/
+6
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+8
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-22
Remove remaining stats and boxplot code.
Ahmed Charles
-31
/
+2
2015-01-22
Make fmt_metrics() part of the impl.
Ahmed Charles
-11
/
+11
2015-01-22
Remove save() and load().
Ahmed Charles
-26
/
+1
2015-01-22
Cleanup write_run_finish().
Ahmed Charles
-24
/
+4
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-21
rollup merge of #21462: ahmedcharles/remove-ratchet
Alex Crichton
-246
/
+3
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-4
/
+3
2015-01-21
rollup merge of #21413: ahmedcharles/remove-test-features
Alex Crichton
-110
/
+6
2015-01-21
Remove ratchet().
Ahmed Charles
-68
/
+0
2015-01-21
Remove compare_to_old().
Ahmed Charles
-63
/
+4
2015-01-21
Remove write_metric_diff and supporting code.
Ahmed Charles
-123
/
+7
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-4
/
+3
[prev]
[next]