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
2016-01-29
Remove src/test/bench
Brian Anderson
-87856
/
+0
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-332
/
+0
2015-10-14
Remove unnecessary parentheses around range expressions
Andrew Paseltiner
-1
/
+1
2015-10-07
bench: rewrite nbody for better vectorization
Cristi Cobzarenco
-87
/
+132
2015-09-24
the same technique applies to fasta-redux
Andre Bogus
-153
/
+292
2015-09-24
change fasta benchmark to Veedrac's implementation
Andre Bogus
-87
/
+305
2015-09-21
Use BufWriter in fasta-redux for a nice speedup
llogiq
-1
/
+2
2015-09-20
Miscellaneous cleanup for old issues.
Lee Jeffery
-4
/
+2
2015-09-18
Revert "Convert negate_unsigned feature gate to a warning"
Simonas Kazlauskas
-1
/
+1
2015-08-17
Shim some of the old std::simd functionality.
Huon Wilson
-1
/
+1
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-94
/
+22
2015-08-11
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2015-08-11
rollup merge of #27636: llogiq/patch-1
Alex Crichton
-16
/
+13
2015-08-10
Stabilize the Duration API
Steven Fackler
-15
/
+15
2015-08-10
Fixed algorithm to match shootout requirements
llogiq
-16
/
+13
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-14
/
+8
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-11
/
+9
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-2
/
+2
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-10
/
+10
2015-05-14
Auto merge of #24920 - alexcrichton:duration, r=aturon
bors
-30
/
+30
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-30
/
+30
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-11
/
+11
2015-04-29
Auto merge of #24681 - tamird:unignore-android, r=alexcrichton
bors
-8
/
+6
2015-04-28
Reference the correct issue and clarify failure
Tamir Duberstein
-3
/
+3
2015-04-28
#10393 & #13206: Warnings
Tamir Duberstein
-5
/
+3
2015-04-28
Register new snapshots
Tamir Duberstein
-2
/
+1
2015-04-28
test: Fix some tests to run with musl
Alex Crichton
-6
/
+6
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-21
/
+7
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-3
/
+0
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-3
/
+3
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
rollup merge of #24385: aturon/unstable-scoped
Alex Crichton
-14
/
+14
2015-04-14
bench: Fix fallout in benchmarks
Alex Crichton
-132
/
+75
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-14
/
+14
2015-04-08
Make `sum` and `product` inherent methods on `Iterator`
Tobias Bucher
-1
/
+1
2015-04-01
Fallout in tests
Niko Matsakis
-8
/
+8
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-8
/
+9
2015-03-31
Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon
Manish Goregaokar
-5
/
+4
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-5
/
+4
2015-03-30
Fallout where types must be specified.
Niko Matsakis
-1
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-61
/
+61
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-61
/
+61
2015-03-26
syntax: Remove parsing of old slice syntax
Alex Crichton
-1
/
+1
2015-03-23
rollup merge of #23503: alexcrichton/fix-ptr-docs
Alex Crichton
-3
/
+3
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-10
/
+34
2015-03-21
std: Remove deprecated ptr functions
Alex Crichton
-3
/
+3
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-5
/
+8
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-67
/
+67
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-3
/
+3
[next]