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
/
libcore
/
option.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-5
/
+5
2013-05-13
Remove re-exports from libcore/core.rc
Alex Crichton
-0
/
+1
2013-05-10
core: Use the new `for` protocol
Alex Crichton
-0
/
+18
2013-05-04
Register snapshots
Brian Anderson
-104
/
+0
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-8
/
+0
2013-04-29
test: Fix tests.
Patrick Walton
-2
/
+2
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-7
/
+8
2013-04-28
make way for a new iter module
Daniel Micay
-9
/
+9
2013-04-10
core: changes in response to #5656
Niko Matsakis
-0
/
+104
2013-04-05
Refactor so that references to traits are not represented using a type with a
Niko Matsakis
-1
/
+27
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-8
/
+8
2013-03-26
option: rm functions that duplicate methods
Daniel Micay
-243
/
+104
2013-03-23
core: derive Clone for core types
Andrew Paseltiner
-1
/
+1
2013-03-22
libcore: Remove `pure` from libcore. rs=depure
Patrick Walton
-38
/
+38
2013-03-22
core: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-21
librustc: Forbid destructors from being attached to any structs that might co...
Patrick Walton
-0
/
+1
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-4
/
+4
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-10
/
+10
2013-03-14
MutableIter impl for Option + use it in treemap
Daniel Micay
-1
/
+8
2013-03-12
auto merge of #5328 : bstrie/rust/optadd, r=graydon
bors
-0
/
+13
2013-03-11
Implement Add on Option types
Ben Striegel
-0
/
+13
2013-03-11
core: Add rt mod and add the new scheduler code
Brian Anderson
-0
/
+38
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-15
/
+15
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-8
/
+8
2013-03-05
auto merge of #5212 : thestinger/rust/iter, r=graydon
bors
-11
/
+15
2013-03-04
Adding missing imports for tests, and gate off others
Alex Crichton
-0
/
+3
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-3
/
+0
2013-03-03
replace option::iter with a BaseIter impl
Daniel Micay
-11
/
+15
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-3
/
+3
2013-02-27
Turn old `drop` blocks into `Drop` traits
Ben Striegel
-1
/
+4
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+1
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-5
/
+5
2013-02-15
rustpkg: Massage for landing.
Graydon Hoare
-1
/
+29
2013-02-15
libcore: Get rid of `move`.
Luqman Aden
-21
/
+21
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-5
/
+5
2013-02-10
make Option's iter method use a lifetime
Daniel Micay
-2
/
+2
2013-02-07
make Option's map and map_default use a lifetime
Daniel Micay
-5
/
+5
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-3
/
+0
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-5
/
+5
2013-01-25
Fix Option camel case in comments
Tyler Bindon
-1
/
+1
2013-01-13
Merge pull request #4465 from thestinger/option
Tim Chevalier
-1
/
+42
2013-01-13
add Option methods for in-place mutation
Daniel Micay
-0
/
+16
2013-01-14
Inlining methods/functions in core.
gifnksm
-0
/
+14
2013-01-13
avoid unwrap in Option::map_consume implementation
Daniel Micay
-1
/
+1
2013-01-13
add Option map_consume_default method
Daniel Micay
-0
/
+7
2013-01-13
add Option methods for swap_unwrap and map_consume
Daniel Micay
-0
/
+18
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-1
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-04
Rename option::get_default => get_or_default, get_zero => get_or_zero
Tim Chevalier
-7
/
+7
[next]