about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-01-30Rollup merge of #31290 - alexcrichton:fix-powerpc64, r=brsonManish Goregaokar-3/+4
2016-01-30Rollup merge of #31280 - raindev:patch-1, r=steveklabnikManish Goregaokar-1/+1
2016-01-30Rollup merge of #31244 - tshepang:rustfmt-parse, r=nikomatsakisManish Goregaokar-49/+49
2016-01-30Rollup merge of #31099 - brson:relnotes, r=alexcrichtonManish Goregaokar-0/+352
2016-01-30Auto merge of #31297 - brson:wintrip, r=alexcrichtonbors-14/+0
2016-01-30Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakisbors-566/+1355
2016-01-29Get tests working on MSVC 32-bitAlex Crichton-102/+105
2016-01-29trans: Reimplement unwinding on MSVCAlex Crichton-425/+1131
2016-01-29trans: Upgrade LLVMAlex Crichton-43/+123
2016-01-29configure: Remove compatibility hacks for windows triplesBrian Anderson-14/+0
2016-01-29Update release notes for 1.7Brian Anderson-5/+204
2016-01-29Release notes for 1.6Brian Anderson-0/+153
2016-01-29Auto merge of #31283 - dotdash:32_64_cc, r=alexcrichtonbors-19/+3
2016-01-29mk: Fix cross-compiling to armv7-unknown-linux-gnuAlex Crichton-3/+3
2016-01-29mk: Fix compiling jemalloc for powerpc64Alex Crichton-0/+1
2016-01-29Auto merge of #31248 - ruud-v-a:fix-triple-ice, r=nrcbors-14/+18
2016-01-29Auto merge of #31285 - Manishearth:rollup, r=Manishearthbors-11/+37
2016-01-29Rollup merge of #31276 - alexcrichton:fix-powerpc64-cross-prefix, r=brsonManish Goregaokar-1/+1
2016-01-29Rollup merge of #31275 - alexcrichton:fix-rumprun, r=brsonManish Goregaokar-4/+9
2016-01-29Rollup merge of #31272 - errandir:master, r=steveklabnikManish Goregaokar-1/+1
2016-01-29Rollup merge of #31269 - ollie27:patch-3, r=alexcrichtonManish Goregaokar-1/+19
2016-01-29Rollup merge of #31264 - est31:block_coment_parent, r=alexcrichtonManish Goregaokar-1/+1
2016-01-29Rollup merge of #31256 - oli-obk:patch-1, r=nagisaManish Goregaokar-1/+4
2016-01-29Rollup merge of #31252 - alexcrichton:ios-old-mac, r=brsonManish Goregaokar-2/+2
2016-01-29Auto merge of #31212 - jseyfried:fix_ICE_in_resolve, r=nrcbors-73/+35
2016-01-29Fix truncated drop pattern on 32bit -> 64bit cross compilationBjörn Steinbrink-19/+3
2016-01-29Auto merge of #31144 - jseyfried:remove_import_ordering_restriction, r=nrcbors-25/+0
2016-01-29Fix link to Installing Rust section of the bookAndrew Barchuk-1/+1
2016-01-29don't leak RUST_BACKTRACE into test processOliver Schneider-1/+4
2016-01-29Auto merge of #31132 - gchp:internals, r=brsonbors-35/+81
2016-01-29Auto merge of #30948 - fabricedesre:rpi2, r=alexcrichtonbors-0/+58
2016-01-28mk: Fix cross prefix for powerpc64Alex Crichton-1/+1
2016-01-29Auto merge of #30900 - michaelwoerister:trans_item_collect, r=nikomatsakisbors-74/+3342
2016-01-28std: Fix rumprun buildAlex Crichton-4/+9
2016-01-28rustdoc: Add test for tuple renderingOliver Middleton-0/+18
2016-01-29std::string::String.from_utf16 doc fixtgor-1/+1
2016-01-28Auto merge of #30411 - mitaa:multispan, r=nrcbors-434/+1187
2016-01-28Avoid ICE if environment variable is not setRuud van Asseldonk-14/+18
2016-01-28rustdoc: Add missing trailing comma for single element tuplesOliver Middleton-1/+1
2016-01-28Implement MultiSpan error reportingmitaa-434/+1187
2016-01-28Add support for armv7 toolchainsFabrice Desré-0/+58
2016-01-28Fix reference info about parent doc block commentsest31-1/+1
2016-01-28Auto merge of #31257 - tmiasko:track-errors-fix, r=nikomatsakisbors-2/+2
2016-01-28Fix checking if there have been new errors.Tomasz Miąsko-2/+2
2016-01-28Auto merge of #31241 - tshepang:fix, r=steveklabnikbors-2/+2
2016-01-28Auto merge of #31171 - dirk:dirk/safety-section-in-cstring-docs, r=steveklabnikbors-4/+16
2016-01-28Auto merge of #31240 - durka:follow-set-docs, r=pnkfelixbors-3/+4
2016-01-27mk: Remove the -mfpu=vfp4 argument from arm iOSAlex Crichton-2/+2
2016-01-28Refactor away NameSearchTypeJeffrey Seyfried-55/+11
2016-01-28Add test for #31212Jeffrey Seyfried-0/+20