]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-03-10 Oliver MiddletonSimplify Windows stdout/stderr
2016-03-10 Oliver MiddletonFixup stout/stderr on Windows
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 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 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 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 borsAuto merge of #31606 - Ms2ger:ClosureKind, r=eddyb
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 Jeffrey SeyfriedAdd a comment
2016-03-07 Alex Crichtonmk: Distribute fewer TARGET_CRATES
2016-03-07 Ulrik SverdrupClarify documentation for string slicing (Index impls)
2016-03-07 Jorge Aparicioimplement the `?` operator
2016-03-07 Tim MontagueFixed link
2016-03-07 borsAuto merge of #32081 - cmbrandenburg:spell_fix, r=apasel422
2016-03-07 Simon SapinAdd info in `rustdoc --passes list`
2016-03-07 Simon SapinFix some line lengths
2016-03-07 Simon Sapin"can be built on Ref::map"… how?
2016-03-07 borsAuto merge of #32078 - japaric:rustbuild-i686-musl...
2016-03-07 Jeffrey SeyfriedAdd regression test
2016-03-07 Jeffrey SeyfriedDeduce that a name resolution fails (as opposed to...
2016-03-07 Jeffrey SeyfriedAdd a field `pub_outstanding_references` to `NameResolu...
2016-03-07 borsAuto merge of #31664 - nodakai:reference-negation,...
2016-03-07 ashleysommerFix building libstd on on emscripten targets.
2016-03-07 borsAuto merge of #32051 - steveklabnik:gh9447, r=bluss
2016-03-07 borsAuto merge of #32066 - ruud-v-a:fma, r=alexcrichton
2016-03-07 Ulrik Sverdrupbook: Update syntax index with OpAssign traits
2016-03-07 Dirk GadsdenAmend `hash::SipHasher` docs to more strongly discourag...
2016-03-07 Dirk GadsdenClarify documentation of `hash::SipHasher`
2016-03-07 borsAuto merge of #32064 - bluss:str-slice-panic, r=alexcri...
2016-03-07 borsAuto merge of #32061 - infinity0:master, r=alexcrichton
2016-03-06 borsAuto merge of #32060 - inrustwetrust:patch-1, r=alexcri...
2016-03-06 Gökhan KarabulutFix typos - mismatching parentheses in comments
2016-03-06 NODA, Kaireference.md: clarify negation.
next