about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-11-13Rejig Int impl macrosBrendan Zabarauskas-20/+32
2014-11-13Move saturating operator methods into IntBrendan Zabarauskas-42/+26
2014-11-13Create UnsignedInt trait and deprecate free functionsBrendan Zabarauskas-51/+71
2014-11-13Move abs_sub to FloatMathBrendan Zabarauskas-31/+23
2014-11-13Deprecate Signed method wrappersBrendan Zabarauskas-36/+16
2014-11-13Take parameters by-value in Signed traitBrendan Zabarauskas-51/+51
2014-11-12auto merge of #18860 : aturon/rust/reexports-in-stab-summary, r=brsonbors-22/+42
2014-11-12auto merge of #18854 : thestinger/rust/spawn, r=aturonbors-1/+2
2014-11-12auto merge of #18841 : Manishearth/rust/doc-ty, r=alexcrichtonbors-2/+18
2014-11-12auto merge of #18833 : slashgrin/rust/patch-1, r=brsonbors-1/+1
2014-11-11auto merge of #18813 : csherratt/rust/add-encode-decode-vecmap, r=alexcrichtonbors-1/+35
2014-11-11auto merge of #18793 : swgillespie/rust/master, r=alexcrichtonbors-1/+2
2014-11-11auto merge of #18821 : arielb1/rust/fnv-hash-map, r=eddybbors-289/+250
2014-11-11auto merge of #18808 : ebfe/rust/lint-names, r=alexcrichtonbors-3/+3
2014-11-11auto merge of #18797 : vadimcn/rust/prefer-bundled2, r=alexcrichtonbors-19/+49
2014-11-10Add 'move' keyword to emacs, kate, and vim editor modes.Sean Gillespie-1/+2
2014-11-11auto merge of #18789 : cuviper/rust/vim-move, r=alexcrichtonbors-2/+2
2014-11-11auto merge of #18766 : liigo/rust/improve-inner-attr-msg, r=huonwbors-0/+2
2014-11-11auto merge of #18753 : jbcrail/rust/fix-deprecated-enum-set, r=alexcrichtonbors-2/+2
2014-11-11syntax: improve message for misused inner attributesLiigo Zhuang-0/+2
2014-11-10rustdoc: revise method counts in stability summaryAaron Turon-22/+42
2014-11-10note the intent of reforming task spawningDaniel Micay-1/+2
2014-11-10vim: move 'move' to rustStorageJosh Stone-2/+2
2014-11-10Implement collection views API for TrieMap.Michael Sproul-102/+589
2014-11-10Fix 'renamed lint' warningsMichael Gehring-3/+3
2014-11-10auto merge of #18802 : bkoropoff/rust/issue-18769, r=luqmanabors-3/+13
2014-11-10auto merge of #18795 : haberman/rust/master, r=cmrbors-1/+2
2014-11-10Document ast::Ty_Manish Goregaokar-2/+18
2014-11-10auto merge of #18792 : sfackler/rust/struct-variants, r=alexcrichtonbors-69/+94
2014-11-10Rogue 'panic' -> 'fail' in guide.Jeff Parsons-1/+1
2014-11-10auto merge of #18782 : netvl/rust/update-vim-syntax, r=alexcrichtonbors-6/+6
2014-11-10Use FnvHashMap instead of HashMap in rustcAriel Ben-Yehuda-289/+250
2014-11-09auto merge of #18780 : bkoropoff/rust/regionck-for-loop, r=eddybbors-2/+44
2014-11-09auto merge of #18739 : vhbit/rust/issue-18574, r=alexcrichtonbors-11/+18
2014-11-09Added `move` keyword and renamed `fail` to `panic`Vladimir Matveev-6/+6
2014-11-09auto merge of #18762 : mdinger/rust/str_coerce, r=steveklbanikbors-2/+2
2014-11-09Add Encodable and Decodable for VecMapColin Sherratt-1/+35
2014-11-09auto merge of #18756 : jbcrail/rust/add-enum-set-bitxor, r=alexcrichtonbors-1/+26
2014-11-09auto merge of #18755 : japaric/rust/ord, r=alexcrichtonbors-10/+56
2014-11-09First stage of struct variant field visibility changesSteven Fackler-69/+94
2014-11-09auto merge of #18748 : carols10cents/rust/prepend-to-append, r=alexcrichtonbors-1/+1
2014-11-09auto merge of #18557 : aturon/rust/io-removal, r=alexcrichtonbors-3676/+3929
2014-11-08Update test to cover #18769Brian Koropoff-1/+11
2014-11-08Fix upvars sometimes not being marked as used mutablyBrian Koropoff-2/+2
2014-11-08Ignore sepcomp-lib-lto on android due to linker weirdnessAaron Turon-0/+1
2014-11-08Remove somewhat bogus process-spawn-errno test (non-mac, non-windows only)Aaron Turon-95/+0
2014-11-08Runtime removal: fully remove rtioAaron Turon-276/+11
2014-11-08Runtime removal: refactor ttyAaron Turon-96/+112
2014-11-08Runtime removal: refactor timerAaron Turon-83/+60
2014-11-08Runtime removal: refactor processAaron Turon-176/+1250