]> git.lizzy.rs Git - rust.git/history - src/librustc_resolve/lib.rs
Replace unecessary calls to `.clone()` by argument binding pattern for `Copy` types
[rust.git] / src / librustc_resolve / lib.rs
2020-05-21 marmelademaReplace unecessary calls to `.clone()` by argument...
2020-05-21 marmelademaUse `collect()` instead of manually inserting elements...
2020-05-21 marmelademaUse `DefId` in `ResolverOutputs::extern_crate_map`...
2020-05-21 marmelademaUse `DefId` in `ResolverOutputs::glob_map` instead...
2020-05-21 marmelademaUse `DefId` in `ResolverOutputs::maybe_unused_extern_cr...
2020-05-21 marmelademaUse `LocalDefId` in `ResolverOutputs::maybe_unused_trai...
2020-05-21 marmelademaUse `HirId` in `ResolverOutputs::export_map` instead...
2020-05-21 marmelademaUse `HirId` in value of `ResolverOutputs::trait_map...
2020-05-21 marmelademaUse `HirId` as key for `ResolverOutputs::trait_map...
2020-05-21 Ralf JungRollup merge of #72397 - petrochenkov:tiny, r=Amanieu
2020-05-21 Ralf JungRollup merge of #72371 - Elrendio:char_documentation...
2020-05-21 Ralf JungRollup merge of #72365 - marmeladema:remove-node_to_hir...
2020-05-21 Ralf JungRollup merge of #72296 - ChrisDenton:msvc-link-check...
2020-05-21 Ralf JungRollup merge of #72272 - GuillaumeGomez:fix-back-on...
2020-05-21 Ralf JungRollup merge of #72111 - petrochenkov:docstrip, r=ehuss
2020-05-21 Ralf JungRollup merge of #71854 - eduardosm:assoc-char-funcs...
2020-05-21 borsAuto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk
2020-05-21 borsAuto merge of #70705 - lcnr:generic_discriminant, r...
2020-05-20 borsAuto merge of #67759 - nikic:llvm-10, r=Mark-Simulacrum
2020-05-20 borsAuto merge of #72378 - Dylan-DPC:rollup-m87bp2d, r...
2020-05-20 Dylan DPCRollup merge of #72366 - nnethercote:tiny-vecs-are...
2020-05-20 Dylan DPCRollup merge of #72364 - jsgf:remove-unused-deps, r...
2020-05-20 Dylan DPCRollup merge of #72361 - golddranks:split_inclusive_add...
2020-05-20 Dylan DPCRollup merge of #72275 - marmeladema:fix-issue-71104...
2020-05-20 Dylan DPCRollup merge of #72139 - nnethercote:standalone-fold...
2020-05-20 Dylan DPCRollup merge of #71863 - mibac138:self-import, r=estebank
2020-05-20 borsAuto merge of #71923 - csmoe:issue-70818, r=tmandry
2020-05-19 mibac138Suggest fixes for `use foo::self`
2020-05-19 Dylan DPCRollup merge of #72068 - estebank:mut-deref-hack, r...
2020-05-19 Dylan DPCRollup merge of #71886 - t-rapp:tr-saturating-funcs...
2020-05-19 borsAuto merge of #71447 - cuviper:unsized_cow, r=dtolnay
2020-05-19 borsAuto merge of #68717 - petrochenkov:stabexpat, r=varkor
2020-05-18 Dylan DPCRollup merge of #71599 - ldm0:fnclo, r=nikomatsakis
2020-05-17 flip1995Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a...
2020-05-17 borsAuto merge of #72208 - tmandry:fix-fuchsia-solink,...
2020-05-16 Ralf JungRollup merge of #72060 - lcnr:move-list, r=estebank
2020-05-16 Ralf JungRollup merge of #72047 - Julian-Wollersberger:literal_e...
2020-05-16 Ralf JungRollup merge of #72045 - RalfJung:incomplete-unsound...
2020-05-16 Dylan DPCRollup merge of #71625 - Diggsey:improve-manually-drop...
2020-05-16 Dylan DPCRollup merge of #71724 - GuillaumeGomez:doc-alias-impro...
2020-05-16 Dylan DPCRollup merge of #71677 - Mark-Simulacrum:hasher-docs...
2020-05-16 Dylan DPCRollup merge of #71662 - glandium:osstring_from_str...
2020-05-15 borsAuto merge of #69659 - CAD97:step-rework-take-3, r...
2020-05-14 Dylan DPCRollup merge of #72062 - overdrivenpotato:psp, r=jonas...
2020-05-14 Dylan DPCRollup merge of #71809 - marmeladema:fix-issue-71104...
2020-05-14 borsAuto merge of #71321 - matthewjasper:alloc-min-spec...
2020-05-14 Dylan DPCRollup merge of #72191 - GuillaumeGomez:cleanup-e0589...
2020-05-14 Dylan DPCRollup merge of #71910 - mibac138:necessary-paren,...
2020-05-14 Ralf JungRollup merge of #72169 - GuillaumeGomez:cleanup-e0582...
2020-05-14 Ralf JungRollup merge of #72137 - GuillaumeGomez:cleanup-e0581...
2020-05-14 Ralf JungRollup merge of #71909 - Dolpheyn:doc-from-trait-for...
2020-05-14 Ralf JungRollup merge of #71870 - ltratt:more_specific_type_name...
2020-05-14 Ralf JungRollup merge of #71525 - ldm0:intosug, r=Mark-Simulacrum
2020-05-14 borsAuto merge of #72058 - RalfJung:no-dist-lldb, r=Mark...
2020-05-13 borsAuto merge of #70416 - mzohreva:mz/sgx-test, r=nikomatsakis
2020-05-12 Dylan DPCRollup merge of #72048 - jonas-schievink:visit-return...
2020-05-12 Dylan DPCRollup merge of #71928 - mibac138:strikethrough, r...
2020-05-12 Dylan DPCRollup merge of #71737 - RalfJung:miri-test-threads...
2020-05-11 Dylan DPCRollup merge of #72107 - GuillaumeGomez:cleanup-e0579...
2020-05-11 Dylan DPCRollup merge of #72077 - GuillaumeGomez:cleanup-E0571...
2020-05-11 Dylan DPCRollup merge of #72052 - lcnr:const_pprint, r=ecstatic...
2020-05-11 Dylan DPCRollup merge of #72027 - Mark-Simulacrum:ci-caches...
2020-05-11 Dylan DPCRollup merge of #72019 - matthewjasper:dont-skip-binder...
2020-05-11 Dylan DPCRollup merge of #72014 - GuillaumeGomez:deprecated...
2020-05-11 flip1995Merge commit '43a1777b89cf6791f9e20878b4e5e3ae907867a5...
2020-05-11 borsAuto merge of #72089 - Mark-Simulacrum:error-is-really...
2020-05-11 borsAuto merge of #71953 - oli-obk:const_prop_deaggregates...
2020-05-10 borsAuto merge of #71825 - contrun:cg-option-strip, r=petro...
2020-05-10 Ralf JungRollup merge of #72043 - GuillaumeGomez:clean-up-e0569...
2020-05-10 Ralf JungRollup merge of #71945 - GuillaumeGomez:sort-impl-on...
2020-05-10 Ralf JungRollup merge of #71882 - alexcrichton:update-cc, r...
2020-05-10 Ralf JungRollup merge of #71840 - matthewjasper:drop-trees,...
2020-05-10 borsAuto merge of #71775 - petrochenkov:crtcfg, r=matthewjasper
2020-05-10 borsAuto merge of #72020 - alexcrichton:fix-incremental...
2020-05-10 borsAuto merge of #71557 - matthewjasper:mir-asymmetric...
2020-05-09 borsAuto merge of #69530 - Aaron1011:perf/skip-coerce-var...
2020-05-09 borsAuto merge of #72041 - RalfJung:rollup-xivrvy2, r=RalfJung
2020-05-09 Ralf JungRollup merge of #71555 - cjgillot:nameless, r=matthewjasper
2020-05-09 Ralf JungRollup merge of #71234 - maurer:init-array, r=cuviper
2020-05-09 Dylan DPCRollup merge of #70834 - yoshuawuyts:future-pending...
2020-05-08 Dylan DPCRollup merge of #71710 - workingjubilee:jubilee-readd...
2020-05-08 Dylan DPCRollup merge of #71581 - GuillaumeGomez:unify-lints...
2020-05-08 Camille GILLOTRemove ast::{Ident, Name} reexports.
2020-05-07 Dylan DPCRollup merge of #70733 - yoshuawuyts:arc-increment...
2020-05-07 borsAuto merge of #71649 - ecstatic-morse:ci-stage0-doc...
2020-05-07 borsAuto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk
2020-05-06 Dylan DPCRollup merge of #71918 - GuillaumeGomez:rename-methods...
2020-05-06 Dylan DPCRollup merge of #71731 - mark-i-m:guide-toolstate-off...
2020-05-06 Dylan DPCRollup merge of #71819 - jyn514:check-for-tools, r...
2020-05-06 Dylan DPCRollup merge of #71591 - hermitcore:thread_create,...
2020-05-06 Dylan DPCRollup merge of #71727 - hbina:simplified_usage, r...
2020-05-06 Dylan DPCRollup merge of #71510 - ssomers:btreemap_iter_intertwi...
2020-05-04 Dylan DPCRollup merge of #71711 - Mark-Simulacrum:deignore-tests...
2020-05-04 Dylan DPCRollup merge of #71587 - matthewjasper:promoted-move...
2020-05-04 Dylan DPCRollup merge of #71810 - estebank:issue-71798, r=davidtwco
2020-05-04 Dylan DPCRollup merge of #71773 - tshepang:links, r=davidtwco
2020-05-04 Dylan DPCRollup merge of #71697 - felix91gr:new_prop_into_fn_cal...
2020-05-04 Dylan DPCRollup merge of #71038 - lcnr:dyn_trait_structural_matc...
2020-05-04 borsAuto merge of #71754 - alexcrichton:no-bitcode-in-cache...
2020-05-04 borsAuto merge of #71751 - oli-obk:const_ice, r=RalfJung
next