about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-06Add `inline` to `TransFnAttrs`Wesley Wiser-137/+149
2018-03-06Add query for trans fn attributesWesley Wiser-15/+98
2018-03-06Auto merge of #48768 - kennytm:rollup, r=kennytmbors-384/+684
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-116/+109
2018-03-06Rollup merge of #48507 - GuillaumeGomez:cstr-note, r=steveklabnikkennytm-0/+2
2018-03-06Rollup merge of #48474 - christianpoveda:new_cell_docs, r=steveklabnikkennytm-0/+18
2018-03-06Rollup merge of #48761 - frewsxcv:frewsxcv-rm-python, r=alexcrichtonkennytm-93/+0
2018-03-06Rollup merge of #48754 - leodasvacas:while-let-all-the-things, r=rkruppekennytm-50/+20
2018-03-06Rollup merge of #48753 - tbu-:pr_hashmap_isize, r=BurntSushikennytm-29/+29
2018-03-06Rollup merge of #48732 - debris:remove_powerpc64, r=alexcrichtonkennytm-11/+0
2018-03-06Rollup merge of #48727 - leodasvacas:refactor-contrived-match, r=rkruppekennytm-13/+6
2018-03-06Rollup merge of #48657 - sinkuu:opt_str_repeat, r=dtolnaykennytm-3/+55
2018-03-06Auto merge of #48611 - michaelwoerister:share-generics2, r=alexcrichtonbors-271/+413
2018-03-06Don't show crate metadata symbol as exported symbol to downstream crates.Michael Woerister-13/+29
2018-03-06Fix export level of plugin and procmacro registrars.Michael Woerister-13/+14
2018-03-06Don't recompute SymbolExportLevel for upstream crates.Michael Woerister-90/+91
2018-03-06Compute symbol names more lazily.Michael Woerister-48/+135
2018-03-06Clean up handling of symbol export information.Michael Woerister-209/+231
2018-03-06Rename exported_symbol_ids query to something more explicit and document what...Michael Woerister-47/+62
2018-03-06Rollup merge of #48590 - tshepang:more-simple, r=frewsxcvkennytm-31/+22
2018-03-06Rollup merge of #48573 - Amanieu:bitreverse2, r=sfacklerkennytm-4/+120
2018-03-06Rollup merge of #48546 - GuillaumeGomez:raw-string-error-note, r=estebankkennytm-8/+47
2018-03-06Rollup merge of #48432 - flip1995:lit_diag, r=oli-obkkennytm-8/+238
2018-03-06Rollup merge of #48403 - lukaslueg:casted, r=steveklabnikkennytm-18/+18
2018-03-06Auto merge of #48509 - Phlosioneer:option-doc-change, r=TimNNbors-4/+4
2018-03-06Add i128 tests for intrinsicsAmanieu d'Antras-1/+26
2018-03-06Add reverse_bits to integer typesAmanieu d'Antras-0/+66
2018-03-05Remove seemingly unused sugarise-doc-comments Python script.Corey Farwell-93/+0
2018-03-06Auto merge of #48456 - mark-i-m:whitelist, r=alexcrichtonbors-27/+243
2018-03-05Add ena to whitelistWho? Me?!-0/+1
2018-03-05Uncomment whitelistWho? Me?!-34/+34
2018-03-05Do check the deps of path depsMark Mansi-32/+44
2018-03-05enable whitelistMark Mansi-23/+23
2018-03-05Don't check in-tree depsMark Mansi-39/+12
2018-03-05different versions may have different depsMark Mansi-66/+84
2018-03-05Add a few missing depsMark Mansi-0/+3
2018-03-05Remove spurious whitespaceMark Mansi-54/+54
2018-03-05uncomment whitelistMark Mansi-55/+55
2018-03-05Fix alexcrichton's commentsMark Mansi-95/+77
2018-03-05Only check the whitelist for some cratesMark Mansi-340/+147
2018-03-05Get the path to cargo from rustbuildMark Mansi-7/+10
2018-03-05Trying to get paths right...Mark Mansi-1/+310
2018-03-05MAKE IT FAILgit statusgit statusMark Mansi-20/+53
2018-03-05CommentsMark Mansi-1/+2
2018-03-05Start adding a whitelist for rustc dependenciesMark Mansi-9/+82
2018-03-05Run rustfmt on tidy/src/deps.rsMark Mansi-14/+15
2018-03-05while let all the thingsleonardo.yvens-50/+20
2018-03-05Remove a couple of `isize` references from hashmap docsTobias Bucher-29/+29
2018-03-05Fix some merge fallout.Michael Woerister-1/+1
2018-03-05Fix procedural_mbe_matching test case after libsyntax change.Michael Woerister-1/+1