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