about summary refs log tree commit diff
path: root/src/librustc_codegen_utils
AgeCommit message (Expand)AuthorLines
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-1752/+0
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-5/+6
2020-03-17Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisabors-1/+3
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-5/+6
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-03Run format.12101111-1/+3
2020-03-03Don't use static crt by default when build proc-macro.12101111-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-3/+3
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-27use char instead of &str for single char patternsMatthias Krüger-1/+1
2020-02-04Remove unused feature gates from cg_ssa and cg_utilsbjorn3-4/+0
2020-02-04Split `join_codegen_and_link()` into two stepsVictor Ding-1/+12
2020-01-25Rollup merge of #68111 - varkor:const-generics-type_name, r=oli-obkYuki Okushi-1/+1
2020-01-24Print constants in `type_name` for const genericsvarkor-1/+1
2020-01-23Add projection query for upstream drop-glue instances.Michael Woerister-22/+3
2020-01-20Make sure that all upstream generics get re-exported from Rust dylibs.Michael Woerister-36/+76
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-7/+8
2020-01-04extract rustc::middle::codegen_fn_attrsMazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-4/+4
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-3/+3
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-12-24x.py fmt after previous deignoreMark Rousskov-74/+52
2019-12-22Format the worldMark Rousskov-153/+123
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::Item.Camille GILLOT-1/+1
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-4/+4
2019-12-20Rollup merge of #67363 - alexcrichton:wasm-import-modules, r=eddybMazdak Farrokhzad-4/+24
2019-12-16Fix handling of wasm import modules and namesAlex Crichton-4/+24
2019-12-14Revert "Stabilize the `never_type`, written `!`."Niko Matsakis-1/+1
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-1/+1
2019-11-20Rollup merge of #66060 - traxys:test_65401, r=michaelwoeristerMazdak Farrokhzad-3/+35
2019-11-12Rename in librustc_codegen_utils.Camille GILLOT-1/+1
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-4/+4
2019-11-06Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...Mazdak Farrokhzad-2/+3
2019-11-05rewrote error messages for #[rustc_error]Quentin Boyer-2/+8
2019-11-05rustc: remove "GlobalMetaData" dead code from hir::map::definitions.Eduard-Mihai Burtescu-2/+1
2019-11-03add rustc_error(delay_span_bug_from_inside_query) attributeQuentin Boyer-3/+29
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-2/+3
2019-10-24rustc: Add a convenience alias for `dyn MetadataLoader + Sync`Vadim Petrochenkov-2/+2
2019-10-21Change `SymbolName::name` from `InternedString` to `Symbol`.Nicholas Nethercote-13/+10
2019-10-21Convert fields within `DefPathData` from `InternedString` to `Symbol`.Nicholas Nethercote-1/+1
2019-10-13Add top level provide/provide_extern to cg_ssa and cg_utilsbjorn3-0/+5
2019-10-13Remove unused method CodegenBackend::diagnosticsbjorn3-1/+0
2019-10-04clean up GeneratorSubstscsmoe-2/+2
2019-09-29remove ClosureSubsts with SubstsRefcsmoe-2/+2
2019-09-28Switch over all StableHash impls to new formatMark Rousskov-2/+2
2019-09-26Auto merge of #64816 - Centril:rollup-gbeqot4, r=Centrilbors-2/+0
2019-09-26Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddybMazdak Farrokhzad-2/+0
2019-09-26Rename `subst::Kind` to `subst::GenericArg`varkor-13/+13