about summary refs log tree commit diff
path: root/src/librustc_metadata
AgeCommit message (Expand)AuthorLines
2019-03-08Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxcbors-8/+7
2019-03-08Auto merge of #58903 - estebank:forgetful-delims, r=petrochenkovbors-2/+2
2019-03-07hir: remove some obsolete NodeId methodsljedrz-2/+2
2019-03-07hir: remove NodeId from PatKindljedrz-1/+1
2019-03-07HirIdification: replace NodeId method callsljedrz-7/+6
2019-03-06Emit missing unclosed delimiter errorsEsteban Küber-2/+2
2019-03-05Move locate_ctxt backJohn Kåre Alsaker-21/+21
2019-03-05Encode proc macro stabilityJohn Kåre Alsaker-2/+7
2019-03-05Allow linking to a proc macro on the target in metadata and still use a host ...John Kåre Alsaker-56/+119
2019-03-02hir: remove NodeId from VariantDataljedrz-2/+2
2019-03-02hir: remove NodeId from Itemljedrz-19/+17
2019-03-02hir: remove NodeId from ForeignItemljedrz-4/+7
2019-03-01hir: remove NodeId from AnonConstljedrz-2/+2
2019-02-24hir: remove NodeId from Exprljedrz-1/+1
2019-02-24hir: remove NodeId from MacroDefljedrz-3/+3
2019-02-24hir: remove NodeId from GenericParamljedrz-2/+2
2019-02-20hir: HirId-ify intravisitljedrz-1/+1
2019-02-19Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkovbors-0/+28
2019-02-16Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapinkennytm-1/+0
2019-02-15Take Const into account in HIRvarkor-0/+28
2019-02-14Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnikMazdak Farrokhzad-1/+1
2019-02-13Convert old doc links to current editionLzu Tao-1/+1
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-13Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebankMazdak Farrokhzad-1/+1
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-13/+13
2019-02-11Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocsOliver Scherer-3/+3
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-2/+4
2019-02-11Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxcbors-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-13/+13
2019-02-09Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obkbors-1/+3
2019-02-09cleanup: rename node_id_to_type(_opt)ljedrz-1/+1
2019-02-09Rollup merge of #58255 - taiki-e:librustc_metadata-2018, r=CentrilMazdak Farrokhzad-66/+67
2019-02-08librustc_metadata => 2018Taiki Endo-66/+67
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-07unify error handling to single methodEsteban Küber-6/+2
2019-02-07Deduplicate mismatched delimiter errorsEsteban Küber-1/+7
2019-02-05typeck: partially HirIdifyljedrz-1/+1
2019-02-02hir: add HirId to main Hir nodesljedrz-1/+1
2019-01-24Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearthbors-1/+0
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-1/+0
2019-01-22Fix some cross crate existential type ICEsOliver Scherer-0/+3
2019-01-19Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakisMazdak Farrokhzad-20/+56
2019-01-18Rollup merge of #57650 - AB1908:master, r=petrochenkovMazdak Farrokhzad-1/+1
2019-01-15Pass a default value when unwrapping a spanAB1908-1/+1
2019-01-13Querify local plugin_registrar_fnIgor Matuszewski-4/+1
2019-01-13Querify local proc_macro_decls_staticIgor Matuszewski-2/+2
2019-01-10integrate trait aliases into def-paths / metadataNiko Matsakis-20/+56
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-170/+0
2018-12-12Remove `Session::sysroot()`.Nicholas Nethercote-1/+1