about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-05-09auto merge of #6337 : thestinger/rust/fix_region, r=thestingerbors-13/+19
2013-05-08Created utility uninhabited typeSteven Stewart-Gallus-1/+15
2013-05-08auto merge of #6328 : recrack/rust/rename_cleanup, r=sanxiynbors-100/+94
2013-05-09librustc: rename vec::each(var) to var.eachYoungmin Yoo-51/+49
2013-05-09libsyntax: rename vec::each(var) to var.eachYoungmin Yoo-1/+1
2013-05-09libstd: rename vec::each(var) to var.eachYoungmin Yoo-28/+24
2013-05-09librustdoc: rename vec::each(var) to var.eachYoungmin Yoo-3/+3
2013-05-09libcore: rename vec::each(variable) to variable.eachYoungmin Yoo-17/+17
2013-05-09Perform expansion before stripping/building a test harness.Huon Wilson-4/+4
2013-05-08auto merge of #6332 : huonw/rust/std-base64-match, r=nikomatsakisbors-24/+20
2013-05-09Add spaceSangeun Kim-1/+1
2013-05-08auto merge of #6327 : z0w0/rust/rm-notest, r=brsonbors-132/+131
2013-05-08auto merge of #6232 : pcwalton/rust/demuting, r=pcwaltonbors-1338/+1596
2013-05-08test: Fix modes in the benchmarks.Patrick Walton-17/+12
2013-05-08test: Fix broken testPatrick Walton-1/+1
2013-05-08llvm: Unrevert changePatrick Walton-0/+0
2013-05-08libcore: Fix more merge fallout.Patrick Walton-7/+31
2013-05-08librustc: Fix merge fallout.Patrick Walton-15/+4
2013-05-08test: Fix tests.Patrick Walton-97/+101
2013-05-08libcore: Fix tests.Patrick Walton-113/+135
2013-05-08librustc: Stop parsing modes and remove them entirely from the languagePatrick Walton-73/+78
2013-05-08librustc: Fix merge fallout.Patrick Walton-17/+29
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-126/+151
2013-05-08librustc: Remove mutable fields from the language.Patrick Walton-177/+69
2013-05-08libstd: Remove some residual mutable fieldsPatrick Walton-1/+34
2013-05-08libcore: Remove more mutable fields from commPatrick Walton-73/+114
2013-05-08Remove mutable fields from comm by using casts. Also mark the cast in cell.Patrick Walton-36/+55
2013-05-08libcore: Remove mutable fields from reprPatrick Walton-13/+58
2013-05-08libcore: Remove mutable fields from pipesPatrick Walton-202/+246
2013-05-08libcore: Remove mutable fields from the task builder APIPatrick Walton-131/+87
2013-05-08libcore: Remove mutable fields from task::spawnPatrick Walton-46/+85
2013-05-08libcore: Remove mutable fields from hashPatrick Walton-111/+160
2013-05-08libcore: Remove mutable fields from os and ptrPatrick Walton-2/+8
2013-05-08libcore: Remove mutable fields from rand.Patrick Walton-90/+107
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-08rename iter::iter_to_vec to iter::to_vecDaniel Micay-7/+6
2013-05-08auto merge of #6214 : sanxiyn/rust/simd-2, r=graydonbors-24/+193
2013-05-08fix incorrect region code based on the old 'selfDaniel Micay-13/+19
2013-05-08auto merge of #6119 : brson/rust/main, r=brsonbors-89/+172
2013-05-08rustc: Fix the logic for finding the Android main functionBrian Anderson-13/+23
2013-05-09Fix typosSean Moon-35/+35
2013-05-08auto merge of #6326 : z0w0/rust/cfg-debug, r=yichoibors-1/+1
2013-05-08auto merge of #6323 : brson/rust/nullary, r=thestingerbors-14/+19
2013-05-08auto merge of #6267 : huonw/rust/syntax-deriving-generaliseder, r=nikomatsakisbors-777/+1342
2013-05-08libstd: convert chained ifs to a match in base64.Huon Wilson-24/+20
2013-05-08testsuite: xfail tests for windowsHuon Wilson-0/+2
2013-05-08auto merge of #6321 : ILyoan/rust/test4350, r=z0w0bors-5/+5