about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-01-18Auto merge of #30987 - antonblanchard:powerpc64_merge3, r=alexcrichtonbors-0/+2
2016-01-18Auto merge of #31000 - bluss:efficient-clone-from-slice, r=dotdashbors-2/+7
2016-01-18core: Restore indexed formulation of clone_from_sliceUlrik Sverdrup-2/+7
2016-01-18Auto merge of #30956 - KiChjang:move-tests-to-libcollectionstest, r=blussbors-30/+41
2016-01-18Auto merge of #30996 - oli-obk:fix/load_range_assert, r=nagisabors-10/+8
2016-01-18revert using `trans::Disr` in `LoadRangeAssert`Oliver Schneider-10/+8
2016-01-18Auto merge of #30953 - KalitaAlexey:17823-get-rid-of-duplicate-error, r=nrcbors-112/+22
2016-01-18simplify E0308 message for primitive typeskalita.alexey-112/+22
2016-01-18Auto merge of #30980 - gereeter:fix-btree-iter-variance, r=apasel422bors-17/+118
2016-01-18Auto merge of #30973 - SimonSapin:patch-16, r=alexcrichtonbors-4/+4
2016-01-17Auto merge of #30964 - GuillaumeGomez:patch-5, r=Manishearthbors-1/+88
2016-01-17Fix LLVM default CPU on powerpc64 and powerpc64leAnton Blanchard-0/+2
2016-01-17Expand the macro in variance-btree-invariant-types.rs to make compiletest rec...Jonathan S-36/+43
2016-01-17Auto merge of #30978 - nikomatsakis:fulfillment-tree-add-fixme, r=aturonbors-1/+1
2016-01-17Fix and test variance of BTreeMap and its companion structs.Jonathan S-17/+111
2016-01-17Move zst test from libcollections to src/testKeith Yeung-30/+41
2016-01-17Add E0507 error explanationGuillaume Gomez-1/+88
2016-01-17Auto merge of #30975 - Manishearth:rollup, r=Manishearthbors-249/+416
2016-01-17add fixme number into codeNiko Matsakis-1/+1
2016-01-17Rollup merge of #30959 - bluss:bench-resolution, r=GankroManish Goregaokar-2/+1
2016-01-17Rollup merge of #30957 - GuillaumeGomez:patch-3, r=apasel422Manish Goregaokar-1/+1
2016-01-17Rollup merge of #30952 - jonastepe:nomicon_vec_zst_code_fix, r=GankroManish Goregaokar-6/+14
2016-01-17Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturonManish Goregaokar-235/+356
2016-01-17Rollup merge of #30940 - tshepang:extraneous-playpen-whitespace, r=steveklabnikManish Goregaokar-0/+1
2016-01-17Rollup merge of #30938 - dotdash:zst_void, r=eddybManish Goregaokar-5/+43
2016-01-17Auto merge of #30931 - oli-obk:trans_disr_newtype, r=arielb1bors-101/+173
2016-01-17Fix SocketAddrV6::flowinfo docsSimon Sapin-4/+4
2016-01-17Auto merge of #30928 - sfackler:any-unsized, r=aturonbors-1/+6
2016-01-17Auto merge of #30426 - gereeter:btree-rewrite, r=Gankrobors-2593/+1914
2016-01-16BTreeMap: Add a test for cloneJonathan S-0/+32
2016-01-16Rewrite BTreeMap to use parent pointers.Jonathan S-2593/+1882
2016-01-16Auto merge of #30567 - steffengy:master, r=alexcrichtonbors-6/+81
2016-01-16test: Increase resolution of MB/s stat for bench runs close to 1 secondUlrik Sverdrup-2/+1
2016-01-16Auto merge of #30624 - Ticki:specialization, r=alexcrichtonbors-0/+85
2016-01-16Fixed indent from tabs to spacesJonas Tepe-8/+8
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-235/+356
2016-01-16Auto merge of #30934 - oli-obk:simplify_const_eval, r=alexcrichtonbors-20/+6
2016-01-16Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturonbors-356/+1467
2016-01-16Fix typoGuillaume Gomez-1/+1
2016-01-16use a newtype for the variant discriminant instead of u64Oliver 'ker' Schneider-101/+173
2016-01-16Add regression tests for #29859. However #29859 is not fully fixed.Niko Matsakis-0/+84
2016-01-16Auto merge of #30946 - antonblanchard:powerpc64_merge2, r=alexcrichtonbors-0/+0
2016-01-16simplify some codeOliver 'ker' Schneider-20/+6
2016-01-16added zst iterator additions to final codeJonas Tepe-2/+10
2016-01-16Semicolon was at wrong place in let statementJonas Tepe-4/+4
2016-01-16Auto merge of #30939 - shepmaster:btreeset-insert-return-value, r=alexcrichtonbors-1/+1
2016-01-16Document `ObligationForest` better.Niko Matsakis-50/+179
2016-01-16Pacify tidy.Niko Matsakis-59/+89
2016-01-16Implement a hacky version of the DAG support we ultimately want, leavingNiko Matsakis-9/+54
2016-01-16Detect cycles and specialize error reporting for Sized. It is importantNiko Matsakis-92/+291