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
/
test
/
bench
Age
Commit message (
Expand
)
Author
Lines
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
2015-01-08
bench: fix a few compiler warnings
Tshepang Lekhonkhobe
-43
/
+14
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-7
/
+14
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-14
/
+2
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-1
/
+1
2015-01-07
remove some `slicing_syntax` feature gates
Jorge Aparicio
-13
/
+1
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-1
/
+2
2015-01-06
More test fixes
Alex Crichton
-6
/
+6
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-27
/
+27
2015-01-07
fallout
Nick Cameron
-4
/
+4
2015-01-06
Fallout from stabilization
Aaron Turon
-27
/
+27
2015-01-07
Tests
Nick Cameron
-4
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-4
/
+4
2015-01-06
Merge core::num::Float and std::num::FloatMath.
Huon Wilson
-1
/
+1
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-5
/
+4
2015-01-05
rollup merge of #20568: huonw/ungate-AT-globs
Alex Crichton
-5
/
+3
2015-01-05
rollup merge of #20548: tshepang/fix-ping-pong-benchmark
Alex Crichton
-4
/
+7
2015-01-05
Un-gate macro_rules
Keegan McAllister
-3
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+3
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-1
/
+1
2015-01-05
fix benchmarks
Jorge Aparicio
-9
/
+14
2015-01-05
Remove use of associated_types feature gate from tests.
Huon Wilson
-5
/
+3
2015-01-05
bench: do not quit rt-messaging-ping-pong.rs early
Tshepang Lekhonkhobe
-4
/
+7
2015-01-04
Merge pull request #20515 from tshepang/modernise-ping-pong-benchmark
bors
-9
/
+8
2015-01-04
bench: remove warnings from rt-messaging-ping-pong.rs
Tshepang Lekhonkhobe
-12
/
+10
2015-01-03
Remove deprecated functionality
Alex Crichton
-105
/
+93
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
add feature gate to some benchmarks
Jorge Aparicio
-3
/
+5
2015-01-03
bench: fix fallout
Jorge Aparicio
-7
/
+17
2015-01-03
auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...
bors
-1
/
+1
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-44
/
+41
2015-01-02
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-2
/
+2
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-12
/
+9
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-68
/
+86
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-2
/
+2
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-9
/
+9
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-12-29
rollup merge of #20264: nagisa/threadrng
Alex Crichton
-3
/
+3
2014-12-29
rollup merge of #20160: nick29581/ranges2
Alex Crichton
-4
/
+4
2014-12-30
Fallout from mut slices
Nick Cameron
-4
/
+4
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-3
/
+3
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-3
/
+3
[next]