summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-07-09Remove xfail-test from (now functional) test. Fixes #2323.Niko Matsakis-1/+0
2012-07-09register new snapshot b5f5676Niko Matsakis-0/+8
2012-07-09Add clear methods to the tests that make maps.Michael Sullivan-0/+2
2012-07-09rustc: Conditionally compile view items. #2357Brian Anderson-6/+34
2012-07-09Merge pull request #2847 from ben0x539/incomingBrian Anderson-19/+18
2012-07-09test: xfail-fast extern-crosscrateBrian Anderson-0/+1
2012-07-09Merge pull request #2846 from gwillen/1c882842e06431767676887f97f9dcc0ee50a7b9Brian Anderson-1/+25
2012-07-09Fix metadata serialization of foreign functions. Properly take the value of f...Josh Matthews-6/+45
2012-07-09test: Remove failing parts of the failing test (requires intertwining of reso...Patrick Walton-4/+0
2012-07-09rustc: Add some changes I missedPatrick Walton-9/+26
2012-07-09change borrowck error msg: 'declared in outer block' -> 'captured in a closur...Ben Blum-10/+12
2012-07-09rustc: Switch to the new resolution passPatrick Walton-328/+430
2012-07-09core: New closure syntax for comm.rs/task.rs docsBenjamin Herr-5/+5
2012-07-09core: Formatting fix in documentation for task::unkillableBenjamin Herr-7/+9
2012-07-09core: Give task::spawn_with the documentation from task::run_withBenjamin Herr-7/+5
2012-07-09core: Remove spurious newline in task::run_with documentationBenjamin Herr-1/+0
2012-07-08Add clear() to the map interface.Glenn Willen-1/+25
2012-07-08core: Ignore to_str::test_vectors. It's bustedBrian Anderson-0/+1
2012-07-08Add test attributes to test functions missing test attributes.Ryan Scheel-0/+2
2012-07-08Revert "change borrowck error msg: 'declared in outer block' -> 'captured in ...Brian Anderson-4/+2
2012-07-07Increase the difficulty of chameneos-redux under 'make perf'Brian Anderson-1/+3
2012-07-07Add improvements suggested by erickt and bblumKevin Cantu-29/+16
2012-07-07Add the Alioth chameneos-redux benchmarkKevin Cantu-0/+214
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-430/+328
2012-07-06vim: hilight option, either, libc types+constantsBen Blum-4/+25
2012-07-06change borrowck error msg: 'declared in outer block' -> 'captured in a closure'Ben Blum-2/+4
2012-07-06rustc: Switch to the new resolution passPatrick Walton-328/+430
2012-07-06First step on #2826, accept ^ for ty_ptr.Graydon Hoare-2/+3
2012-07-06Fix the indenter script to know about the annoying ~ in the front of log stri...Michael Sullivan-2/+2
2012-07-06Be less eager about implicit borrowing when doing method resolution. Closes #...Michael Sullivan-15/+67
2012-07-06For #2229, recognize 'again' in place of 'cont', final change pending snapshot.Graydon Hoare-22/+22
2012-07-06Bank protocol example from blog postEric Holk-0/+70
2012-07-06Added a k-nucleotide version that uses pipes. 31% speedup.Eric Holk-0/+289
2012-07-06Rip out a bunch more append code from trans.Michael Sullivan-90/+0
2012-07-06Rename dvec::from_elt to dvec::from_elem. Closes #2792.Michael Sullivan-2/+2
2012-07-06Remove tvec::trans_addEric Holk-45/+0
2012-07-06paper over #2586 by not failing when the key is not foundNiko Matsakis-0/+4
2012-07-06Move string append to libraries. Closes #2710.Michael Sullivan-25/+59
2012-07-06Removing locked queue port/chan prototype.Eric Holk-164/+1
2012-07-06Updating tests to use pipes.Eric Holk-487/+71
2012-07-06Fixing an infinite type, updating code to match new Early parser, remembering...Eric Holk-3/+72
2012-07-06pingpong protocol parses, although I should probably rewrite this to use Paul...Eric Holk-15/+38
2012-07-06Recursively expand items, and keep expansion stack, per Paul's code review co...Eric Holk-3/+10
2012-07-06Adding token tree nonterminals to earley parser.Eric Holk-2/+2
2012-07-06You can have any protocol you want, provided it's pingpong.Eric Holk-7/+627
2012-07-06Plumbing and parsing for item-position macros.Eric Holk-10/+135
2012-07-06Select on pipes.Eric Holk-384/+284
2012-07-06Port future to pipes. Graph500 is about 21% faster now.Eric Holk-24/+112
2012-07-06Pipes sleep and wake properly.Eric Holk-11/+132
2012-07-06Enabling pipes for all stages, and updating closure syntax.Eric Holk-21/+17