]> git.lizzy.rs Git - rust.git/history - src
Adjust overlap-related tests to account for cosmetic changes to error reporting behavior
[rust.git] / src /
2016-03-10 Oliver Schneiderdon't be a breaking change, even in presence of overflo...
2016-03-10 Oliver Schneiderfix rustdoc
2016-03-10 Oliver Schneidersimplify const path lookup for constants and associated...
2016-03-10 Oliver Schneiderprefer the (associated) const's type over the type...
2016-03-10 Oliver Schneideralso print the expected type in the error message
2016-03-10 Oliver Schneiderthe type hint given during a cast operation is just...
2016-03-10 Oliver Schneiderinfer integral types in presence of a type hint
2016-03-10 Oliver Schneiderdon't guess const fn argument types
2016-03-10 Oliver 'ker' Schneiderconst eval failures aren't fatal, simply return a dummy...
2016-03-10 Oliver Schneidertypestrong constant integers
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 Niko MatsakisAdd comment explaining purpose of test
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 mitaaRemove `feature(globs)` since they are stable
2016-03-10 mitaaConsider `doc(hidden)` for crate-local inlining
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 Niko MatsakisDo not report errors from regionck if other errors...
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 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 mitaaCheck for `doc(inline)` instead of `.*(inline)`
2016-03-09 Ruud van AsseldonkRegenerate x86 platform intrinsics
2016-03-09 Ruud van AsseldonkDefine AVX conversion intrinsics
2016-03-09 Ruud van AsseldonkDefine AVX broadcast intrinsics
2016-03-09 Jeffrey SeyfriedAdd regression test
2016-03-09 borsAuto merge of #32126 - steveklabnik:rollup, r=steveklabnik
2016-03-08 Jeffrey SeyfriedRefactor away check_ribs
2016-03-08 Jeffrey SeyfriedInclude the crate root in the ribs
2016-03-08 Jeffrey SeyfriedFix name resolution in lexical scopes
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 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 arcnmxcover more linux targets in libstd cargobuild
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...
next