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-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
2015-03-02
Auto merge of #22797 - alexcrichton:io-stdio, r=aturon
bors
-42
/
+48
2015-02-28
std: Implement stdio for `std::io`
Alex Crichton
-42
/
+48
2015-03-01
Make Int::pow() take exp as u32 instead usize
Guillaume Gomez
-1
/
+1
2015-02-26
Revert hacks and add test for LLVM aborts due to empty aggregates.
Eduard Burtescu
-6
/
+4
2015-02-18
rollup merge of #22497: nikomatsakis/suffixes
Alex Crichton
-54
/
+54
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-4
/
+4
2015-02-18
rollup merge of #22480: alexcrichton/hashv3
Alex Crichton
-2
/
+1
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-3
/
+3
2015-02-18
Implement RFC 580
Aaron Turon
-4
/
+4
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-2
/
+1
2015-02-18
Fix remaining bench/debuginfo tests (and a few stragglers)
Niko Matsakis
-51
/
+51
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-3
/
+3
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-13
/
+13
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-30
/
+11
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-47
/
+47
2015-02-18
Remove usage of .map(|&foo| foo)
Kevin Butler
-1
/
+1
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
[next]