| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-09-03 | libstd: Make URL parsing not require unique strings, and have URLs implement ↵ | Patrick Walton | -7/+19 | |
| FromStr. I considered changing FromStr to return a Result<E> parameterized over an error type E, but I decided that was premature abstraction. If you want the URL parsing error, call url::from_str() directly. | ||||
| 2012-09-03 | libstd: Export query_to_str from net::url | Patrick Walton | -0/+1 | |
| 2012-09-03 | libstd: Implement a Sort trait. | Patrick Walton | -0/+9 | |
| This depends on the previous fix to not assert. | ||||
| 2012-09-03 | libstd: Export the url() constructor from net_url | Patrick Walton | -1/+1 | |
| 2012-09-03 | libstd: Make net_url::encode no longer require a unique string | Patrick Walton | -27/+27 | |
| 2012-09-02 | libstd: Make URLs structs | Patrick Walton | -3/+3 | |
| 2012-09-02 | Camel case core::ops | Brian Anderson | -4/+4 | |
| 2012-09-02 | std: Camel case the rope module | Brian Anderson | -143/+142 | |
| 2012-09-02 | std: Allow camel case for list type | Brian Anderson | -0/+1 | |
| 2012-09-02 | std: warn(non_camel_case_types) everywhere. still some exceptions | Brian Anderson | -46/+10 | |
| 2012-09-01 | Remove the 'to' keyword | Brian Anderson | -20/+20 | |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -15/+15 | |
| 2012-09-01 | Demode sort.rs | Kevin Cantu | -11/+14 | |
| 2012-09-01 | Demode fun_treemap.rs | Kevin Cantu | -3/+5 | |
| 2012-09-01 | Confirm demode of map.rs and prettyprint.rs | Kevin Cantu | -1/+2 | |
| 2012-09-01 | Confirm demode of base64.rs | Kevin Cantu | -0/+2 | |
| 2012-09-01 | Confirm demode of cell.rs | Kevin Cantu | -0/+2 | |
| 2012-09-01 | Confirm demode of unicode.rs | Kevin Cantu | -1/+3 | |
| 2012-08-31 | Remove type annotation that is no longer necessary | Tim Chevalier | -2/+1 | |
| Closes #2617 | ||||
| 2012-08-31 | Make utility funs in core::int, core::uint, etc. not by-reference | Tim Chevalier | -12/+12 | |
| Closes #3302 | ||||
| 2012-08-31 | std: Camel case net modules | Brian Anderson | -252/+256 | |
| 2012-08-31 | Remove deprecated modes from list.rs (and temporarily delete list::push) | Kevin Cantu | -13/+26 | |
| 2012-08-31 | Remove deprecated modes from rope.rs | Kevin Cantu | -22/+27 | |
| 2012-08-31 | Remove deprecated modes from dbg.rs | Kevin Cantu | -3/+5 | |
| 2012-08-31 | Remove deprecated modes from FuzzyEq in cmp.rs | Kevin Cantu | -10/+12 | |
| This commit may require changes to the following Servo files: * rust-geom/matrix.rs * servo/platform/osmain.rs * rust-layers/layers.rs * rust-geom/matrix.rs | ||||
| 2012-08-31 | Various JSON pretty printing tweaks | Kevin Cantu | -9/+31 | |
| 2012-08-31 | Fix JSON parsing of unicode escapes | Kevin Cantu | -5/+13 | |
| 2012-08-31 | Pretty print JSON: sorting object keys | Kevin Cantu | -6/+19 | |
| 2012-08-31 | Pretty print JSON: indentation and newlines | Kevin Cantu | -0/+68 | |
| 2012-08-30 | Migrate core::send_map to random, keyed hashes w/ hash::Hash trait. | Graydon Hoare | -1/+6 | |
| 2012-08-30 | Fix json test. | Graydon Hoare | -9/+7 | |
| 2012-08-30 | Bump version to 0.4 | Brian Anderson | -2/+2 | |
| 2012-08-30 | libstd: Fix another std test | Patrick Walton | -0/+7 | |
| 2012-08-30 | libstd: More test fixes | Patrick Walton | -0/+23 | |
| 2012-08-29 | rustc: Make `<=`, `>=`, and `>` use traits as well | Patrick Walton | -2/+2 | |
| 2012-08-29 | libstd: Fix some build breakage | Patrick Walton | -2/+2 | |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -94/+216 | |
| 2012-08-29 | std: More camel casing | Brian Anderson | -50/+59 | |
| 2012-08-29 | core: Demode int/uint mods | Brian Anderson | -6/+6 | |
| 2012-08-29 | Camel case more std types | Brian Anderson | -39/+53 | |
| 2012-08-29 | std: Camel case some constructors | Brian Anderson | -57/+56 | |
| 2012-08-29 | Refactor representation of borrowing so that it is tracked by fn_ctxt and ↵ | Niko Matsakis | -0/+1 | |
| not infer | ||||
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -602/+622 | |
| 2012-08-28 | Convert core::pipes to camel case | Brian Anderson | -11/+11 | |
| 2012-08-28 | De-abstract std::sort:qsort3, which uses only the trait-based lt/eq. | Jed Davis | -9/+8 | |
| quick_sort3 was converted from fn parameters to traits in d9cdddeb, but was still passing around closures over core::cmp::{eq,lt} internally, and LLVM doesn't and/or can't pick up that they're effectively constant. Reduces time spent to sort a large random ~[uint] by 16% in my testing. | ||||
| 2012-08-27 | preliminary work on making future's sendable | Niko Matsakis | -3/+3 | |
| also various improvements to the ptr casting fns: - rename assimilate() to to_unsafe_ptr() (fixes #3110) - introduce `unsafe::copy_lifetime()` to copy the lifetime from one ptr to another | ||||
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -84/+84 | |
| 2012-08-27 | Remove deprecated modes from libstd/getopts.rs | Kevin Cantu | -43/+50 | |
| 2012-08-27 | Turn off the verbose-mode of ebml. | Graydon Hoare | -1/+1 | |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -342/+342 | |
