| Age | Commit message (Expand) | Author | Lines |
| 2012-08-08 | Fix number-peek code in fmt!, close #1610. | Graydon Hoare | -0/+2 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -142/+118 |
| 2012-08-08 | Updating examples | Eric Holk | -11/+2 |
| 2012-08-08 | Merge pull request #3153 from jruderman/sconv | Ben Blum | -6/+3 |
| 2012-08-08 | add compile-fail test sync-cond-shouldnt-escape.rs | Ben Blum | -0/+9 |
| 2012-08-08 | Make let _ = e; have the same semantics as e; | Tim Chevalier | -0/+28 |
| 2012-08-08 | lint: Allow trailing underscores in camel case idents | Brian Anderson | -0/+6 |
| 2012-08-08 | Add spawn_conversation | Jesse Ruderman | -6/+3 |
| 2012-08-08 | xfail-pretty | Eric Holk | -0/+2 |
| 2012-08-08 | Don't add struct names to the value name space if there's no constructor | Tim Chevalier | -0/+24 |
| 2012-08-08 | Adding some examples for my internship presentation. | Eric Holk | -0/+169 |
| 2012-08-08 | refactor categorization out of borrowck into its own module. | Niko Matsakis | -0/+20 |
| 2012-08-07 | improve borrowck error messages to explain regions better | Niko Matsakis | -1/+15 |
| 2012-08-07 | new test case demonstrating ability to return ptr to interior of option | Niko Matsakis | -0/+22 |
| 2012-08-07 | rustc: Parse variant structs; add a trivial test case | Patrick Walton | -0/+6 |
| 2012-08-07 | Translate const structs. | Graydon Hoare | -0/+14 |
| 2012-08-07 | Implement static typeclass methods. Closes #3132. | Michael Sullivan | -0/+134 |
| 2012-08-07 | Const slices now work. Something odd about non-const cases though, see #3138. | Graydon Hoare | -2/+10 |
| 2012-08-07 | syntax: Fix parsing of inherent traits | Brian Anderson | -0/+20 |
| 2012-08-07 | syntax: Make match arm parsing more restrictive again | Brian Anderson | -56/+0 |
| 2012-08-07 | Working on a macro for selecting from many pipes. | Eric Holk | -0/+112 |
| 2012-08-07 | Nifty macros for receiving from a protocol. | Eric Holk | -42/+14 |
| 2012-08-07 | Use a proper protocol definition instead of the already-expanded code. | Eric Holk | -19/+3 |
| 2012-08-07 | Change task().future_result's argument mode | Ben Blum | -12/+12 |
| 2012-08-07 | Comments, minor refactoring, clean up wording of error messages | Lindsey Kuper | -3/+3 |
| 2012-08-07 | xfail-fast issue-2242 | Niko Matsakis | -0/+1 |
| 2012-08-07 | move borrowck tests to use ref, fix a few exposed shortcomings | Niko Matsakis | -29/+37 |
| 2012-08-06 | test: Modernize and un-XFAIL issue-2242-d.rs (issue #2242) | Patrick Walton | -9/+7 |
| 2012-08-06 | test: Add a dvec indexing operator test, which serves as a test for #2615 (cr... | Patrick Walton | -0/+6 |
| 2012-08-06 | Auto-deref the base expr in trans_method_callee | Tim Chevalier | -0/+24 |
| 2012-08-06 | first shot at integrating ref/value bindings into borrowck | Niko Matsakis | -0/+44 |
| 2012-08-06 | rustc: Parse and stub (broken) typechecking for bounded function types | Patrick Walton | -0/+7 |
| 2012-08-06 | Disallow multiple constructors or destructors in the same class | Tim Chevalier | -0/+27 |
| 2012-08-06 | rustc: Implement pattern matching for structs | Patrick Walton | -0/+14 |
| 2012-08-06 | Make 100 generations perf test sensitive to spawn failures | Ben Blum | -3/+11 |
| 2012-08-06 | In resolve, forbid duplicate value, type, and module items | Tim Chevalier | -0/+21 |
| 2012-08-06 | s/alt/match/... again. | Niko Matsakis | -8/+8 |
| 2012-08-06 | s/alt/match/ | Niko Matsakis | -4/+4 |
| 2012-08-06 | make `ref x` bindings produce region ptrs and fix various minor bugs | Niko Matsakis | -2/+83 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -275/+275 |
| 2012-08-06 | core: Rename task::osmain to platform_thread. #3090 | Brian Anderson | -1/+1 |
| 2012-08-06 | Enabling pingpong benchmark. | Eric Holk | -16/+21 |
| 2012-08-06 | rustc: Implement functional record update for structs | Patrick Walton | -0/+12 |
| 2012-08-06 | Add a test for issue #2312 | Brian Anderson | -0/+11 |
| 2012-08-06 | Add missing => | Eric Holk | -3/+2 |
| 2012-08-06 | Refcount tasks in packets to avoid races. | Eric Holk | -2/+0 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -462/+468 |
| 2012-08-04 | Fix closure pretty-print tests | Brian Anderson | -2/+1 |
| 2012-08-04 | xfail-fast run-pass/trait-composition-trivial | Brian Anderson | -0/+1 |
| 2012-08-03 | Translate const vecs, most of const slices. More for #2317. | Graydon Hoare | -1/+10 |