about summary refs log tree commit diff
path: root/src/comp/lib
AgeCommit message (Expand)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-4/+4
2011-12-04Upgrade LLVM to svn revision 145779Brian Anderson-6/+2
2011-11-25rustc: Fall back to intrinsics.ll if we can't parse the bcBrian Anderson-0/+3
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-16wrap long lineNiko Matsakis-2/+2
2011-11-16temp workaround for failure to pass ulonglong successfullyNiko Matsakis-1/+1
2011-11-16Use attributes for native module ABI and link nameHaitao Li-1/+3
2011-11-15rustllvm: Add a GetOrInsertFunction wrapperHaitao Li-0/+2
2011-11-10Cleanup unused importsHaitao Li-4/+2
2011-11-09Rename "c-stack-cdecl" ABI to "cdecl"Brian Anderson-1/+1
2011-11-07rustc: Add support of generating LLVM assemblyHaitao Li-0/+3
2011-11-07Fix a long lineMarijn Haverbeke-1/+1
2011-11-07llvm::mk_object_file should really return an option, since the underlying LLV...Joshua Wise-3/+4
2011-10-31rustc: Enable segmented stacks in LLVM when --stack-growth is onPatrick Walton-0/+2
2011-10-12reimplement some of the unsafe stuff which got lostNiko Matsakis-2/+2
2011-10-12remove unsafe tagsNiko Matsakis-12/+12
2011-10-12continue to annotate functions as unsafe where neccessaryNiko Matsakis-14/+12
2011-10-12add unsafe tags into various points in the translation chainsNiko Matsakis-3/+9
2011-10-07Parse and typecheck by-value and by-ref arg specsMarijn Haverbeke-2/+2
2011-09-30rustc: Call LLVM on the C stackPatrick Walton-1/+1
2011-09-30rustc: Stub a --stack-growth option; it's behind a flag for now because it re...Patrick Walton-2/+2
2011-09-20Remove some bogus white-space from llvm.rsMarijn Haverbeke-50/+2
2011-09-12Factor imports mindlessly.Graydon Hoare-23/+6
2011-09-12Merge branch 'unwind'Brian Anderson-0/+9
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-10/+13
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-17/+28
2011-09-11Add Rust definitions for new LLVM EH instructionsBrian Anderson-0/+9
2011-09-02Reformat. Issue #855Brian Anderson-48/+44
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-1/+1
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-3/+3
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-1/+1
2011-08-27Convert the rest of rustc::lib::llvm to istrs. Issue #855Brian Anderson-36/+37
2011-08-27Convert rustc::lib::llvm to istr::sbufs. Issue #855Brian Anderson-3/+4
2011-08-27Convert std::map::new_str_hash to istrs. Issue #855Brian Anderson-5/+9
2011-08-27Convert std::int to istrs. Issue #855Brian Anderson-2/+4
2011-08-24Move to a more lightweight builder systemMarijn Haverbeke-519/+0
2011-08-20ReformatBrian Anderson-40/+45
2011-08-18Remove or _-prefix all unused function argumentsMarijn Haverbeke-1/+1
2011-08-16Port the compiler to the expr foo::<T> syntax.Erick Tryzelaar-7/+7
2011-08-16Port the compiler to the typaram foo<T> syntax.Erick Tryzelaar-4/+4
2011-08-16Rename std::ivec to std::vecBrian Anderson-25/+25
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-2/+2
2011-08-11Use the new C API for PassManagerBuilder.Rafael Ávila de Espíndola-7/+24
2011-08-11Update for llvm api change.Rafael Ávila de Espíndola-7/+0
2011-08-09Port the compiler to the ivec type [T] syntax.Erick Tryzelaar-16/+16
2011-07-29Replace obj dtors with resources in stdlib and rustcMarijn Haverbeke-21/+28
2011-07-27Re-format some obj dtors that were messed up by the pretty-printerMarijn Haverbeke-8/+8
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-4/+3
2011-07-27Reformat for new syntaxMarijn Haverbeke-875/+867
2011-07-22Remove typechecker work-arounds now that I know howMarijn Haverbeke-1/+1