]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-03-12 Manish GoregaokarRollup merge of #32183 - bluss:doc-index, r=alexcrichton
2016-03-12 Manish GoregaokarRollup merge of #32181 - srinivasreddy:librustfront...
2016-03-12 Manish GoregaokarRollup merge of #32180 - srinivasreddy:type_check_lib...
2016-03-11 Manish GoregaokarRollup merge of #32178 - naltun:patch-1, r=steveklabnik
2016-03-11 Manish GoregaokarRollup merge of #32174 - cmbrandenburg:spell_fix, r...
2016-03-11 Manish GoregaokarRollup merge of #32171 - frewsxcv:compiletest, r=alexcr...
2016-03-11 Manish GoregaokarRollup merge of #32158 - seanmonstar:dead-associated...
2016-03-11 Manish GoregaokarRollup merge of #32137 - nathankleyn:improve-docs-for...
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 Ulrik SverdrupClarify doc for slice slicing (Index impls)
2016-03-10 srinivasreddyremoved suffixes for librustc_front
2016-03-10 borsAuto merge of #32107 - Stebalien:partial-write, r=alexc...
2016-03-10 srinivasreddyremoved integer constants in librustc_typeck
2016-03-10 NoahUpdate getting-started.md
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 Craig M. BrandenburgSpell fixes for std::ffi doc comments
2016-03-10 Nathan KleynRemove unnecessary mut in docs causing test failures.
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 Corey FarwellDifferentiate "line" and "line number" variable names.
2016-03-10 Corey FarwellPrefer `Option::expect` over explicit unwrapping.
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 Sean McArthurlint: mark associated types as live for the dead_code...
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 Nathan KleynAddress review comments to add "basic usage" sections...
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 BinaryHeap.
2016-03-08 Nathan KleynAdd missing documentation examples for BTreeSet.
2016-03-08 Nathan KleynAdd missing documentation examples for BTreeMap.
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,...
next