summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-05-09auto merge of #6349 : thestinger/rust/explicit_copy, r=thestingerbors-105/+105
2013-05-09remove vecs_implicitly_copyable from libstd/libcoreDaniel Micay-105/+105
2013-05-09Mark c_vec functions as unsafe againAlex Crichton-4/+4
2013-05-09Add intrinsic declaration where I missed themJames Miller-0/+4
2013-05-09Make staged versions of the functions that use uninitJames Miller-0/+80
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-14/+14
2013-05-09Replace init() with uninit() where appropriateJames Miller-4/+4
2013-05-09improve MIPS backend and implement segmented stacksJyun-Yan You-0/+1
2013-05-09auto merge of #6337 : thestinger/rust/fix_region, r=thestingerbors-6/+6
2013-05-08auto merge of #6328 : recrack/rust/rename_cleanup, r=sanxiynbors-27/+24
2013-05-09libstd: rename vec::each(var) to var.eachYoungmin Yoo-27/+24
2013-05-08auto merge of #6332 : huonw/rust/std-base64-match, r=nikomatsakisbors-24/+20
2013-05-08libcore: Fix tests.Patrick Walton-26/+36
2013-05-08librustc: Stop parsing modes and remove them entirely from the languagePatrick Walton-20/+20
2013-05-08librustc: Fix merge fallout.Patrick Walton-8/+17
2013-05-08libstd: Remove some residual mutable fieldsPatrick Walton-1/+34
2013-05-08libcore: Remove more mutable fields from commPatrick Walton-2/+2
2013-05-08libcore: Remove mutable fields from pipesPatrick Walton-15/+22
2013-05-08libcore: Remove mutable fields from the task builder APIPatrick Walton-10/+20
2013-05-08libcore: Remove mutable fields from rand.Patrick Walton-2/+2
2013-05-08libstd: Start warning about mutable fields, now that they only exist in stage0Patrick Walton-1/+3
2013-05-08libstd: Remove mutable fields from future and parPatrick Walton-23/+58
2013-05-08libstd: Remove mutable fields from flatpipes and io_utilPatrick Walton-13/+15
2013-05-08libstd: Remove mutable fields from fileinput and net_tcpPatrick Walton-21/+23
2013-05-08fix incorrect region code based on the old 'selfDaniel Micay-6/+6
2013-05-09Fix typosSean Moon-14/+14
2013-05-08libstd: convert chained ifs to a match in base64.Huon Wilson-24/+20
2013-05-08auto merge of #6317 : brson/rust/durable, r=z0w0bors-2/+2
2013-05-08auto merge of #6305 : thestinger/rust/rc, r=nikomatsakisbors-6/+8
2013-05-07auto merge of #6301 : bjz/rust/numeric-traits, r=pcwaltonbors-0/+14
2013-05-07std: Replace Durable with 'staticBrian Anderson-2/+2
2013-05-07arc: mark RWARC as non-ConstDaniel Micay-0/+1
2013-05-07rc: remove the managed pointer workaroundDaniel Micay-6/+7
2013-05-07auto merge of #6276 : brson/rust/issue-6122, r=graydonbors-0/+1
2013-05-07Add abs_sub method to Signed traitBrendan Zabarauskas-0/+14
2013-05-06auto merge of #6236 : alexcrichton/rust/more-map-methods, r=thestingerbors-27/+91
2013-05-07Add pop() and swap() to the Map traitAlex Crichton-27/+91
2013-05-06auto merge of #6241 : thestinger/rust/rc, r=pcwaltonbors-0/+276
2013-05-06add task-local reference counted smart pointersDaniel Micay-0/+276
2013-05-06Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-103/+0
2013-05-06std: Workaround bustage on incoming. #6122Brian Anderson-0/+1
2013-05-06Adust arena test: can no longer allocate recursivelyNiko Matsakis-3/+0
2013-05-06Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq'Brendan Zabarauskas-103/+0
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-850/+1219
2013-05-04Register snapshotsBrian Anderson-2525/+0
2013-05-04auto merge of #6230 : thestinger/rust/whitespace, r=catamorphismbors-3/+0
2013-05-03auto merge of #6229 : catamorphism/rust/warning-police, r=catamorphismbors-10/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-3/+0
2013-05-03std: Warning policeTim Chevalier-10/+3
2013-05-03tidyTim Chevalier-1/+1