about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-06Make generics sharing the default for non-optimized builds.Michael Woerister-3/+13
2018-04-06Allow for re-using monomorphizations from upstream crates.Michael Woerister-38/+195
2018-04-06Move export level computation to reachable_non_generics query.Michael Woerister-53/+49
2018-04-06Allow for representing exported monomorphizations in crate metadata.Michael Woerister-39/+89
2018-04-06Fix incomplete ICH implementation for ty::subst::UnpackedKind.Michael Woerister-0/+1
2018-04-06Auto merge of #49293 - memoryleak47:add-compiletest-nll-compare-mode, r=pnkfelixbors-22/+82
2018-04-05Rollup merge of #49705 - alexcrichton:less-manifest-docs, r=kennytmAlex Crichton-0/+22
2018-04-05Rollup merge of #49697 - kennytm:name-every-builder, r=aturonAlex Crichton-0/+5
2018-04-05Rollup merge of #49621 - Nemo157:impl-unpin-for-pin, r=withoutboatsAlex Crichton-0/+6
2018-04-05Filter out missing components from manifestsAlex Crichton-0/+22
2018-04-05Rollup merge of #49686 - memoryleak47:typo, r=alexcrichtonAlex Crichton-3/+3
2018-04-05Rollup merge of #49597 - alexcrichton:proc-macro-v2, r=petrochenkovAlex Crichton-314/+732
2018-04-05Rollup merge of #49497 - scalexm:hrtb, r=nikomatsakisAlex Crichton-53/+88
2018-04-05impl Unpin for PinBoxWim Looman-0/+3
2018-04-06Give a name to every CI job.kennytm-0/+5
2018-04-05Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkovAlex Crichton-65/+544
2018-04-05Rollup merge of #49045 - Zoxc:tls, r=michaelwoeristerAlex Crichton-183/+558
2018-04-05Auto merge of #49684 - kennytm:rollup, r=kennytmbors-119/+567
2018-04-05typosmemoryleak47-3/+3
2018-04-05Rollup merge of #49674 - alexcrichton:no-incremental-rustc, r=michaelwoeristerkennytm-22/+0
2018-04-05Rollup merge of #49667 - Manishearth:preview-features, r=nikomatsakiskennytm-6/+6
2018-04-05Rollup merge of #49654 - davidtwco:issue-29893, r=alexcrichtonkennytm-11/+16
2018-04-05Rollup merge of #49563 - japaric:std-thumb, r=alexcrichtonkennytm-36/+78
2018-04-05Rollup merge of #49496 - glandium:master, r=sfacklerkennytm-26/+55
2018-04-05Rollup merge of #49432 - nabijaczleweli:master, r=michaelwoeristerkennytm-4/+38
2018-04-05Rollup merge of #49345 - davidtwco:issue-44109, r=nikomatsakiskennytm-0/+82
2018-04-05Rollup merge of #49253 - chmanchester:probing_fix, r=alexcrichtonkennytm-14/+107
2018-04-05Rollup merge of #48658 - llogiq:no-more-cas, r=kennytmkennytm-0/+185
2018-04-05Auto merge of #48851 - petrochenkov:genparattr, r=nikomatsakisbors-244/+45
2018-04-05Auto merge of #48709 - tinaun:issue48703, r=nikomatsakisbors-8/+42
2018-04-04ci: Remove x86_64-gnu-incremental builderAlex Crichton-22/+0
2018-04-05Auto merge of #49587 - Bobo1239:master, r=nrcbors-25/+4
2018-04-05Stabilize attributes on generic parametersVadim Petrochenkov-244/+45
2018-04-04Update RLSBoris-Chengbiao Zhou-25/+4
2018-04-04Tweak doc comment expansionAlex Crichton-1/+7
2018-04-04Auto merge of #49642 - kennytm:rollup, r=kennytmbors-159/+594
2018-04-04Add more features to rust_2018_previewManish Goregaokar-6/+6
2018-04-04compile other no-std cratesJorge Aparicio-1/+4
2018-04-04Revert "create a nostd crate"Jorge Aparicio-35/+4
2018-04-05Rollup merge of #49547 - Phlosioneer:44831-borrowck-remove-ignore, r=arielb1kennytm-1/+0
2018-04-05Rollup merge of #49641 - valff:decl-macro-illegal-copy, r=nikomatsakiskennytm-0/+53
2018-04-05Rollup merge of #49634 - lloydmeta:tests/issue-43058, r=nikomatsakiskennytm-0/+38
2018-04-05Rollup merge of #49625 - bjorn3:miri_access_memory_kind, r=oli-obkkennytm-0/+4
2018-04-05Rollup merge of #49594 - mbrubeck:docs, r=steveklabnikkennytm-2/+28
2018-04-05Rollup merge of #49628 - steveklabnik:learn-use-master, r=QuietMisdreavuskennytm-46/+63
2018-04-05Rollup merge of #49639 - matklad:cargo, r=kennytmkennytm-0/+0
2018-04-05Rollup merge of #49637 - tmccombs:parent-id-stabilize, r=sfacklerkennytm-1/+1
2018-04-04Auto merge of #48171 - FraGag:doc-copy-clone-impls, r=nikomatsakisbors-41/+220
2018-04-04create a nostd crateJorge Aparicio-4/+35
2018-04-04Auto merge of #48913 - Mark-Simulacrum:rustbuild-test, r=alexcrichtonbors-470/+1211