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
/
libcore
/
either.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-26
/
+26
2012-07-01
Convert to new closure syntax
Brian Anderson
-3
/
+3
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-20
/
+20
2012-06-27
Removed pretty much all the vector+ from core (issue #2719)
Eric Holk
-3
/
+6
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-23
/
+23
2012-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-3
/
+3
2012-03-16
core: Store reexporting result and either. Closes #1997
Brian Anderson
-0
/
+2
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-19
/
+20
2012-03-09
core: Convert to rustdoc
Brian Anderson
-74
/
+44
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-4
/
+4
2012-02-12
Fix typo in either.rs
Tomoki Aonuma
-1
/
+1
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...
Graydon Hoare
-1
/
+1
2012-01-19
lib: ';' to ',' in enums in more places
Patrick Walton
-2
/
+2
2012-01-19
libcore: "tag" -> "enum"
Patrick Walton
-1
/
+1
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-0
/
+93
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-5
/
+5
2012-01-04
Add either::is_left and either::is_right
Marijn Haverbeke
-0
/
+18
2011-12-16
std: added either::flip, to_result and result::to_either
Stefan Plantikow
-0
/
+25
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+89