summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-12-16Update book for rustupBrian Anderson-9/+23
2016-12-16Book: rustup.sh -> rustup.rsSteve Klabnik-21/+7
2016-12-15Work around a borrow surviving too long (fixes #37686)Anthony Ramine-1/+18
2016-12-14don't double-apply variant padding to const enumsAriel Ben-Yehuda-9/+50
2016-12-14Fix invalid src urlGuillaume Gomez-2/+15
2016-12-14Document the question mark operatorest31-2/+8
2016-12-14evaluate obligations in LIFO order during closure projectionAriel Ben-Yehuda-1/+89
2016-11-16std: Update compiler-rt for more ABI fixesAlex Crichton-0/+0
2016-11-15rustbuild: Tweak default rule inclusionAlex Crichton-2/+4
2016-11-11bootstrap: rust-docs is a default packageBrian Anderson-0/+1
2016-11-08Bump the bootstrap compiler to 1.13Brian Anderson-1/+1
2016-11-08Bump the bootstrap cargo to match the one paired with 1.13Brian Anderson-1/+1
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-73/+20
2016-11-07Auto merge of #36365 - matthew-piziak:silent-overflow, r=eddybbors-6/+56
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-06Auto merge of #37617 - pweyck:force-static-llvm-linking, r=alexcrichtonbors-0/+13
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-06Auto merge of #37616 - jneem:master, r=alexcrichtonbors-0/+17
2016-11-06Force static linking of LLVMpweyck-0/+13
2016-11-06Add test for issue 18060.Joe Neeman-0/+17
2016-11-06rustc: harden against InferOk having obligations in more cases.Eduard Burtescu-44/+78
2016-11-06Auto merge of #37386 - johnthagen:Self-reference-example, r=GuillaumeGomezbors-0/+15
2016-11-05Auto merge of #37597 - alexcrichton:rollup, r=alexcrichtonbors-2960/+4309
2016-11-05Only test docs and such for the hostAlex Crichton-5/+14
2016-11-05Use From trait as an example usage of Self.johnthagen-0/+15
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-606/+1234
2016-11-05Fix tests from the rollupAlex Crichton-8/+67
2016-11-05Merge branch 'selfgate' of https://github.com/petrochenkov/rust into rollupAlex Crichton-0/+52
2016-11-05Merge branch 'new-rustbuild' into rollupAlex Crichton-983/+1115
2016-11-05Rollup merge of #37596 - est31:master, r=alexcrichtonAlex Crichton-0/+17
2016-11-05Rollup merge of #37589 - raphlinus:fuchsia_random, r=alexcrichtonAlex Crichton-8/+20
2016-11-05Rollup merge of #37587 - ollie27:to_mut, r=alexcrichtonAlex Crichton-1/+4
2016-11-05Rollup merge of #37586 - TimNN:fix-37559, r=alexcrichtonAlex Crichton-0/+0
2016-11-05Rollup merge of #37585 - leodasvacas:change_into_to_from, r=alexcrichtonAlex Crichton-11/+11
2016-11-05Rollup merge of #37583 - michaelwoerister:hir-stats, r=alexcrichtonAlex Crichton-2/+428
2016-11-05Rollup merge of #37579 - liigo:defaulthasher, r=alexcrichtonAlex Crichton-9/+18
2016-11-05Rollup merge of #37577 - nnethercote:shrink-Expr-slightly, r=eddybAlex Crichton-5/+5
2016-11-05Rollup merge of #37574 - ollie27:cow_add, r=alexcrichtonAlex Crichton-53/+143
2016-11-05Rollup merge of #37569 - jseyfried:improve_expansion_perf, r=eddybAlex Crichton-448/+353
2016-11-05Rollup merge of #37566 - brson:env, r=alexcrichtonAlex Crichton-1/+1
2016-11-05Rollup merge of #37565 - mglagla:peek_use_as_ref, r=alexcrichtonAlex Crichton-4/+1
2016-11-05Rollup merge of #37564 - Mark-Simulacrum:sized-ice, r=eddybAlex Crichton-4/+19
2016-11-05Rollup merge of #37557 - TimNN:fix-36954, r=eddybAlex Crichton-7/+41