| Age | Commit message (Expand) | Author | Lines |
| 2013-02-15 | Removed generic infinity, NaN and negative zero functions | Marvin Löbel | -87/+7 |
| 2013-02-15 | Long lines, proper FIXME, inlining | Marvin Löbel | -66/+71 |
| 2013-02-15 | Made num <-> str conversion functions use NumStrConv trait | Marvin Löbel | -119/+111 |
| 2013-02-15 | Added NumStrConv trait and impls for the string conversion functions | Marvin Löbel | -1/+108 |
| 2013-02-14 | auto merge of #4937 : luqmana/rust/remove-mut-addr-of, r=catamorphism | bors | -27/+18 |
| 2013-02-14 | libcore: replace mut_addr_of properly on mac | Luqman Aden | -1/+2 |
| 2013-02-14 | libcore: Remove ptr::mut_addr_of since &mut is coerced to *mut | Luqman Aden | -27/+17 |
| 2013-02-15 | Moved numeric string conversion functions into own module | Marvin Löbel | -604/+642 |
| 2013-02-14 | auto merge of #4938 : thestinger/rust/no_zero, r=brson | bors | -44/+12 |
| 2013-02-14 | core: Clean up XXXes | Tim Chevalier | -2/+2 |
| 2013-02-14 | remove die definition and use in doc tests | Nick Desaulniers | -9/+0 |
| 2013-02-14 | auto merge of #4927 : sanxiyn/rust/remove-dvec, r=catamorphism | bors | -27/+21 |
| 2013-02-14 | auto merge of #4911 : lifthrasiir/rust/comment-exemptions, r=catamorphism | bors | -49/+109 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -120/+123 |
| 2013-02-14 | auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brson | bors | -10/+10 |
| 2013-02-14 | rm the unused calloc wrapper from memory_region | Daniel Micay | -18/+5 |
| 2013-02-14 | get rid of unused exchange_alloc calloc method | Daniel Micay | -12/+0 |
| 2013-02-14 | fix bug in uv_ll tests uncovered by not zeroing | Daniel Micay | -3/+3 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1115/+1115 |
| 2013-02-14 | Remove all final references to die! | Nick Desaulniers | -10/+10 |
| 2013-02-14 | rm unused zero param in C++ exchange allocator | Daniel Micay | -6/+3 |
| 2013-02-14 | stop zeroing all exchange allocations | Daniel Micay | -5/+1 |
| 2013-02-14 | stop applying noinline to glue code | Daniel Micay | -1/+10 |
| 2013-02-14 | auto merge of #4915 : luqmana/rust/rt-cleanup, r=pcwalton | bors | -40/+13 |
| 2013-02-14 | libcore: Move the numeric operations out of Num. r=brson | Patrick Walton | -118/+165 |
| 2013-02-14 | Remove DVec from workcache | Seo Sanghyeon | -5/+3 |
| 2013-02-14 | Remove DVec from json | Seo Sanghyeon | -3/+3 |
| 2013-02-14 | Remove DVec from check_const | Seo Sanghyeon | -9/+8 |
| 2013-02-14 | Remove DVec from syntax::parse | Seo Sanghyeon | -10/+7 |
| 2013-02-13 | auto merge of #4922 : jbclements/rust/add-deriving-eq-to-asts, r=catamorphism | bors | -548/+240 |
| 2013-02-14 | made licenseck.py work for year substitutions | Kang Seonghoon | -5/+21 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -906/+910 |
| 2013-02-13 | auto merge of #4884 : pcwalton/rust/pretty-print-new-impl-syntax, r=pcwalton | bors | -4/+6 |
| 2013-02-13 | cleanup, fix test case | John Clements | -5/+13 |
| 2013-02-13 | libsyntax: Pretty print using the new impl syntax. r=brson | Patrick Walton | -4/+6 |
| 2013-02-13 | auto merge of #4908 : bstrie/rust/rimov3, r=pcwalton | bors | -123/+96 |
| 2013-02-13 | add test case | John Clements | -1/+30 |
| 2013-02-13 | deriving_eq for tokens and binops | John Clements | -6/+1 |
| 2013-02-13 | use node_id for indexing in ast_to_ty_cache | John Clements | -4/+4 |
| 2013-02-13 | finish deriving_eq in ast | John Clements | -11/+2 |
| 2013-02-13 | deriving-eq all over ast | John Clements | -502/+81 |
| 2013-02-13 | @mut fix | John Clements | -3/+3 |
| 2013-02-13 | Commenting, test cases, cleanup | John Clements | -29/+119 |
| 2013-02-13 | auto merge of #4840 : jbclements/rust/add-json-enum-encoding, r=catamorphism | bors | -19/+269 |
| 2013-02-13 | rt: Fix alignment in debug_opaque | Luqman Aden | -6/+5 |
| 2013-02-13 | rt: take into account alignment for debug_opaque. Closes #2667 | Luqman Aden | -3/+6 |
| 2013-02-13 | rt: get rid of rust_fn and replace with fn_env_pair plus a little cleanup. | Luqman Aden | -37/+8 |
| 2013-02-13 | rustc and std: teach about #[bench], modernize to use quote_expr! some. | Graydon Hoare | -402/+610 |
| 2013-02-13 | std: add stats. | Graydon Hoare | -0/+97 |
| 2013-02-13 | core: add abs to num. | Graydon Hoare | -0/+4 |