about summary refs log tree commit diff
path: root/src/librustc_metadata
AgeCommit message (Expand)AuthorLines
2016-09-04Rollup merge of #36070 - gavinb:master, r=jonathandturnerManish Goregaokar-4/+6
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-12/+12
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-4/+5
2016-09-04Add librustc metadata error codes to global checkggomez-3/+5
2016-09-03Fix type encoding/decoding for unionsVadim Petrochenkov-2/+10
2016-09-03Fix rebaseVadim Petrochenkov-1/+32
2016-09-03Implement encoding/decoding unions in metadataVadim Petrochenkov-0/+7
2016-09-03Add union typesVadim Petrochenkov-0/+5
2016-09-03Add unions to definition mapVadim Petrochenkov-0/+1
2016-09-03Add unions to HIRVadim Petrochenkov-0/+3
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-74/+275
2016-09-01turn the RFC1592 warnings into hard errorsAriel Ben-Yehuda-3/+0
2016-08-30Add E0470 error explanationggomez-2/+43
2016-08-30Add E0469 error explanationggomez-1/+43
2016-08-30Add E0468 error explanationggomez-1/+28
2016-08-30Add E0467 error explanationggomez-1/+29
2016-08-30Add E0466 error explanationggomez-1/+37
2016-08-30Auto merge of #36126 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-3/+5
2016-08-30Auto merge of #36066 - jseyfried:rollup, r=Manishearthbors-91/+22
2016-08-29Update E0463 error message to new formatPaul Fanelli-3/+5
2016-08-29E0458 Update error format #35932Gavin Baker-2/+3
2016-08-29E0459 Update error format #35933Gavin Baker-2/+3
2016-08-28Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrcJeffrey Seyfried-2/+2
2016-08-28Rollup merge of #35850 - SergioBenitez:master, r=nrcJeffrey Seyfried-93/+24
2016-08-27Make metadata encoding deterministicJonas Schievink-1/+6
2016-08-27Use `FnvHashMap` in more placesJonas Schievink-12/+12
2016-08-27Auto merge of #36030 - Manishearth:rollup, r=Manishearthbors-58/+45
2016-08-26Auto merge of #35542 - scottcarr:visitor_refactor, r=nikomatsakisbors-1/+2
2016-08-27rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer.Eduard Burtescu-17/+21
2016-08-27rustc: pass ty::Region behind an interned 'tcx reference.Eduard Burtescu-41/+24
2016-08-27rustc: use accessors for Substs::{types,regions}.Eduard Burtescu-2/+2
2016-08-25Refactor away `AttrMetaMethods`.Jeffrey Seyfried-2/+2
2016-08-25Refactor away `AttrNestedMetaItemMethods`.Jeffrey Seyfried-2/+2
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-93/+24
2016-08-25Rollup merge of #35955 - frewsxcv:idiomatic-methods, r=eddybManish Goregaokar-19/+20
2016-08-24Auto merge of #35971 - jonathandturner:rollup, r=jonathandturnerbors-2/+4
2016-08-24Update E0445 and E0454 to new error formatMohit Agarwal-2/+4
2016-08-24Remove AST from metadata except for consts and const fns.Eduard Burtescu-32/+7
2016-08-23Reuse iterator to avoid unnecessary creation.Corey Farwell-2/+3
2016-08-23Use idiomatic names for string-related methods names.Corey Farwell-17/+17
2016-08-19Update block codes' flagsGuillaume Gomez-5/+5
2016-08-18track Location in visitor, combine LocationScott A Carr-1/+2
2016-08-17remove seemingly unnecessary call to encode_predicatesNiko Matsakis-4/+0
2016-08-17remove `usize: DepGraphRead` and add `Untracked`Niko Matsakis-13/+35
2016-08-17Add a comment, remove Deref/DerefMutNiko Matsakis-33/+79
2016-08-17pacify the mercilous tidyNiko Matsakis-2/+3
2016-08-17create a trait to ensure that data is trackedNiko Matsakis-22/+117
2016-08-17change callback for expr/type to a fn pointerNiko Matsakis-62/+62
2016-08-17extract two more record callsNiko Matsakis-55/+61
2016-08-17extract encode_info_for_trait_item into methodNiko Matsakis-100/+109