about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-41/+45
2016-01-14UTF-8 validation: Add missing if conditional for short inputUlrik Sverdrup-13/+16
2016-01-14Rollup merge of #30892 - shepmaster:box-grammar, r=alexcrichtonManish Goregaokar-14/+14
2016-01-14Rollup merge of #30886 - ollie27:docs_links, r=steveklabnikManish Goregaokar-24/+27
2016-01-14Rollup merge of #30879 - durka:collections-range-tracking-issue, r=nagisaManish Goregaokar-2/+3
2016-01-14Rollup merge of #30871 - oli-obk:fix/reference, r=steveklabnikManish Goregaokar-8/+8
2016-01-14Rollup merge of #30869 - D101101:patch-3, r=huonwManish Goregaokar-1/+1
2016-01-14Rollup merge of #30821 - steveklabnik:gh30819, r=nikomatsakisManish Goregaokar-2/+2
2016-01-14Rollup merge of #30863 - jseyfried:no_rc, r=eddybManish Goregaokar-244/+259
2016-01-14Rollup merge of #30851 - jonas-schievink:unneeded-dropflags, r=pnkfelixManish Goregaokar-5/+16
2016-01-14Rollup merge of #30850 - ranma42:cleanup-io, r=alexcrichtonManish Goregaokar-15/+0
2016-01-14Rollup merge of #30839 - tomaka:debug-phantomdata, r=nikomatsakisManish Goregaokar-1/+1
2016-01-14Rollup merge of #30837 - semarie:openbsd-libc, r=alexcrichtonManish Goregaokar-10/+27
2016-01-14Rollup merge of #30835 - kraai:show-span, r=sanxiynManish Goregaokar-10/+5
2016-01-14Rollup merge of #30828 - wheals:fix-dead-links, r=steveklabnikManish Goregaokar-2/+2
2016-01-14Rollup merge of #30823 - pnkfelix:put-back-alloca-zeroing-for-issue-30530, r=...Manish Goregaokar-44/+392
2016-01-14Rollup merge of #30818 - sfackler:duration-hash, r=alexcrichtonManish Goregaokar-1/+1
2016-01-14Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichtonManish Goregaokar-17/+92
2016-01-14Rollup merge of #30770 - steveklabnik:gh30345, r=brsonManish Goregaokar-0/+36
2016-01-14Auto merge of #30662 - simartin:issue_30592, r=alexcrichtonbors-0/+7
2016-01-13Improve grammar of Box::{into,from}_raw docsJake Goulding-14/+14
2016-01-14Auto merge of #30466 - alexcrichton:move-wrapping-and-fill-out, r=aturonbors-14/+658
2016-01-13Fix some broken and missing links in the docsOliver Middleton-24/+27
2016-01-13Auto merge of #30870 - Eljay:issue-30477, r=alexcrichtonbors-1/+1
2016-01-13improve use of `,` vs `;`Niko Matsakis-2/+2
2016-01-13Add missing newline character to callers of dumb_printAmanieu d'Antras-5/+5
2016-01-13Auto merge of #30813 - fhahn:fix-ice-semicolon-in-lifetime, r=nrcbors-4/+25
2016-01-13Issue #30592: Restore build in --disable-jemalloc mode.Simon Martin-0/+7
2016-01-13update tracking issue for collections_rangeAlex Burka-2/+3
2016-01-13Auto merge of #30509 - michaelsproul:string-box-error, r=alexcrichtonbors-0/+36
2016-01-13s/HARD ERROR/hard error/ -- perhaps the warning is enoughNiko Matsakis-44/+44
2016-01-13Auto merge of #30779 - michaelwoerister:closure-mir-in-metadata, r=nikomatsakisbors-6/+9
2016-01-13the reference was inferring values that didn't fit into their target typeOliver 'ker' Schneider-8/+8
2016-01-13add doc for new `fn alloc_ty_init`.Felix S. Klock II-0/+12
2016-01-13revise lifetime handling for alloca's that are initialized as "dropped."Felix S. Klock II-1/+10
2016-01-13Factored out private routine for emitting LLVM lifetime intrinsic calls.Felix S. Klock II-30/+45
2016-01-13Unit/regression tests for issues #29092, #30018, #30530, #30822.Felix S. Klock II-0/+213
2016-01-13bug fixes for issues 30018 and 30822.Felix S. Klock II-4/+11
2016-01-13Fix rustdoc reexports.Lee Jeffery-1/+1
2016-01-13Auto merge of #30684 - tshepang:rustfmt-lexer-part2, r=nrcbors-511/+756
2016-01-13Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichtonbors-11/+23
2016-01-13Fix typo in bibliography.mdSergey Veselkov-1/+1
2016-01-13Auto merge of #30639 - rkruppe:dec2flt-fastpath-tables, r=alexcrichtonbors-15/+88
2016-01-13Simplify some uses of cfg in test casesAnton Blanchard-26/+9
2016-01-13Incorrect getrandom() system call for PowerPC LinuxAnton Blanchard-2/+4
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-20/+388
2016-01-13resolve: use arena allocation instead of reference counting for `Module`s to ...Jeffrey Seyfried-244/+259
2016-01-12use fileline_ and not full span_ for the followon messagesNiko Matsakis-2/+9
2016-01-13Add an impl for Box<Error> from &str.Michael Sproul-0/+9
2016-01-12Auto merge of #30601 - tamird:delegate-libc, r=alexcrichtonbors-26/+6