about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-11-09Rollup merge of #37524 - alexcrichton:vendor, r=brsonEduard-Mihai Burtescu-168/+40230
2016-11-09Rollup merge of #37472 - joshtriplett:doc-fmt-write-io-write, r=brsonEduard-Mihai Burtescu-0/+30
2016-11-09Rollup merge of #37432 - achanda:send_to, r=alexcrichtonEduard-Mihai Burtescu-0/+3
2016-11-09Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiynEduard-Mihai Burtescu-14/+69
2016-11-09Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats...Eduard-Mihai Burtescu-11/+186
2016-11-09Rollup merge of #37250 - liigo:rustdoc-unsafe-fns, r=steveklabnikEduard-Mihai Burtescu-1/+10
2016-11-09Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakisEduard-Mihai Burtescu-588/+703
2016-11-09Rollup merge of #37134 - GuillaumeGomez:display_tag, r=steveklabnikEduard-Mihai Burtescu-380/+443
2016-11-09Rollup merge of #36868 - petrochenkov:adtstab, r=nikomatsakisEduard-Mihai Burtescu-115/+23
2016-11-09Auto merge of #37657 - steveklabnik:rollup, r=steveklabnikbors-147/+621
2016-11-09Auto merge of #37651 - alexcrichton:fix-deps, r=alexcrichtonbors-1/+3
2016-11-09Clarify that send_to might return an error in certain casesAbhishek Chanda-0/+3
2016-11-08Point to type argument span when used as traitEsteban Küber-14/+69
2016-11-08rustbuild: Fix check-error-index stepAlex Crichton-1/+3
2016-11-08Rollup merge of #37652 - SimonSapin:arc-count-doc, r=alexcrichtonSteve Klabnik-5/+11
2016-11-08Rollup merge of #37650 - GuillaumeGomez:missing_urls_product, r=steveklabnikSteve Klabnik-8/+16
2016-11-08Rollup merge of #37610 - oldmanmike:unary-and-binary-tests, r=michaelwoeristerSteve Klabnik-0/+514
2016-11-08Rollup merge of #37601 - brson:book-without-tiers, r=steveklabnikSteve Klabnik-99/+12
2016-11-08Rollup merge of #37588 - GuillaumeGomez:missing_io_urls, r=frewsxcvSteve Klabnik-11/+19
2016-11-08Rollup merge of #37483 - xfix:patch-1, r=steveklabnikSteve Klabnik-23/+43
2016-11-08Rollup merge of #37425 - polo-language:doc, r=GuillaumeGomezSteve Klabnik-1/+1
2016-11-08Rollup merge of #35102 - steveklabnik:ref_warning, r=aturonSteve Klabnik-0/+5
2016-11-08Auto merge of #37192 - cristicbz:rust-rc-into-raw, r=brsonbors-0/+190
2016-11-08Partially stabilize RFC 1506 "Clarify relationships between ADTs"Vadim Petrochenkov-115/+23
2016-11-08More proeminent warning in Arc::{strong,weak}_count docs.Simon Sapin-5/+11
2016-11-08Add missing urls for Sum and Product traitsGuillaume Gomez-8/+16
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-168/+145
2016-11-08rustbuild: Vendor all dependenciesAlex Crichton-0/+40085
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-73/+20
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-588/+588
2016-11-08Add FxHasher, a faster alternative to FnvHasher.Nicholas Nethercote-0/+115
2016-11-07Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddybbors-6/+56
2016-11-07Fix typos and redundant codeoldmanmike-5/+3
2016-11-07Apply changes recommended in code reviewoldmanmike-21/+40
2016-11-07Auto merge of #37625 - xen0n:rustbuild-mips, r=alexcrichtonbors-0/+16
2016-11-07Auto merge of #37624 - xen0n:remove-bogus-mipsel-arches, r=alexcrichtonbors-1/+1
2016-11-06Auto merge of #37605 - dsprenkels:arc-max-refcount, r=alexcrichtonbors-0/+4
2016-11-07rustbuild: support MIPS host buildsWang Xuerui-0/+16
2016-11-07Remove mention of mipsel target_archWang Xuerui-1/+1
2016-11-06Auto merge of #37506 - jseyfried:improve_shadowing_checks, r=nrcbors-16/+66
2016-11-06Auto merge of #37619 - TimNN:aarch64-fuchsia-abi-blacklist, r=alexcrichtonbors-2/+5
2016-11-06Set attributes hidden by defaultGuillaume Gomez-8/+24
2016-11-06Auto merge of #37617 - pweyck:force-static-llvm-linking, r=alexcrichtonbors-0/+13
2016-11-06Improve attributes display and allow expansionGuillaume Gomez-373/+384
2016-11-06use arm abi blacklist for aarch64 fuchsiaTim Neumann-2/+5
2016-11-06Add a comment to `Arc::MAX_REFCOUNT`Daan Sprenkels-0/+4
2016-11-06Set possibility to hide attributesGuillaume Gomez-11/+15
2016-11-06Print more tags in rustdocGuillaume Gomez-8/+40
2016-11-06Auto merge of #37616 - jneem:master, r=alexcrichtonbors-0/+17
2016-11-06Force static linking of LLVMpweyck-0/+13