Patrick Walton
|
194d8e3bd5
|
lib: ";" to "," in enums
|
2012-01-19 18:04:24 -08:00 |
|
Patrick Walton
|
c5a407b11b
|
stdlib: "tag" -> "enum"
|
2012-01-19 15:22:25 -08:00 |
|
Tim Chevalier
|
04a2887f87
|
Remove '.' after nullary tags in patterns
Does what it says on the tin.
The next commit will remove support for this syntax.
|
2012-01-18 23:17:34 -08:00 |
|
Brian Anderson
|
6e27b27cf8
|
libstd: Move std tests into libstd
|
2012-01-17 19:48:58 -08:00 |
|
Marijn Haverbeke
|
60ae1590af
|
Switch to new param kind bound syntax
And remove support for the old syntax
|
2012-01-05 15:50:02 +01:00 |
|
Marijn Haverbeke
|
02505d8aa1
|
Express some list primitives in a way that doesn't copy
It was somewhat embarassing that list::len copied its elements.
|
2012-01-05 09:18:19 +01:00 |
|
Lenny222
|
d07c6e8a0e
|
list: use predicate to enforce non-empty requirement
|
2011-12-29 21:24:03 +01:00 |
|
Graydon Hoare
|
dbfa1b5689
|
Merge pull request #1317 from boggle/fix1315
fix to #1315 + small additions to std::either and result
|
2011-12-16 13:01:47 -08:00 |
|
Stefan Plantikow
|
7d786318a1
|
std: declared fns as pure where sensible
|
2011-12-16 18:18:34 +01:00 |
|
Niko Matsakis
|
2833ca478c
|
reorder args to the various vec, option fns so blk comes last
|
2011-12-16 07:17:23 -08:00 |
|
Graydon Hoare
|
fa9ad984fb
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
|
Graydon Hoare
|
447414f007
|
Establish 'core' library separate from 'std'.
|
2011-12-06 12:13:04 -08:00 |
|