summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-02-26Don't assume color=always when explicitally specifiedSteven Allen-6/+6
2016-02-23Revert "Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon"Niko Matsakis-1467/+356
2016-02-18regression tests for issue #30438.Felix S. Klock II-0/+97
2016-02-18Split dummy in region inference graph into distinct source and sink nodes.Felix S. Klock II-3/+10
2016-02-11Remove an unused #![feature] in a doctestAlex Crichton-1/+0
2016-02-10Revert deprecation of IpAddr, stabilizing for 1.7Aaron Turon-22/+8
2016-02-05trpl: fix macro follow setsAlex Burka-3/+4
2016-02-05add `[` to FOLLOW(ty) and FOLLOW(path)Alex Burka-1/+1
2016-02-05thorough follow-set testsAlex Burka-0/+312
2016-02-03rustc_mir: Mark the crate as unstableAlex Crichton-0/+2
2016-02-03std: Stabilize custom hasher support in HashMapAlex Crichton-142/+215
2016-01-19Auto merge of #30820 - oli-obk:docs/wrapping_ops, r=alexcrichtonbors-50/+43
2016-01-19Auto merge of #30696 - steveklabnik:gh30655, r=brsonbors-0/+10
2016-01-19Auto merge of #31018 - gutworth:doc-loc, r=alexcrichtonbors-1/+1
2016-01-19Auto merge of #30845 - nagisa:mir-extern-calls, r=dotdashbors-13/+109
2016-01-19[MIR] Implement extern call supportSimonas Kazlauskas-13/+109
2016-01-19Auto merge of #31014 - nrc:fmt-term, r=sfacklerbors-6/+6
2016-01-19fix the docs and simplify the implementation of unsigned wrapping opsOliver Schneider-50/+43
2016-01-19Auto merge of #31015 - nrc:fmt-test, r=sfacklerbors-510/+519
2016-01-18fix path to region inference documentationBenjamin Peterson-1/+1
2016-01-19manual fixupsNick Cameron-20/+13
2016-01-19rustfmt libtestNick Cameron-522/+538
2016-01-19rustfmt libtermNick Cameron-6/+6
2016-01-19Auto merge of #31013 - nrc:fmt-rbml, r=sfacklerbors-450/+505
2016-01-19manual fixupsNick Cameron-10/+23
2016-01-19rustfmt librbmlNick Cameron-468/+510
2016-01-18Auto merge of #31006 - Manishearth:rollup, r=Manishearthbors-35/+37
2016-01-19Rollup merge of #31008 - barosl:typo, r=blussManish Goregaokar-2/+2
2016-01-19Rollup merge of #30998 - apasel422:btree-set-variance, r=GankroManish Goregaokar-19/+19
2016-01-19Rollup merge of #30988 - bluss:doc-space-t-bound, r=apasel422Manish Goregaokar-9/+9
2016-01-19Rollup merge of #30986 - sliz1:book-macro, r=alexcrichtonManish Goregaokar-3/+5
2016-01-19Rollup merge of #30981 - boblehest:tmp, r=alexcrichtonManish Goregaokar-2/+2
2016-01-19Fix typoBarosl Lee-2/+2
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-18Make `btree_set::{IntoIter, Iter, Range}` covariantAndrew Paseltiner-19/+19
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 spacing style of `T: Bound` in docsUlrik Sverdrup-9/+9
2016-01-17Fix C macro exampleStephen (Ziyun) Li-3/+5
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