]> git.lizzy.rs Git - rust.git/history - src/librustc_llvm/lib.rs
rollup merge of #17355 : gamazeps/issue17210
[rust.git] / src / librustc_llvm / lib.rs
2014-09-19 Alex Crichtonrollup merge of #17355 : gamazeps/issue17210
2014-09-19 Alex Crichtonrollup merge of #17350 : pablobm/doc-fix
2014-09-19 Alex Crichtonrollup merge of #17338 : nick29581/variants-namespace
2014-09-19 Alex Crichtonrollup merge of #17318 : nick29581/slice
2014-09-19 Alex Crichtonrollup merge of #17314 : eddyb/span-no-gc
2014-09-19 Alex Crichtonrollup merge of #17306 : scialex/fix-zsh
2014-09-19 Alex Crichtonrollup merge of #17259 : eddyb/def-no-gc
2014-09-19 Alex Crichtonrollup merge of #17250 : ahmedcharles/bitflags
2014-09-19 Ahmed CharlesMove uses of enum to bitflags!.
2014-09-19 Nick CameronAdd enum variants to the type namespace
2014-09-17 borsauto merge of #16836 : P1start/rust/closure_ret_bang...
2014-09-17 Alex Crichtonrollup merge of #17326 : brson/wintest
2014-09-17 Alex Crichtonrollup merge of #17297 : treeman/net-unix
2014-09-17 Alex Crichtonrollup merge of #17278 : steveklabnik/gh17242
2014-09-17 Alex Crichtonrollup merge of #17277 : steveklabnik/doc_fix_rollup
2014-09-17 Alex Crichtonrollup merge of #17276 : treeman/json-comma
2014-09-17 Alex Crichtonrollup merge of #16936 : nham/two_way_makeover
2014-09-17 Alex Crichtonrollup merge of #16931 : omasanori/unnecessary-path...
2014-09-17 Alex Crichtonrollup merge of #16889 : P1start/array-not-vector
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 #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-12 Keegan McAllisterAdd -C remark for LLVM optimization remarks
2014-09-12 Keegan McAllisterAdd a Rust string ostream for LLVM
2014-09-10 borsauto merge of #16824 : steveklabnik/rust/string_guide_i...
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 #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 #16825 : steveklabnik/rust/fix_manual_arr...
2014-09-08 borsauto merge of #16952 : alexcrichton/rust/windows-large...
2014-09-08 borsauto merge of #16903 : mahkoh/rust/move_items_unwrap...
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 #17034 : retep998/rust/glob-fix, r=alexcr...
2014-09-07 borsauto merge of #17005 : bjz/rust/bit-count, r=thestinger
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 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 Pernsteinerrun optimization and codegen on worker threads
2014-09-05 borsauto merge of #16843 : bkoropoff/rust/reader-writer...
2014-09-03 borsauto merge of #16811 : nick29581/rust/dst-bug-2, r...
2014-09-03 borsauto merge of #16940 : treeman/rust/fail-non-utf8,...
2014-09-02 borsauto merge of #16850 : vks/rust/hash-num, r=alexcrichton
2014-09-01 borsauto merge of #16867 : wickerwaka/rust/ice-16750, r...
2014-09-01 borsauto merge of #16871 : retep998/rust/win64-fix, r=alexc...
2014-09-01 borsauto merge of #16802 : nick29581/rust/dst-bug-1, r...
2014-09-01 borsauto merge of #16844 : mrmonday/rust/liblibc-custom...
2014-08-31 borsauto merge of #16809 : nick29581/rust/dst-bug-3, r...
2014-08-31 borsauto merge of #16788 : Manishearth/rust/raw-ptr-syntax...
2014-08-31 Alex Crichtonrollup merge of #16852 : steveklabnik/desugar_destructure
2014-08-31 Alex Crichtonrollup merge of #16849 : nhowell/patch-1
2014-08-31 Alex Crichtonrollup merge of #16846 : treeman/debug-doc
2014-08-31 Alex Crichtonrollup merge of #16842 : zsiciarz/master
2014-08-31 Alex Crichtonrollup merge of #16840 : huonw/feature-has-added
2014-08-31 Alex Crichtonrollup merge of #16839 : treeman/issue-15358
2014-08-31 Alex Crichtonrollup merge of #16835 : michaelsproul/doc-slice-failure
2014-08-31 Alex Crichtonrollup merge of #16833 : SebastianZaha/fix-guide-typo
2014-08-31 Alex Crichtonrollup merge of #16832 : SebastianZaha/fix-inconsistent...
2014-08-31 Alex Crichtonrollup merge of #16830 : cgaebel/docfix
2014-08-31 Alex Crichtonrollup merge of #16828 : steveklabnik/more_pointer_guide
2014-08-31 Alex Crichtonrollup merge of #16807 : nham/guide_added_ownership_rule
2014-08-31 Alex Crichtonrollup merge of #16780 : mdinger/marker_types
2014-08-31 Alex Crichtonrollup merge of #16778 : jbcrail/fix-issue-15826
2014-08-31 Alex Crichtonrollup merge of #16769 : rgawdzik/abs_doc_addition
2014-08-31 Alex Crichtonrollup merge of #16726 : tshepang/consistency
2014-08-31 Alex Crichtonrollup merge of #16721 : tshepang/convenience
2014-08-31 Alex Crichtonrollup merge of #16716 : tshepang/temp
2014-08-31 borsauto merge of #16650 : ruud-v-a/rust/timespec-arithmeti...
2014-08-30 borsauto merge of #16393 : SimonSapin/rust/patch-9, r=steve...
2014-08-30 borsauto merge of #16859 : alexcrichton/rust/snapshots...
2014-08-30 borsauto merge of #16598 : bkoropoff/rust/import-shadow...
2014-08-30 borsauto merge of #16419 : huonw/rust/pretty-expanded-hygie...
2014-08-30 borsauto merge of #16190 : Pythoner6/rust/labeled-while...
2014-08-30 borsauto merge of #16322 : michaelwoerister/rust/gdb-pretty...
2014-08-29 borsauto merge of #15773 : P1start/rust/style-lints, r...
2014-08-29 P1startUnify non-snake-case lints and non-uppercase statics...
2014-08-29 borsauto merge of #16767 : SiegeLord/rust/reexported_method...
2014-08-29 borsauto merge of #16770 : cburgdorf/rust/patch_overloaded_...
2014-08-29 borsauto merge of #16768 : nham/rust/libcollections_test_cl...
next