about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-08-17Rollup merge of #35731 - pythoneer:fix-35192, r=jonathandturnerJonathan Turner-3/+5
2016-08-17Rollup merge of #35726 - mikhail-m1:master2, r=jonathandturnerJonathan Turner-7/+19
2016-08-17Rollup merge of #35722 - knight42:update-error-msg, r=jonathandturnerJonathan Turner-5/+15
2016-08-17Rollup merge of #35713 - sanxiyn:ui-test, r=nikomatsakisJonathan Turner-8/+24
2016-08-17Rollup merge of #35708 - sanxiyn:new-error-format, r=nikomatsakisJonathan Turner-41/+24
2016-08-17Rollup merge of #35707 - frewsxcv:vec-into-iter-debug, r=alexcrichtonJonathan Turner-0/+17
2016-08-17Rollup merge of #35695 - matthew-piziak:vec-assert-over-println, r=GuillaumeG...Jonathan Turner-15/+2
2016-08-17Rollup merge of #35690 - matthew-piziak:op-overloading-limited, r=steveklabnikJonathan Turner-3/+8
2016-08-17Rollup merge of #35686 - mikhail-m1:master, r=jonathandturnerJonathan Turner-8/+26
2016-08-17Rollup merge of #35681 - Rufflewind:patch-1, r=apasel422Jonathan Turner-3/+3
2016-08-17Rollup merge of #35672 - yossi-k:issue/35323, r=GuillaumeGomezJonathan Turner-2/+7
2016-08-17Rollup merge of #35671 - canaltinova:E0392, r=jonathandturnerJonathan Turner-2/+5
2016-08-17Rollup merge of #35670 - RockyTV:e0365, r=jonathandturnerJonathan Turner-7/+10
2016-08-17Rollup merge of #35663 - CryZe:no-stdlib, r=ManishearthJonathan Turner-12/+34
2016-08-17Rollup merge of #35660 - terrynsun:e0207, r=jonathandturnerJonathan Turner-3/+2
2016-08-17Rollup merge of #35621 - frewsxcv:cstring-from-vec-doc, r=peschkajJonathan Turner-0/+11
2016-08-17Rollup merge of #35614 - srinivasreddy:syntax_ext_rustfmt, r=nikomatsakisJonathan Turner-247/+273
2016-08-17Rollup merge of #35613 - matthew-piziak:array-docs-trait-justification, r=ste...Jonathan Turner-3/+8
2016-08-17Rollup merge of #35610 - JessRudder:33637-doc-update-for-str-representaton, r...Jonathan Turner-0/+4
2016-08-17Rollup merge of #35595 - urschrei:associated_types_docfix, r=steveklabnikJonathan Turner-1/+1
2016-08-17Rollup merge of #35415 - silenuss:e0030-formatting, r=jonathandturnerJonathan Turner-5/+7
2016-08-17Rollup merge of #34370 - steveklabnik:keyword-ref-mention, r=ManishearthJonathan Turner-0/+5
2016-08-16Auto merge of #35605 - eddyb:substs, r=nikomatsakisbors-4131/+2903
2016-08-17rustc: remove ParamSpace from Substs.Eduard Burtescu-857/+462
2016-08-17rustc: split GenericPredicates of a method from its parent predicates.Eduard Burtescu-150/+136
2016-08-17rustc: split Generics of a method from its parent Generics.Eduard Burtescu-264/+290
2016-08-17rustc: remove SelfSpace from ParamSpace.Eduard Burtescu-357/+276
2016-08-17rustc: reduce Substs and Generics to a simple immutable API.Eduard Burtescu-1548/+1226
2016-08-17rustc_typeck: use Substs::from_generics instead of manually building them.Eduard Burtescu-535/+300
2016-08-17rustc: move trait objects from TraitRef to ExistentialTraitRef.Eduard Burtescu-792/+682
2016-08-17rustc: move defaulting's use of &mut Substs from InferCtxt to typeck.Eduard Burtescu-232/+213
2016-08-17rustc: avoid using subst::VecPerParamSpace::{empty,new} directly.Eduard Burtescu-44/+38
2016-08-17rustc: force all raw accesses to VecPerParamSpace through as_full_slice.Eduard Burtescu-85/+52
2016-08-17rustc: move the SelfSpace before TypeSpace in Substs.Eduard Burtescu-82/+82
2016-08-17rustc: use Vec instead of VecPerParamSpace for ty::GenericPredicates.Eduard Burtescu-148/+109
2016-08-16Auto merge of #35559 - frewsxcv:slice-iter-as-ref, r=alexcrichtonbors-0/+26
2016-08-16Auto merge of #35538 - cgswords:libproc_macro, r=nrcbors-1/+1225
2016-08-17Update E0005 Unit-TestDustin Bensing-0/+1
2016-08-16Update E0005 to use a labelDustin Bensing-3/+4
2016-08-16Auto merge of #35354 - tomgarcia:covariant-drain, r=alexcrichtonbors-9/+23
2016-08-16Proc_macro is alivecgswords-1/+1225
2016-08-16update to new error format E0409Mikhail Modin-7/+19
2016-08-17Updated E0394 to new error messageKnight-2/+8
2016-08-17Updated E0422 to new error messageKnight-3/+7
2016-08-16Auto merge of #35637 - japaric:no-builtins-lto, r=alexcrichtonbors-10/+61
2016-08-16Add basic unit test for `std::slice::Iter::as_slice`.Corey Farwell-0/+9
2016-08-16Implement `AsRef<[T]>` for `std::slice::Iter`.Corey Farwell-0/+17
2016-08-16Auto merge of #35617 - jseyfried:fix_unused_cfg_attr_path, r=eddybbors-2/+19
2016-08-16Use UI test to test spans, instead of forced line breakSeo Sanghyeon-8/+24
2016-08-16RUST_NEW_ERROR_FORMAT is no moreSeo Sanghyeon-41/+24