summary refs log tree commit diff
path: root/src/libstd/list.rs
AgeCommit message (Expand)AuthorLines
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-32/+32
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-0/+5
2012-07-02Make list::from_vec take a slice, not a ~.Ben Blum-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-4/+4
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-12/+12
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-12/+12
2012-06-02make vec fns/methods take imm slices.Niko Matsakis-14/+1
2012-05-21change list so that it must be used in a purely boxed fashionNiko Matsakis-7/+8
2012-05-21make list based on boxesNiko Matsakis-52/+39
2012-05-18avoid modifying the variable we are alting overNiko Matsakis-9/+6
2012-03-27Add vec::each, vec::eachi, and list::eachMarijn Haverbeke-0/+20
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-15std: Swap the argument order of list::foldl to match vec::foldlBrian Anderson-4/+4
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-5/+5
2012-03-12stdlib: Make list::find do what the docs say it does.Patrick Walton-7/+5
2012-03-10Use loop instead of while(true) in libraries and compiler itselfTim Chevalier-9/+7
2012-03-09std: Convert to rustdocBrian Anderson-74/+21
2012-02-22Remove preconditions from librariesMarijn Haverbeke-11/+2
2012-01-31Change option::t to optionTim Chevalier-4/+4
2012-01-27Make occurs check in ty::fixup_vars more reliableMarijn Haverbeke-1/+1
2012-01-23s/block()/fn()/gNiko Matsakis-3/+3
2012-01-19lib: ";" to "," in enumsPatrick Walton-2/+2
2012-01-19stdlib: "tag" -> "enum"Patrick Walton-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-9/+9
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+112
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-9/+9
2012-01-05Express some list primitives in a way that doesn't copyMarijn Haverbeke-20/+22
2011-12-29list: use predicate to enforce non-empty requirementLenny222-4/+31
2011-12-16Merge pull request #1317 from boggle/fix1315Graydon Hoare-3/+3
2011-12-16std: declared fns as pure where sensibleStefan Plantikow-3/+3
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+2
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+161