summary refs log tree commit diff
path: root/src/librustc/lib
AgeCommit message (Expand)AuthorLines
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-6/+5
2013-06-28Add a depth counter to llvm::type_to_str to work around infinite llvm types.Michael Sullivan-6/+16
2013-06-28Add Float to llvm::type_to_str.Michael Sullivan-0/+1
2013-06-25Change finalize -> drop.Luqman Aden-4/+4
2013-06-22Fix warnings in transJames Miller-2/+0
2013-06-22Finish up Type refactoringJames Miller-35/+12
2013-06-22More Type refactoringsJames Miller-12/+0
2013-06-22Start refacting LLVM Type handlingJames Miller-9/+14
2013-06-22Change calls for TypeName stuff to methodsJames Miller-2/+9
2013-06-22Methodize TypeNamesJames Miller-104/+64
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-1/+1
2013-06-21librust: cleanup warnings (except 1)James Miller-3/+1
2013-06-19rustc: Dispose of LLVM passes in test casesBrian Anderson-0/+3
2013-06-17Fixed rebase fallout .Vadim Chugunov-2/+0
2013-06-17Refactoring and tidy warnings cleanup.Vadim Chugunov-5/+6
2013-06-17Fixed remaining issues to pass debug-test/* tests.Vadim Chugunov-0/+8
2013-06-17Fixed compile warnings.Vadim Chugunov-4/+4
2013-06-17Move "return" basic block after all other function blocks.Vadim Chugunov-0/+6
2013-06-17Made the while DebugContext mutable, not just created_* hashesVadim Chugunov-18/+25
2013-06-17Use DIBuilder in debuginfoVadim Chugunov-2/+183
2013-06-13Don't run passes again on JIT codeAlex Crichton-2/+0
2013-06-13Revert "Revert "Have JIT execution take ownership of the LLVMContextRef""Alex Crichton-3/+11
2013-06-13Revert "Revert "Remove all usage of the global LLVMContextRef""Alex Crichton-64/+7
2013-06-13Revert "Remove all usage of the global LLVMContextRef"Brian Anderson-7/+64
2013-06-13Revert "Have JIT execution take ownership of the LLVMContextRef"Brian Anderson-11/+3
2013-06-10Have JIT execution take ownership of the LLVMContextRefAlex Crichton-3/+11
2013-06-10Remove all usage of the global LLVMContextRefAlex Crichton-64/+7
2013-06-08rm some uses of to_mut_unsafe_ptrDaniel Micay-2/+1
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-29Further refactor optimization pass handlingJames Miller-196/+6
2013-05-29Refactor optimization pass handling.James Miller-1/+220
2013-05-28Silence various warnings throughout test modulesAlex Crichton-1/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-20rustllvm: Use target alignment for atomic load/storeBrian Anderson-2/+4
2013-05-19Test fixes, use LLVMConstFCmp in ConstFCmpCorey Richardson-6/+6
2013-05-19Fix LLVMConst{I,F}CmpCorey Richardson-3/+12
2013-05-19Implement unimplemented const binopsCorey Richardson-0/+5
2013-05-17Fix AtomicLoad builder codeJames Miller-0/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-13TidyMatthijs Hofstra-1/+1
2013-05-12Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins...Matthijs Hofstra-4/+18
2013-05-08librustc: Stop parsing modes and remove them entirely from the languagePatrick Walton-6/+12
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-10/+0
2013-04-27only use #[no_core] in libcoreDaniel Micay-6/+0
2013-04-22Choose target featuresSeo Sanghyeon-1/+2
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-1/+1
2013-04-19librustc: Implement fast-ffi and use it in various placesPatrick Walton-2/+438
2013-04-17rustc: Use an out pointer to return structs in x86 C ABI. #5347Brian Anderson-21/+20
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-5/+5