]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck
doc: make String::as_bytes example more simple
[rust.git] / src / librustc_typeck /
2015-05-30 borsAuto merge of #25882 - steveklabnik:gh25554, r=alexcrichton
2015-05-30 borsAuto merge of #25818 - sfackler:socket-timeouts, r...
2015-05-30 borsAuto merge of #25817 - XMPPwocky:once_cleanedup, r...
2015-05-29 borsAuto merge of #25888 - steveklabnik:rollup, r=steveklabnik
2015-05-29 Steve KlabnikRollup merge of #25886 - nhowell:patch-1, r=steveklabnik
2015-05-29 Steve KlabnikRollup merge of #25883 - steveklabnik:gh25417, r=alexcr...
2015-05-29 Steve KlabnikRollup merge of #25876 - tshepang:patch-3, r=steveklabnik
2015-05-29 Steve KlabnikRollup merge of #25873 - nham:update_E0015, r=Aatch
2015-05-29 Steve KlabnikRollup merge of #25788 - maxjacobson:add-missing-space...
2015-05-29 borsAuto merge of #25494 - alexcrichton:stdio-from-raw...
2015-05-29 borsAuto merge of #25760 - Ms2ger:tagged_docs, r=Manishearth
2015-05-29 borsAuto merge of #25838 - mbrubeck:doc-edit, r=steveklabnik
2015-05-29 borsAuto merge of #25830 - steveklabnik:debug_docs, r=alexc...
2015-05-29 borsAuto merge of #25832 - edunham:document-gh-issue-tags...
2015-05-28 Nick HamannAdd error explanations for E0040, E0087, E0378, E0379...
2015-05-28 Nick HamannUpdate E0015 explanation, fix E0053.
2015-05-28 borsAuto merge of #25744 - SimonSapin:cell-eq, r=alexcrichton
2015-05-28 borsAuto merge of #25856 - bluss:binary-heap-hole, r=Gankro
2015-05-28 borsAuto merge of #25835 - steveklabnik:gh25438, r=alexcrichton
2015-05-28 borsAuto merge of #25834 - steveklabnik:gh25326, r=alexcrichton
2015-05-28 borsAuto merge of #25843 - shepmaster:remove-public-int...
2015-05-28 borsAuto merge of #25783 - nrc:save-api-2, r=@huonw
2015-05-28 borsAuto merge of #25840 - arielb1:ptr-compare-fixes, r=nrc
2015-05-28 borsAuto merge of #25824 - alexcrichton:fix-deadlocking...
2015-05-28 borsAuto merge of #25805 - jooert:colorized_tests, r=alexcr...
2015-05-27 borsAuto merge of #25796 - arielb1:default-assoc, r=eddyb
2015-05-27 Manish GoregaokarRollup merge of #25807 - rillian:manpages, r=alexcrichton
2015-05-27 Manish GoregaokarRollup merge of #25806 - nrc:20184-msg, r=alexcrichton
2015-05-27 Manish GoregaokarRollup merge of #25792 - koobs:patch-1, r=alexcrichton
2015-05-27 Manish GoregaokarRollup merge of #25726 - nham:cell_docs, r=alexcrichton
2015-05-27 Manish GoregaokarRollup merge of #25668 - steveklabnik:doc_const, r...
2015-05-27 Manish GoregaokarRollup merge of #25128 - steveklabnik:gh24816, r=alexcr...
2015-05-27 borsAuto merge of #25799 - alexcrichton:fix-link-in-mk...
2015-05-27 borsAuto merge of #25797 - eddyb:const-trait-to-trait,...
2015-05-27 borsAuto merge of #25762 - dotdash:codegen_test, r=alexcrichton
2015-05-27 borsAuto merge of #25790 - eddyb:oh-snap-ctfe-arrived,...
2015-05-27 Eduard BurtescuRemove #[cfg(stage0)] items.
2015-05-27 borsAuto merge of #25791 - barosl:use-paths-as-items, r...
2015-05-27 borsAuto merge of #25749 - richo:python3, r=alexcrichton
2015-05-27 borsAuto merge of #25741 - richo:backtrace-message, r=alexc...
2015-05-27 borsAuto merge of #25713 - Stebalien:pattern, r=alexcrichton
2015-05-26 borsAuto merge of #25688 - nham:E0055_E0192, r=alexcrichton
2015-05-26 borsAuto merge of #25675 - bluss:rustdoc-assoc-types-index...
2015-05-26 Nick HamannConvert 15 diagnostics to have error codes (E0380-E0394).
2015-05-26 Nick HamannPluralize E0087-E0090 messages based on number of param...
2015-05-26 Nick HamannSmall improvements for explanations of E0250, E0368...
2015-05-26 Nick HamannAdd error explanations for E0055, E0089, E0192, E0261...
2015-05-26 borsAuto merge of #24657 - aochagavia:rustdoc, r=alexcrichton
2015-05-26 borsAuto merge of #25593 - nham:E0210_E0326, r=alexcrichton
2015-05-26 borsAuto merge of #25091 - quantheory:trait_associated_cons...
2015-05-26 Ariel Ben-YehudaImplement defaults for associated types
2015-05-26 borsAuto merge of #25785 - arielb1:cleanup-201505, r=eddyb
2015-05-26 Ariel Ben-YehudaRemove ObjectCastMap
2015-05-26 Ariel Ben-YehudaUse lookup_locally_or_in_crate_store more often
2015-05-25 borsAuto merge of #25698 - mdinger:flat_map, r=steveklabnik
2015-05-25 borsAuto merge of #25742 - thombles:tk/StringCoercion,...
2015-05-25 borsAuto merge of #25736 - tshepang:path-nits, r=steveklabnik
2015-05-24 borsAuto merge of #25464 - zaeleus:trpl-riol, r=pnkfelix
2015-05-24 borsAuto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix
2015-05-24 borsAuto merge of #25168 - Manishearth:register_attr, r...
2015-05-23 borsAuto merge of #25666 - tshepang:better-path-docs, r...
2015-05-23 borsAuto merge of #25667 - lambda:rename-soft_link-to-symli...
2015-05-23 borsAuto merge of #25653 - dotdash:unsize_c, r=luqmana
2015-05-23 borsAuto merge of #25632 - alexcrichton:dt-dir, r=brson
2015-05-23 borsAuto merge of #25416 - kballard:ffi-cstr-to-str-conveni...
2015-05-23 borsAuto merge of #24847 - sfackler:debug-builders-stabilit...
2015-05-22 Sean Patrick SantosAdd diagnostic code for generic associated const error.
2015-05-21 borsAuto merge of #25601 - ericye16:master, r=steveklabnik
2015-05-21 Niko MatsakisMake various fixes:
2015-05-21 Eduard Burtescusyntax: parse `const fn` for free functions and inheren...
2015-05-21 borsAuto merge of #25473 - doomrobo:patch-3, r=steveklabnik
2015-05-21 borsAuto merge of #25552 - GuillaumeGomez:left-hand-error...
2015-05-21 Manish GoregaokarRollup merge of #25665 - OlegTsyba:fix_documentation...
2015-05-21 Manish GoregaokarRollup merge of #25661 - Stebalien:macro, r=Gankro
2015-05-21 Manish GoregaokarRollup merge of #25659 - tshepang:improve-rendering...
2015-05-21 Manish GoregaokarRollup merge of #25648 - semarie:head-cut, r=luqmana
2015-05-21 borsAuto merge of #25656 - tshepang:spell-em-out, r=brson
2015-05-21 borsAuto merge of #25644 - iven:fix_doc_warning, r=steveklabnik
2015-05-21 borsAuto merge of #25631 - taiyaeisforks:master, r=steveklabnik
2015-05-21 borsAuto merge of #25612 - petrochenkov:lintabs, r=@alexcri...
2015-05-20 borsAuto merge of #25625 - bluss:doc-slice-order, r=Gankro
2015-05-20 Guillaume GomezTypo fix on E0067
2015-05-20 borsAuto merge of #25652 - arielb1:free-self, r=nikomatsakis
2015-05-20 Ariel Ben-YehudaSubstitute free lifetimes when `Self` is used within...
2015-05-20 borsAuto merge of #25571 - hirschenberger:master, r=nrc
2015-05-20 Guillaume GomezAdd error explanation for E0070
2015-05-20 borsAuto merge of #25390 - eddyb:typeck-pub, r=nrc
2015-05-20 borsAuto merge of #25615 - petrochenkov:issue25542, r=alexc...
2015-05-20 borsAuto merge of #25610 - mbrubeck:bufread-docs, r=alexcri...
2015-05-20 borsAuto merge of #25596 - Ms2ger:rbml-docs, r=alexcrichton
2015-05-20 borsAuto merge of #25595 - dotdash:issue25549, r=eddyb
2015-05-20 borsAuto merge of #25588 - bluss:doc-string-from, r=alexcri...
2015-05-20 Nick HamannAdd error explanation for E0202.
2015-05-20 borsAuto merge of #25624 - steveklabnik:rollup, r=steveklabnik
2015-05-20 borsAuto merge of #25350 - alexcrichton:msvc, r=brson
2015-05-19 Steve KlabnikRollup merge of #25620 - brson:betavers, r=alexcrichton
2015-05-19 Steve KlabnikRollup merge of #25614 - parir:patch-2, r=alexcrichton
2015-05-19 Steve KlabnikRollup merge of #25611 - parir:patch-1, r=steveklabnik
2015-05-19 Steve KlabnikRollup merge of #25607 - peferron:doc-macros-assert...
2015-05-19 Steve KlabnikRollup merge of #25604 - skeuomorf:docs-lifetime, r...
next