summary refs log tree commit diff
path: root/src/test/bench/msgsend.rs
AgeCommit message (Collapse)AuthorLines
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-3/+3
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-5/+5
- Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os.
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-2/+2
So that they can be used with user input without causing task failures. Closes #1335
2012-02-20core: New task APIBrian Anderson-8/+14
2012-02-09Increase precedence of as operatorMarijn Haverbeke-1/+1
Closes #1717
2012-01-23add msgsend.rs to benchmarksNiko Matsakis-0/+60