]> git.lizzy.rs Git - rust.git/history - src/librustc/back
auto merge of #16836 : P1start/rust/closure_ret_bang, r=alexcrichton
[rust.git] / src / librustc / back /
2014-09-17 borsauto merge of #16836 : P1start/rust/closure_ret_bang...
2014-09-17 borsauto merge of #17264 : bkoropoff/rust/issue-17252,...
2014-09-17 borsauto merge of #17254 : gamazeps/rust/issue17210, r...
2014-09-17 borsauto merge of #17247 : huonw/rust/toggle-clone, r=alexc...
2014-09-17 borsauto merge of #17246 : bkoropoff/rust/issue-17216,...
2014-09-17 borsauto merge of #17227 : tshepang/rust/stronger-break...
2014-09-17 borsauto merge of #17223 : retep998/rust/into_string, r...
2014-09-16 borsauto merge of #17268 : aturon/rust/mut-conventions...
2014-09-16 Aaron TuronFallout from renaming
2014-09-16 borsauto merge of #17266 : Gankro/rust/vec-move, r=alexcrichton
2014-09-16 borsauto merge of #17245 : sfackler/rust/enumset-show,...
2014-09-16 borsauto merge of #17244 : spastorino/rust/patch-1, r=alexc...
2014-09-16 borsauto merge of #17232 : untitaker/rust/patch-1, r=alexcr...
2014-09-16 borsauto merge of #17280 : thestinger/rust/heap, r=pcwalton
2014-09-16 borsauto merge of #17288 : alexcrichton/rust/change-snap...
2014-09-15 borsauto merge of #17221 : bkoropoff/rust/strinterner-unsaf...
2014-09-15 borsauto merge of #17199 : jakub-/rust/issues-that-need...
2014-09-15 borsauto merge of #17208 : kmcallister/rust/llvm-diagnostic...
2014-09-15 borsauto merge of #16887 : steveklabnik/rust/guide_iterator...
2014-09-15 borsauto merge of #17200 : brson/rust/wintrip-w64, r=cmr
2014-09-15 borsauto merge of #17192 : skade/rust/fix-osx-linking,...
2014-09-15 borsauto merge of #17256 : alexcrichton/rust/issue-17183...
2014-09-15 Florian GilcherOnly pass -fno-use-linker-plugin on Windows
2014-09-14 borsauto merge of #17196 : vhbit/rust/jemalloc-update,...
2014-09-14 borsauto merge of #17195 : tbu-/rust/pr_strfindoverflow2...
2014-09-14 borsauto merge of #17163 : pcwalton/rust/impls-next-to...
2014-09-14 borsauto merge of #17130 : jakub-/rust/issue-17033, r=pcwalton
2014-09-14 borsauto merge of #17189 : bkoropoff/rust/extern-existing...
2014-09-13 borsauto merge of #17188 : thestinger/rust/tvec, r=pcwalton
2014-09-13 borsauto merge of #17161 : vadimcn/rust/fix-debuginfo,...
2014-09-13 Patrick Waltonlibrustc: Forbid inherent implementations that aren...
2014-09-13 borsauto merge of #17175 : pcwalton/rust/region-bounds...
2014-09-13 borsauto merge of #17162 : sfackler/rust/decorator-traits...
2014-09-12 borsauto merge of #17155 : steveklabnik/rust/dherman_fixes...
2014-09-12 Keegan McAllisterAdd -C remark for LLVM optimization remarks
2014-09-12 borsauto merge of #17159 : brson/rust/snaps, r=alexcrichton
2014-09-12 borsauto merge of #17112 : nick29581/rust/unsized-fields...
2014-09-12 borsauto merge of #16657 : steveklabnik/rust/goodbye_tutori...
2014-09-11 borsauto merge of #16957 : vadimcn/rust/package-gcc, r...
2014-09-11 Vadim ChugunovRemove dependency on GCC's LTO linker plugin, since...
2014-09-10 Vadim ChugunovDisable ASLR on Windows, for now.
2014-09-10 borsauto merge of #16824 : steveklabnik/rust/string_guide_i...
2014-09-09 Alex Crichtonrollup merge of #17101 : pcwalton/for-loop-borrowck
2014-09-09 Alex Crichtonrollup merge of #17096 : TeXitoi/relicense-shootout...
2014-09-09 Alex Crichtonrollup merge of #17093 : nathantypanski/17021
2014-09-09 Alex Crichtonrollup merge of #17090 : alexcrichton/rustdoc-no-strip
2014-09-09 Alex Crichtonrollup merge of #17087 : DanAlbert/llvm-3.6
2014-09-09 Alex Crichtonrollup merge of #17085 : jakub-/issue-17074
2014-09-09 Alex Crichtonrollup merge of #17080 : treeman/issue-17066
2014-09-09 Alex Crichtonrollup merge of #17077 : TeXitoi/relicense-shootout...
2014-09-09 Alex Crichtonrollup merge of #17070 : TeXitoi/relicense-shootout...
2014-09-09 Alex Crichtonrollup merge of #17062 : nathantypanski/generic-lifetim...
2014-09-09 Alex Crichtonrollup merge of #17061 : nathantypanski/test-borrowck...
2014-09-09 Alex Crichtonrollup merge of #17020 : nodakai/libnative-c_int
2014-09-09 Alex Crichtonrollup merge of #17013 : rgawdzik/literal_int
2014-09-09 borsauto merge of #16927 : dotdash/rust/llvmup, r=alexcrichton
2014-09-09 borsauto merge of #16827 : steveklabnik/rust/fix_doc_index...
2014-09-09 borsauto merge of #16965 : huonw/rust/isaac-oob--, r=alexcr...
2014-09-09 borsauto merge of #17083 : thestinger/rust/jemalloc, r...
2014-09-09 borsauto merge of #16825 : steveklabnik/rust/fix_manual_arr...
2014-09-08 borsauto merge of #16952 : alexcrichton/rust/windows-large...
2014-09-08 borsauto merge of #12809 : eddyb/rust/ty-arena, r=cmr
2014-09-08 borsauto merge of #16903 : mahkoh/rust/move_items_unwrap...
2014-09-08 borsauto merge of #17053 : thestinger/rust/large_address_aw...
2014-09-08 borsauto merge of #17063 : huonw/rust/snap, r=alexcrichton
2014-09-08 borsauto merge of #17036 : pczarn/rust/issue-15913-ICE...
2014-09-08 borsauto merge of #16933 : nick29581/rust/dst-rvalue, r...
2014-09-07 borsauto merge of #16942 : alexcrichton/rust/remove-net...
2014-09-07 borsauto merge of #17035 : huonw/rust/moar-jquery, r=alexcr...
2014-09-07 borsauto merge of #16904 : inrustwetrust/rust/link-path...
2014-09-07 borsauto merge of #17034 : retep998/rust/glob-fix, r=alexcr...
2014-09-07 borsauto merge of #17005 : bjz/rust/bit-count, r=thestinger
2014-09-07 inrustwetrustChanged addl_lib_search_paths from HashSet to Vec
2014-09-07 borsauto merge of #17032 : jamesluke/rust/master, r=alexcri...
2014-09-07 borsauto merge of #17019 : steveklabnik/rust/remove_comprom...
2014-09-07 borsauto merge of #17018 : steveklabnik/rust/fix_projects_i...
2014-09-07 borsauto merge of #17016 : steveklabnik/rust/fix_diagnostic...
2014-09-07 borsauto merge of #16999 : brson/rust/fannkuch, r=alexcrichton
2014-09-06 Daniel Micaymark win32 binaries as large address aware
2014-09-06 borsauto merge of #17011 : nodakai/rust/rustdoc-stronger...
2014-09-06 borsauto merge of #17003 : nick29581/rust/impl, r=pcwalton
2014-09-06 borsauto merge of #17002 : tari/rust/std-mut-ref-slice...
2014-09-06 borsauto merge of #16997 : gamazeps/rust/master, r=huonw
2014-09-06 borsauto merge of #16907 : SimonSapin/rust/tempdir-result...
2014-09-06 borsauto merge of #16367 : epdtry/rust/parallel-codegen...
2014-09-05 Stuart Pernsteinerdon't use `ld -r` with `-C codegen-units=1`
2014-09-05 borsauto merge of #16628 : pczarn/rust/hashmap-opt, r=nikom...
2014-09-05 Stuart Pernsteineradd workaround for mingw `ld --force-exe-suffix` behavior
2014-09-05 Stuart Pernsteinerdon't leave unwanted temporary files with --emit=ir/asm
2014-09-05 Stuart Pernsteineruse target-specific linker args when combining compilat...
2014-09-05 Stuart Pernsteinerrun optimization and codegen on worker threads
2014-09-05 Stuart Pernsteinermove back::link::write into a separate file
2014-09-05 Stuart Pernsteinersplit CrateContext into shared and local pieces
2014-09-05 Stuart Pernsteinermake CrateContext fields private
2014-09-05 borsauto merge of #16775 : jbcrail/rust/fix-rational-docs...
2014-09-05 borsauto merge of #16843 : bkoropoff/rust/reader-writer...
2014-09-05 borsauto merge of #16990 : DiamondLovesYou/rust/level-deriv...
2014-09-04 borsauto merge of #16986 : bjz/rust/bitflags, r=alexcrichton
2014-09-04 borsauto merge of #16982 : jbcrail/rust/comment-and-string...
2014-09-04 Joseph CrailFix spelling errors and capitalization.
next