about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-09Add spaceSangeun Kim-1/+1
2013-05-08auto merge of #6327 : z0w0/rust/rm-notest, r=brsonbors-132/+131
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-6/+12
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 #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
2013-05-08auto merge of #6317 : brson/rust/durable, r=z0w0bors-123/+144
2013-05-08Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]Zack Corr-132/+131
2013-05-08auto merge of #6311 : indutny/rust/fix/handle-io-fread-errors, r=z0w0bors-2/+12
2013-05-08auto merge of #6309 : nikomatsakis/rust/issue-3678-type-of-extern-fns, r=niko...bors-22/+26
2013-05-08auto merge of #6307 : brson/rust/rng2, r=brsonbors-60/+68
2013-05-08Show lint namesSangeun Kim-0/+9
2013-05-08auto merge of #6305 : thestinger/rust/rc, r=nikomatsakisbors-6/+8
2013-05-07auto merge of #6297 : sammykim/rust/static-lint-table, r=luqmanabors-144/+145
2013-05-07rt: Remove rust_call_nullary_fnBrian Anderson-14/+19
2013-05-08Move core::simd to core::unstable::simdSeo Sanghyeon-1/+2
2013-05-08testsuite: update a test for #4350ILyoan-5/+5
2013-05-07auto merge of #6303 : nikomatsakis/rust/issue-4666-test, r=nikomatsakisbors-0/+50