| Age | Commit message (Expand) | Author | Lines |
| 2012-08-05 | std: URLs without schemes parse as errors. Closes #3112 | Brian Anderson | -1/+6 |
| 2012-08-03 | Long lines | Brian Anderson | -1/+2 |
| 2012-08-03 | std::net::url - change alt to match, ret to return, as per recent syntax changes | Daniel Patterson | -25/+25 |
| 2012-08-03 | std::net::url - eliminate out of date comment and switch to str::each_chari i... | Daniel Patterson | -17/+12 |
| 2012-08-03 | std::net::url - fix to_str to work with authorityless urls, add test | Daniel Patterson | -6/+16 |
| 2012-08-03 | std::net::url cleanups for lint check | Daniel Patterson | -50/+61 |
| 2012-08-03 | std::net::url - making parsing of authority give error messages if in encount... | Daniel Patterson | -30/+331 |
| 2012-08-03 | std::net::url making scheme parsing compliant with rfc, give appropriate erro... | Daniel Patterson | -19/+59 |
| 2012-08-03 | std::net::url - comment cleanup, new test | Daniel Patterson | -6/+24 |
| 2012-08-03 | std: integrating erickt's url encoding/decoding from github.com/erickt/rust-u... | Daniel Patterson | -4/+385 |
| 2012-08-03 | rustc: Remove all fixed-length strings from our codebase | Patrick Walton | -6/+6 |
| 2012-08-02 | Make comparisons between region pointers work | Tim Chevalier | -2/+3 |
| 2012-08-02 | Purge placement new; Make borrowck know about unary move. | Niko Matsakis | -4/+13 |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -178/+224 |
| 2012-08-02 | Remove std::util | Ben Blum | -23/+12 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -383/+393 |
| 2012-08-01 | Clean out transitional lint. | Graydon Hoare | -7/+0 |
| 2012-07-31 | Introduce 'return', 'match' and 'module' as synonyms | Brian Anderson | -10/+10 |
| 2012-07-31 | std: getopts::match -> matches | Brian Anderson | -33/+33 |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -13/+13 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -368/+368 |
| 2012-07-30 | Move send_map to libcore | Ben Blum | -347/+1 |
| 2012-07-29 | Rewrite bitv to use classes and optimize its representation | Tim Chevalier | -330/+484 |
| 2012-07-28 | std: Implement to_str for net::url::url | Brian Anderson | -0/+6 |
| 2012-07-27 | libstd: Fix missing export from URL module | Patrick Walton | -2/+2 |
| 2012-07-27 | rustc: Use coherence for operator overloading. | Patrick Walton | -0/+20 |
| 2012-07-27 | change send_map tests to use ~linear_map, much more natural | Niko Matsakis | -24/+24 |
| 2012-07-27 | export send_map and use fewer impl names | Niko Matsakis | -8/+9 |
| 2012-07-27 | core: Trait-ify various overloaded operators | Patrick Walton | -4/+26 |
| 2012-07-27 | std: Make url a sendable type | Brian Anderson | -8/+6 |
| 2012-07-27 | wip: add a sendable hashmap to stdlib | Niko Matsakis | -0/+346 |
| 2012-07-26 | std: Create correctly-sized buffers on TCP read | Brian Anderson | -2/+1 |
| 2012-07-26 | Removed the rest of the vec::view calls that were marked with #2880. Fixes #2... | Eric Holk | -1/+1 |
| 2012-07-26 | Use iteration protocol for ebml, use vec::view in more places (issue #2880) | Eric Holk | -6/+9 |
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -0/+7 |
| 2012-07-26 | core::io::writer : add get_type() method | Damian Gryski | -0/+3 |
| 2012-07-26 | core: Mark a bunch of numeric functions as pure | Patrick Walton | -5/+5 |
| 2012-07-25 | 3x faster typechecking | Eric Holk | -1/+1 |
| 2012-07-25 | Add #[inline(never)], and also fixed inlining on vec::push | Eric Holk | -1/+3 |
| 2012-07-24 | Update some str functions to slices, merge as_buf and unpack_slice. | Graydon Hoare | -8/+6 |
| 2012-07-23 | Add to_str for hashmap. | Glenn Willen | -1/+31 |
| 2012-07-23 | Switch reader to work with preallocated vecs | Erick Tryzelaar | -21/+28 |
| 2012-07-23 | Convert std::test to new task_builder interface | Ben Blum | -5/+6 |
| 2012-07-23 | Convert os/priv/uv to new task_builder interface | Ben Blum | -11/+7 |
| 2012-07-23 | Adding simple net::url module to parse and format urls. | Daniel Patterson | -1/+246 |
| 2012-07-18 | prevent regions from escaping in ifaces; remove &r.T syntax | Niko Matsakis | -1/+3 |
| 2012-07-17 | Fixing coherence error in bitv | Eric Holk | -1/+23 |
| 2012-07-17 | Added liveness analysis for protocols, and removed warnings about empty states. | Eric Holk | -0/+8 |
| 2012-07-17 | Modernize bitv somewhat | Eric Holk | -20/+41 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -28/+84 |