]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/build/misc.rs
MIR: split Operand::Consume into Copy and Move.
[rust.git] / src / librustc_mir / build / misc.rs
2017-11-28 Eduard-Mihai BurtescuMIR: split Operand::Consume into Copy and Move.
2017-10-05 borsAuto merge of #44481 - Aaronepower:master, r=alexcrichton
2017-10-02 borsAuto merge of #44885 - lu-zero:master, r=alexcrichton
2017-09-29 Mark SimulacrumRollup merge of #44903 - kallisti5:ci-build-disabled...
2017-09-29 Mark SimulacrumRollup merge of #44287 - Eh2406:master, r=aturon
2017-09-29 borsAuto merge of #44174 - jimmycuadra:try-from-infallible...
2017-09-28 borsAuto merge of #44278 - Binero:master, r=BurntSushi
2017-09-23 borsAuto merge of #44436 - MicroJoe:master, r=alexcrichton
2017-09-23 Corey FarwellRollup merge of #44776 - spastorino:add_forge, r=nikoma...
2017-09-21 borsAuto merge of #44682 - bluss:iter-rfold, r=dtolnay
2017-09-21 borsAuto merge of #44215 - oli-obk:import_sugg, r=nrc
2017-09-20 borsAuto merge of #44407 - mattico:print-native-cpu, r...
2017-09-20 borsAuto merge of #44355 - Xaeroxe:optimize_drain_filter...
2017-09-19 Guillaume GomezRollup merge of #44626 - MaulingMonkey:lld-link-natvis...
2017-09-19 Guillaume GomezRollup merge of #44513 - redox-os:master, r=alexcrichton
2017-09-19 borsAuto merge of #44026 - QuietMisdreavus:trimmed-std...
2017-09-18 Alex CrichtonRollup merge of #44651 - bluss:document-thread-name...
2017-09-18 Alex CrichtonRollup merge of #44466 - clarcharr:cow_error, r=alexcri...
2017-09-17 Tim NeumannRollup merge of #44397 - GuillaumeGomez:codeblock-color...
2017-09-17 Tim NeumannRollup merge of #44381 - jessicah:haiku-ci, r=alexcrichton
2017-09-17 Tim NeumannRollup merge of #44088 - bjorn3:better_trace_macros...
2017-09-17 Alex CrichtonRollup merge of #44395 - jcdyer:ip-constructors, r...
2017-09-17 Alex CrichtonRollup merge of #44273 - bluss:rc-downcast, r=alexcrichton
2017-09-16 borsAuto merge of #43989 - circuitfox:sliceext-binary-searc...
2017-09-16 borsAuto merge of #43964 - Gankro:unsafe-reform, r=sfackler
2017-09-15 borsAuto merge of #43949 - GuillaumeGomez:compile_fail_stab...
2017-09-15 Corey FarwellRollup merge of #44541 - GuillaumeGomez:openoptions...
2017-09-15 Corey FarwellRollup merge of #44521 - rwakulszowa:str_utf16_doc...
2017-09-15 Corey FarwellRollup merge of #44497 - tommyip:doc_example, r=frewsxcv
2017-09-15 Corey FarwellRollup merge of #44485 - 42triangles:master, r=frewsxcv
2017-09-15 Corey FarwellRollup merge of #44477 - napen123:master, r=frewsxcv
2017-09-15 Corey FarwellRollup merge of #44476 - integer32llc:update-label...
2017-09-15 Corey FarwellRollup merge of #44472 - smt923:master, r=frewsxcv
2017-09-15 Corey FarwellRollup merge of #44453 - tommyip:doc_string_as_mut_str...
2017-09-15 Corey FarwellRollup merge of #44450 - SergioBenitez:master, r=nrc
2017-09-15 Corey FarwellRollup merge of #44430 - steveklabnik:update-mdbook...
2017-09-15 Corey FarwellRollup merge of #44388 - tbu-:pr_doc_udp_connect_multip...
2017-09-15 Corey FarwellRollup merge of #44378 - frehberg:rustdoc, r=dtolnay
2017-09-15 Corey FarwellRollup merge of #44368 - ollie27:rustdoc_pulldown_ids...
2017-09-15 Corey FarwellRollup merge of #44254 - GuillaumeGomez:const-fix-rustd...
2017-09-15 Corey FarwellRollup merge of #44131 - smaeul:openssl-perl, r=Mark...
2017-09-14 Joshua SheardMerge branch 'master' into threadname
2017-09-14 borsAuto merge of #43972 - TobiasSchaffner:std_clean, r...
2017-09-14 borsAuto merge of #44484 - tirr-c:issue-44332, r=petrochenkov
2017-09-13 borsAuto merge of #44516 - gaurikholkar:fns, r=arielb1
2017-09-13 borsAuto merge of #44386 - est31:master, r=pnkfelix
2017-09-13 borsAuto merge of #44456 - eddyb:stable-drop-const, r=nikom...
2017-09-12 borsAuto merge of #44133 - vorner:allocator-kind-autodetect...
2017-09-12 borsAuto merge of #44413 - est31:move_man, r=nikomatsakis
2017-09-12 borsAuto merge of #44344 - jonhoo:entry_or_default, r=Burnt...
2017-09-12 borsAuto merge of #44310 - ldr709:master, r=BurntSushi
2017-09-12 borsAuto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis
2017-09-11 Eduard-Mihai Burtescurustc: replace usize with u64 and ConstUsize.
2017-09-11 Eduard-Mihai Burtescurustc: introduce ty::Const { ConstVal, Ty }.
2017-09-11 Eduard-Mihai Burtescurustc: intern ConstVal's in TyCtxt.
2017-09-07 Mark SimulacrumRollup merge of #44351 - lu-zero:master, r=nikomatsakis
2017-09-02 borsAuto merge of #43886 - oli-obk:clippy, r=nrc
2017-08-31 borsAuto merge of #43425 - matklad:lambda-restrictions...
2017-08-30 borsAuto merge of #43903 - oli-obk:alignto, r=aturon
2017-08-29 Ariel Ben-YehudaRollup merge of #43918 - mystor:rustdoc-pound, r=QuietM...
2017-08-29 Ariel Ben-YehudaRollup merge of #43778 - topecongiro:handler-reset...
2017-08-29 Ariel Ben-YehudaRollup merge of #43705 - panicbit:option_ref_mut_cloned...
2017-08-28 Jeremy Sorensengetting rid of all changes due to this PR thus far...
2017-08-26 Corey FarwellRollup merge of #43979 - Jouan:Add-links-for-impls...
2017-08-25 borsAuto merge of #43700 - gaurikholkar:struct_lifetimes...
2017-08-25 borsAuto merge of #43786 - scalexm:issue-43784, r=nikomatsakis
2017-08-23 Corey FarwellRollup merge of #43631 - ruuda:update-docs, r=QuietMisd...
2017-08-23 borsAuto merge of #43830 - alexcrichton:path-display-regres...
2017-08-22 borsAuto merge of #43854 - estebank:missing-cond, r=nikomat...
2017-08-22 borsAuto merge of #43690 - scalexm:issue-28229, r=nikomatsakis
2017-08-21 borsAuto merge of #43540 - petrochenkov:pathrelax, r=nikoma...
2017-08-20 borsAuto merge of #43950 - redox-os:redox_docker, r=alexcri...
2017-08-19 borsAuto merge of #43919 - frewsxcv:frewsxcv-char-primitive...
2017-08-18 borsAuto merge of #43904 - topecongiro:libsyntax/parse...
2017-08-18 borsAuto merge of #43897 - lu-zero:master, r=alexcrichton
2017-08-18 borsAuto merge of #43832 - huntiep:compiler-desugaring...
2017-08-17 Corey FarwellRollup merge of #43891 - Fourchaux:master, r=steveklabnik
2017-08-17 borsAuto merge of #43878 - kennytm:fix-43869-put-impl-trait...
2017-08-17 borsAuto merge of #43867 - GuillaumeGomez:useless-help...
2017-08-16 borsAuto merge of #43864 - GuillaumeGomez:static-method...
2017-08-16 borsAuto merge of #43884 - kennytm:fix-43881-do-not-test...
2017-08-16 Alex CrichtonMerge remote-tracking branch 'origin/master' into gen
2017-08-16 borsAuto merge of #43850 - GuillaumeGomez:unused-variable...
2017-08-16 borsAuto merge of #43841 - alexcrichton:fix-another-regress...
2017-08-16 borsAuto merge of #43883 - frewsxcv:frewsxcv-set-readonly...
2017-08-16 borsAuto merge of #43710 - zackmdavis:field_init_shorthand_...
2017-08-15 Zack M. Davisuse field init shorthand EVERYWHERE
2017-08-15 Corey FarwellRollup merge of #43846 - frewsxcv:frewsxcv-mailmap...
2017-06-08 borsAuto merge of #40706 - irfanhudda:doc-next-power-of...
2017-06-04 Marco CastelluccioMerge branch 'profiling' of github.com:whitequark/rust...
2017-06-03 borsAuto merge of #41953 - Aaronepower:patch-1, r=brson
2017-05-31 Mark SimulacrumRollup merge of #42252 - stjepang:clarify-alignof-docs...
2017-05-29 borsAuto merge of #41856 - qnighy:prohibit-parenthesized...
2017-05-28 Mark SimulacrumRollup merge of #42260 - stjepang:document-cmp-traits...
2017-05-27 DjzinMerge remote-tracking branch 'upstream/master' into...
2017-05-25 borsAuto merge of #41932 - wesleywiser:py-to-rust, r=alexcr...
2017-05-25 borsAuto merge of #41700 - GuillaumeGomez:extend-css-stable...
2017-05-23 MatthewStabilize in 1.19
2017-05-22 borsAuto merge of #42147 - withoutboats:run-pass-test-for...
2017-05-19 Mark SimulacrumRollup merge of #42024 - citizen428:docs/update-exitsta...
next