about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-16Auto merge of #30624 - Ticki:specialization, r=alexcrichtonbors-0/+85
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-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-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
2016-01-16Permit coinductive match only for purely OIBIT backtraces.Niko Matsakis-11/+39
2016-01-16Fix bug in new stall checking code, it should consider integer variablesNiko Matsakis-1/+1
2016-01-16fallout from removing the `errors_will_be_reported` flagNiko Matsakis-42/+47
2016-01-16only insert global predicates into the global cache once we'veNiko Matsakis-37/+28
2016-01-16enable coinductive reasoning for structural traits, this isNiko Matsakis-0/+13
2016-01-16Auto merge of #30935 - ollie27:pad_int, r=alexcrichtonbors-9/+9
2016-01-16Auto merge of #30930 - oli-obk:fix/30887, r=arielb1bors-70/+307
2016-01-16Make style more uniform, add tests for specialization of .last(), move tests ...Ticki-73/+68
2016-01-16Overide methods in iterator implementation for EscapeDefault, see #24214Ticki-0/+90
2016-01-16Auto merge of #30908 - petrochenkov:backtrace, r=alexcrichtonbors-1925/+473
2016-01-16Auto merge of #30896 - petrochenkov:vkindmeta, r=alexcrichtonbors-50/+229
2016-01-16Auto merge of #30740 - bluss:ascii-is-the-best, r=brsonbors-27/+72
2016-01-15Update libcAnton Blanchard-0/+0
2016-01-15Auto merge of #30878 - brson:raw-pointer-derive, r=brsonbors-38/+272
2016-01-15Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats...bors-72/+217
2016-01-15Auto merge of #30890 - nagisa:mir-tuple-adts, r=nikomatsakisbors-22/+152
2016-01-15Add some tests for non-trivial ADTsSimonas Kazlauskas-3/+98
2016-01-15Fix type retrieval for Switch translationSimonas Kazlauskas-5/+4
2016-01-15Fix translation for all other discriminated ADTsSimonas Kazlauskas-4/+10
2016-01-15Auto merge of #30773 - fhahn:test-fix, r=alexcrichtonbors-11/+13
2016-01-15Preserve struct/variant kinds in metadataVadim Petrochenkov-50/+229
2016-01-15BTreeSet::insert returns false when key already existsJake Goulding-1/+1
2016-01-15libbacktrace: Reapply Rust-specific changesVadim Petrochenkov-4/+4
2016-01-15Generate ADTs for tuple-like constructors insteadSimonas Kazlauskas-10/+40
2016-01-15Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichtonbors-41/+45
2016-01-15Rename is_positive argument in fmt::Formatter::pad_integralOliver Middleton-9/+9
2016-01-15move const block checks before lowering stepOliver Schneider-70/+307
2016-01-15Rollup merge of #30925 - semarie:blksize_t, r=alexcrichtonManish Goregaokar-1/+1
2016-01-15Rollup merge of #30864 - jseyfried:no_record_exports, r=nrcManish Goregaokar-161/+22
2016-01-15Rollup merge of #30836 - Luke-Nukem:master, r=steveklabnikManish Goregaokar-4/+6
2016-01-15Rollup merge of #30787 - nikomatsakis:future-incompatible-lint, r=brsonManish Goregaokar-22/+127
2016-01-15Rollup merge of #30781 - dhuseby:add_dragonflybsd_snapshot_3391630, r=alexcri...Manish Goregaokar-0/+1
2016-01-15Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichtonManish Goregaokar-30/+383
2016-01-15Rollup merge of #30591 - SimonSapin:patch-15, r=aturonManish Goregaokar-2/+3
2016-01-15Auto merge of #30763 - gchp:issue/30033, r=nagisabors-16/+81