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
/
run-pass
/
vector-sort-panic-safe.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-05-29
add const_fn features
Niko Matsakis
-0
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-13
/
+13
2015-04-14
test: Fix fallout in run-pass tests
Alex Crichton
-16
/
+9
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-03-30
Remove unnecessary `as usize`
Vadim Petrochenkov
-1
/
+1
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-1
/
+1
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-1
/
+1
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-6
/
+6
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-3
/
+3
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-13
/
+15
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-18
/
+18
2015-01-02
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-1
/
+1
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-1
/
+1
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-10
/
+10
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-2
/
+2
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-1
/
+1
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-11-11
test: Rename files, fail -> panic.
Michael Sproul
-0
/
+103