| Age | Commit message (Expand) | Author | Lines |
| 2012-08-13 | minor fix to rwlock.read() | Ben Blum | -1/+2 |
| 2012-08-13 | core: Export f32::ge(), f64::ge(), and float::ge() | Chris Peterson | -4/+4 |
| 2012-08-13 | add Url | Max Penet | -1/+3 |
| 2012-08-13 | proper package footer | Max Penet | -1/+1 |
| 2012-08-13 | initial stab at making rust-mode elpa friendly | Max Penet | -6/+21 |
| 2012-08-13 | Add xfail'd test for default methods. | Lindsey Kuper | -0/+20 |
| 2012-08-13 | Default methods get through compilation, but not linkage (cc: #2794). | Lindsey Kuper | -2/+28 |
| 2012-08-13 | Change "iid" identifiers (apparently "interface id") to "trait_id" | Lindsey Kuper | -12/+13 |
| 2012-08-13 | Fix method mode parsing bug. Closes #3191. | Michael Sullivan | -1/+0 |
| 2012-08-12 | std: Add tests for cell. Fix a logic error | Brian Anderson | -4/+32 |
| 2012-08-12 | std: Add cell to the std crate and make it build | Brian Anderson | -4/+5 |
| 2012-08-11 | correct glb computation, improve region error msgs | Niko Matsakis | -33/+97 |
| 2012-08-11 | infer: better names, docs | Niko Matsakis | -40/+122 |
| 2012-08-11 | switch over some newtyped enums to structs | Niko Matsakis | -15/+18 |
| 2012-08-11 | rename var_bindings to be less cryptic | Niko Matsakis | -43/+58 |
| 2012-08-11 | Merge pull request #3185 from megakorre/master | Brian Anderson | -2/+2 |
| 2012-08-12 | removed a comma from the keyword list to get | Patrik Kårlin | -2/+2 |
| 2012-08-11 | syntax: better formatting of closures in pretty printer and more verbose debu... | Daniel Patterson | -21/+72 |
| 2012-08-11 | std: Update timespec comments to say "nanoseconds" | Chris Peterson | -2/+2 |
| 2012-08-10 | Xfail-fast, because these tests use failure | Eric Holk | -0/+4 |
| 2012-08-10 | Remove print | Eric Holk | -1/+0 |
| 2012-08-10 | Fix compile-fail arc/sync tests | Ben Blum | -0/+6 |
| 2012-08-10 | Handle failure during select nicely. Fixes #3176 | Eric Holk | -3/+30 |
| 2012-08-10 | Revert "rustc: Make function types have vstores in them" | Patrick Walton | -237/+114 |
| 2012-08-10 | Add a can't-nest-rw-arcs test case (xfailed, #3177) | Ben Blum | -0/+9 |
| 2012-08-10 | Implement mutex_arc and rw_arc; add some tests | Ben Blum | -0/+274 |
| 2012-08-10 | Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusive | Ben Blum | -272/+319 |
| 2012-08-10 | Terminate blocked receive packets on failure. Fixes #3168. | Eric Holk | -0/+36 |
| 2012-08-10 | rustc: Make function types have vstores in them | Patrick Walton | -114/+237 |
| 2012-08-10 | correct x86_64 snapshot hash for linux | Niko Matsakis | -1/+1 |
| 2012-08-10 | register new snapshots | Niko Matsakis | -0/+8 |
| 2012-08-10 | Remove unneeded imports now that #1873 seems to be fixed | Lindsey Kuper | -2/+0 |
| 2012-08-10 | Move a comment to where it belongs. | Lindsey Kuper | -1/+2 |
| 2012-08-10 | A better HTML parser. | Eric Holk | -43/+66 |
| 2012-08-10 | report local ambiguity errors earlier | Eric Holk | -6/+9 |
| 2012-08-10 | An attempt at a macro to support HTML literals | Eric Holk | -0/+68 |
| 2012-08-10 | Change 'ret' to 'return' in an error message | Brian Anderson | -1/+6 |
| 2012-08-10 | rustc: Allow @fn to be used as a synonym for fn@, and likewise with ~ and & | Patrick Walton | -5/+29 |
| 2012-08-10 | remove modes from ty.rs | Niko Matsakis | -141/+159 |
| 2012-08-09 | Implement sync::rwlock::write_cond (and task::rekillable) | Ben Blum | -19/+74 |
| 2012-08-09 | Convert sync to the new struct syntax | Ben Blum | -50/+51 |
| 2012-08-09 | rustc: Initialize the drop flag with the new struct literal syntax. Closes #3... | Patrick Walton | -0/+14 |
| 2012-08-09 | libstd: Implement cells as a nicer replacement for the option dance | Patrick Walton | -0/+42 |
| 2012-08-09 | Make rwlocks fail-proof | Ben Blum | -50/+106 |
| 2012-08-09 | de-mode-ify infer and some parts of typeck | Niko Matsakis | -137/+164 |
| 2012-08-09 | sync: Add rwlocks (half-done) and test cases | Ben Blum | -18/+177 |
| 2012-08-09 | vim: hilight 'self' as a constant instead of a keyword | Ben Blum | -1/+3 |
| 2012-08-09 | Change coherence error 'implement a trait instead' -> 'implement a trait or n... | Ben Blum | -1/+8 |
| 2012-08-09 | Finish translating const indexing. Close #1417, close #570, close #571, close... | Graydon Hoare | -23/+64 |
| 2012-08-09 | Enforce a stricter notion of purity when borrowing. Fixes #3162. | Niko Matsakis | -2/+48 |