summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-05-06Improve lifetimes on foldl/foldr and lift the Copy requirementAlex Crichton-8/+9
2013-05-05core: Remove a call to `breakpoint` from a testBrian Anderson-13/+1
2013-05-05Fix two more write guard failuresNiko Matsakis-59/+45
2013-05-05compile-fail tests for #[non_owned] and #[mutable]Daniel Micay-0/+76
2013-05-05factor out the has_attr checksDaniel Micay-15/+13
2013-05-05mark Cell as non-Const with #[mutable]Daniel Micay-0/+1
2013-05-05add #[non_owned] and #[mutable] attributesDaniel Micay-25/+44
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-5454/+6931
2013-05-05auto merge of #6208 : sanxiyn/rust/accurate-span, r=sanxiynbors-6/+6
2013-05-06Fix span testsSeo Sanghyeon-2/+2
2013-05-05Address all FIXMEs from #5562Niko Matsakis-23/+11
2013-05-05add warning for #6248 and remove instances of itNiko Matsakis-92/+142
2013-05-05disable lang debug for perfNiko Matsakis-1/+1
2013-05-04auto merge of #6234 : yichoi/rust/glob-dummy-pull, r=thestingerbors-2/+39
2013-05-05rt: rust_android_dummy.cpp fix for make tidyYoung-il Choi-1/+4
2013-05-05Allow non-literal static range pattern for match armsJeong YunWon-2/+18
2013-05-04Register snapshotsBrian Anderson-5720/+16
2013-05-04separate out write_guard code into its own moduleNiko Matsakis-204/+38
2013-05-04make asm_comments something that you opt in toNiko Matsakis-14/+8
2013-05-04improve DEBUG_BORROW printoutsNiko Matsakis-52/+109
2013-05-04Reduce code bloat from managed allocationsBjörn Steinbrink-2/+0
2013-05-04auto merge of #6230 : thestinger/rust/whitespace, r=catamorphismbors-567/+163
2013-05-04rt: glob, globfree dummy function for androidYoung-il Choi-2/+36
2013-05-03auto merge of #6229 : catamorphism/rust/warning-police, r=catamorphismbors-26/+17
2013-05-03auto merge of #6227 : graydon/rust/issue-6112-box-annihilator, r=graydonbors-6/+25
2013-05-03auto merge of #6219 : dotdash/rust/fmt, r=graydonbors-4/+2
2013-05-03factor code for write guards into its own module; add neglected resolve_stage0Niko Matsakis-0/+5514
2013-05-03auto merge of #6198 : luqmana/rust/linker-arg, r=graydonbors-12/+24
2013-05-04compiletest: remove --host and cleanupYoung-il Choi-144/+144
2013-05-03auto merge of #6124 : catamorphism/rust/rustpkg, r=catamorphismbors-132/+428
2013-05-03rustpkg: Make code actually compileTim Chevalier-4/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-567/+163
2013-05-03rustc: Warning policeTim Chevalier-11/+8
2013-05-03syntax: Warning policeTim Chevalier-4/+3
2013-05-03std: Warning policeTim Chevalier-10/+3
2013-05-03core: Warning policeTim Chevalier-1/+3
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-52/+106
2013-05-03tidyTim Chevalier-1/+1
2013-05-03rustpkg: Implement install commandTim Chevalier-85/+328
2013-05-03auto merge of #6200 : catamorphism/rust/issue-5358, r=catamorphismbors-34/+85
2013-05-03Remove pub from core::{unicode,cmath,stackwalk,rt}Alex Crichton-23/+22
2013-05-03rustc: add rooting, write-guards to slices etcNiko Matsakis-32/+194
2013-05-03Be more careful about the order in which we read the next fieldNiko Matsakis-6/+25
2013-05-03tidyTim Chevalier-7/+7
2013-05-03rustc: Handle struct patterns where the expected type is an enumTim Chevalier-34/+85
2013-05-03auto merge of #6217 : Sodel-the-Vociferous/rust/export-ToBytes, r=graydonbors-2/+1
2013-05-03librustc: Add argument to allow choosing "linker"Luqman Aden-12/+24
2013-05-03lang: um, actually set locking bits! this code got lost.Niko Matsakis-1/+11
2013-05-03auto merge of #6216 : Sodel-the-Vociferous/rust/dralston-6146, r=graydonbors-1/+1
2013-05-03auto merge of #6213 : kud1ing/rust/patch-1, r=graydonbors-0/+2