]> git.lizzy.rs Git - rust.git/history - src/librustc/lib/llvm.rs
Change finalize -> drop.
[rust.git] / src / librustc / lib / llvm.rs
2013-06-26 Luqman AdenChange finalize -> drop.
2013-06-24 borsauto merge of #7279 : hanny24/rust/master, r=msullivan
2013-06-23 borsauto merge of #7267 : luqmana/rust/issue-5792, r=cmr
2013-06-23 borsauto merge of #7258 : huonw/rust/7256, r=bstrie
2013-06-22 Daniel MicayMerge pull request #7270 from thestinger/doc
2013-06-22 Daniel MicayMerge pull request #7230 from Blei/green-squiggle
2013-06-22 borsauto merge of #7182 : Aatch/rust/trans-refactor-pt2...
2013-06-22 James MillerFix warnings in trans
2013-06-22 James MillerFinish up Type refactoring
2013-06-22 James MillerMore Type refactorings
2013-06-22 James MillerStart refacting LLVM Type handling
2013-06-22 James MillerChange calls for TypeName stuff to methods
2013-06-22 James MillerMethodize TypeNames
2013-06-21 borsauto merge of #7219 : sstewartgallus/rust/cleanup,...
2013-06-21 borsauto merge of #7259 : dotdash/rust/ir_improvement,...
2013-06-21 borsauto merge of #7200 : yichoi/rust/fix_je_mac_cross...
2013-06-21 borsauto merge of #7263 : thestinger/rust/iterator, r=graydon
2013-06-21 Daniel Micayvec: rm old_iter implementations, except BaseIter
2013-06-21 borsauto merge of #7203 : msullivan/rust/default-methods...
2013-06-21 borsauto merge of #7161 : kballard/rust/terminfo-parm-forma...
2013-06-20 borsauto merge of #7128 : yichoi/rust/fix_sometc, r=brson
2013-06-20 James Millerlibrust: cleanup warnings (except 1)
2013-06-19 Brian Andersonrustc: Dispose of LLVM passes in test cases
2013-06-17 borsauto merge of #7197 : rkbodenner/rust/doc-for-lib-move...
2013-06-17 borsauto merge of #7131 : Blei/rust/windows-dynamic-lib...
2013-06-17 borsauto merge of #7134 : vadimcn/rust/DIBuilder, r=jdm
2013-06-17 Vadim ChugunovFixed rebase fallout .
2013-06-17 Vadim ChugunovRefactoring and tidy warnings cleanup.
2013-06-17 Vadim ChugunovFixed remaining issues to pass debug-test/* tests.
2013-06-17 Vadim ChugunovFixed compile warnings.
2013-06-17 Vadim ChugunovMove "return" basic block after all other function...
2013-06-17 Vadim ChugunovMade the while DebugContext mutable, not just created_...
2013-06-17 Vadim ChugunovUse DIBuilder in debuginfo
2013-06-17 borsauto merge of #7157 : sstewartgallus/rust/master, r...
2013-06-16 borsauto merge of #7159 : Blei/rust/free-glue-no-destructor...
2013-06-16 borsauto merge of #7155 : Blei/rust/drop-glue-alloca, r...
2013-06-16 borsauto merge of #7142 : alexcrichton/rust/deriving-zero...
2013-06-16 borsauto merge of #7137 : erickt/rust/from-elem-fixme,...
2013-06-16 borsauto merge of #7114 : pnkfelix/rust/issue3961-fix-white...
2013-06-15 borsauto merge of #7132 : thestinger/rust/rpath, r=brson
2013-06-15 borsauto merge of #7148 : catamorphism/rust/rustpkg_tests...
2013-06-15 borsauto merge of #7147 : huonw/rust/vec-connect, r=Aatch
2013-06-15 borsauto merge of #7130 : huonw/rust/rustdoc-highlight...
2013-06-15 borsauto merge of #7109 : bblum/rust/rwlocks, r=brson
2013-06-15 borsauto merge of #7133 : kballard/rust/terminfo-parm,...
2013-06-15 borsauto merge of #7125 : alexcrichton/rust/rusti-issues...
2013-06-14 Alex CrichtonDon't run passes again on JIT code
2013-06-14 Alex CrichtonRevert "Revert "Have JIT execution take ownership of...
2013-06-14 Alex CrichtonRevert "Revert "Remove all usage of the global LLVMCont...
2013-06-13 Brian AndersonRevert "Remove all usage of the global LLVMContextRef"
2013-06-13 Brian AndersonRevert "Have JIT execution take ownership of the LLVMCo...
2013-06-12 borsauto merge of #7077 : SiegeLord/rust/new_css, r=pnkfelix
2013-06-12 borsauto merge of #7069 : dotdash/rust/cast_combine, r...
2013-06-12 borsauto merge of #7067 : brson/rust/notasktrans, r=graydon
2013-06-12 borsauto merge of #7056 : alexcrichton/rust/issue-4727...
2013-06-11 borsauto merge of #7055 : thestinger/rust/iterator, r=catam...
2013-06-11 borsauto merge of #7033 : influenza/rust/rust-7022, r=graydon
2013-06-11 borsauto merge of #7040 : alexcrichton/rust/issue-6511...
2013-06-10 Alex CrichtonHave JIT execution take ownership of the LLVMContextRef
2013-06-10 Alex CrichtonRemove all usage of the global LLVMContextRef
2013-06-09 borsauto merge of #6904 : catamorphism/rust/rustpkg_version...
2013-06-09 borsauto merge of #7018 : bill-myers/rust/fix_7017, r=thest...
2013-06-08 borsauto merge of #7016 : thestinger/rust/ptr, r=luqmana
2013-06-08 Daniel Micayrm some uses of to_mut_unsafe_ptr
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-05-31 borsauto merge of #6848 : pcwalton/rust/issue-6352, r=pcwalton
2013-05-30 borsauto merge of #6836 : pnkfelix/rust/fsk-issue6805-ccach...
2013-05-30 borsauto merge of #6831 : Xazax-hun/rust/incoming, r=graydon
2013-05-30 borsauto merge of #6829 : dotdash/rust/allocs, r=sanxiyn
2013-05-30 Björn SteinbrinkRemove a bunch of unnecessary allocations and copies
2013-05-30 borsauto merge of #6825 : caitp/rust/issue-6824, r=Aatch
2013-05-30 Patrick Waltonlibrustc: Stop reexporting the standard modules from...
2013-05-29 borsauto merge of #6799 : Aatch/rust/pass-refactor, r=graydon
2013-05-29 borsauto merge of #6813 : pnkfelix/rust/fsk-issue-6805...
2013-05-29 borsauto merge of #6733 : alexcrichton/rust/issue-2400...
2013-05-29 borsauto merge of #6796 : sfackler/rust/FromBase64-type...
2013-05-29 borsauto merge of #6794 : thestinger/rust/align_zero, r...
2013-05-29 James MillerFurther refactor optimization pass handling
2013-05-29 borsauto merge of #6793 : graydon/rust/drop-ast-before...
2013-05-29 borsauto merge of #6789 : luqmana/rust/compiletest-fix...
2013-05-29 borsauto merge of #6784 : nikomatsakis/rust/moves-into...
2013-05-29 borsauto merge of #6778 : Aatch/rust/pass-refactor, r=graydon
2013-05-29 borsauto merge of #6780 : june0cho/rust/issue5984, r=brson
2013-05-29 James MillerRefactor optimization pass handling.
2013-05-29 borsauto merge of #6740 : Aatch/rust/atomic-types, r=brson
2013-05-29 borsauto merge of #6731 : thomaslee/rust/issue-6575, r...
2013-05-28 borsauto merge of #6775 : yjh0502/rust/issue_6696, r=catamo...
2013-05-28 borsauto merge of #6707 : catamorphism/rust/issue-5543...
2013-05-28 borsauto merge of #6774 : alexcrichton/rust/silence-warning...
2013-05-28 Alex CrichtonSilence various warnings throughout test modules
2013-05-28 borsauto merge of #6783 : hoelzro/rust/master, r=bstrie
2013-05-27 borsauto merge of #6688 : graydon/rust/issue-3396-mystery...
2013-05-24 borsauto merge of #6680 : ben0x539/rust/slashslashslash...
2013-05-24 borsauto merge of #6706 : brson/rust/glue, r=catamorphism
2013-05-23 Patrick Waltonlibextra: Rename the actual metadata names of libcore...
2013-05-21 borsauto merge of #6648 : alexcrichton/rust/issue-6633...
2013-05-21 borsauto merge of #6647 : alexcrichton/rust/unnecessary...
2013-05-21 borsauto merge of #6646 : dotdash/rust/method_lookup, r...
2013-05-21 borsauto merge of #6626 : brson/rust/io-upstream, r=graydon
2013-05-21 borsauto merge of #6604 : bjz/rust/ptr-to-option, r=brson
next