]> git.lizzy.rs Git - rust.git/history - src/test/mir-opt/match_false_edges.rs
change MIR dump filenames from `nodeN` to `DefPath`
[rust.git] / src / test / mir-opt / match_false_edges.rs
2017-11-09 Mikhail Modinchange MIR dump filenames from `nodeN` to `DefPath`
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 #45205 - rkruppe:saturating-casts, r...
2017-11-08 borsAuto merge of #45866 - JohnColanduoni:issue-45731,...
2017-11-08 borsAuto merge of #45575 - michaelwoerister:tweak-inline...
2017-11-08 Guillaume GomezRollup merge of #45582 - GuillaumeGomez:doc-unix-missin...
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 kennytmRollup merge of #45784 - harpocrates:fix/print-parens...
2017-11-07 kennytmRollup merge of #45751 - estebank:issue-44684, r=nikoma...
2017-11-07 kennytmRollup merge of #45714 - sdroege:thread-panic-docs...
2017-11-07 kennytmRollup merge of #45682 - RalfJung:rwlock-guards, r...
2017-11-07 kennytmRollup merge of #45470 - GuillaumeGomez:unix-metadata...
2017-11-07 borsAuto merge of #45666 - Amanieu:tls-model, r=alexcrichton
2017-11-07 Michael WoeristerFix some rebasing fallout.
2017-11-07 borsAuto merge of #45620 - ollie27:rustdoc_impl_generic_dup...
2017-11-07 borsAuto merge of #45571 - zackmdavis:regenerate_char_priva...
2017-11-06 borsAuto merge of #45668 - nikomatsakis:nll-free-region...
2017-11-06 borsAuto merge of #45369 - fintelia:patch-1, r=BurntSushi
2017-11-06 borsAuto merge of #45737 - oli-obk:json, r=petrochenkov
2017-11-05 borsAuto merge of #45072 - nikomatsakis:issue-38714, r...
2017-11-05 borsAuto merge of #44042 - LukasKalbertodt:ascii-methods...
2017-11-05 borsAuto merge of #45754 - scottmcm:checked-npot, r=dtolnay
2017-11-05 borsAuto merge of #45748 - petrochenkov:short, r=alexcrichton
2017-11-04 borsAuto merge of #45711 - tirr-c:unicode-span, r=estebank
2017-11-04 borsAuto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov
2017-11-04 borsAuto merge of #45709 - nrc:rls-bugs-2, r=eddyb
2017-11-04 borsAuto merge of #45617 - GuillaumeGomez:search-fixes...
2017-11-04 borsAuto merge of #45605 - Nashenas88:derive-newtype, r...
2017-11-04 kennytmRollup merge of #45746 - GuillaumeGomez:methods-doc...
2017-11-04 kennytmRollup merge of #45739 - rkarp:master, r=petrochenkov
2017-11-04 kennytmRollup merge of #45722 - mikhail-m1:improve-mir-opt...
2017-11-04 kennytmRollup merge of #45718 - Ljzn:patch-2, r=BurntSushi
2017-11-04 kennytmRollup merge of #45681 - Ljzn:patch-1, r=kennytm
2017-11-04 kennytmRollup merge of #45669 - cardoe:metadata, r=kennytm
2017-11-04 kennytmRollup merge of #45639 - LaurentMazare:master, r=petroc...
2017-11-04 kennytmRollup merge of #45610 - strake:atomic_from, r=nagisa
2017-11-04 kennytmRollup merge of #45548 - ratmice:master, r=oli-obk
2017-11-04 borsAuto merge of #45514 - gnzlbg:jemalloc_realloc2, r...
2017-11-04 borsAuto merge of #45384 - mikhail-m1:mir_add_false_edges_t...
2017-11-02 Mikhail Modinreplace Add by tuple
2017-11-02 Mikhail Modinchange mir stage in test
2017-11-02 Mikhail Modinadd one more sample
2017-11-02 Mikhail Modinfix pre binding false edges
2017-11-02 Mikhail Modinfix opt-mir test and remove false edge if no guard
2017-11-02 Mikhail Modinadd TerminatorKind::FalseEdges and use it in matches