summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-02-15Removed generic infinity, NaN and negative zero functionsMarvin Löbel-87/+7
2013-02-15Long lines, proper FIXME, inliningMarvin Löbel-66/+71
2013-02-15Made num <-> str conversion functions use NumStrConv traitMarvin Löbel-119/+111
2013-02-15Added NumStrConv trait and impls for the string conversion functionsMarvin Löbel-1/+108
2013-02-14auto merge of #4937 : luqmana/rust/remove-mut-addr-of, r=catamorphismbors-27/+18
2013-02-14libcore: replace mut_addr_of properly on macLuqman Aden-1/+2
2013-02-14libcore: Remove ptr::mut_addr_of since &mut is coerced to *mutLuqman Aden-27/+17
2013-02-15Moved numeric string conversion functions into own moduleMarvin Löbel-604/+642
2013-02-14auto merge of #4938 : thestinger/rust/no_zero, r=brsonbors-44/+12
2013-02-14core: Clean up XXXesTim Chevalier-2/+2
2013-02-14remove die definition and use in doc testsNick Desaulniers-9/+0
2013-02-14auto merge of #4927 : sanxiyn/rust/remove-dvec, r=catamorphismbors-27/+21
2013-02-14auto merge of #4911 : lifthrasiir/rust/comment-exemptions, r=catamorphismbors-49/+109
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-120/+123
2013-02-14auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brsonbors-10/+10
2013-02-14rm the unused calloc wrapper from memory_regionDaniel Micay-18/+5
2013-02-14get rid of unused exchange_alloc calloc methodDaniel Micay-12/+0
2013-02-14fix bug in uv_ll tests uncovered by not zeroingDaniel Micay-3/+3
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1115/+1115
2013-02-14Remove all final references to die!Nick Desaulniers-10/+10
2013-02-14rm unused zero param in C++ exchange allocatorDaniel Micay-6/+3
2013-02-14stop zeroing all exchange allocationsDaniel Micay-5/+1
2013-02-14stop applying noinline to glue codeDaniel Micay-1/+10
2013-02-14auto merge of #4915 : luqmana/rust/rt-cleanup, r=pcwaltonbors-40/+13
2013-02-14libcore: Move the numeric operations out of Num. r=brsonPatrick Walton-118/+165
2013-02-14Remove DVec from workcacheSeo Sanghyeon-5/+3
2013-02-14Remove DVec from jsonSeo Sanghyeon-3/+3
2013-02-14Remove DVec from check_constSeo Sanghyeon-9/+8
2013-02-14Remove DVec from syntax::parseSeo Sanghyeon-10/+7
2013-02-13auto merge of #4922 : jbclements/rust/add-deriving-eq-to-asts, r=catamorphismbors-548/+240
2013-02-14made licenseck.py work for year substitutionsKang Seonghoon-5/+21
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-906/+910
2013-02-13auto merge of #4884 : pcwalton/rust/pretty-print-new-impl-syntax, r=pcwaltonbors-4/+6
2013-02-13cleanup, fix test caseJohn Clements-5/+13
2013-02-13libsyntax: Pretty print using the new impl syntax. r=brsonPatrick Walton-4/+6
2013-02-13auto merge of #4908 : bstrie/rust/rimov3, r=pcwaltonbors-123/+96
2013-02-13add test caseJohn Clements-1/+30
2013-02-13deriving_eq for tokens and binopsJohn Clements-6/+1
2013-02-13use node_id for indexing in ast_to_ty_cacheJohn Clements-4/+4
2013-02-13finish deriving_eq in astJohn Clements-11/+2
2013-02-13deriving-eq all over astJohn Clements-502/+81
2013-02-13@mut fixJohn Clements-3/+3
2013-02-13Commenting, test cases, cleanupJohn Clements-29/+119
2013-02-13auto merge of #4840 : jbclements/rust/add-json-enum-encoding, r=catamorphismbors-19/+269
2013-02-13rt: Fix alignment in debug_opaqueLuqman Aden-6/+5
2013-02-13rt: take into account alignment for debug_opaque. Closes #2667Luqman Aden-3/+6
2013-02-13rt: get rid of rust_fn and replace with fn_env_pair plus a little cleanup.Luqman Aden-37/+8
2013-02-13rustc and std: teach about #[bench], modernize to use quote_expr! some.Graydon Hoare-402/+610
2013-02-13std: add stats.Graydon Hoare-0/+97
2013-02-13core: add abs to num.Graydon Hoare-0/+4