]> git.lizzy.rs Git - rust.git/history - src/librustc_lint/builtin.rs
Change some instances of .connect() to .join()
[rust.git] / src / librustc_lint / builtin.rs
2015-07-10 Wesley WiserChange some instances of .connect() to .join()
2015-07-09 borsAuto merge of #26814 - tshepang:array-examples, r=bluss
2015-07-09 borsAuto merge of #26515 - quantheory:check_enum_recursion...
2015-07-08 Steve KlabnikRollup merge of #26784 - birkenfeld:patch-2, r=steveklabnik
2015-07-08 Steve KlabnikRollup merge of #26687 - christianweinz:patch-1, r...
2015-07-07 borsAuto merge of #26747 - huonw:stability-issue, r=alexcri...
2015-07-07 Steve KlabnikRollup merge of #26742 - GuillaumeGomez:patch-2, r...
2015-07-07 borsAuto merge of #26699 - eddyb:unstable-prelude_import...
2015-07-06 Steve KlabnikRollup merge of #26835 - tshepang:copy-or-not, r=stevek...
2015-07-06 Steve KlabnikRollup merge of #26834 - tshepang:space, r=brson
2015-07-06 Steve KlabnikRollup merge of #26809 - cmr:libc-ioctl, r=alexcrichton
2015-07-06 Steve KlabnikRollup merge of #26807 - eddyb:trans-normalize, r=cmr
2015-07-06 Steve KlabnikRollup merge of #26761 - steveklabnik:actually_ub,...
2015-07-06 borsAuto merge of #26741 - alexcrichton:noinline-destructor...
2015-07-06 borsAuto merge of #26817 - cmr:vecdeque-docs, r=Gankro
2015-07-05 borsAuto merge of #26464 - Gankro:send, r=alexcrichton
2015-07-05 borsAuto merge of #26473 - Eljay:missing_docs, r=alexcrichton
2015-07-05 Steve KlabnikRollup merge of #26808 - tshepang:closures, r=steveklabnik
2015-07-05 Steve KlabnikRollup merge of #26806 - cmr:stabilize-drain, r=Gankro
2015-07-05 Steve KlabnikRollup merge of #26800 - tshepang:comma, r=Gankro
2015-07-05 Steve KlabnikRollup merge of #26789 - tshepang:improve-array-example...
2015-07-05 Steve KlabnikRollup merge of #26464 - Gankro:send, r=alexcrichton
2015-07-05 borsAuto merge of #25754 - geofft:remove-compiletest-jit...
2015-07-05 Steve KlabnikRollup merge of #26795 - tshepang:typo, r=steveklabnik
2015-07-05 Steve KlabnikRollup merge of #26792 - tshepang:follow-idiom, r=steve...
2015-07-05 Steve KlabnikRollup merge of #26791 - tshepang:misc-ref-fixes, r...
2015-07-05 Steve KlabnikRollup merge of #26788 - tshepang:not-exclamation-marks...
2015-07-05 Steve KlabnikRollup merge of #26787 - tshepang:tuple-usage, r=stevek...
2015-07-05 Steve KlabnikRollup merge of #26785 - tshepang:inference, r=steveklabnik
2015-07-04 borsAuto merge of #26776 - bluss:num-inline, r=eddyb
2015-07-04 borsAuto merge of #26694 - eddyb:method-nan, r=arielb1
2015-07-04 Eduard Burtescurustc: remove MethodOrigin and use the container to...
2015-07-04 Eduard Burtescurustc_lint: use traits::select for methods in unconditi...
2015-07-04 Eduard Burtescurustc: simplify ty::MethodOrigin and avoid trait item...
2015-07-04 Eduard Burtescurustc: remove unused MethodStaticClosure variant of...
2015-07-03 borsAuto merge of #26378 - arielb1:unused-mut, r=pnkfelix
2015-07-03 borsAuto merge of #26610 - aturon:fix_make_unique, r=alexcr...
2015-07-02 borsAuto merge of #26733 - nhowell:update-jquery, r=stevekl...
2015-07-02 borsAuto merge of #26725 - tshepang:patch-2, r=bluss
2015-07-02 borsAuto merge of #26682 - posix4e:netbsd, r=alexcrichton
2015-07-02 borsAuto merge of #26724 - tshepang:patch-1, r=bluss
2015-07-02 borsAuto merge of #26713 - GuillaumeGomez:patch-3, r=Manish...
2015-07-02 borsAuto merge of #26715 - steveklabnik:gh26497, r=huonw
2015-07-02 borsAuto merge of #26712 - GuillaumeGomez:patch-2, r=Manish...
2015-07-02 borsAuto merge of #26727 - remram44:coerceunsized-weak...
2015-07-02 borsAuto merge of #26722 - arielb1:log-deadlock, r=eddyb
2015-07-02 borsAuto merge of #26718 - nham:test-8640, r=alexcrichton
2015-07-02 borsAuto merge of #26691 - nrc:mem, r=alexcrichton
2015-07-02 borsAuto merge of #26677 - jroesch:fulfillment-context...
2015-07-02 borsAuto merge of #26688 - nrc:map-parent-2, r=manishearth
2015-07-01 borsAuto merge of #26658 - alexcrichton:windows-net-no...
2015-07-01 borsAuto merge of #26034 - Gankro:deprecate-bits, r=alexcri...
2015-07-01 Alexis Beingessnerfallout of bitvec/bitset deprecation
2015-07-01 borsAuto merge of #26675 - azerupi:doc-js-keyevent, r=alexc...
2015-07-01 borsAuto merge of #26711 - bluss:doc-hide-rand, r=steveklabnik
2015-07-01 borsAuto merge of #26540 - oli-obk:issue11715, r=nrc
2015-07-01 borsAuto merge of #26698 - alexcrichton:char-fmt, r=huonw
2015-06-30 borsAuto merge of #26686 - arielb1:associated-type-defaults...
2015-06-30 borsAuto merge of #26663 - Eljay:fix-repr-attribute, r...
2015-06-30 Steve KlabnikRollup merge of #26678 - bluss:doc-fmt, r=steveklabnik
2015-06-30 Steve KlabnikRollup merge of #26651 - GuillaumeGomez:patch-2, r...
2015-06-30 Steve KlabnikRollup merge of #26627 - tshepang:stdin-example, r...
2015-06-30 Steve KlabnikRollup merge of #26622 - tshepang:indents, r=sanxiyn
2015-06-30 Steve KlabnikRollup merge of #26580 - adamheins:master, r=steveklabnik
2015-06-30 Steve KlabnikRollup merge of #26506 - tshepang:doc-fix, r=steveklabnik
2015-06-30 Steve KlabnikRollup merge of #26373 - tshepang:patch-2, r=steveklabnik
2015-06-30 borsAuto merge of #26327 - bluss:two-way, r=aturon
2015-06-30 borsAuto merge of #26669 - frewsxcv:diagnostics-https,...
2015-06-30 borsAuto merge of #26664 - steveklabnik:gh26571, r=alexcrichton
2015-06-30 borsAuto merge of #26662 - steveklabnik:gh26661, r=alexcrichton
2015-06-30 Jared RoeschRemove Typer and ClosureTyper
2015-06-30 Jared RoeschRemove Typer + ClosureTyper impls for ParameterEnv
2015-06-30 borsAuto merge of #26670 - frewsxcv:regression-test-13902...
2015-06-30 borsAuto merge of #26668 - frewsxcv:regression-test-17756...
2015-06-30 borsAuto merge of #26667 - arielb1:audit-walk, r=eddyb
2015-06-30 borsAuto merge of #26666 - huonw:unc-rec, r=alexcrichton
2015-06-29 Huon Wilsonlint: default methods must be called on Self to uncondi...
2015-06-29 Huon Wilsonlint: only consider actual calls as unconditional recur...
2015-06-29 Lee JefferyFix incorrect warning about unused repr attributes.
2015-06-29 borsAuto merge of #26623 - Saser:master, r=steveklabnik
2015-06-29 borsAuto merge of #26530 - steveklabnik:gh26471, r=alexcrichton
2015-06-29 borsAuto merge of #26462 - brson:stdidx, r=steveklabnik
2015-06-29 Manish GoregaokarRollup merge of #26645 - richo:makefile-typo, r=sfackler
2015-06-29 Manish GoregaokarRollup merge of #26644 - pelmers:make_stage_tip, r...
2015-06-29 Manish GoregaokarRollup merge of #26593 - GuillaumeGomez:patch-2, r...
2015-06-29 borsAuto merge of #26582 - jroesch:infer-ctxt-refactor...
2015-06-27 Jared RoeschBegin refactor type checking state
2015-06-27 borsAuto merge of #26621 - tshepang:missed-removal, r=steve...
2015-06-27 borsAuto merge of #26616 - Manishearth:rollup, r=Manishearth
2015-06-27 borsAuto merge of #26609 - huonw:align, r=alexcrichton
2015-06-27 borsAuto merge of #26579 - Techern:start-12-doc, r=brson
2015-06-27 borsAuto merge of #26575 - eddyb:tycx, r=nikomatsakis
2015-06-26 Eduard Burtescurustc: switch most remaining middle::ty functions to...
2015-06-26 Eduard Burtescurustc: make ty::mk_* constructors into methods on ty...
2015-06-24 borsAuto merge of #26520 - oli-obk:three-tuple-transitive...
2015-06-24 borsAuto merge of #26509 - tshepang:4-and-not-3, r=bluss
2015-06-24 borsAuto merge of #26521 - oli-obk:android-x86-libclibc...
2015-06-23 borsAuto merge of #26491 - omasanori:fix-18670, r=brson
2015-06-23 borsAuto merge of #26219 - Veedrac:patch-1, r=alexcrichton
2015-06-23 borsAuto merge of #26061 - Gankro:inherit-dep, r=brson
next