]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/def_use.rs
translate closure shims using MIR
[rust.git] / src / librustc_mir / def_use.rs
2016-11-23 Guillaume GomezRollup merge of #37836 - steveklabnik:remove-incorrect...
2016-11-14 borsAuto merge of #37278 - matklad:lone-lifetime, r=jseyfried
2016-11-12 Eduard-Mihai BurtescuRollup merge of #37190 - QuietMisdreavus:rustdoc-where...
2016-11-12 borsAuto merge of #37469 - meh:fix-term, r=alexcrichton
2016-11-11 borsAuto merge of #37246 - goffrie:no-loop, r=jseyfried
2016-11-09 Eduard-Mihai BurtescuRollup merge of #37472 - joshtriplett:doc-fmt-write...
2016-11-09 Eduard-Mihai BurtescuRollup merge of #37432 - achanda:send_to, r=alexcrichton
2016-11-09 Eduard-Mihai BurtescuRollup merge of #37428 - estebank:generic-type-error...
2016-11-09 Eduard-Mihai BurtescuRollup merge of #37250 - liigo:rustdoc-unsafe-fns,...
2016-11-09 borsAuto merge of #36520 - estebank:dataless-enum, r=brson
2016-11-08 Steve KlabnikRollup merge of #37425 - polo-language:doc, r=Guillaume...
2016-11-08 Steve KlabnikRollup merge of #35102 - steveklabnik:ref_warning,...
2016-11-08 borsAuto merge of #37192 - cristicbz:rust-rc-into-raw,...
2016-11-07 borsAuto merge of #36365 - matthew-piziak:silent-overflow...
2016-11-06 borsAuto merge of #37386 - johnthagen:Self-reference-exampl...
2016-11-05 Alex CrichtonMerge branch 'gdb-next-gen' of https://github.com/TimNN...
2016-11-05 Alex CrichtonRollup merge of #37585 - leodasvacas:change_into_to_fro...
2016-11-05 Alex CrichtonRollup merge of #37470 - arthurprs:sip-smaller, r=alexc...
2016-11-05 Alex CrichtonRollup merge of #37422 - bluss:wrapping-offset, r=alexc...
2016-11-05 borsAuto merge of #37470 - arthurprs:sip-smaller, r=alexcri...
2016-11-05 borsAuto merge of #37422 - bluss:wrapping-offset, r=alexcri...
2016-11-04 Alex CrichtonRollup merge of #37317 - brson:relnotes, r=brson
2016-11-04 Alex CrichtonRollup merge of #37255 - mbrubeck:doc-edit, r=steveklabnik
2016-11-04 borsAuto merge of #37356 - cristicbz:wrapsum, r=alexcrichton
2016-11-04 borsAuto merge of #37306 - bluss:trusted-len, r=alexcrichton
2016-11-02 Jonathan TurnerRollup merge of #37488 - frewsxcv:quiet-travis, r=alexc...
2016-11-02 Jonathan TurnerRollup merge of #37482 - matwey:configure-arm, r=alexcr...
2016-11-02 Jonathan TurnerRollup merge of #37473 - joshtriplett:doc-copyedit...
2016-11-02 Jonathan TurnerRollup merge of #37351 - Amanieu:consume, r=alexcrichton
2016-11-02 borsAuto merge of #36131 - Florob:entry_typeck, r=eddyb
2016-11-01 Guillaume GomezRollup merge of #37316 - ollie27:docs_links, r=Guillaum...
2016-11-01 Guillaume GomezRollup merge of #37059 - jfirebaugh:unused-RangeExpress...
2016-11-01 Guillaume GomezRollup merge of #36849 - diwic:69-fromutf8-doc, r=alexc...
2016-11-01 Marcin FatygaMerge branch 'master' of https://github.com/rust-lang...
2016-11-01 borsAuto merge of #37332 - nikomatsakis:incr-comp-benchmark...
2016-11-01 borsAuto merge of #37299 - devonhollowood:result-unwrap...
2016-11-01 borsAuto merge of #37178 - apasel422:issue-37136, r=alexcri...
2016-11-01 borsAuto merge of #36595 - bluss:hashmap-usize-for-hash...
2016-10-31 borsAuto merge of #37191 - zackmdavis:we_heard_you_the_firs...
2016-10-31 Jeremy SollerMerge branch 'master' of https://github.com/rust-lang...
2016-10-31 Guillaume GomezRollup merge of #37475 - AndiDog:feature/error-explanat...
2016-10-31 Guillaume GomezRollup merge of #37462 - Mark-Simulacrum:remove-obsolet...
2016-10-31 Guillaume GomezRollup merge of #37458 - nrc:save-span-errs2, r=petroch...
2016-10-31 Guillaume GomezRollup merge of #37438 - Cobrand:index_doc, r=Guillaume...
2016-10-31 borsAuto merge of #37465 - pftbest:rust-llvm-2016-10-29...
2016-10-31 borsAuto merge of #37460 - nrc:save-imports, r=eddyb
2016-10-30 borsAuto merge of #37445 - nnethercote:shrink-Expr_, r...
2016-10-30 borsAuto merge of #37431 - jseyfried:refactor_crate_config...
2016-10-30 borsAuto merge of #37392 - alexcrichton:more-disable-jemall...
2016-10-30 borsAuto merge of #37401 - eddyb:lazy-2, r=nikomatsakis
2016-10-30 borsAuto merge of #37400 - eddyb:lazy-1, r=nikomatsakis
2016-10-28 Eduard Burtescurustc: move mir::repr::* to mir.
2016-10-14 Jonathan TurnerRollup merge of #36307 - faebser:E0408_new_error_format...
2016-10-14 borsAuto merge of #36743 - SimonSapin:dedup-by, r=alexcrichton
2016-10-12 borsAuto merge of #36762 - achanda:sockaddr_type, r=alexcri...
2016-10-12 Alex CrichtonRollup merge of #36762 - achanda:sockaddr_type, r=alexc...
2016-10-11 Guillaume GomezRollup merge of #36699 - bluss:repeat-str, r=alexcrichton
2016-10-11 Guillaume GomezRollup merge of #36679 - QuietMisdreavus:rustdoc-line...
2016-10-11 borsAuto merge of #36825 - sbwtw:master, r=alexcrichton
2016-10-11 borsAuto merge of #36707 - achanda:ip_type, r=alexcrichton
2016-10-10 borsAuto merge of #36341 - sagebind:thread_id, r=alexcrichton
2016-10-09 borsAuto merge of #36637 - GuillaumeGomez:fix_run_button...
2016-10-08 Manish GoregaokarRollup merge of #37031 - fitzgen:typo-in-gcc-rs-comment...
2016-10-07 borsAuto merge of #36753 - srinivasreddy:hash, r=nrc
2016-10-06 Jonathan TurnerRollup merge of #36965 - kallisti5:master, r=alexcrichton
2016-10-06 Jonathan TurnerRollup merge of #36832 - ParkHanbum:master, r=michaelwo...
2016-10-06 Jonathan TurnerRollup merge of #36726 - cbreeden:patch-1, r=GuillaumeGomez
2016-10-04 Manish GoregaokarRollup merge of #36917 - nnethercote:speed-up-plug_leak...
2016-10-03 borsAuto merge of #36821 - pweaver:master, r=michaelwoerister
2016-10-03 borsAuto merge of #36815 - alexcrichton:stabilize-1.13...
2016-10-03 borsAuto merge of #36847 - alexcrichton:rustc-macro-doc...
2016-10-03 borsAuto merge of #36766 - nnethercote:hash-span-capacity...
2016-10-02 borsAuto merge of #36404 - christopherdumas:master, r=Guill...
2016-10-01 borsAuto merge of #36828 - pnkfelix:update-compiler-rt...
2016-10-01 Manish GoregaokarRollup merge of #34764 - pnkfelix:attrs-on-generic...
2016-10-01 Manish GoregaokarRollup merge of #36599 - jonas-schievink:whats-a-pirate...
2016-10-01 Manish GoregaokarRollup merge of #35874 - CensoredUsername:stmt_let_type...
2016-10-01 Manish GoregaokarRollup merge of #36872 - frewsxcv:rustdoc, r=GuillaumeGomez
2016-10-01 Manish GoregaokarRollup merge of #36865 - kallisti5:master, r=brson
2016-10-01 borsAuto merge of #36824 - kali:master, r=alexcrichton
2016-09-30 Steve KlabnikRollup merge of #36833 - tmiasko:system-time-error...
2016-09-30 Steve KlabnikRollup merge of #36829 - apasel422:releases-typo, r...
2016-09-30 Steve KlabnikRollup merge of #36810 - GuillaumeGomez:ops_doc, r...
2016-09-30 Steve KlabnikRollup merge of #36750 - GuillaumeGomez:cmp_doc, r...
2016-09-30 Steve KlabnikRollup merge of #36711 - pcn:patch-1, r=steveklabnik
2016-09-30 Steve KlabnikRollup merge of #36623 - GuillaumeGomez:doc_typos,...
2016-09-30 Steve KlabnikRollup merge of #36576 - GuillaumeGomez:box_urls, r...
2016-09-30 Steve KlabnikRollup merge of #36535 - GuillaumeGomez:macro_url,...
2016-09-30 Steve KlabnikRollup merge of #36529 - bluss:index-doc, r=GuillaumeGomez
2016-09-30 borsAuto merge of #36823 - durka:discriminant_value, r...
2016-09-30 borsAuto merge of #36822 - Aatch:resolve-callee-expr, r...
2016-09-30 borsAuto merge of #36819 - jseyfried:fix_ast_const_integer_...
2016-09-30 borsAuto merge of #36557 - sfackler:fix-hashdos-docs, r...
2016-09-29 borsAuto merge of #36430 - llogiq:cow_add, r=alexcrichton
2016-09-29 borsAuto merge of #36377 - tormol:encode_utf, r=alexcrichton
2016-09-29 borsAuto merge of #36752 - jonas-schievink:vartmparg, r...
2016-09-29 borsAuto merge of #36456 - alexcrichton:rustbuild-dont...
2016-09-29 Jonathan TurnerRollup merge of #36803 - brson:node, r=alexcrichton
2016-09-29 Jonathan TurnerRollup merge of #36460 - mikhail-m1:35123-map3, r=nikom...
2016-09-29 Jonathan TurnerRollup merge of #35286 - dns2utf8:doc_never_expression...
next