about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2011-10-02Cleanup mk/tests.mkBrian Anderson-106/+81
2011-10-02Move compiletest to src/ and cleanup build rulesBrian Anderson-48/+60
2011-10-02Add Haitao Li to AUTHORS.txtBrian Anderson-0/+1
2011-10-02rustc: Fix link error on Ubuntu Oneiric. Issue #903Haitao Li-2/+4
2011-10-02Lots of build system cleanup and documentationBrian Anderson-167/+235
2011-09-30Have 'make install' do something close to usefulBrian Anderson-6/+69
2011-09-30rustc: Call LLVM on the C stackPatrick Walton-1/+1
2011-09-30rt: Omit leading underscore on symbol names on LinuxPatrick Walton-0/+5
2011-09-30rustc: Stub a --stack-growth option; it's behind a flag for now because it re...Patrick Walton-8/+21
2011-09-30Register new snapshotsBrian Anderson-5/+5
2011-09-30Change the directory for target libsBrian Anderson-13/+24
2011-09-30Refix the snapshot rulesBrian Anderson-4/+4
2011-09-30Refix the fuzzer make ruleBrian Anderson-2/+2
2011-09-30Make config of static stdlib more consistent with rest of makefileBrian Anderson-10/+14
2011-09-30Abstract the build directories further in the makefilesBrian Anderson-95/+103
2011-09-30Fix some make variables in tests.mkBrian Anderson-17/+25
2011-09-30rustc: Remove some debug codePatrick Walton-2/+0
2011-09-30rustc: Track link_args attributes on C stack cdecl natives as wellPatrick Walton-1/+2
2011-09-30trans: Use inttoptr as appropriate when casting return values of C stack func...Patrick Walton-1/+9
2011-09-30Add Erik Rose to AUTHORS.txtBrian Anderson-0/+1
2011-09-29Register snapshots and finish filesystem reorgBrian Anderson-29/+6
2011-09-29Remove legacy library search pathsBrian Anderson-2/+2
2011-09-29Update snapshot scripts for the new regimeBrian Anderson-14/+12
2011-09-29Tweak makefiles, change the way the fuzzer is builtBrian Anderson-14/+25
2011-09-29Remove redundant make clean rulesBrian Anderson-21/+0
2011-09-29Fix make all build ruleBrian Anderson-2/+6
2011-09-29Teach compiletest to construct the PATH variable correctly on win32Brian Anderson-1/+10
2011-09-29Fix CFG_RUN_TARG on windowsBrian Anderson-1/+1
2011-09-29Fix a variety of things in the makefilesBrian Anderson-5/+6
2011-09-29Remove the redundant definition of STAGE in makefilesBrian Anderson-10/+7
2011-09-29Update make clean rulesBrian Anderson-1/+29
2011-09-29Make rustc's host triple agree with the build system'sBrian Anderson-3/+11
2011-09-29Reorganize structure of build directoryBrian Anderson-114/+126
2011-09-29rustc: Remove some debug codePatrick Walton-2/+0
2011-09-29rustc: Make the generic C stack function signature include a usable return valuePatrick Walton-2/+2
2011-09-29stdlib: Un-export str::buf; add a commentPatrick Walton-2/+3
2011-09-29vim: Add `pure` to the list of keywordsPatrick Walton-2/+2
2011-09-29stdlib: Export str::bufPatrick Walton-1/+2
2011-09-29rustc: Translate calls on the C stackPatrick Walton-26/+98
2011-09-29rustc: Fix call signature for call_c_stackPatrick Walton-18/+7
2011-09-29rt: Fix assembler for C calls to work more like a regular function callPatrick Walton-5/+8
2011-09-29stdlib: Add vec::eachi to the standard libraryPatrick Walton-0/+10
2011-09-29rustc: Add upcall stubs for the new C stack upcallsPatrick Walton-0/+5
2011-09-29rustc: Generate types in trans for the C-stack native ABIPatrick Walton-2/+21
2011-09-29doc: Don't merge function and concept index. There is no findexBrian Anderson-1/+0
2011-09-29Don't build up results for ignored expressions.Marijn Haverbeke-1/+1
2011-09-29Fail with an informative error when trying to bind a methodMarijn Haverbeke-11/+11
2011-09-29Move last remaining expression types out of trans_exprMarijn Haverbeke-79/+58
2011-09-29Move expr_cast and expr_copy to DPS styleMarijn Haverbeke-18/+12
2011-09-29Move closure construction over to DPS styleMarijn Haverbeke-148/+163