about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-07Auto merge of #49623 - steveklabnik:update-mdbook, r=GuillaumeGomezbors-1/+213
2018-04-06Auto merge of #49392 - retep007:nll-issue-48962, r=nikomatsakisbors-23/+167
2018-04-06Auto merge of #49064 - QuietMisdreavus:piercing-the-veil, r=GuillaumeGomezbors-2/+26
2018-04-06Auto merge of #48779 - michaelwoerister:share-generics4, r=alexcrichtonbors-181/+675
2018-04-06Auto merge of #49335 - GuillaumeGomez:remove-unneeded-trait-implementations-t...bors-11/+34
2018-04-06Update run-make/symbol-visibility to also cover shared-genericsMichael Woerister-7/+50
2018-04-06Allow for re-using hidden monomorphizations on platforms that don't support R...Michael Woerister-9/+29
2018-04-06Update a few comments about symbol visibility.Michael Woerister-24/+35
2018-04-06Add codegen-units test for shared-generics.Michael Woerister-0/+51
2018-04-06Make sure that generics are internalized in executables even with -Zshare-gen...Michael Woerister-0/+22
2018-04-06Don't internalize generics that are re-exportedMichael Woerister-0/+1
2018-04-06Fix some rebasing fallout.Michael Woerister-3/+2
2018-04-06Select upstream monomorphizations in a stable way.Michael Woerister-5/+35
2018-04-06Adapt codegen-unit test to shared-generics.Michael Woerister-2/+2
2018-04-06Allow for internalizing monomorphizations that cannot be shared.Michael Woerister-28/+136
2018-04-06Remove the (inaccurate) symbol_export_level query.Michael Woerister-9/+4
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 #49154 - petrochenkov:spident, r=eddybbors-858/+791
2018-04-06Fix feature gating for crate/extern in pathsVadim Petrochenkov-2/+10
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-164/+138
2018-04-06Fix stable hash for identifiersVadim Petrochenkov-2/+3
2018-04-06Make lifetime nonterminals closer to identifier nonterminalsVadim Petrochenkov-47/+47
2018-04-06Remove more duplicated spansVadim Petrochenkov-200/+181
2018-04-06Rename `ast::Variant_::name` into `ident` + Fix rebaseVadim Petrochenkov-38/+30
2018-04-06Use `Span::apply_mark` where possibleVadim Petrochenkov-14/+14
2018-04-06Get rid of `SpannedIdent`Vadim Petrochenkov-272/+231
2018-04-06Rename `PathSegment::identifier` to `ident`Vadim Petrochenkov-102/+67
2018-04-06Use `Span` instead of `SyntaxContext` in `Ident`Vadim Petrochenkov-93/+146
2018-04-06Auto merge of #49293 - memoryleak47:add-compiletest-nll-compare-mode, r=pnkfelixbors-22/+82
2018-04-05update mdbooksteveklabnik-1/+213
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