Kevin Cantu
|
b7393ecdf2
|
(cargo) fix old typo for installation to libdir
|
2012-05-28 17:54:47 -07:00 |
|
Graydon Hoare
|
163b0604dc
|
Re-xfail reflect-visit-type since it crashes check-fast.
|
2012-05-28 17:03:44 -07:00 |
|
Graydon Hoare
|
e0f0c5c1ab
|
Remove bad Load in make_visit_glue, un-xfail reflect-visit-type.rs.
|
2012-05-28 13:19:31 -07:00 |
|
Erick Tryzelaar
|
ed5af70a36
|
std: add json::to_str and json::to_json iface.
|
2012-05-28 12:14:41 -07:00 |
|
Erick Tryzelaar
|
e45ed323c9
|
Add methods iter, iter_err, map, map_err to the result type.
|
2012-05-28 12:03:25 -07:00 |
|
Erick Tryzelaar
|
46173e98ef
|
Rename result::{iter,map,map2} to add _vec suffix
The result module doesn't follow the standard iter/map pattern
that we use in the rest of the library. So to
|
2012-05-28 12:03:25 -07:00 |
|
Patrick Walton
|
a5e921dcae
|
Merge pull request #2457 from bkircher/2363-bitv-each-loops-forever
std: Fix bitv each() method (issue 2363)
|
2012-05-27 19:06:48 -07:00 |
|
Benjamin Kircher
|
360194d282
|
std: Fix bitv each() method (issue 2363)
|
2012-05-27 22:08:48 +02:00 |
|
Kevin Cantu
|
1aa0804637
|
(cargo) added a rough fix for installed exe permissions
Since `os::copy_file` wasn't preserving the executable permissions,
this reverts back to `run::run_program` and `cp` to install
the packages.
|
2012-05-27 10:48:19 -07:00 |
|
Kevin Cantu
|
50423e9545
|
(cargo) fixed a package installation bug, cleaned up usage
This fixes a bug where os::copy_file was called with a directory name, and
updates the command line options and usage messages for clarity.
|
2012-05-27 01:29:04 -07:00 |
|
Brian Anderson
|
2c90d66637
|
Register snapshots
|
2012-05-26 17:36:57 -07:00 |
|
Brian Anderson
|
18f4bfd576
|
bench: Remove task-perf-vector-party. No longer relevant
|
2012-05-26 16:00:38 -07:00 |
|
Brian Anderson
|
45d0fbf6a1
|
bench: Increase the difficulty of some benchmarks
|
2012-05-26 16:00:35 -07:00 |
|
Brian Anderson
|
bf129bd35f
|
Merge pull request #2452 from killerswan/manpage_update_may2012
Update the rustc manpage
|
2012-05-26 14:11:39 -07:00 |
|
Kevin Cantu
|
0fa7858d1e
|
Update the rustc manpage
|
2012-05-26 08:15:28 -07:00 |
|
Brian Anderson
|
432c6cbde9
|
core: Make range follow the for loop protocol
|
2012-05-26 02:28:00 -07:00 |
|
Brian Anderson
|
5281db2bc2
|
core: Fix capitalization in docs
|
2012-05-26 00:16:32 -07:00 |
|
Brian Anderson
|
b4516590e4
|
core: Add to_str impls for remaining int types
|
2012-05-25 23:47:02 -07:00 |
|
Eric Holk
|
df83a793d9
|
In generic word count, use str instead of [u8], and use built in is_alphabetic, etc. functions.
|
2012-05-25 18:32:18 -07:00 |
|
Eric Holk
|
0c3a128419
|
Update word-count-generic to latest syntax and un-xfail it. Closes #1740.
|
2012-05-25 18:32:18 -07:00 |
|
Lindsey Kuper
|
e11742de32
|
More refactoring on a quest to understand region types.
|
2012-05-25 17:55:55 -07:00 |
|
Niko Matsakis
|
269bc6fb5c
|
fix warning
|
2012-05-25 17:14:17 -07:00 |
|
Niko Matsakis
|
98740a59da
|
detect ambig. calls to iface bounds, use transactions
cc #2433
|
2012-05-25 17:04:05 -07:00 |
|
Michael Sullivan
|
93633ea734
|
Add an internal notion of 'implicit copyability' and use it to warn when implicitly copying mutable data and some unique data. Closes #2448.
|
2012-05-25 16:53:34 -07:00 |
|
Michael Sullivan
|
8668d06400
|
Get rid of many implicit copies as a preliminary to Issue #2448.
|
2012-05-25 16:39:35 -07:00 |
|
Brian Anderson
|
d89b4c8c61
|
std: Modify arc to tolerate upcoming change to uniques
|
2012-05-25 16:22:29 -07:00 |
|
Michael Sullivan
|
174f789e0b
|
Add hack to silence the annoying liveness warning in trans/base.rs.
|
2012-05-25 15:34:09 -07:00 |
|
Michael Sullivan
|
842f9d8616
|
Remove from_const hack from vec.rs.
|
2012-05-25 15:16:17 -07:00 |
|
Niko Matsakis
|
266fdd032b
|
test for issue #2443
|
2012-05-25 14:37:35 -07:00 |
|
Niko Matsakis
|
9e6a068034
|
replace last_use with liveness info
|
2012-05-25 14:37:30 -07:00 |
|
Niko Matsakis
|
62fe587f81
|
revisit error message; create spill map
|
2012-05-25 14:37:30 -07:00 |
|
Lindsey Kuper
|
123c5c4315
|
typeck: cleanup/refactoring
|
2012-05-25 11:35:42 -07:00 |
|
Lindsey Kuper
|
f7cb7b06d5
|
typeck: Minor cleanup
|
2012-05-25 11:35:42 -07:00 |
|
Brian Anderson
|
7c2e981381
|
std: Don't export get_monitor_task_gl
|
2012-05-25 11:03:32 -07:00 |
|
Brian Anderson
|
78b664fead
|
std: More iotask cleanup
|
2012-05-25 11:03:31 -07:00 |
|
Brian Anderson
|
937ef188e3
|
std: Remove unused iotask field active
|
2012-05-25 11:03:31 -07:00 |
|
Brian Anderson
|
81b8e20f31
|
std: Rename uv::hl to uv::iotask. Additional cleanup
|
2012-05-25 11:03:29 -07:00 |
|
Brian Anderson
|
59262dfc62
|
std: Move spawn_high_level_loop to uv::hl
|
2012-05-24 22:52:51 -07:00 |
|
Brian Anderson
|
d4db1beabf
|
std: Separate weakening the I/O task from spawning it
|
2012-05-24 22:26:30 -07:00 |
|
Brian Anderson
|
95898b4cfc
|
std: Simplify run_high_level_loop further
|
2012-05-24 22:05:31 -07:00 |
|
Brian Anderson
|
623acaa013
|
std: Remove unused args from run_high_level_loop
|
2012-05-24 21:50:35 -07:00 |
|
Brian Anderson
|
444ff687a2
|
std: Move loop creation into run_high_level_loop
|
2012-05-24 21:50:35 -07:00 |
|
Brian Anderson
|
2a82a9907f
|
std: Clean up uv_global_loop
|
2012-05-24 21:50:33 -07:00 |
|
Brian Anderson
|
26ed1e91c8
|
std: Rename spawn_libuv_weak_task to spawn_high_level_loop
|
2012-05-24 21:03:30 -07:00 |
|
Brian Anderson
|
06ff3f8b4b
|
std: Use more concise code in uv::hl
|
2012-05-24 20:31:27 -07:00 |
|
Brian Anderson
|
77bbd72171
|
std: Remove unused variables
|
2012-05-24 20:31:27 -07:00 |
|
Eric Holk
|
23fcab927c
|
Updating snapshots.txt
|
2012-05-24 18:28:10 -07:00 |
|
Lindsey Kuper
|
7e70412711
|
Some refactoring and WIP on issue #2263.
|
2012-05-24 16:48:44 -07:00 |
|
Lindsey Kuper
|
ef33c5c9bc
|
Typo fixes in comments.
|
2012-05-24 16:48:44 -07:00 |
|
Brian Anderson
|
a8c8c8ae28
|
std: FIXME's and cleanups for uv
|
2012-05-24 16:42:16 -07:00 |
|