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
/
test
/
bench
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-2
/
+2
2015-02-18
Update tests for the Send - 'static change.
Huon Wilson
-28
/
+9
2015-02-17
Fallout from stabilization
Aaron Turon
-47
/
+47
2015-02-17
Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakis
Manish Goregaokar
-171
/
+145
2015-02-16
tests: work around #21721 some more by replacing some unit types with [u8; 0].
Eduard Burtescu
-4
/
+6
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-171
/
+145
2015-02-13
Cleanup getenv from tests and benchmarks
Simonas Kazlauskas
-22
/
+36
2015-02-11
shift bindings to accommodate new lifetime/dtor rules.
Felix S. Klock II
-2
/
+6
2015-02-06
Rollup merge of #21955 - jbcrail:fix-test-comments, r=steveklabnik
Manish Goregaokar
-2
/
+2
2015-02-06
Auto merge of #21947 - bluss:full-range-syntax, r=brson
bors
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-45
/
+45
2015-02-05
Implement pretty-printing of `..` and update tests.
Ulrik Sverdrup
-1
/
+1
2015-02-04
Fix for misspelled comments in tests.
Joseph Crail
-2
/
+2
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-25
/
+25
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-4
/
+3
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-8
/
+8
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-12
/
+12
2015-02-01
std: Add a new `env` module
Alex Crichton
-4
/
+3
2015-01-31
Kill more `isize`s
Tobias Bucher
-5
/
+5
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-11
/
+11
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-14
/
+14
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-5
/
+5
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-14
/
+14
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-4
/
+4
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-66
/
+66
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-12
/
+12
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-13
/
+13
2015-01-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-1
/
+0
2015-01-28
Rollup merge of #21666 - tshepang:rm-unloved-file, r=brson
Manish Goregaokar
-70
/
+0
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-24
/
+24
2015-01-27
Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton
Manish Goregaokar
-17
/
+8
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-13
/
+13
2015-01-26
Fallout of io => old_io
Alex Crichton
-24
/
+24
2015-01-26
bench: this file has not compiled at least since March last year
Tshepang Lekhonkhobe
-70
/
+0
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-17
/
+8
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-145
/
+21
2015-01-23
regex: Remove in-tree version
Alex Crichton
-126
/
+0
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+0
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-15
/
+17
2015-01-21
Fix type inference problems in tests and docs
Aaron Turon
-15
/
+17
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-4
/
+4
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-2
/
+2
2015-01-12
Merge pull request #20899 from TeXitoi/fix-shootout-threadring
bors
-7
/
+7
2015-01-11
fix shootout-threadring.rs
Guillaume Pinot
-7
/
+7
2015-01-10
Improvement of shootout-binarytrees.rs
Guillaume Pinot
-17
/
+21
2015-01-09
Merge pull request #20718 from tshepang/bench-fix-some-warnings
bors
-43
/
+14
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
[prev]
[next]