]> git.lizzy.rs Git - rust.git/history - src/rustllvm/PassWrapper.cpp
Merge branch 'master' into issue-30961
[rust.git] / src / rustllvm / PassWrapper.cpp
2016-08-06 Cameron HartMerge branch 'master' into issue-30961
2016-08-05 Guillaume GomezRollup merge of #35289 - birryree:E0060_E0061_format_up...
2016-08-05 Guillaume GomezRollup merge of #35266 - circuitfox:35247-E0109-update...
2016-08-05 Guillaume GomezRollup merge of #35264 - GuillaumeGomez:E0132_update...
2016-08-05 Guillaume GomezRollup merge of #35239 - dns2utf8:doc_park_timeout...
2016-08-05 Guillaume GomezRollup merge of #35189 - mLuby:patch-1, r=steveklabnik
2016-08-05 Guillaume GomezRollup merge of #35182 - frewsxcv:nulerror, r=steveklabnik
2016-08-05 Guillaume GomezRollup merge of #35181 - GuillaumeGomez:vec_doc, r...
2016-08-05 Guillaume GomezRollup merge of #35175 - frewsxcv:tcp, r=GuillaumeGomez
2016-08-05 Guillaume GomezRollup merge of #35137 - jongiddy:explicit-wildcard...
2016-08-05 Guillaume GomezRollup merge of #35109 - GuillaumeGomez:io_docs, r...
2016-08-05 Guillaume GomezRollup merge of #35076 - GuillaumeGomez:file_type_docs...
2016-08-05 Guillaume GomezRollup merge of #35042 - Havvy:copy_error_doc, r=Guilla...
2016-08-05 Guillaume GomezRollup merge of #35041 - frewsxcv:range-rangeargument...
2016-08-05 Guillaume GomezRollup merge of #34319 - zackmdavis:explain_slice_patte...
2016-08-05 borsAuto merge of #35317 - TimNN:internal-deprecated, r...
2016-08-05 borsAuto merge of #35283 - shantanuraj:master, r=jonathandt...
2016-08-05 borsAuto merge of #35274 - GuillaumeGomez:err_codes, r...
2016-08-04 borsAuto merge of #35168 - scottcarr:deaggregation, r=nikom...
2016-08-04 borsAuto merge of #35015 - petrochenkov:forearg, r=nikomatsakis
2016-08-04 borsAuto merge of #34520 - Manishearth:fix-unsafecell-docs...
2016-08-03 borsAuto merge of #35261 - eddyb:llvm-autoupgrade, r=nikoma...
2016-08-03 Eduard BurtescuSupport removed LLVM intrinsics by invoking its AutoUpg...
2016-08-03 borsAuto merge of #35174 - arielb1:llvm-type-audit, r=eddyb
2016-08-03 Ariel Ben-Yehudafinish type-auditing rustllvm
2016-08-03 Ariel Ben-Yehudaaudit LLVM C++ types in ArchiveWrapper and PassWrapper
2016-08-03 borsAuto merge of #35159 - michaelwoerister:incr-comp-impli...
2016-08-02 borsAuto merge of #35145 - jseyfried:avoid_extra_resolve_er...
2016-08-02 borsAuto merge of #35084 - tbu-:pr_lowercase_wtf8_debug...
2016-08-02 borsAuto merge of #35054 - pwoolcoc:stringfromchars, r...
2016-08-02 borsAuto merge of #35018 - cgswords:rope_tstream, r=nrc
2016-08-01 borsAuto merge of #35163 - sanxiyn:rollup, r=sanxiyn
2016-08-01 borsAuto merge of #34743 - badboy:llvm-upgrade, r=eddyb
2016-07-29 Jan-Erik RedigerUse C type when passing value to LLVM pass
2016-07-29 Jan-Erik Rediger[LLVM-3.9] Increase PIELevel
2016-07-29 Jan-Erik Rediger[LLVM-3.9] Configure PIE at the module level instead...
2016-07-29 Jan-Erik Rediger[LLVM-3.9] Preserve certain functions when internalizing
2016-07-29 Jan-Erik Rediger[LLVM-3.9] Specify that we are using the legacy interface
2016-07-27 borsAuto merge of #33363 - japaric:target, r=japaric
2016-07-27 borsAuto merge of #33312 - Byron:double-ended-iterator...
2016-07-24 Cameron HartPass -DLLVM_RUSTLLVM to compile against rust llvm fork.
2016-07-20 borsAuto merge of #33526 - steveklabnik:gh21889, r=alexcrichton
2016-07-19 Cameron HartMerge branch 'master' into issue-30961
2016-07-19 borsAuto merge of #33974 - habnabit:eintr-retry-for-read...
2016-07-16 Guillaume GomezRollup merge of #33362 - andradei:master, r=Manishearth
2016-07-16 Cameron HartMerge branch 'master' into issue-30961
2016-07-12 Guillaume GomezRollup merge of #34742 - abhijeetbhagat:master, r=steve...
2016-07-10 Cameron HartAdd help for target CPUs, features, relocation and...
2016-07-09 borsAuto merge of #33987 - crlf0710:patch-1, r=steveklabnik
2016-07-08 Manish GoregaokarRollup merge of #34097 - arbitrary-cat:master, r=stevek...
2016-07-06 Steve KlabnikRollup merge of #34327 - nrc:save-fix-tuple, r=jseyfried
2016-07-06 Steve KlabnikRollup merge of #33265 - tshepang:peek, r=steveklabnik
2016-07-06 Steve KlabnikRollup merge of #33250 - durka:patch-19, r=steveklabnik
2016-06-29 Manish GoregaokarRollup merge of #34460 - dsprenkels:issue-33455, r...
2016-06-29 Jeffrey SeyfriedRollup merge of #34105 - ollie27:rustdoc_derived, r...
2016-06-28 Guillaume GomezRollup merge of #34080 - royalstream:royalstream-book...
2016-06-25 Jeffrey SeyfriedRollup merge of #34213 - josephDunne:trait_item_macros...
2016-06-22 Manish GoregaokarRollup merge of #34190 - ollie27:wrapping_fmt, r=alexcr...
2016-06-21 borsAuto merge of #34155 - ollie27:unzip, r=alexcrichton
2016-06-20 borsAuto merge of #34186 - GuillaumeGomez:err-code-check...
2016-06-20 borsAuto merge of #33950 - srinivasreddy:rtstartup_rustfmt...
2016-06-16 Manish GoregaokarRollup merge of #34298 - nrc:save-parent, r=eddyb
2016-06-16 borsAuto merge of #34216 - jseyfried:nested_cfg_attr, r=nrc
2016-06-16 borsAuto merge of #34000 - estebank:missingargs, r=jseyfried
2016-06-15 borsAuto merge of #34180 - durka:patch-24, r=brson
2016-06-14 borsAuto merge of #34232 - ollie27:rustdoc_inline, r=alexcr...
2016-06-14 borsAuto merge of #33749 - jseyfried:fix_call_site_span...
2016-06-12 borsAuto merge of #34133 - m-decoster:master, r=GuillaumeGomez
2016-06-12 borsAuto merge of #34241 - dsprenkels:issue-32031-test...
2016-06-12 borsAuto merge of #34045 - ollie27:rustdoc_stripped, r...
2016-06-12 borsAuto merge of #34132 - AtheMathmo:no-stdlib, r=steveklabnik
2016-06-11 borsAuto merge of #34201 - sanxiyn:check-error-index, r...
2016-06-11 borsAuto merge of #34174 - shepmaster:16-bit-mir, r=Aatch
2016-06-10 borsAuto merge of #34172 - jseyfried:avoid_configuring_inte...
2016-06-10 borsAuto merge of #34199 - jseyfried:visit_all_attrs, r=nrc
2016-06-10 borsAuto merge of #34200 - sanxiyn:rollup, r=sanxiyn
2016-06-10 borsAuto merge of #34178 - shepmaster:llvm-3.7-and-up,...
2016-06-09 Jake GouldingReflect supporting only LLVM 3.7+ in the LLVM wrappers
2016-06-01 borsAuto merge of #33814 - lambda:rtabort-use-platform...
2016-05-23 borsAuto merge of #33098 - raphlinus:master, r=alexcrichton
2016-05-23 borsAuto merge of #31457 - lambda:rtabort-use-libc-abort...
2016-05-19 borsAuto merge of #33103 - ranma42:escape-unicode-last...
2016-05-07 Steve KlabnikRollup merge of #33456 - CryZe:barrier-wait-docs, r...
2016-05-06 borsAuto merge of #33086 - cardoe:non-blocking-rand-read...
2016-05-06 borsAuto merge of #33072 - tbu-:pr_duration_new_overflow...
2016-05-05 borsAuto merge of #32990 - tbu-:pr_more_defaults_cstr_path...
2016-05-05 borsAuto merge of #33067 - notriddle:wrapping_neg, r=alexcr...
2016-04-30 borsAuto merge of #32846 - jseyfried:allow_unconfigured_gat...
2016-04-28 Steve KlabnikRollup merge of #33212 - bombless:scope-of-function...
2016-04-28 Steve KlabnikRollup merge of #33095 - xogeny:xogeny-patch-1, r=steve...
2016-04-28 Steve KlabnikRollup merge of #33056 - GuillaumeGomez:as_mut_ptr_exam...
2016-04-28 Steve KlabnikRollup merge of #32991 - kindlychung:patch-2, r=stevekl...
2016-04-26 borsAuto merge of #31414 - durka:clone-copy, r=alexcrichton
2016-04-26 borsAuto merge of #32989 - GuillaumeGomez:e0393, r=Manishearth
2016-04-26 borsAuto merge of #32962 - taralx:patch-1, r=GuillaumeGomez
2016-04-26 borsAuto merge of #33099 - eddyb:issue-33096, r=michaelwoer...
2016-04-25 Manish GoregaokarRollup merge of #33107 - sanxiyn:prev-impl-item, r...
2016-04-25 borsAuto merge of #33115 - mbrubeck:vfp3-d16, r=nrc
2016-04-25 borsAuto merge of #32258 - nikomatsakis:fewer-errors, r...
2016-04-23 borsAuto merge of #33092 - alexcrichton:rustbuild-docs...
next