about summary refs log tree commit diff
path: root/src/librustc_metadata/cstore_impl.rs
AgeCommit message (Expand)AuthorLines
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-3/+4
2018-11-21rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.Eduard-Mihai Burtescu-1/+1
2018-11-14Wrap some query results in `Lrc`.Nicholas Nethercote-3/+3
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-15/+1
2018-09-28Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrcbors-4/+4
2018-09-22Auto merge of #54265 - arielb1:civilize-proc-macros, r=alexcrichtonbors-6/+0
2018-09-19Use full name to identify a macro in a `FileName`.Diogo Sousa-4/+4
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-2/+2
2018-09-15avoid leaking host details in proc macro metadata decodingAriel Ben-Yehuda-6/+0
2018-09-06crates that provide a `panic_handler` are exempt from `unused_extern_crates`Jorge Aparicio-0/+1
2018-08-23Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakisbors-2/+2
2018-08-21Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkorkennytm-4/+2
2018-08-20Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.Nicholas Nethercote-2/+2
2018-08-19mv codemap() source_map()Donato Sciarra-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-2/+2
2018-08-19mv filemap source_fileDonato Sciarra-4/+4
2018-08-18Remove LinkMeta structbjorn3-4/+2
2018-08-09Move SVH structure to data structuresMark Rousskov-1/+2
2018-08-05Add lint for unknown feature attributesvarkor-0/+1
2018-08-03Move unused trait functions to inherent functionsMark Rousskov-78/+71
2018-08-03Visibility is now a queryMark Rousskov-4/+0
2018-07-20proc_macro: clean up the implementation of quasi-quoting.Eduard-Mihai Burtescu-2/+4
2018-07-11Deny bare trait objects in in src/librustc_metadataljedrz-2/+2
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-2/+0
2018-07-04Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca...bors-0/+1
2018-07-02introduce `predicates_defined_on` for traitsNiko Matsakis-0/+1
2018-06-30expansion: Give names to some fields of `SyntaxExtension`Vadim Petrochenkov-2/+5
2018-06-23hygiene: Do not reset expansion info for `quote!`Vadim Petrochenkov-1/+1
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-2/+2
2018-05-18Catch an issue missed in rebaseIsaac Whitfield-1/+1
2018-05-18Remove unnecessary impl methods for CrateMetadataIsaac Whitfield-13/+13
2018-05-18Serialize attributes into the CrateRootIsaac Whitfield-5/+5
2018-05-18Avoid removing from cstore_impl for nowIsaac Whitfield-0/+5
2018-05-18Attempt to pass CrateMetadata flags on creationIsaac Whitfield-5/+0
2018-05-18Avoid generating attributes more than once for CrateMetadataIsaac Whitfield-5/+5
2018-05-17Pass crate editions to macro expansions, update testsVadim Petrochenkov-1/+2
2018-05-17Keep crate edition in metadataVadim Petrochenkov-0/+6
2018-04-27Auto merge of #50102 - Zoxc:query-nomacro, r=michaelwoeristerbors-1/+1
2018-04-27Create a job immediately when looking in the query map and start it laterJohn Kåre Alsaker-1/+1
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-1/+1
2018-04-19Remove HIR inliningWesley Wiser-7/+1
2018-04-10Auto merge of #49386 - GuillaumeGomez:fix-path-attribute, r=eddybbors-1/+1
2018-04-06Allow for re-using monomorphizations from upstream crates.Michael Woerister-2/+2
2018-04-06Allow for representing exported monomorphizations in crate metadata.Michael Woerister-1/+1
2018-03-28Take the original extra-filename passed to a crate into account whenChris Manchester-0/+3
2018-03-26Fix path attribute in rustdocGuillaume Gomez-1/+1
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-3/+0
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-3/+0