about summary refs log tree commit diff
path: root/src/librustc_metadata
AgeCommit message (Expand)AuthorLines
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-3/+3
2018-08-21Auto merge of #53530 - kennytm:rollup, r=kennytmbors-12/+6
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-21Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkorkennytm-11/+5
2018-08-20Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddybbors-13/+12
2018-08-20Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.Nicholas Nethercote-2/+2
2018-08-19fix tidy errorsDonato Sciarra-2/+4
2018-08-19mv codemap source_mapDonato Sciarra-35/+35
2018-08-19mv codemap() source_map()Donato Sciarra-7/+7
2018-08-19mv (mod) codemap source_mapDonato Sciarra-6/+6
2018-08-19mv filemap source_fileDonato Sciarra-55/+55
2018-08-19mv FileMap SourceFileDonato Sciarra-24/+24
2018-08-19mv CodeMap SourceMapDonato Sciarra-2/+2
2018-08-19Replace generics_require_inlining with generics.requires_monomorphizationvarkor-5/+2
2018-08-19Replace for_each with forvarkor-8/+10
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-4/+6
2018-08-18Remove LinkMeta structbjorn3-11/+5
2018-08-14rustc_resolve: fix special-case for one-segment import paths.Eduard-Mihai Burtescu-28/+0
2018-08-10Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelixbors-7/+9
2018-08-09Move Fingerprint to data structuresMark Rousskov-2/+2
2018-08-09Move SVH structure to data structuresMark Rousskov-5/+7
2018-08-09librustc_metadata: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-07Rollup merge of #52886 - petrochenkov:noga, r=alexcrichtonkennytm-1/+1
2018-08-05Improve query efficiencyvarkor-5/+3
2018-08-05Fix incremental testsvarkor-2/+4
2018-08-05Remove unnecessary feature attributes that sneaked invarkor-1/+0
2018-08-05Add lint for unknown feature attributesvarkor-0/+23
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-17/+17
2018-08-04cleanup: Remove `Def::GlobalAsm`Vadim Petrochenkov-1/+1
2018-08-03Move unused trait functions to inherent functionsMark Rousskov-78/+76
2018-08-03Store concrete crate stores where possibleMark Rousskov-6/+7
2018-08-03Visibility is now a queryMark Rousskov-4/+0
2018-08-03Move validate_crate_name to rustc_metadataMark Rousskov-1/+5
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-1/+1
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-1/+1
2018-07-28Don't format!() string literalsljedrz-1/+1
2018-07-28Rollup merge of #52760 - cuviper:test_loading_atoi, r=alexcrichtonkennytm-13/+12
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-2/+0
2018-07-27Prefer to_string() to format!()ljedrz-1/+1
2018-07-26rustc_metadata: test loading atoi instead of cosJosh Stone-13/+12
2018-07-26Rollup merge of #52723 - alexcrichton:fix-extern-rename-ice, r=estebankMark Rousskov-4/+3
2018-07-25rustc: Register crates under their real namesAlex Crichton-4/+3
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-23librustc: Prefer `Option::map`/etc over `match` where applicableColin Wallace-10/+7
2018-07-21Auto merge of #52552 - eddyb:proc-macro-prep, r=alexcrichtonbors-2/+5
2018-07-20Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddybbors-52/+80
2018-07-20proc_macro: clean up the implementation of quasi-quoting.Eduard-Mihai Burtescu-2/+5
2018-07-18rustc: Stabilize #[wasm_import_module] as #[link(...)]Alex Crichton-52/+80
2018-07-18Implement existential typesOliver Schneider-0/+8