]> git.lizzy.rs Git - rust.git/history - src/librustc
Adjust overlap-related tests to account for cosmetic changes to error reporting behavior
[rust.git] / src / librustc /
2016-03-14 Aaron TuronImplement default associated type inheritance.
2016-03-14 Aaron TuronCheck for proper use of `default` keyword in specializi...
2016-03-14 Aaron TuronImplement default method inheritance.
2016-03-14 Aaron TuronAdd subst helper for inheriting FnSpace from another...
2016-03-14 Aaron TuronInitial incorporation of specialization:
2016-03-14 Aaron TuronAdd specialization module.
2016-03-14 Aaron TuronRefactor `impl_trait_ref_and_oblig`, making it generall...
2016-03-14 Aaron TuronHook `default` keyword into metadata and carry data...
2016-03-14 Aaron TuronRemove useless vector accumulation in `type_vars_for_defs`
2016-03-14 Aaron TuronFix existing comment typo.
2016-03-14 borsAuto merge of #30587 - oli-obk:eager_const_eval2, r...
2016-03-14 borsAuto merge of #32233 - Amanieu:volatile_store, r=eddyb
2016-03-14 borsAuto merge of #32232 - jonas-schievink:issue31511,...
2016-03-14 Oliver Schneiderrustbuild
2016-03-14 borsAuto merge of #32231 - ruud-v-a:avx-cmp-blend, r=alexcr...
2016-03-14 borsAuto merge of #32226 - andoriyu:patch-2, r=alexcrichton
2016-03-13 borsAuto merge of #32211 - achanda:ipv6-global, r=alexcrichton
2016-03-13 borsAuto merge of #32227 - jseyfried:fix_import_resolution_...
2016-03-13 borsAuto merge of #32184 - ollie27:win_stdout, r=alexcrichton
2016-03-13 borsAuto merge of #32229 - Manishearth:rollup, r=Manishearth
2016-03-13 Manish GoregaokarRollup merge of #32218 - cantino:minor_book_typo_fixes...
2016-03-13 Manish GoregaokarRollup merge of #32212 - Manishearth:ice-cu, r=eddyb
2016-03-13 Manish GoregaokarRollup merge of #32179 - srinivasreddy:remove_int_suffi...
2016-03-13 Manish GoregaokarRollup merge of #32164 - nikomatsakis:fewer-errors...
2016-03-13 borsAuto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1
2016-03-13 borsAuto merge of #32141 - jseyfried:fix_resolution_in_lexi...
2016-03-13 borsAuto merge of #32217 - alexcrichton:fix-make-dist,...
2016-03-13 borsAuto merge of #32140 - ruud-v-a:avx-intrinsics, r=alexc...
2016-03-12 borsAuto merge of #32112 - alexcrichton:fix-issues, r=aturon
2016-03-12 borsAuto merge of #32142 - mitaa:rdoc-maybe-inline-local...
2016-03-12 Manish GoregaokarDon't allow values for codegen-units less than 1 (fixes...
2016-03-12 borsAuto merge of #31925 - aturon:inherent-overlap, r=nikom...
2016-03-12 borsAuto merge of #32200 - Manishearth:rollup, r=Manishearth
2016-03-12 Manish GoregaokarRollup merge of #32197 - andoriyu:patch-1, r=alexcrichton
2016-03-12 Manish GoregaokarRollup merge of #32186 - srinivasreddy:libcoretest...
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 borsAuto merge of #32132 - arcnmx:cargobuild-std-target...
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 Aaron TuronForbid items with the same name being defined in overla...
2016-03-11 Aaron TuronIntroduce `ImplHeader`
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 Oliver Schneiderdon't be a breaking change, even in presence of overflo...
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 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 borsAuto merge of #31710 - eddyb:reify, r=nikomatsakis
2016-03-10 borsAuto merge of #31618 - alexcrichton:no-thread-spawns...
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 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 Burtescuinfer: Take the origin in report_mismatched_types.
2016-03-09 Eduard Burtescuinfer: Remove redundant commit_if_ok calls.
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 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 borsAuto merge of #32023 - matklad:diamonds-and-rust, r...
2016-03-09 borsAuto merge of #31981 - achanda:unspecified-ip, r=alexcr...
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
next