about summary refs log tree commit diff
path: root/src/comp/middle/gc.rs
AgeCommit message (Expand)AuthorLines
2012-02-03Remove experimental GC codeMarijn Haverbeke-148/+0
2012-02-01Remove support for native typesMarijn Haverbeke-1/+1
2012-02-01Get rid of native types in LLVM moduleMarijn Haverbeke-2/+1
2012-01-31Require alts to be exhaustiveTim Chevalier-1/+11
2012-01-27Move various trans_ modules under a trans:: umbrella moduleMarijn Haverbeke-8/+7
2012-01-26Remove ty_native_fnMarijn Haverbeke-2/+1
2012-01-25Rename tag to enum throughout the compilerMarijn Haverbeke-17/+2
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-2/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-6/+6
2012-01-13Obj system? What obj system?Marijn Haverbeke-3/+3
2012-01-12Make driver::session::session no longer an objectMarijn Haverbeke-0/+1
2011-12-23Use the same type of record in ty::ty_fn and ty::methodMarijn Haverbeke-14/+2
2011-12-15rustc: Box the vectors returned from ty::tag_variantsBrian Anderson-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-2/+2
2011-12-07Change literal representation to not truncateMarijn Haverbeke-2/+2
2011-11-21rustc: Remove abi from ast::native_modHaitao Li-1/+1
2011-11-10Cleanup unused importsHaitao Li-3/+3
2011-11-02thread the context through so that int can be 64 bits on x86_64Niko Matsakis-3/+6
2011-10-12reimplement some of the unsafe stuff which got lostNiko Matsakis-4/+2
2011-10-12continue to annotate trans functions as unsafe where neccessaryNiko Matsakis-2/+4
2011-09-23Don't return unused values from zero_alloca and trans_stmtMarijn Haverbeke-1/+1
2011-09-12Factor imports mindlessly.Graydon Hoare-8/+3
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-0/+5
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-3/+8
2011-09-02Rename ty_istr to ty_str. Issue #855Brian Anderson-1/+1
2011-09-02Reformat. Issue #855Brian Anderson-15/+23
2011-09-01Remove lots of estr code from rustc. Issue #855Brian Anderson-1/+1
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-2/+2
2011-09-01Remove std::str. Issue #855Brian Anderson-1/+0
2011-08-30rustc: Hoist derived tydesc GC roots up to the top of the function so the GC ...Patrick Walton-4/+7
2011-08-27Convert rustc::driver::session to istrs. Issue #855Brian Anderson-2/+2
2011-08-27Convert the rest of rustc::middle to istrs. Issue #855Brian Anderson-5/+5
2011-08-27Convert rustc::lib::llvm to istr::sbufs. Issue #855Brian Anderson-2/+4
2011-08-27Convert std::map::new_str_hash to istrs. Issue #855Brian Anderson-1/+1
2011-08-25rustc: Add an extra flag to object tydescs so that shapes know how to find th...Patrick Walton-2/+2
2011-08-24Move to a more lightweight builder systemMarijn Haverbeke-6/+7
2011-08-22Replace &ty::t with ty::t throughout the compilerMarijn Haverbeke-1/+1
2011-08-20ReformatBrian Anderson-82/+84
2011-08-19rustc: Unconditionally zero out all GC-relevant types for nowPatrick Walton-0/+5
2011-08-18Change ast::ty_ivec, ty::ty_ivec to ty_vecBrian Anderson-1/+1
2011-08-18Remove ast::ty_vecBrian Anderson-1/+1
2011-08-17rustc: Stub stack map generation machineryPatrick Walton-13/+75
2011-08-16Removing tasks, ports and chans from the compiler.Eric Holk-2/+1
2011-08-15Tuple fields are immutableMarijn Haverbeke-1/+1
2011-08-15Tuple types back, not constructable yetMarijn Haverbeke-0/+6
2011-08-11rustc: Associate type descriptors with allocas as metadataPatrick Walton-0/+73