summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-05-22Starting on a BFS benchmark, but ran into problems with the deque module, so ...Eric Holk-0/+172
2012-05-22Get rid of the >>> operator and make >> logical or arithmetic depending on th...Michael Sullivan-79/+49
2012-05-22Send is no longer a subkind of copy. This allows for sendable, but non-copyab...Eric Holk-48/+43
2012-05-22Represent kinds as a bitfield of capabilities.Eric Holk-56/+58
2012-05-22Disallow type parameters to self. Closes #2422.Michael Sullivan-0/+1
2012-05-22`do` is no longer a keywordPaul Stansifer-1/+1
2012-05-22impl-ify mapNiko Matsakis-146/+134
2012-05-22introduce some copies so we are not alting into mut stateNiko Matsakis-10/+10
2012-05-21rustc: Move ast_map to the syntax crateBrian Anderson-42/+42
2012-05-21rustc: Move walk_pat to ast_utilBrian Anderson-17/+15
2012-05-21rustc: Remove ast_map's session dependencyBrian Anderson-10/+13
2012-05-21rustc: Remove unused importBrian Anderson-1/+0
2012-05-21rustc: Move path_to_ident to ast_utilBrian Anderson-9/+11
2012-05-21core: Fix typos in ignore attrsBrian Anderson-2/+2
2012-05-21remove mutable cycle from ast_foldNiko Matsakis-257/+180
2012-05-21core: Rework some rand functions to be more consistentBrian Anderson-27/+27
2012-05-21core: Ignore another should_fail test on win32Brian Anderson-0/+1
2012-05-21core: Ignore a should_fail test on win32Brian Anderson-0/+1
2012-05-21Register snapshotsBrian Anderson-0/+8
2012-05-21rt: Fix def of isaac_seed on windowsBrian Anderson-3/+3
2012-05-21core: Fix types in rand modBrian Anderson-1/+1
2012-05-21add a seeded random number generator so that sequences of random numbers can ...Gareth Daniel Smith-50/+116
2012-05-21add a bunch more rand::rng extension methods - one for each primitive type an...Gareth Daniel Smith-38/+275
2012-05-21separate the rand::rng gen_* methods out into an iface-less-impl so that the ...Gareth Daniel Smith-43/+62
2012-05-21Merge pull request #2413 from erickt/masterBrian Anderson-9/+42
2012-05-21std: Make timer tests more reliable under valgrindBrian Anderson-25/+43
2012-05-21Region checking: this one currently passes, but only "by accident".Lindsey Kuper-0/+21
2012-05-21Test illustrating issue #2263.Lindsey Kuper-0/+24
2012-05-21change list so that it must be used in a purely boxed fashionNiko Matsakis-128/+127
2012-05-21detect and report shadows in nested bindingsNiko Matsakis-20/+26
2012-05-21make list based on boxesNiko Matsakis-52/+39
2012-05-19rustc: Remove dead code in encoderBrian Anderson-3/+1
2012-05-19fix up handling of &x where x is an arg or &self (for now at least).Niko Matsakis-11/+90
2012-05-19std: Fix a typoErick Tryzelaar-1/+1
2012-05-19core: Add iterable functions to io::reader_utils.Erick Tryzelaar-0/+18
2012-05-19expose tzsetErick Tryzelaar-1/+23
2012-05-19Remove some dead code.Erick Tryzelaar-7/+0
2012-05-18remove unused variableNiko Matsakis-1/+0
2012-05-18add more inline directives to dvecNiko Matsakis-2/+2
2012-05-18port codemap to use dvecNiko Matsakis-5/+8
2012-05-18port interner to use dvecNiko Matsakis-6/+7
2012-05-18port qquote to use dvecNiko Matsakis-10/+13
2012-05-18create a smallintmap benchmarkNiko Matsakis-0/+46
2012-05-18port smallintmap over to dvecNiko Matsakis-30/+26
2012-05-18make more code use dvecNiko Matsakis-10/+11
2012-05-18port some code to use dvecNiko Matsakis-31/+49
2012-05-18move io over to dvecNiko Matsakis-23/+39
2012-05-18avoid modifying the variable we are alting overNiko Matsakis-17/+14
2012-05-18introduce a few copies here and thereNiko Matsakis-3/+3
2012-05-18purge ufindNiko Matsakis-57/+2