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
/
libcoretest
/
option.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-27
core: Implement IntoIterator for Option and Result references
Georg Brandl
-1
/
+8
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-2
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-04-28
Unstub some tests
Tamir Duberstein
-2
/
+1
2015-04-28
Remove unused variable
Tamir Duberstein
-9
/
+7
2015-04-28
Register new snapshots
Tamir Duberstein
-2
/
+1
2015-03-27
Test fixes and rebase conflicts, round 1
Alex Crichton
-3
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-24
/
+24
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-3
/
+3
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+1
2015-01-31
Kill more `isize`s
Tobias Bucher
-1
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-13
/
+13
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-3
/
+3
2015-01-07
markers -> marker
Nick Cameron
-2
/
+2
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-2
/
+2
2015-01-05
coretest: remove/ignore tests
Jorge Aparicio
-1
/
+4
2014-12-06
libcoretest: remove unnecessary `as_slice()` calls
Jorge Aparicio
-4
/
+4
2014-11-18
make cloned generic over deref... and have its tests actually run
Alexis Beingessner
-9
/
+24
2014-11-16
implement cloned for Option
Alexis Beingessner
-0
/
+13
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-47
/
+6
2014-09-22
Update calls of deprecated functions in macros.
Victor Berger
-0
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-09-09
Remove some test warnings.
Jonas Hietala
-0
/
+3
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-3
/
+3
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-0
/
+278