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