| Age | Commit message (Expand) | Author | Lines |
| 2012-05-29 | modify shape code to only emit monomorphized enums (#2444) | Niko Matsakis | -187/+210 |
| 2012-05-29 | In reachability, don't ignore nested items | Tim Chevalier | -5/+27 |
| 2012-05-29 | Register snapshots | Brian Anderson | -0/+8 |
| 2012-05-29 | Fix an error message to not refer to "block type". Closes #2423. | Michael Sullivan | -2/+3 |
| 2012-05-29 | Fix the maximum value of i16. Closes #2462. | Michael Sullivan | -1/+1 |
| 2012-05-29 | Moving the arc tests into arc.rs. | Eric Holk | -28/+31 |
| 2012-05-29 | Adding shared_arc to hide some of the tedium of sharing an arc between tasks. | Eric Holk | -27/+88 |
| 2012-05-29 | Updating comments. | Eric Holk | -1/+1 |
| 2012-05-28 | Allow installing arbitrary git cargos | Erick Tryzelaar | -0/+20 |
| 2012-05-28 | Merge pull request #2455 from erickt/master | Erick Tryzelaar | -10/+253 |
| 2012-05-28 | Merge pull request #2454 from killerswan/cargo_may2012 | Erick Tryzelaar | -57/+81 |
| 2012-05-28 | (cargo) fix old typo for installation to libdir | Kevin Cantu | -1/+1 |
| 2012-05-28 | Re-xfail reflect-visit-type since it crashes check-fast. | Graydon Hoare | -0/+4 |
| 2012-05-28 | Remove bad Load in make_visit_glue, un-xfail reflect-visit-type.rs. | Graydon Hoare | -7/+1 |
| 2012-05-28 | std: add json::to_str and json::to_json iface. | Erick Tryzelaar | -0/+105 |
| 2012-05-28 | Add methods iter, iter_err, map, map_err to the result type. | Erick Tryzelaar | -0/+134 |
| 2012-05-28 | Rename result::{iter,map,map2} to add _vec suffix | Erick Tryzelaar | -10/+14 |
| 2012-05-27 | std: Fix bitv each() method (issue 2363) | Benjamin Kircher | -0/+10 |
| 2012-05-27 | (cargo) added a rough fix for installed exe permissions | Kevin Cantu | -1/+1 |
| 2012-05-27 | (cargo) fixed a package installation bug, cleaned up usage | Kevin Cantu | -57/+81 |
| 2012-05-26 | Register snapshots | Brian Anderson | -0/+8 |
| 2012-05-26 | bench: Remove task-perf-vector-party. No longer relevant | Brian Anderson | -23/+0 |
| 2012-05-26 | bench: Increase the difficulty of some benchmarks | Brian Anderson | -5/+5 |
| 2012-05-26 | core: Make range follow the for loop protocol | Brian Anderson | -88/+102 |
| 2012-05-26 | core: Fix capitalization in docs | Brian Anderson | -1/+1 |
| 2012-05-25 | core: Add to_str impls for remaining int types | Brian Anderson | -5/+20 |
| 2012-05-25 | In generic word count, use str instead of [u8], and use built in is_alphabeti... | Eric Holk | -95/+8 |
| 2012-05-25 | Update word-count-generic to latest syntax and un-xfail it. Closes #1740. | Eric Holk | -52/+76 |
| 2012-05-25 | More refactoring on a quest to understand region types. | Lindsey Kuper | -22/+62 |
| 2012-05-25 | fix warning | Niko Matsakis | -2/+1 |
| 2012-05-25 | detect ambig. calls to iface bounds, use transactions | Niko Matsakis | -24/+96 |
| 2012-05-25 | Add an internal notion of 'implicit copyability' and use it to warn when impl... | Michael Sullivan | -46/+104 |
| 2012-05-25 | Get rid of many implicit copies as a preliminary to Issue #2448. | Michael Sullivan | -78/+75 |
| 2012-05-25 | std: Modify arc to tolerate upcoming change to uniques | Brian Anderson | -7/+14 |
| 2012-05-25 | Add hack to silence the annoying liveness warning in trans/base.rs. | Michael Sullivan | -0/+1 |
| 2012-05-25 | Remove from_const hack from vec.rs. | Michael Sullivan | -9/+2 |
| 2012-05-25 | test for issue #2443 | Niko Matsakis | -0/+16 |
| 2012-05-25 | replace last_use with liveness info | Niko Matsakis | -481/+122 |
| 2012-05-25 | revisit error message; create spill map | Niko Matsakis | -17/+91 |
| 2012-05-25 | typeck: cleanup/refactoring | Lindsey Kuper | -44/+35 |
| 2012-05-25 | typeck: Minor cleanup | Lindsey Kuper | -16/+16 |
| 2012-05-25 | std: Don't export get_monitor_task_gl | Brian Anderson | -1/+1 |
| 2012-05-25 | std: More iotask cleanup | Brian Anderson | -23/+22 |
| 2012-05-25 | std: Remove unused iotask field `active` | Brian Anderson | -28/+17 |
| 2012-05-25 | std: Rename uv::hl to uv::iotask. Additional cleanup | Brian Anderson | -158/+156 |
| 2012-05-24 | std: Move spawn_high_level_loop to uv::hl | Brian Anderson | -28/+31 |
| 2012-05-24 | std: Separate weakening the I/O task from spawning it | Brian Anderson | -11/+38 |
| 2012-05-24 | std: Simplify run_high_level_loop further | Brian Anderson | -48/+15 |
| 2012-05-24 | std: Remove unused args from run_high_level_loop | Brian Anderson | -58/+19 |
| 2012-05-24 | std: Move loop creation into run_high_level_loop | Brian Anderson | -8/+3 |