| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+151 | |
| 2013-08-18 | auto merge of #8551 : huonw/rust/speling, r=alexcrichton | bors | -1/+1 | |
| (This doesn't add/remove `u`s or change `ize` to `ise`, or anything like that.) | ||||
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -1/+1 | |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -2/+2 | |
| .with_c_str() is a replacement for the old .as_c_str(), to avoid unnecessary boilerplate. Replace all usages of .to_c_str().with_ref() with .with_c_str(). | ||||
| 2013-08-09 | auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt | bors | -2/+3 | |
| This PR fixes #7235 and #3371, which removes trailing nulls from `str` types. Instead, it replaces the creation of c strings with a new type, `std::c_str::CString`, which wraps a malloced byte array, and respects: * No interior nulls * Ends with a trailing null | ||||
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -9/+0 | |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -2/+3 | |
| 2013-07-25 | libstd: Implement some missing udp methods. | Luqman Aden | -3/+13 | |
| 2013-07-25 | libstd: Implement {peer, socket}_name for new rt tcp & udp. | Luqman Aden | -31/+17 | |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -2/+2 | |
| 2013-07-02 | IPv6 support for UDP and TCP. | Eric Reed | -6/+86 | |
| 2013-06-25 | removed obsolete FIXMEs. formatting changes. | Eric Reed | -54/+24 | |
| 2013-06-25 | satisfy the formatting check | Eric Reed | -1/+2 | |
| 2013-06-25 | UDP networking with tests | Eric Reed | -1/+1 | |
| 2013-06-17 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -0/+4 | |
| Conflicts: src/libstd/rt/uvio.rs | ||||
| 2013-06-17 | added wrappers about uv_ip{4,6}_{port,name} | Eric Reed | -0/+16 | |
| 2013-06-14 | added bindings to extract udp handle from udp send requests | Eric Reed | -4/+12 | |
| 2013-06-13 | Corrected libuv UDP bindings. | Eric Reed | -2/+2 | |
| 2013-06-12 | Added libuv UDP function bindings. | Eric Reed | -0/+47 | |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+4 | |
| 2013-05-22 | libstd: Fix merge fallout. | Patrick Walton | -0/+452 | |
