0.11.0 release
  1. 82ec1ae auto merge of #14963 : w3ln4/rust/master, r=alexcrichton by bors · 11 years ago
  2. 34a384a Added Mipsel architecture support by Pawel Olzacki · 11 years ago
  3. 5e720aa Add missing attributes to indirect calls for foreign functions by Björn Steinbrink · 11 years ago
  4. ebc6474 Cosmetic fixes & comments by Valerii Hiora · 11 years ago
  5. d730ae2 Runtime support for arm on iOS by Valerii Hiora · 11 years ago
  6. a9dd903 libtime: Remove the `tz_zone` field from times. by Patrick Walton · 11 years ago
  7. 7798755 update valgrind headers by Daniel Micay · 11 years ago
  8. f1735ce make sure jemalloc valgrind support is enabled by Daniel Micay · 11 years ago
  9. 9306e84 rustdoc: Migrate from sundown to hoedown by Alex Crichton · 11 years ago
  10. 58a5112 Update libuv by Alex Crichton · 11 years ago
  11. 919889a Replace all ~"" with "".to_owned() by Richo Healey · 11 years ago
  12. 22b6325 Fix spelling errors in comments. by Joseph Crail · 11 years ago
  13. 5fddb42 rustuv: Handle short writes in uv_fs_write by Alex Crichton · 11 years ago
  14. d2e99a0 rand: Rewrite OsRng in Rust for windows by Alex Crichton · 11 years ago
  15. 2d31bca rustc: Fix x86 ffi for empty struct arguments by klutzy · 11 years ago
  16. 6d7e86d fix MIPS target by Jyun-Yan You · 11 years ago
  17. 6fa4bbe std: Move rand to librand. by Huon Wilson · 11 years ago
  18. 8334dd4 native: Stop using readdir() by Alex Crichton · 11 years ago
  19. 74b42c6 Upgrade libuv by Alex Crichton · 12 years ago
  20. 301ff0c Remove two allocations from spawning a green task by Alex Crichton · 12 years ago
  21. 99582f8 std: Hardcode pthread constants and structures by Alex Crichton · 12 years ago
  22. cc61fc0 Removed all instances of XXX in preparation for relaxing of FIXME rule by Salem Talha · 12 years ago
  23. c6123ca rustuv: Re-work sockaddr glue to not use malloc by Alex Crichton · 12 years ago
  24. bc78d86 rt: Define exp10 on Android by Brian Anderson · 12 years ago
  25. 726091f Convert some C functions to rust functions by Alex Crichton · 12 years ago
  26. ab431a2 Register new snapshots by Alex Crichton · 12 years ago
  27. f82246f Remove rust_globals.h by Brian Anderson · 12 years ago
  28. e3b3715 Stop using C++ exceptions for stack unwinding. by Vadim Chugunov · 12 years ago
  29. 9d59e35 uv: Suppress a warning by using an absolute path by Alex Crichton · 12 years ago
  30. 70273bb Register new snapshots by Alex Crichton · 12 years ago
  31. 17a951c Remove unused upcalls by Alex Crichton · 12 years ago
  32. 9fbba7b2 Statically link librustrt to libstd by Alex Crichton · 12 years ago
  33. 84403eb Remove sjlj stuff from rust_upcall and don't pass -Werror to libuv. by Luqman Aden · 12 years ago
  34. 6820ed4 Fix up mingw64 target. by Luqman Aden · 12 years ago
  35. 68d5510 Implement more native file I/O by Alex Crichton · 12 years ago
  36. 508b7b9 Move runtime files to C instead of C++ by Alex Crichton · 12 years ago
  37. e8bf078 Remove the C++ lock_and_signal type by Alex Crichton · 12 years ago
  38. 24eb1b4 Implement a native mutex type by Alex Crichton · 12 years ago
  39. f4c222f rt: Namespace all C functions under rust_ by Brian Anderson · 12 years ago
  40. 91de538 add rust_trylock_little_lock by Jason Toffaletti · 12 years ago
  41. 6b6f89b rt: Delete more C++ by Brian Anderson · 12 years ago
  42. 23746ae auto merge of #10403 : poiru/rust/issue-2675, r=alexcrichton by bors · 12 years ago
  43. 36afd60 Add asserts to check for faililng QueryPerformance* calls in precise_time_ns by Birunthan Mohanathas · 12 years ago
  44. 61f76a5 Change use of unsigned integers to signed integers for clarity in by Birunthan Mohanathas · 12 years ago
  45. 86a321b Another round of test fixes from previous commits by Alex Crichton · 12 years ago
  46. 3a3eefc Update to the latest libuv by Alex Crichton · 12 years ago
  47. 0df8b00 Work around bugs in 32-bit enum FFI by Alex Crichton · 12 years ago
  48. 24b4223 Migrate uv timer bindings away from ~fn() by Alex Crichton · 12 years ago
  49. 30c885e uv: Remove lots of uv/C++ wrappers by Alex Crichton · 12 years ago
  50. 4ce7d57 auto merge of #10348 : ksh8281/rust/fix_android_timegm, r=yichoi by bors · 12 years ago
  51. 09257df fix android timegm by sh8281.kim · 12 years ago
  52. 075347b4 auto merge of #10281 : klutzy/rust/rt-timezone, r=alexcrichton by bors · 12 years ago
  53. 96ec3c1 update for ndk r9b by sh8281.kim · 12 years ago
  54. 22eb11c auto merge of #10227 : kud1ing/rust/ios, r=alexcrichton by bors · 12 years ago
  55. 2a333ed Fixes for compilation to iOS: by kud1ing · 12 years ago
  56. 47e0bd4 Move implementation for threads to Rust by Dirkjan Bussink · 12 years ago
  57. e63ffc1 rt: Convert timezone to utf-8 on Windows by klutzy · 12 years ago
  58. f19d083 Fill out the remaining functionality in io::file by Alex Crichton · 12 years ago
  59. 9c18510 Remove all blocking std::os blocking functions by Alex Crichton · 12 years ago
  60. 7bf58c2 Modify IoFactory's fs_mkdir, and add fs_rename by Alex Crichton · 12 years ago
  61. 0ce1b2f Statically link libuv to librustuv by Alex Crichton · 12 years ago
  62. 7f31b07 Statically link sundown to librustdoc by Alex Crichton · 12 years ago
  63. e42e378 auto merge of #10163 : brson/rust/rtcxx, r=alexcrichton by bors · 12 years ago
  64. fce9d7f rt: Remove array_list.h by Brian Anderson · 12 years ago
  65. 4a318d6 rt: Remove rust_thread::detach by Brian Anderson · 12 years ago
  66. 24a69dd rt: Remove four unused upcalls by Brian Anderson · 12 years ago
  67. 357ef1f Rewrite boxed_region/memory_region in Rust by Alex Crichton · 12 years ago
  68. baeed88 auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brson by bors · 12 years ago
  69. e8f72c3 Cache and buffer stdout per-task for printing by Alex Crichton · 12 years ago
  70. 64a5c3b Implement a basic event loop built on LittleLock by Alex Crichton · 12 years ago
  71. 188e471 Another round of test fixes and merge conflicts by Alex Crichton · 12 years ago
  72. b5a02e0 wrapping libuv signal for use in Rust by Do Nhat Minh · 12 years ago
  73. 620ab38 Test fixes and merge conflicts by Alex Crichton · 12 years ago
  74. 4eb5336 Move as much I/O as possible off of native::io by Alex Crichton · 12 years ago
  75. 59d45b8 Don't attempt to export uv functions directly by Alex Crichton · 12 years ago
  76. 35756fb Move rt::io::stdio from FileStream to a TTY by Alex Crichton · 12 years ago
  77. 1db783b Finish implementing io::net::addrinfo by Alex Crichton · 12 years ago
  78. bac9681 Implement io::net::unix by Alex Crichton · 12 years ago
  79. a4ec8af auto merge of #9810 : huonw/rust/rand3, r=alexcrichton by bors · 12 years ago
  80. e0eb128 std::rand: documentation & references. by Huon Wilson · 12 years ago
  81. fd8c06e Fix unwinding on OS X 10.9. by Mark Rowe · 12 years ago
  82. 69860b7 auto merge of #9812 : HNO3/rust/windows-utf8, r=alexcrichton by bors · 12 years ago
  83. 3e53c92 Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and rust_localtime. by LEE Wondong · 12 years ago
  84. 31a209c auto merge of #9834 : alexcrichton/rust/morestack, r=brson by bors · 12 years ago
  85. 6d8330a Use __morestack to detect stack overflow by Alex Crichton · 12 years ago
  86. 90911d7 Remove jemalloc from the runtime by Alex Crichton · 12 years ago
  87. f766aca drop the linenoise library by Daniel Micay · 12 years ago
  88. 2e64a71 auto merge of #9664 : alexcrichton/rust/logging, r=huonw by bors · 12 years ago
  89. 29e3b33 std::rand: make the windows OSRng more correct, remove some C++. by Huon Wilson · 12 years ago
  90. 1d19ad9 Fix thread safety issues in dynamic_lib by Steven Fackler · 12 years ago
  91. 88593fc Document logging and remove old functions by Alex Crichton · 12 years ago
  92. d29b3ac Expand tidy to prevent binaries from being checked by Alex Crichton · 12 years ago
  93. 25bc6b6 Remove a little bit of unused C++ by Brian Anderson · 12 years ago
  94. 6aba140 rustdoc: Add sundown to src/rt/ by Alex Crichton · 12 years ago
  95. 0951313 Remove the C(++) ISAAC Rng from the old rt. by Huon Wilson · 12 years ago
  96. 3c00131 auto merge of #9280 : alexcrichton/rust/less-c++, r=brson by bors · 12 years ago
  97. c3ad785 Remove rust_run_program.cpp by Alex Crichton · 12 years ago
  98. cb7756a Implement process bindings to libuv by Alex Crichton · 12 years ago
  99. bf399d5 std: bind uv_fs_readdir(), flesh out DirectoryInfo and docs/cleanup by Jeff Olson · 12 years ago
  100. b49fc4c std: adding file::{stat,mkdir,rmdir}, FileInfo and FileReader/FileWriter by Jeff Olson · 12 years ago