]> git.lizzy.rs Git - rust.git/history - src/librustc_borrowck/borrowck/gather_loans/gather_moves.rs
rustc: Remove some dead code
[rust.git] / src / librustc_borrowck / borrowck / gather_loans / gather_moves.rs
2017-08-19 Vadim Petrochenkovrustc: Remove some dead code
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 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-20 Corey FarwellRollup merge of #42271 - tinaun:charfromstr, r=alexcrichton
2017-06-12 Corey FarwellRollup merge of #42579 - maccoda:maccoda/env_docs,...
2017-06-11 borsAuto merge of #42155 - seanmonstar:unimplemented, r...
2017-06-11 borsAuto merge of #40454 - djzin:fast-swap, r=sfackler
2017-06-09 borsAuto merge of #42278 - gentoo90:gdb-pretty-printers...
2017-06-08 borsAuto merge of #40706 - irfanhudda:doc-next-power-of...
2017-06-07 borsAuto merge of #42378 - steveklabnik:rustdoc-docs, r...
2017-06-06 borsAuto merge of #42247 - durka:patch-41, r=arielb1
2017-06-06 borsAuto merge of #42394 - ollie27:rustdoc_deref_box, r...
2017-06-06 borsAuto merge of #41990 - qnighy:disallow-underscore-suffi...
2017-06-04 borsAuto merge of #42426 - arthurprs:io_error, r=sfackler
2017-06-04 Marco CastelluccioMerge branch 'profiling' of github.com:whitequark/rust...
2017-06-04 borsAuto merge of #42265 - Zoxc:for-sugar, r=eddyb
2017-06-03 borsAuto merge of #42334 - est31:master, r=jseyfried
2017-06-03 borsAuto merge of #42332 - michaelwoerister:no-more-retraci...
2017-06-03 Corey FarwellRollup merge of #42353 - steveklabnik:update-books...
2017-06-03 borsAuto merge of #41953 - Aaronepower:patch-1, r=brson
2017-06-02 Mark SimulacrumRollup merge of #42360 - ollie27:rustdoc_vector_rename...
2017-06-02 Mark SimulacrumRollup merge of #42343 - cuviper:install-executables...
2017-06-02 Mark SimulacrumRollup merge of #42335 - jcowgill:fingerprint-be, r...
2017-06-02 Mark SimulacrumRollup merge of #42319 - Manishearth:const-extern,...
2017-06-02 Mark SimulacrumRollup merge of #42310 - scottmcm:deprecate-range-stepb...
2017-06-02 Mark SimulacrumRollup merge of #42225 - brson:vs2017, r=alexcrichton
2017-06-02 Mark SimulacrumRollup merge of #41981 - gamazeps:thread-detach, r...
2017-06-02 borsAuto merge of #41670 - scottmcm:slice-rotate, r=alexcri...
2017-06-02 borsAuto merge of #41418 - hirschenberger:prefetch-intrinsi...
2017-06-01 borsAuto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis
2017-06-01 Eduard-Mihai Burtescurustc: avoid using MethodCallee's signature where possible.
2017-06-01 Eduard-Mihai Burtescurustc: remove unused field of mc::Categorization::Deref.
2017-05-31 Mark SimulacrumRollup merge of #42252 - stjepang:clarify-alignof-docs...
2017-05-28 Mark SimulacrumRollup merge of #42260 - stjepang:document-cmp-traits...
2017-05-27 DjzinMerge remote-tracking branch 'upstream/master' into...
2017-05-23 MatthewStabilize in 1.19
2017-05-22 borsAuto merge of #42147 - withoutboats:run-pass-test-for...
2017-05-14 Mark SimulacrumRollup merge of #41612 - mandeep:add-ops-generics,...
2017-05-09 borsAuto merge of #41548 - brson:relnotes, r=brson
2017-05-06 David LeGareMerge remote-tracking branch 'rust-lang/master' into...
2017-05-05 Corey FarwellRollup merge of #41582 - jonhoo:reread-nameservers...
2017-05-03 Corey FarwellRollup merge of #41600 - ranma42:xz-dist, r=alexcrichton
2017-05-03 Corey FarwellRollup merge of #41543 - z1mvader:master, r=steveklabnik
2017-05-03 Corey FarwellRollup merge of #41657 - malbarbo:android-armv7-linker...
2017-05-03 Corey FarwellRollup merge of #41656 - malbarbo:android-armeabi,...
2017-05-03 Corey FarwellRollup merge of #41217 - topecongiro:docs/atomic-fence...
2017-05-03 borsAuto merge of #41624 - RalfJung:mutexguard-sync, r...
2017-05-02 Corey FarwellRollup merge of #41673 - bitshifter:repr-align-codegen...
2017-05-02 borsAuto merge of #41547 - alexeyzab:41425-fix-mismatched...
2017-05-02 borsAuto merge of #41488 - estebank:closure-args, r=arielb1
2017-05-02 borsAuto merge of #40851 - oli-obk:multisugg, r=jonathandturner
2017-05-01 borsAuto merge of #41629 - Mark-Simulacrum:re-enable-tests...
2017-05-01 borsAuto merge of #41560 - alevy:rwpi-ropi, r=eddyb
2017-04-30 borsAuto merge of #41602 - hsivonen:explainnonnull, r=steve...
2017-04-30 Corey FarwellRollup merge of #41613 - cuviper:fix-release-links...
2017-04-30 Corey FarwellRollup merge of #41608 - cuviper:distcheck-rust-src...
2017-04-30 Corey FarwellRollup merge of #41509 - froydnj:float-stack-reduction...
2017-04-30 Corey FarwellRollup merge of #41449 - Eh2406:master, r=aturon
2017-04-30 borsAuto merge of #41593 - achernyak:def_span, r=eddyb
2017-04-29 borsAuto merge of #41544 - alexcrichton:bump-bootstrap...
2017-04-29 borsAuto merge of #39291 - Freyskeyd:check_context_E0423...
2017-04-29 borsAuto merge of #41588 - cengizIO:master, r=nikomatsakis
2017-04-29 borsAuto merge of #41623 - alexcrichton:update-sccache...
2017-04-29 borsAuto merge of #41564 - gaurikholkar:master, r=nikomatsakis
2017-04-28 gaurikholkarAdding documentation, indentation fixes
2017-04-28 gaurikholkarDisable ref hint for pattern in let and adding ui-tests.
2017-03-11 Ariel Ben-YehudaRollup merge of #40146 - bjorn3:few-infer-changes,...
2017-03-11 Alex CrichtonRollup merge of #40092 - sinkuu:fix_suggestion_index...
2017-03-08 Ariel Ben-YehudaRollup merge of #40154 - steveklabnik:link-unstable...
2017-03-02 Corey FarwellRollup merge of #40166 - aidanhs:aphs-index-coerce...
2017-03-02 Corey FarwellRollup merge of #40139 - tedsta:fuchsia_std_process_fix...
2017-03-02 Corey FarwellRollup merge of #40129 - abonander:proc_macro_bang...
2017-03-02 Corey FarwellRollup merge of #40117 - SimonSapin:to-err-is-for-the...
2017-03-02 Corey FarwellRollup merge of #40110 - benschreiber:nostackcheck...
2017-03-02 borsAuto merge of #39655 - durka:recursion-limit-suggestion...
2017-03-02 Guillaume GomezRollup merge of #40081 - GuillaumeGomez:poison-docs...
2017-03-01 borsAuto merge of #39803 - brson:fpic, r=alexcrichton
2017-03-01 Corey FarwellRollup merge of #40128 - cengizIO:master, r=nikomatsakis
2017-03-01 Corey FarwellRollup merge of #40028 - withoutboats:string_from_iter...
2017-03-01 Corey FarwellRollup merge of #39960 - lukaramu:issue-39925, r=alexcr...
2017-03-01 Corey FarwellRollup merge of #39944 - GuillaumeGomez:associated...
2017-03-01 Corey FarwellRollup merge of #39936 - djzin:inclusive_rangeargument...
2017-02-28 Steve KlabnikRollup merge of #40153 - steveklabnik:alphabetize-unsta...
2017-02-28 Steve KlabnikRollup merge of #40151 - steveklabnik:update-mdbook...
2017-02-28 Steve KlabnikRollup merge of #40142 - MajorBreakfast:patch-4, r...
2017-02-28 Steve KlabnikRollup merge of #40130 - alexcrichton:fix-musl-again...
2017-02-28 Corey FarwellRollup merge of #40131 - MajorBreakfast:patch-3, r...
next