]> git.lizzy.rs Git - rust.git/history - src/librustc_llvm
Rollup merge of #46668 - GuillaumeGomez:mobile-sidebar, r=QuietMisdreavus
[rust.git] / src / librustc_llvm /
2017-11-24 borsAuto merge of #45942 - Menschenkindlein:master, r=estebank
2017-11-23 Guillaume GomezRollup merge of #46220 - rust-lang:frewsxcv-issue-44929...
2017-11-23 Guillaume GomezRollup merge of #46218 - rust-lang:frewsxcv-rename...
2017-11-23 borsAuto merge of #45881 - Centril:box-leak, r=alexcrichton
2017-11-23 borsAuto merge of #46024 - estebank:no-variant, r=petrochenkov
2017-11-23 borsAuto merge of #46011 - euclio:reachability-redux, r=nrc
2017-11-23 borsAuto merge of #45721 - nikomatsakis:hir-tree, r=arielb1
2017-11-22 borsAuto merge of #46035 - oli-obk:use_suggestions, r=petro...
2017-11-22 borsAuto merge of #45198 - oli-obk:fmt_args, r=sfackler
2017-11-22 borsAuto merge of #46040 - zilbuz:mir-misc, r=nikomatsakis
2017-11-21 borsAuto merge of #45879 - nikomatsakis:nll-kill-cyclic...
2017-11-21 kennytmRollup merge of #46103 - zackmdavis:dead_code_lint_shou...
2017-11-21 kennytmRollup merge of #46052 - oli-obk:rendered_diagnostics_i...
2017-11-21 kennytmRollup merge of #46050 - sunfishcode:read_to_end, r...
2017-11-21 kennytmRollup merge of #46031 - Keruspe:cargofmt, r=Mark-Simul...
2017-11-21 kennytmRollup merge of #45987 - gaurikholkar:let-expr, r=micha...
2017-11-21 borsAuto merge of #45701 - cramertj:impl-trait-this-time...
2017-11-21 borsAuto merge of #45545 - durka:macro-backtrace, r=nrc
2017-11-21 borsAuto merge of #45039 - QuietMisdreavus:doc-spotlight...
2017-11-20 kennytmRollup merge of #46119 - ritiek:master, r=arielb1
2017-11-20 kennytmRollup merge of #46107 - nyanzebra:develop, r=kennytm
2017-11-20 kennytmRollup merge of #46092 - sfackler:ppid, r=alexcrichton
2017-11-20 kennytmRollup merge of #46088 - vitiral:read_doc, r=steveklabnik
2017-11-20 kennytmRollup merge of #46082 - Enet4:mutex_from, r=sfackler
2017-11-20 borsAuto merge of #45645 - fhartwig:39550, r=QuietMisdreavus
2017-11-20 borsAuto merge of #45998 - ollie27:doc_book_css, r=steveklabnik
2017-11-20 borsAuto merge of #45905 - alexcrichton:add-wasm-target...
2017-11-20 borsAuto merge of #45819 - Havvy:cell, r=aturon
2017-11-20 Alex Crichtonstd: Add a new wasm32-unknown-unknown target
2017-11-20 borsAuto merge of #46068 - wesleywiser:incr_duplicate_read_...
2017-11-19 borsAuto merge of #45225 - eddyb:trans-abi, r=arielb1
2017-11-19 borsAuto merge of #45454 - Aaronepower:master, r=alexcrichton
2017-11-19 Eduard-Mihai Burtescurustc_trans: support scalar pairs directly in the Rust...
2017-11-19 Eduard-Mihai Burtescurustc_trans: compute better align/dereferenceable attri...
2017-11-19 Eduard-Mihai Burtescurustc_trans: go through layouts uniformly for fat point...
2017-11-19 Eduard-Mihai Burtescurustc_trans: do not introspect LLVM aggregate field...
2017-11-19 Eduard-Mihai Burtescurustc_trans: remove obsolete Type methods.
2017-11-19 Eduard-Mihai Burtescurustc_trans: use a predictable layout for constant...
2017-11-19 Eduard-Mihai Burtescurustc_trans: avoid working with sizes/offsets and align...
2017-11-18 borsAuto merge of #46009 - kennytm:fix-38878-again, r=alexc...
2017-11-18 Guillaume GomezRollup merge of #45767 - QuietMisdreavus:who-docs-the...
2017-11-18 borsAuto merge of #46000 - kennytm:fix-45640-extern-type...
2017-11-18 borsAuto merge of #45999 - jseyfried:def_site_span, r=nrc
2017-11-18 borsAuto merge of #45899 - eddyb:meta-race, r=alexcrichton
2017-11-17 borsAuto merge of #46004 - michaelwoerister:cached-mir...
2017-11-17 borsAuto merge of #45595 - scottmcm:iter-try-fold, r=dtolnay
2017-11-17 borsAuto merge of #45991 - gnzlbg:fix_i586, r=alexcrichton
2017-11-16 borsAuto merge of #45897 - tromey:trait-object-debug, r...
2017-11-16 borsAuto merge of #45825 - nikomatsakis:nll-factor-region...
2017-11-16 borsAuto merge of #45528 - alexcrichton:avx512, r=arielb1
2017-11-16 Guillaume GomezRollup merge of #46010 - lnicola:escape-root, r=Guillau...
2017-11-16 Guillaume GomezRollup merge of #46005 - GuillaumeGomez:short-unstable...
2017-11-16 Guillaume GomezRollup merge of #45993 - QuietMisdreavus:anti-cow,...
2017-11-16 Guillaume GomezRollup merge of #45984 - ExpHP:attr-error-context,...
2017-11-16 Guillaume GomezRollup merge of #45973 - arielb1:fast-path, r=estebank
2017-11-16 Guillaume GomezRollup merge of #45951 - CrockAgile:master, r=michaelwo...
2017-11-16 borsAuto merge of #45985 - arielb1:unsafe-dedup, r=eddyb
2017-11-16 borsAuto merge of #45920 - sunfishcode:trap-on-unreachable...
2017-11-14 Guillaume GomezRollup merge of #45815 - QuietMisdreavus:happy-little...
2017-11-13 borsAuto merge of #45810 - SimonSapin:ac-dc, r=aturon
2017-11-13 kennytmRollup merge of #45893 - redox-os:futex_timeout, r...
2017-11-13 kennytmRollup merge of #45892 - redox-os:is_absolute_fix,...
2017-11-13 kennytmRollup merge of #45828 - pornel:printoption, r=nrc
2017-11-12 borsAuto merge of #45623 - mneumann:dragonfly-ci, r=alexcri...
2017-11-12 borsAuto merge of #45864 - nikomatsakis:issue-30046-infer...
2017-11-11 Dan GohmanControl LLVM's TrapUnreachable feature through rustc...
2017-11-11 borsAuto merge of #45333 - alkis:master, r=bluss
2017-11-11 Guillaume GomezRollup merge of #45877 - mikhail-m1:mir-borrowck-act...
2017-11-11 Guillaume GomezRollup merge of #45812 - GuillaumeGomez:links-and-searc...
2017-11-11 borsAuto merge of #45772 - leodasvacas:fix-auto-bounds...
2017-11-11 borsAuto merge of #45807 - tommyip:format_err, r=estebank
2017-11-11 borsAuto merge of #45806 - alexcrichton:update-llvm-for...
2017-11-10 borsAuto merge of #45707 - Ryman:deprecated-item-name,...
2017-11-10 borsAuto merge of #45050 - petrochenkov:ambind, r=nikomatsakis
2017-11-10 borsAuto merge of #45804 - gnzlbg:div_intr, r=alexcrichton
2017-11-10 borsAuto merge of #45785 - arielb1:unsafe-fixes, r=eddyb
2017-11-10 kennytmRollup merge of #45783 - kennytm:compiler-test-fixes...
2017-11-10 borsAuto merge of #45773 - Badel2:dotdoteq, r=petrochenkov
2017-11-09 borsAuto merge of #45761 - gnzlbg:xsave_feature, r=alexcrichton
2017-11-09 borsAuto merge of #45741 - oli-obk:refactor_suggestions...
2017-11-09 borsAuto merge of #45736 - oli-obk:rvalue_promotable_map...
2017-11-09 borsAuto merge of #45688 - Gankro:layout-tests, r=alexcrichton
2017-11-08 borsAuto merge of #45867 - michaelwoerister:check-ich-stabi...
2017-11-08 borsAuto merge of #45452 - estebank:colon-typo, r=nikomatsakis
2017-11-08 borsAuto merge of #45575 - michaelwoerister:tweak-inline...
2017-11-08 Guillaume GomezRollup merge of #45830 - pornel:dosglobs, r=dtolnay
2017-11-08 Guillaume GomezRollup merge of #45582 - GuillaumeGomez:doc-unix-missin...
2017-11-08 borsAuto merge of #45735 - tirr-c:issue-45730, r=arielb1
2017-11-08 borsAuto merge of #45379 - cuviper:unit_from_iter, r=alexcr...
2017-11-07 borsAuto merge of #44932 - cuviper:unsized-ptr-is_null...
2017-11-07 Robin KruppeMake trans const eval error on overflow and NaN, matchi...
2017-11-07 Robin KruppeSaturating casts between integers and floats (both...
2017-11-07 borsAuto merge of #45822 - kennytm:rollup, r=kennytm
2017-11-07 borsAuto merge of #45666 - Amanieu:tls-model, r=alexcrichton
2017-11-03 Amanieu d'AntrasAdd support for specifying the TLS model
2017-11-01 borsAuto merge of #45267 - oconnor663:rwlock_send, r=alexcr...
2017-10-31 borsAuto merge of #44764 - nvzqz:master, r=alexcrichton
2017-10-30 borsAuto merge of #45497 - mikhail-m1:dump-mir-graphviz...
2017-10-29 borsAuto merge of #45295 - Technius:docs/process, r=stevekl...
2017-10-25 kennytmRollup merge of #45212 - GuillaumeGomez:sidebar-fixed...
next