about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-11std: Remove i18n/l10n from format!Alex Crichton-1087/+736
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-823/+355
2014-06-11librustc: Forbid identifiers that shadow in the same pattern in letPatrick Walton-42/+46
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-355/+376
2014-06-11auto merge of #14250 : alexcrichton/rust/gc, r=brsonbors-2668/+2818
2014-06-11sync: Move underneath libstdAlex Crichton-355/+376
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-11emacs: highlight `#[foo = "bar"]` attributesTom Jakubowski-2/+2
2014-06-11emacs: do not highlight `#foo]` as an attributeTom Jakubowski-1/+1
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-10Fix unclear wording of commenttheptrk-1/+1
2014-06-10Show impl for Ref & RefMutfort-1/+31
2014-06-10auto merge of #14768 : riccieri/rust/detransmute-arena, r=alexcrichtonbors-67/+87
2014-06-10sync: Once is no longer unsafe, update docsCorey Richardson-10/+6
2014-06-10Update description to reflect language changesZach Pomerantz-2/+4
2014-06-10Removed doubled wording.Zach Pomerantz-1/+1
2014-06-10Remove outdated info about nested block comments. Fixes #14767Jonathan Reem-2/+2
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