about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-08-15std: Add issues to all unstable featuresAlex Crichton-223/+272
2015-08-15collections: Add issues for unstable featuresAlex Crichton-65/+120
2015-08-15rustc_unicode: Add issues for unstable featuresAlex Crichton-5/+9
2015-08-15libc,rand: Add issues for all unstable featuresAlex Crichton-3/+5
2015-08-15alloc: Add issues for all unstable featuresAlex Crichton-27/+44
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-101/+174
2015-08-15syntax: Require issues for unstable featuresAlex Crichton-4/+3
2015-08-15Auto merge of #27845 - dylanmckay:abstract-pointer-size-away, r=alexcrichtonbors-60/+47
2015-08-15Auto merge of #27847 - birkenfeld:patch-3, r=sfacklerbors-0/+2
2015-08-15Auto merge of #27827 - w00ns:for-loop-expn-issue-27639, r=alexcrichtonbors-10/+20
2015-08-15Iterator::all() - document short-circuiting property parallel to any()Georg Brandl-0/+2
2015-08-15Improve 'unknown instrinsic' error messageDylan McKay-1/+1
2015-08-15Add extended diagnostics for E0248Alisdair Owens-1/+19
2015-08-15Fix issue with for loop expansionw00ns-10/+20
2015-08-15Reduce rustc::trans's dependence on pointer widthDylan McKay-41/+32
2015-08-15Reduce libcore/liballoc's dependence on pointer sizesDylan McKay-18/+14
2015-08-15Auto merge of #27841 - jonas-schievink:still-repeating-span, r=alexcrichtonbors-1/+20
2015-08-15Auto merge of #27825 - withoutboats:default_array, r=alexcrichtonbors-0/+24
2015-08-15Auto merge of #27839 - gkoz:netbsd_ar, r=brsonbors-1/+1
2015-08-14Auto merge of #27400 - alexcrichton:less-jemalloc, r=brsonbors-634/+1266
2015-08-15Fix span of invalid metavariable repetitionJonas Schievink-1/+20
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-634/+1266
2015-08-14fixes #27124 for netbsdGleb Kozyrev-1/+1
2015-08-14add diagnostics for E0221Alisdair Owens-1/+36
2015-08-14Implemented Default for arrays up to [T; 32].Without Boats-0/+24
2015-08-14Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrcbors-651/+4732
2015-08-14Correct nits from @nrcNiko Matsakis-9/+8
2015-08-14Auto merge of #27822 - arielb1:inline-round-take-2, r=Gankrobors-0/+1
2015-08-14Auto merge of #27821 - dhuseby:manual_snapshots_1af31d4, r=alexcrichtonbors-3/+3
2015-08-14Auto merge of #27816 - steveklabnik:for_chrisbot, r=alexcrichtonbors-1/+1
2015-08-14Auto merge of #27786 - alexcrichton:start-testing-msvc, r=brsonbors-2/+21
2015-08-14Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichtonbors-5/+15
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-15529/+1684
2015-08-13Fixes #27805 - adds missing snapshots for Bitrig and FreeBSDDave Huseby-3/+3
2015-08-13Auto merge of #27758 - nathankleyn:diagnostics-386, r=Manishearthbors-1/+30
2015-08-13Fix broken link to WilsonSteve Klabnik-1/+1
2015-08-13Mark round_up_to_next as inline arielb1-0/+1
2015-08-13Get `make check` working on MSVCAlex Crichton-2/+21
2015-08-13Auto merge of #27307 - rkruppe:dec2flt, r=pnkfelixbors-18/+3828
2015-08-13Rename String::into_boxed_slice -> into_boxed_strUlrik Sverdrup-5/+15
2015-08-13Improve interior mutability example for E0386.Nathan Kleyn-1/+2
2015-08-13Add details about types with interior mutability to E0386.Nathan Kleyn-0/+8
2015-08-13Add detailed diagnostics for E0386.Nathan Kleyn-1/+21
2015-08-13astconv.rs: extended ast_ty_to_ty debuggingNiko Matsakis-2/+4
2015-08-13Rollup merge of #27757 - AlisdairO:diagnostics366, r=ManishearthManish Goregaokar-2/+71
2015-08-13Rollup merge of #27699 - nathankleyn:diagnostics-383, r=ManishearthManish Goregaokar-1/+21
2015-08-13Improve code examples for E0383 long diagnostic.Nathan Kleyn-10/+7
2015-08-13Add detailed diagnostics for E0383.Nathan Kleyn-1/+24
2015-08-13Auto merge of #27762 - alexcrichton:fix-libc, r=aturonbors-1/+12
2015-08-13Auto merge of #27693 - nagisa:remutex-docs, r=alexcrichtonbors-3/+10