]> git.lizzy.rs Git - rust.git/history - src/librustc_trans/mir/block.rs
Mir: Add Terminatorkind::Abort
[rust.git] / src / librustc_trans / mir / block.rs
2017-12-21 David HenningssonMir: Add Terminatorkind::Abort
2017-12-20 borsAuto merge of #46583 - scottmcm:fix-static-i128-lower...
2017-12-20 kennytmRollup merge of #46852 - scottmcm:asm-placecontext...
2017-12-20 kennytmRollup merge of #46831 - Diggsey:float-debug-fmt, r...
2017-12-20 kennytmRollup merge of #46828 - vi:hash_for_systemtime_instant...
2017-12-20 kennytmRollup merge of #46794 - Sh4rK:distribute-intrinsic...
2017-12-20 kennytmRollup merge of #46787 - varkor:contrib-6, r=QuietMisdr...
2017-12-20 kennytmRollup merge of #46760 - semarie:openbsd-arm64, r=alexc...
2017-12-20 kennytmRollup merge of #46751 - michaelwoerister:c-incremental...
2017-12-20 kennytmRollup merge of #46671 - varkor:contrib-2, r=KodrAus
2017-12-20 kennytmRollup merge of #46517 - notriddle:patch-2, r=BurntSushi
2017-12-20 kennytmRollup merge of #46359 - GuillaumeGomez:remove-dead...
2017-12-20 borsAuto merge of #46457 - m4b:no_mangle_static, r=michaelw...
2017-12-20 borsAuto merge of #46508 - clarcharr:duration_extras, r...
2017-12-20 borsAuto merge of #46233 - SimonSapin:fmt-debuglist-flags...
2017-12-20 borsAuto merge of #46733 - nikomatsakis:nll-master-to-rust...
2017-12-20 borsAuto merge of #46441 - gaurikholkar:single_lifetimes...
2017-12-19 borsAuto merge of #46749 - SimonSapin:exorcism, r=nikomatsakis
2017-12-19 borsAuto merge of #46664 - mikeyhew:raw_pointer_self, r...
2017-12-19 borsAuto merge of #46829 - GuillaumeGomez:rollup, r=Guillau...
2017-12-19 borsAuto merge of #45525 - MaikKlein:collector, r=eddyb
2017-12-18 Guillaume GomezRollup merge of #46790 - frewsxcv:frewsxcv-swap-bytes...
2017-12-18 Guillaume GomezRollup merge of #46786 - GuillaumeGomez:fix-sized-rende...
2017-12-18 Guillaume GomezRollup merge of #46700 - GuillaumeGomez:more-relevant...
2017-12-18 Maik KleinRemove duplicated functions from trans::common.rs
2017-12-18 borsAuto merge of #46798 - Diggsey:debug-osstr, r=dtolnay
2017-12-17 borsAuto merge of #46788 - petrochenkov:assocrecov, r=estebank
2017-12-17 borsAuto merge of #46436 - eddyb:unpacked, r=arielb1,oli-obk
2017-12-17 Eduard-Mihai Burtescurustc_trans: always require alignment for load/store...
2017-12-17 Eduard-Mihai Burtescurustc_trans: always keep track of the Align in LvalueRef.
2017-12-16 borsAuto merge of #46722 - arielb1:single-self, r=eddyb
2017-12-16 borsAuto merge of #46560 - Yoric:incr, r=michaelwoerister
2017-12-15 Steve KlabnikRollup merge of #46728 - varkor:contrib-4, r=michaelwoe...
2017-12-15 Steve KlabnikRollup merge of #46710 - xfix:patch-5, r=alexcrichton
2017-12-15 Steve KlabnikRollup merge of #46705 - pornel:cargo-output, r=alexcri...
2017-12-15 Steve KlabnikRollup merge of #46690 - mystor:pub_line_column, r...
2017-12-15 Steve KlabnikRollup merge of #46652 - ishitatsuyuki:thinlto-backport...
2017-12-15 Steve KlabnikRollup merge of #46601 - matthewjasper:method-link...
2017-12-15 borsAuto merge of #46706 - sunjay:gat-lifetimes, r=nikomatsakis
2017-12-15 borsAuto merge of #46537 - pnkfelix:two-phase-borrows,...
2017-12-15 borsAuto merge of #46701 - eddyb:vector-newtypes, r=nagisa
2017-12-14 borsAuto merge of #45002 - oli-obk:miri, r=eddyb
2017-12-14 borsAuto merge of #46335 - oli-obk:cleanups, r=jseyfried
2017-12-14 Oliver SchneiderUse PathBuf instead of String where applicable
2017-12-10 borsAuto merge of #46232 - canndrew:never-docs, r=QuietMisd...
2017-12-10 borsAuto merge of #46620 - bjorn3:remove-test-metric, r...
2017-12-08 borsAuto merge of #45837 - SimonSapin:file_read_write,...
2017-12-07 Guillaume GomezRollup merge of #46548 - jonathanstrong:master, r=dtolnay
2017-12-07 Guillaume GomezRollup merge of #46416 - liigo:cfg-macro, r=steveklabnik
2017-12-07 borsAuto merge of #46221 - GuillaumeGomez:doc-script-load...
2017-12-07 borsAuto merge of #46187 - notriddle:patch-1, r=QuietMisdreavus
2017-12-06 borsAuto merge of #45953 - estebank:tab-4, r=nikomatsakis
2017-12-06 Corey FarwellRollup merge of #46431 - steveklabnik:gh42725, r=QuietM...
2017-12-06 Corey FarwellRollup merge of #46378 - udoprog:benches-rand, r=kennytm
2017-12-06 Corey FarwellRollup merge of #46136 - tbu-:pr_werror, r=nikomatsakis
2017-12-06 Oliver SchneiderUpdate miri to rustc changes
2017-12-06 borsAuto merge of #45898 - JRegimbal:master, r=QuietMisdreavus
2017-12-05 borsAuto merge of #46403 - oli-obk:generic_missing_impl...
2017-12-04 borsAuto merge of #46427 - michaelwoerister:transitive...
2017-12-03 Corey FarwellRollup merge of #46432 - tromey:doc-fix-46307, r=estebank
2017-12-03 Corey FarwellRollup merge of #46260 - ExpHP:builtin-macro-doc-sync...
2017-12-03 borsAuto merge of #46433 - GuillaumeGomez:dedup-items,...
2017-12-03 borsAuto merge of #46384 - ollie27:rustdoc_inline_assoc...
2017-12-02 borsAuto merge of #46382 - alexcrichton:thinlto-default...
2017-12-02 borsAuto merge of #46381 - estebank:expected-span, r=nikoma...
2017-12-02 borsAuto merge of #46368 - michaelwoerister:incr-comp-type...
2017-12-02 borsAuto merge of #46349 - estebank:highlight-ref, r=arielb1
2017-12-02 borsAuto merge of #46347 - raventid:did-you-mean-increase...
2017-12-02 borsAuto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrc
2017-12-02 borsAuto merge of #46326 - GuillaumeGomez:sidebar-text...
2017-12-02 borsAuto merge of #46288 - alexcrichton:bump-bootstrap...
2017-12-02 borsAuto merge of #46256 - estebank:suggest-deref, r=arielb1
2017-12-02 borsAuto merge of #45904 - sunjay:gat-parser, r=nikomatsakis
2017-12-01 borsAuto merge of #46430 - kennytm:rollup, r=kennytm
2017-12-01 borsAuto merge of #46425 - eddyb:mir-place, r=nikomatsakis
2017-12-01 Eduard-Mihai BurtescuMIR: s/lv(al(ue)?)?/place in function/variable/module...
2017-12-01 Eduard-Mihai BurtescuMIR: s/Lvalue/Place in type names.
2017-12-01 borsAuto merge of #46211 - snipsco:master, r=pnkfelix
2017-12-01 borsAuto merge of #45997 - estebank:pub-ident, r=nikomatsakis
2017-11-30 borsAuto merge of #46226 - arielb1:special-region-obligatio...
2017-11-29 kennytmRollup merge of #46322 - gnzlbg:mmx, r=alexcrichton
2017-11-29 kennytmRollup merge of #46293 - ollie27:atomic_bool_from,...
2017-11-29 kennytmRollup merge of #46287 - SimonSapin:stable-constness...
2017-11-29 kennytmRollup merge of #46219 - rust-lang:frewsxcv-issue-45636...
2017-11-29 kennytmRollup merge of #46077 - LukasKalbertodt:stabilize...
2017-11-29 kennytmRollup merge of #45969 - ia0:mpsc_recv_deadline, r...
2017-11-28 borsAuto merge of #46094 - dtolnay:is_null, r=alexcrichton
2017-11-28 borsAuto merge of #46175 - GuillaumeGomez:fix-global-search...
2017-11-28 borsAuto merge of #46123 - Gankro:c-repr, r=eddyb
2017-11-28 borsAuto merge of #46142 - eddyb:even-mirer-2, r=nikomatsakis
2017-11-28 Eduard-Mihai BurtescuMIR: split Operand::Consume into Copy and Move.
2017-11-27 kennytmRollup merge of #46174 - stjepang:stabilize-spinloophin...
2017-11-27 kennytmRollup merge of #45506 - ia0:mpsc_recv_error_from,...
2017-11-26 kennytmRollup merge of #46259 - bjorn3:display_lang_item,...
2017-11-25 borsAuto merge of #46081 - GuillaumeGomez:fix-path-search...
2017-11-24 borsAuto merge of #46093 - scottmcm:lower-128-mir, r=nagisa
2017-11-24 borsAuto merge of #46012 - Gankro:float-conv-transmute...
2017-11-24 borsAuto merge of #45946 - estebank:crate-conflict-diag...
2017-11-24 borsAuto merge of #45942 - Menschenkindlein:master, r=estebank
2017-11-23 Guillaume GomezRollup merge of #46220 - rust-lang:frewsxcv-issue-44929...
next