]> git.lizzy.rs Git - rust.git/history - src/test/mir-opt/remove_fake_borrows.rs
Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix
[rust.git] / src / test / mir-opt / remove_fake_borrows.rs
2019-02-25 borsAuto merge of #57609 - matthewjasper:more-restrictive...
2019-02-21 Matthew JasperMove the exit block of the match to the end
2019-02-21 Matthew JasperSimplify the cleanup_post_borrowck passes
2019-02-21 Matthew JasperClean up MIR match lowering
2019-01-05 kennytmRollup merge of #57278 - mati865:config_clippy, r=alexc...
2018-12-16 Mazdak FarrokhzadRollup merge of #53506 - phungleson:fix-from-docs-atomi...
2018-11-02 borsAuto merge of #54043 - fintelia:raw_entry, r=alexcrichton
2018-11-01 Pietro AlbiniRollup merge of #55280 - vlad20012:add-libproc_macro...
2018-10-26 kennytmRollup merge of #54824 - Munksgaard:fix-49713, r=QuietM...
2018-10-25 Pietro AlbiniRollup merge of #55247 - peterjoel:peterjoel-prim-char...
2018-10-25 Pietro AlbiniRollup merge of #53931 - iirelu:keyword-docs, r=stevekl...
2018-10-16 borsAuto merge of #54251 - varkor:silence-bad_style, r...
2018-10-12 kennytmRollup merge of #54989 - Munksgaard:fix-htmldocck-typos...
2018-10-12 borsAuto merge of #53933 - GuillaumeGomez:codeblock-error...
2018-10-12 borsAuto merge of #54534 - nagisa:align-offset-simplificati...
2018-10-10 borsAuto merge of #54732 - cramertj:waker, r=aturon
2018-10-07 borsAuto merge of #53517 - phungleson:fix-impl-from-for...
2018-10-05 Pietro AlbiniRollup merge of #54838 - 11Takanori:fix-typo, r=petroch...
2018-10-05 borsAuto merge of #54017 - alexcrichton:wasm-atomics2,...
2018-10-04 Pietro AlbiniRollup merge of #53523 - phungleson:fix-impl-from-for...
2018-10-04 borsAuto merge of #54447 - KiChjang:issue-54331, r=nikomatsakis
2018-10-02 Pietro AlbiniRollup merge of #54458 - scottmcm:bug-54456, r=nikomatsakis
2018-10-01 kennytmRollup merge of #54708 - collin5:b49475, r=Mark-Simulacrum
2018-10-01 kennytmRollup merge of #54544 - frewsxcv:frewsxcv-deref, r...
2018-10-01 kennytmRollup merge of #54488 - zackmdavis:and_the_case_of_the...
2018-10-01 kennytmRollup merge of #53784 - tbu-:pr_doc_slice_isize_max...
2018-09-29 borsAuto merge of #54240 - csmoe:nonzero_from, r=alexcrichton
2018-09-29 kennytmRollup merge of #54577 - QuietMisdreavus:docs-for-procs...
2018-09-28 borsAuto merge of #54568 - levex:issue-54130, r=nagisa
2018-09-28 borsAuto merge of #54338 - orium:fix-macro-inc-comp, r=nrc
2018-09-28 borsAuto merge of #54547 - AstralSorcerer:issue-54028,...
2018-09-27 borsAuto merge of #54355 - pnkfelix:issue-22323-regression...
2018-09-27 borsAuto merge of #52319 - tinco:issue_12590, r=pnkfelix
2018-09-26 borsAuto merge of #54526 - nnethercote:shrink-StatementKind...
2018-09-26 borsAuto merge of #54199 - nikomatsakis:predicate_may_hold...
2018-09-26 borsAuto merge of #54497 - ralexstokes:stabilize_pattern_pa...
2018-09-26 borsAuto merge of #54548 - nrc:update, r=kennytm
2018-09-25 Pietro AlbiniRollup merge of #54539 - GuillaumeGomez:fix-js-error...
2018-09-25 Pietro AlbiniRollup merge of #54537 - sdroege:chunks-exact, r=alexcr...
2018-09-25 Pietro AlbiniRollup merge of #54529 - michaelwoerister:dont-unwind...
2018-09-25 Pietro AlbiniRollup merge of #54522 - gardrek:patch-1, r=TimNN
2018-09-25 Pietro AlbiniRollup merge of #54498 - sylvestre:patch-1, r=frewsxcv
2018-09-25 Pietro AlbiniRollup merge of #54368 - GuillaumeGomez:reduce-side...
2018-09-25 Pietro AlbiniRollup merge of #54281 - GuillaumeGomez:search-box...
2018-09-25 Pietro AlbiniRollup merge of #54058 - Kerollmops:slice-dedup, r...
2018-09-25 Pietro AlbiniRollup merge of #53518 - phungleson:fix-impl-from-for...
2018-09-25 borsAuto merge of #53542 - alexreg:impl-trait-in-bindings...
2018-09-25 borsAuto merge of #54411 - cramertj:await-keyword-error...
2018-09-25 borsAuto merge of #54430 - adrian-budau:master, r=alexcrichton
2018-09-25 borsAuto merge of #54317 - Centril:feature/dbg_macro, r...
2018-09-25 borsAuto merge of #53693 - scottmcm:marker-trait-attribute...
2018-09-25 borsAuto merge of #53438 - matthewjasper:permissive-match...
2018-09-24 Matthew JasperAdd a MIR transform to remove fake reads