]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-03-11 borsAuto merge of #32134 - jseyfried:forbid_type_alias_as_m...
2016-03-11 borsAuto merge of #32133 - alexcrichton:linkchecker, r...
2016-03-11 borsAuto merge of #32034 - alexcrichton:old-x86-msvc, r...
2016-03-11 borsAuto merge of #32121 - GuillaumeGomez:help_e0514, r=cmr
2016-03-11 borsAuto merge of #32102 - alexcrichton:assert-safe-closure...
2016-03-10 borsAuto merge of #32117 - mitaa:patch-3, r=alexcrichton
2016-03-10 borsAuto merge of #32107 - Stebalien:partial-write, r=alexc...
2016-03-10 borsAuto merge of #32101 - SimonSapin:patch-11, r=alexcrichton
2016-03-10 borsAuto merge of #32173 - steveklabnik:rollup, r=steveklabnik
2016-03-10 Steve KlabnikRollup merge of #32150 - steveklabnik:gh20213, r=bluss
2016-03-10 Steve KlabnikRollup merge of #32149 - steveklabnik:gh31628, r=bluss
2016-03-10 Steve KlabnikRollup merge of #32148 - steveklabnik:gh31912, r=apasel422
2016-03-10 Steve KlabnikRollup merge of #32147 - steveklabnik:gh31950, r=bluss
2016-03-10 Steve KlabnikRollup merge of #32136 - nathankleyn:improve-docs-for...
2016-03-10 Steve KlabnikRollup merge of #32125 - pyfisch:patch-2, r=steveklabnik
2016-03-10 Steve KlabnikRollup merge of #32091 - dirk:dirk/siphasher-docs-clari...
2016-03-10 Steve KlabnikRollup merge of #31830 - frewsxcv:assoc-func, r=stevekl...
2016-03-10 borsAuto merge of #32100 - SimonSapin:patch-6, r=alexcrichton
2016-03-10 borsAuto merge of #32097 - jseyfried:fix_resolution_regress...
2016-03-10 Corey FarwellPrefer 'associated function' over 'static method' in...
2016-03-10 borsAuto merge of #31710 - eddyb:reify, r=nikomatsakis
2016-03-10 borsAuto merge of #31618 - alexcrichton:no-thread-spawns...
2016-03-10 borsAuto merge of #32165 - alexcrichton:fix-broken-master...
2016-03-10 Alex Crichtoncollections: Fix broken doc example
2016-03-09 Steve KlabnikMerge pull request #32135 from nathankleyn/improve...
2016-03-09 Alex Crichtonstd: Don't spawn threads in `wait_with_output`
2016-03-09 Nathan KleynAdd missing "basic usage" sections to docs, fix review...
2016-03-09 Eduard Burtescutrans: Keep transmutes from fn item types working,...
2016-03-09 borsAuto merge of #32073 - jseyfried:fix_another_trait_priv...
2016-03-09 Eduard Burtescutypeck: Unify if-else blocks, match arms and array...
2016-03-09 Eduard Burtescutypeck: Remove the redundant "unifier" from check_expr_...
2016-03-09 Eduard Burtescutypeck: Support multiple expressions getting coerced...
2016-03-09 Eduard Burtescutypeck: don't wastefully clone expressions for cast...
2016-03-09 Eduard Burtescutypeck: Remove Coerce::unpack_actual_value.
2016-03-09 Eduard Burtescuinfer: Take the origin in report_mismatched_types.
2016-03-09 Eduard Burtescutypeck: rename mk_assignty to coercion::try.
2016-03-09 Eduard Burtescuinfer: Remove redundant commit_if_ok calls.
2016-03-09 Eduard BurtescuTest that function types are actually zero-sized.
2016-03-09 Eduard Burtescutests: Avoid transmuting from fn item types.
2016-03-09 Eduard Burtescutypeck: Use TyFnDef for methods.
2016-03-09 Eduard Burtescutypeck: Introduce reification for fn ptr casts.
2016-03-09 Eduard Burtescutrans: Reify functions & methods to fn ptrs only where...
2016-03-09 Eduard Burtescutrans: Remove unused ref_id from monomorphic_fn.
2016-03-09 Eduard Burtescutrans: Move type_of_fn_from_ty callers to type_of.
2016-03-09 Eduard BurtescuPrint fn type parameters for TyFnDef.
2016-03-09 Eduard BurtescuTrack fn type and lifetime parameters in TyFnDef.
2016-03-09 Eli FriedmanSplit TyBareFn into TyFnDef and TyFnPtr.
2016-03-09 borsAuto merge of #31631 - jonas-schievink:agoraphobia...
2016-03-09 borsAuto merge of #30804 - shssoichiro:deny-warnings-msg...
2016-03-09 borsAuto merge of #32071 - jseyfried:parse_pub, r=nikomatsakis
2016-03-09 Steve KlabnikRemove inaccurate claim about inline assembly
2016-03-09 Steve KlabnikAdd other primitive types to the reference
2016-03-09 Steve KlabnikSmall grammar fix in Guessing Game
2016-03-09 Steve KlabnikClarify that try_unwrap needs exactly one
2016-03-09 borsAuto merge of #32023 - matklad:diamonds-and-rust, r...
2016-03-09 Dirk GadsdenLink to actual CSPRNG in `hash::SipHasher` documentation
2016-03-09 Jeffrey SeyfriedForbid `use Trait::*`
2016-03-09 borsAuto merge of #31981 - achanda:unspecified-ip, r=alexcr...
2016-03-09 Alex Crichtonstd: Don't always create stdin for children
2016-03-09 Alex Crichtonstd: Funnel read_to_end through to one location
2016-03-09 borsAuto merge of #32126 - steveklabnik:rollup, r=steveklabnik
2016-03-08 Nathan KleynAdd missing documentation examples for BTreeSet.
2016-03-08 Nathan KleynAdd missing documentation examples for BTreeMap.
2016-03-08 Jeffrey SeyfriedAdd regression test
2016-03-08 Jeffrey SeyfriedStop treating a type alias like a module or enum (preve...
2016-03-08 Alex Crichtonrustbuild: Add the error-index-generator
2016-03-08 Alex Crichtonrustdoc: Don't inline all impls all at once
2016-03-08 Alex Crichtonstd: Fix rustdoc links with std::fmt::Alignment
2016-03-08 Alex Crichtondoc: Fix a bunch of broken links
2016-03-08 Alex Crichtonrustbuild: Fix stage1 rustdoc
2016-03-08 Alex Crichtonrustbuild: Add a link checker for documentation
2016-03-08 Alex Crichtonrustbuild: Fixup calling rustdoc in various stages
2016-03-08 Alex Crichtonrustbuild: Use an enum to indicate destination
2016-03-08 Alex Crichtonrustbuild: Move rustbook to a `src/tools` directory
2016-03-08 Alex Crichtonrustbuild: Refactor adding steps manually
2016-03-08 Alex Crichtonrustbuild: Add crate documentation generation
2016-03-08 Steve KlabnikRollup merge of #32115 - tclfs:patch-1, r=apasel422
2016-03-08 Steve KlabnikRollup merge of #32103 - timmontague:patch-1, r=alexcri...
2016-03-08 Steve KlabnikRollup merge of #32099 - bluss:doc-string-slicing,...
2016-03-08 Steve KlabnikRollup merge of #32092 - bluss:operator-overload, r...
2016-03-08 Steve KlabnikRollup merge of #32084 - gokhanettin:typo-in-comment...
2016-03-08 Steve KlabnikRollup merge of #32083 - nodakai:reference-scoped-enum...
2016-03-08 Steve KlabnikRollup merge of #31772 - nodakai:patch-1, r=steveklabnik
2016-03-08 PyfischRemove final note from testing chapter.
2016-03-08 borsAuto merge of #32009 - alexcrichton:trim-fulldeps,...
2016-03-08 ggomezAdd help for E0514
2016-03-08 borsAuto merge of #31995 - alexcrichton:fix-make-clena...
2016-03-08 borsAuto merge of #31957 - GuillaumeGomez:error_display...
2016-03-08 borsAuto merge of #31954 - japaric:rfc243, r=nikomatsakis
2016-03-08 mitaarustdoc: correct src-link url
2016-03-08 borsAuto merge of #31606 - Ms2ger:ClosureKind, r=eddyb
2016-03-08 Alex Crichtonrustbuild: Add `make check` and a check target
2016-03-08 Tang ChenglongUpdate a spelling inconsistency
2016-03-08 borsAuto merge of #29734 - Ryman:whitespace_consistency...
2016-03-08 Jorge Aparicioupdate error messages in parse-fail tests
2016-03-08 borsAuto merge of #31986 - ashleysommer:emscripten_fixes...
2016-03-08 NODA, Kaireference.md: clarify the limitation of type alias...
2016-03-07 Steven AllenAdd test case for #32085
2016-03-07 Jeffrey SeyfriedAdd a comment
2016-03-07 Steven AllenNever return an error after a partial write
next