summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2016-07-03Don't translate vtable methods with Self: Sized bounds.Eduard Burtescu-1/+6
2016-05-21Auto merge of #33752 - mrhota:internal_docs, r=steveklabnikbors-7/+35
2016-05-21Improve internal documentation and code styleTicki-7/+35
2016-05-20Rollup merge of #33683 - sanxiyn:paren-span, r=nikomatsakisGuillaume Gomez-1/+5
2016-05-20Auto merge of #33553 - alexcrichton:cdylibs, r=brsonbors-5/+10
2016-05-19rustc: Add a new crate type, cdylibAlex Crichton-5/+10
2016-05-19Auto merge of #33694 - arielb1:fuzzy-on-unimplemented, r=nikomatsakisbors-26/+72
2016-05-18Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakisbors-2/+2
2016-05-18implement fuzzy matching in on_unimplementedAriel Ben-Yehuda-26/+72
2016-05-18Auto merge of #33476 - nikomatsakis:incr-comp-xcrate, r=mwbors-128/+232
2016-05-19Be smart about span of parenthesized expression in macroSeo Sanghyeon-1/+4
2016-05-18add task for linkingNiko Matsakis-0/+2
2016-05-18fix indentation of session/mod.rsNiko Matsakis-3/+3
2016-05-18add debug info to dep_graphNiko Matsakis-1/+5
2016-05-18nit: use format! instead of iteratorNiko Matsakis-12/+1
2016-05-18allow retracing paths across cratesNiko Matsakis-40/+69
2016-05-18cleanup dep-graph debugging codeNiko Matsakis-0/+70
2016-05-18change svh to store a u64Niko Matsakis-46/+22
2016-05-18identify inputs of `MetaData(X)` nodesNiko Matsakis-9/+18
2016-05-18when encoding, push MetaData(foo) task on stackNiko Matsakis-0/+1
2016-05-18add a MetaData node and trigger reads from itNiko Matsakis-0/+5
2016-05-18ignore dep-graph in resolve and lower_crateNiko Matsakis-1/+10
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-19/+28
2016-05-18remove the `Any` bound from `CrateStore`Niko Matsakis-6/+1
2016-05-18add MetaData DepNode variantNiko Matsakis-0/+6
2016-05-18Auto merge of #33710 - Manishearth:rollup, r=Manishearthbors-2/+34
2016-05-18Rollup merge of #33695 - nikomatsakis:spezializes-cache, r=aturonManish Goregaokar-2/+34
2016-05-18Auto merge of #33654 - petrochenkov:hirident, r=nrcbors-202/+115
2016-05-17Auto merge of #33137 - nikomatsakis:issue-32330-lbr-in-return-type-warning-2,...bors-189/+370
2016-05-17fix stale method namesNiko Matsakis-2/+2
2016-05-17warn for where/return-types that reference regionsNiko Matsakis-1/+89
2016-05-17refactor: use `select` inside of a probeNiko Matsakis-188/+281
2016-05-17introduce a specializes cacheNiko Matsakis-2/+34
2016-05-17Preserve span when lowering ExprKind::ParenSeo Sanghyeon-1/+2
2016-05-17Improve a few errors and fix #33366Jonathan Turner-2/+2
2016-05-16Auto merge of #33491 - arielb1:obligation-jungle, r=nikomatsakisbors-552/+102
2016-05-16change on_unimplented logicAriel Ben-Yehuda-5/+12
2016-05-16Fix rebaseVadim Petrochenkov-4/+4
2016-05-16lowering: Rename identifiers only when necessaryVadim Petrochenkov-12/+32
2016-05-16Remove hir::IdentVadim Petrochenkov-189/+82
2016-05-16Auto merge of #33331 - uasi:diag-e0038-typo, r=GuillaumeGomezbors-1/+1
2016-05-15Auto merge of #33505 - petrochenkov:self, r=nrcbors-255/+87
2016-05-15Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakisbors-2/+2
2016-05-14Add checks for `self: _` and `self: &_`Vadim Petrochenkov-0/+10
2016-05-14Remove ExplicitSelf from HIRVadim Petrochenkov-255/+77
2016-05-14Rollup merge of #33576 - soltanmm:vtable, r=nikomatsakisManish Goregaokar-102/+221
2016-05-14Rollup merge of #33572 - nagisa:assoc-const-types, r=eddybManish Goregaokar-20/+2
2016-05-14Rollup merge of #33555 - soltanmm:ambiguous-nixon, r=nikomatsakisManish Goregaokar-57/+1
2016-05-13Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1bors-3/+3
2016-05-13rewrite fuzzy `on_unimplemented` matching to avoid ICEsAriel Ben-Yehuda-181/+33