]> git.lizzy.rs Git - rust.git/history - src/librustc/middle/trans/base.rs
Change finalize -> drop.
[rust.git] / src / librustc / middle / trans / base.rs
2013-06-26 Luqman AdenChange finalize -> drop.
2013-06-25 borsauto merge of #7325 : artagnon/rust/resolve-module...
2013-06-25 borsauto merge of #7317 : Aatch/rust/no-drop-flag, r=thestinger
2013-06-25 borsauto merge of #7254 : Blei/rust/intrinsic-overhaul...
2013-06-25 borsauto merge of #7291 : alexcrichton/rust/static-mut...
2013-06-24 Alex CrichtonSupport foreign 'static mut' variables as well
2013-06-24 Alex CrichtonAdd 'static mut' items to the language
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-23 borsauto merge of #7274 : thestinger/rust/size_hint, r...
2013-06-23 Daniel Micayvec: remove BaseIter implementation
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 MillerRemove remaining address space related code
2013-06-22 James MillerMove count-llvm-insn code into task-local storage
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 MillerMake log_fn_time a method
2013-06-21 borsauto merge of #7219 : sstewartgallus/rust/cleanup,...
2013-06-21 borsauto merge of #7259 : dotdash/rust/ir_improvement,...
2013-06-21 Björn SteinbrinkAvoid pointless allocas for "nil" return values
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-20 James MillerRemove all #[cfg(stage0)]-protected code
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 compile warnings.
2013-06-17 Vadim ChugunovMove "return" basic block after all other function...
2013-06-17 Vadim ChugunovUse DIBuilder in debuginfo
2013-06-17 borsauto merge of #7174 : SiegeLord/rust/remove_trim, r...
2013-06-17 borsauto merge of #7198 : huonw/rust/slice-zeros, r=Aatch
2013-06-17 borsauto merge of #7184 : smvv/rust/doc_css, r=brson
2013-06-17 borsauto merge of #7157 : sstewartgallus/rust/master, r...
2013-06-16 borsauto merge of #7165 : brson/rust/releasenotes, r=thestinger
2013-06-16 borsauto merge of #7186 : dotdash/rust/landing_pads, r...
2013-06-16 borsauto merge of #7177 : huonw/rust/unfold-fix, r=thestinger
2013-06-16 borsauto merge of #7171 : bstrie/rust/delbin, r=thestinger
2013-06-16 Björn SteinbrinkAvoid quadratic growth of cleanup blocks
2013-06-16 borsauto merge of #7166 : brson/rust/fuzzer, r=pcwalton
2013-06-16 borsauto merge of #7163 : brson/rust/reinterpret-cast,...
2013-06-16 borsauto merge of #7160 : kballard/rust/terminfo-parm-i...
2013-06-16 borsauto merge of #7159 : Blei/rust/free-glue-no-destructor...
2013-06-16 borsauto merge of #7156 : Dretch/rust/float-hash, r=graydon
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 #7123 : huonw/rust/more-str, r=thestinger
2013-06-16 borsauto merge of #7162 : thestinger/rust/iterator, r=brson
2013-06-16 borsauto merge of #7114 : pnkfelix/rust/issue3961-fix-white...
2013-06-16 Huon Wilsonremove unused imports
2013-06-15 borsauto merge of #7132 : thestinger/rust/rpath, r=brson
2013-06-15 borsauto merge of #7124 : Aatch/rust/trans-refactor-pt1...
2013-06-15 James MillerFix Merge Fallout
2013-06-15 James MillerRemove @-fields from CrateContext
2013-06-15 James MillerMake CrateContext::new() fn.
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-15 borsauto merge of #7122 : thestinger/rust/std, r=luqmana
2013-06-15 borsauto merge of #7121 : huonw/rust/rand-call, r=pnkfelix
2013-06-15 borsauto merge of #7110 : thestinger/rust/iterator, r=brson
2013-06-15 borsauto merge of #7144 : dotdash/rust/caches, r=graydon
2013-06-15 Daniel Micayadd IteratorUtil to the prelude
2013-06-15 Björn SteinbrinkAdd caches for method and impl metadata
2013-06-15 borsauto merge of #7116 : thestinger/rust/whitespace, r...
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-14 Brian AndersonRevert "std: convert {vec,str}::to_owned to methods."
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-13 borsauto merge of #7079 : thestinger/rust/jemalloc, r=graydon
2013-06-13 borsauto merge of #7027 : sstewartgallus/rust/dynamic_lib...
2013-06-13 borsauto merge of #7086 : huonw/rust/5048, r=graydon
2013-06-13 Huon WilsonUse @str instead of @~str in libsyntax and librustc...
2013-06-12 borsauto merge of #7091 : msullivan/rust/default-methods...
2013-06-12 borsauto merge of #7077 : SiegeLord/rust/new_css, r=pnkfelix
2013-06-12 borsauto merge of #7084 : pnkfelix/rust/fsk-visitor-refacto...
2013-06-12 Felix S. Klock IIMerge branch 'moz-incoming' into fsk-visitor-refactoring
2013-06-12 Michael SullivanFix a lot of the handling of default methods and type...
2013-06-12 borsauto merge of #7073 : influenza/rust/iterator-doc-fixes...
2013-06-12 Felix S. Klock IIVisitor refactoring: Step 1, couple (Env, vt<Env>)...
2013-06-12 borsauto merge of #7072 : thestinger/rust/ptr, r=catamorphism
2013-06-12 borsauto merge of #7060 : huonw/rust/more-str, r=thestinger
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 Huon Wilsonstd: convert {vec,str}::to_owned to methods.
next