about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2011-11-29Adjust perf target to use correct variable namesBrian Anderson-1/+1
2011-11-29work on perfNiko Matsakis-2/+3
2011-11-29fix more problems w/ check-fastNiko Matsakis-17/+17
2011-11-29make check-fast workNiko Matsakis-58/+90
2011-11-29fix dependencies for snap-stage[23]Niko Matsakis-2/+2
2011-11-29tweak to get windows test-running correctNiko Matsakis-8/+9
2011-11-29fix to new model where triple is explicitNiko Matsakis-5/+5
2011-11-29update snapshot scriptsNiko Matsakis-24/+23
2011-11-29when type checking still pass in the rustc args from cmd lineNiko Matsakis-6/+2
2011-11-29update io test to use tmp directory, and update configure to create itNiko Matsakis-2/+2
2011-11-29fix clean targetNiko Matsakis-3/+3
2011-11-29fix makefiles, add option to ignore changes in makefilesNiko Matsakis-39/+49
2011-11-29extra whitespaceNiko Matsakis-1/+1
2011-11-29fix bug in shape concerning size of tag variantNiko Matsakis-7/+47
2011-11-29makefiles now seem to be working, rustc is notNiko Matsakis-7/+42
2011-11-29make check worksNiko Matsakis-31/+40
2011-11-29misc fixesNiko Matsakis-110/+137
2011-11-29basic builds functionNiko Matsakis-324/+372
2011-11-29Add --stack-growth to the morestack test compile flagsBrian Anderson-0/+3
2011-11-28rt: Make 64-bit __morestack grow and shrink properlyBrian Anderson-7/+54
2011-11-28rt: Remove a FIXME frome x86_64/morestack.SBrian Anderson-1/+0
2011-11-28rt: Get 64-bit Linux __morestack allocating new stacksBrian Anderson-5/+10
2011-11-28rustc: Link in libmorestack.a when --stack-growthBrian Anderson-0/+5
2011-11-28configure: Add --disable-manage-submodules switchBrian Anderson-0/+11
2011-11-28rt: Build __morestack as a static library and copy it to the right placesBrian Anderson-1/+11
2011-11-28rt: Set hidden visibility on __morestackBrian Anderson-0/+18
2011-11-28rt: Rename L$bail to .L$bail in i386/morestack.SBrian Anderson-2/+2
2011-11-28build: Stop linking morestack.S to rtBrian Anderson-2/+0
2011-11-28rt: Implement part of the 64-bit __morestackBrian Anderson-20/+57
2011-11-28Ignore some should_fail tests on win32Brian Anderson-0/+2
2011-11-28c_vec: add testsJoshua Wise-0/+58
2011-11-28c_vec: Remove the mutable cast be forcing the pointer to be mutable throughou...Joshua Wise-6/+7
2011-11-28Add c_vec library to std.Joshua Wise-1/+100
2011-11-28ptr: Add mut_offset, to be able to calculate an offset on mutable pointers.Joshua Wise-0/+10
2011-11-27rt: Implement record_sp for 64-bit linuxBrian Anderson-0/+5
2011-11-25Register snapshotsBrian Anderson-0/+5
2011-11-25rustc: Fall back to intrinsics.ll if we can't parse the bcBrian Anderson-4/+61
2011-11-25build: Fix the rules for reconfiguring on git submodule changesBrian Anderson-3/+1
2011-11-25build: Create a better definition of LLVM depsBrian Anderson-3/+7
2011-11-25tutorial: Fix typo in the test sectionHaitao Li-1/+1
2011-11-24Comment-out some math tests that produce different results on win32Brian Anderson-7/+9
2011-11-24std: math: renaming and documentation fixesStefan Plantikow-8/+35
2011-11-24std: factored f32 and f64 out from mathStefan Plantikow-77/+289
2011-11-24std: added missing calls to math; covers C95 completely now, includes testsStefan Plantikow-31/+336
2011-11-24std: math now declares libm dependencies as pureStefan Plantikow-60/+60
2011-11-24std: rewrote math to support most C95 libmath calls on f32, f64 and floatStefan Plantikow-64/+305
2011-11-24Use new mod syntax in check-fast driverBrian Anderson-1/+2
2011-11-24rustc: Fix a bug in cdir attribute parsingBrian Anderson-0/+13
2011-11-24rustc: Add a path attribute for crate directivesHaitao Li-44/+57
2011-11-24Register snapshotsBrian Anderson-0/+5