about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-06-12mk: Allow using a locally compiled libuv.aAlex Crichton-9/+22
2014-06-12travis: Use a pre-installed jemallocAlex Crichton-1/+3
2014-06-12mk: Allow usage of a local jemalloc installAlex Crichton-2/+18
2014-06-11auto merge of #14799 : mcreinhard/rust/tilde-fix, r=alexcrichtonbors-1/+1
2014-06-11auto merge of #14713 : darnuria/rust/Improve_std_os_documentation_#2, r=alexc...bors-76/+140
2014-06-12Improve docs and refactore std::os.Axel Viala-76/+140
2014-06-11auto merge of #14703 : alexcrichton/rust/no-more-owned-vectors, r=brsonbors-823/+355
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-823/+355
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-361/+382
2014-06-11auto merge of #14250 : alexcrichton/rust/gc, r=brsonbors-2668/+2818
2014-06-11sync: Move underneath libstdAlex Crichton-361/+382
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-1348/+1405
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-1167/+1278
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-173/+155
2014-06-11auto merge of #14789 : aochagavia/rust/prelude, r=alexcrichtonbors-1/+1
2014-06-11auto merge of #14788 : Sawyer47/rust/issue-13214, r=huonwbors-0/+29
2014-06-11auto merge of #14787 : alexcrichton/rust/issue-14784, r=pcwaltonbors-1/+2
2014-06-10auto merge of #14786 : pcwalton/rust/enum-to-float-casts, r=alexcrichtonbors-1/+36
2014-06-10auto merge of #14777 : alexcrichton/rust/issue-14747, r=huonwbors-2/+6
2014-06-10auto merge of #14768 : riccieri/rust/detransmute-arena, r=alexcrichtonbors-67/+87
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-64/+64
2014-06-10Fix deprecated use of ~Michael Reinhard-1/+1
2014-06-10auto merge of #14752 : jakub-/rust/issue-11940, r=alexcrichtonbors-14/+31
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-148/+223
2014-06-10Fix more misspelled comments and strings.Joseph Crail-64/+64
2014-06-10Pub use CheckedDiv in the preludeAdolfo Ochagavía-1/+1
2014-06-10Add test for issue #13214Piotr Jawniak-0/+29
2014-06-09auto merge of #14606 : pcwalton/rust/fn-trait-sugar, r=alexcrichtonbors-46/+343
2014-06-09auto merge of #14783 : alexcrichton/rust/rollup, r=alexcrichtonbors-210/+309
2014-06-09Test fixes from rollupAlex Crichton-2/+2
2014-06-09rustrt: Fix invalid reads caught by valgrindAlex Crichton-1/+2
2014-06-09librustc: Use *signed* extension when converting enums to floats.Patrick Walton-1/+36
2014-06-10Remove & -> &mut transmute from TypedArenaRenato Zannon-25/+25
2014-06-10Remove & -> &mut transmute from ArenaRenato Zannon-42/+48
2014-06-09librustc: Implement sugar for the `FnMut` traitPatrick Walton-46/+343
2014-06-09Add a test for nested Arena.allocRenato Zannon-0/+14
2014-06-09auto merge of #14694 : aochagavia/rust/num-cleanup, r=alexcrichtonbors-437/+445
2014-06-09rustdoc: Correctly classify enums/typedefsAlex Crichton-1/+14
2014-06-09std: adjust the TCP io doc example to work reliably.Huon Wilson-1/+6
2014-06-09native: add more info to the native unimplemented error.Huon Wilson-1/+1
2014-06-09collections: Add missing Default implsTom Jakubowski-0/+52
2014-06-09Add test for issue #13446Piotr Jawniak-0/+17
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-26/+21
2014-06-09Add a --color flag to test binariesSteven Fackler-4/+32
2014-06-09Cleanup bigintAdolfo Ochagavía-36/+27
2014-06-09Moved integer trait and functions to submoduleAdolfo Ochagavía-401/+418
2014-06-09std: Remove the as_utf16_p functionsAlex Crichton-186/+175
2014-06-09auto merge of #14590 : pcwalton/rust/overloaded-call, r=nick29581bors-234/+701
2014-06-09auto merge of #14554 : kmcallister/rust/plugin_registrar, r=cmrbors-403/+669
2014-06-09Macro crates now depend on librustcKeegan McAllister-3/+3