about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/consts.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-512/+0
2020-08-17Auto merge of #75187 - pawanbisht62:feature/incorporate-tracing, r=oli-obkbors-1/+1
2020-08-15Merge branch 'master' into feature/incorporate-tracingpawanbisht62-5/+5
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-1/+1
2020-08-10Merge branch 'master' into feature/incorporate-tracingpawanbisht62-1/+1
2020-08-08Miri: Renamed "undef" to "uninit"Philippe Nadon-5/+5
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
2020-08-06Incorporate tracing cratebishtpawan-1/+1
2020-07-29Auto merge of #72049 - mati865:mingw-lld, r=petrochenkovbors-1/+1
2020-07-29MinGW: emit dllexport/dllimport by rustcMateusz Mikuła-1/+1
2020-07-22[AVR] Correctly set the pointer address space when constructing pointers to f...Dylan McKay-3/+9
2020-07-20mir: `unused_generic_params` queryDavid Wood-2/+2
2020-07-17Generating the coverage mapRich Kadel-3/+7
2020-07-15Change `SymbolName::name` to a `&str`.Nicholas Nethercote-6/+4
2020-04-30Add a convenience function for testing whether a static is `#[thread_local]`Oliver Scherer-0/+1
2020-04-23Address comments from reviewmarmeladema-3/+2
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-1/+1
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-1/+3
2020-04-03Rollup merge of #70720 - ecstatic-morse:issue-70637, r=oli-obkMazdak Farrokhzad-16/+13
2020-04-02Place TLS initializers with relocations in .tdataDylan MacKenzie-16/+13
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-3/+2
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-5/+7
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-6/+6
2020-03-11librustc_codegen_llvm: Replace deprecated API usageTomasz Miąsko-2/+2
2020-02-15Change const eval to return `ConstValue`, instead of `Const` as the type insi...Ben Lewis-5/+3
2020-01-06Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisabors-2/+3
2020-01-05Rename Instance.ty to Instance.monomorphic_tyAaron Hill-2/+2
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-2/+3
2020-01-04extract rustc::middle::codegen_fn_attrsMazdak Farrokhzad-5/+3
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-24x.py fmt after previous deignoreMark Rousskov-73/+59
2019-12-22Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obkMazdak Farrokhzad-8/+2
2019-12-21Handle Attributes in arena.Camille GILLOT-2/+2
2019-12-22Add simpler entry points to const eval for common usages.Ben Lewis-8/+2
2019-12-11Remove unused importAaron Hill-1/+0
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-0/+3
2019-12-04Migrate to LLVM{Get,Set}ValueName2Josh Stone-6/+4
2019-11-18Allow different global references to the same nameStephen Crane-3/+5
2019-11-12Rename in librustc_codegen_llvm.Camille GILLOT-2/+2
2019-10-21Change `SymbolName::name` from `InternedString` to `Symbol`.Nicholas Nethercote-1/+1
2019-10-05Replaces some instances of `as *[const | mut] _` with `.cast()`memoryruins-3/+3
2019-09-26Rename `ForeignItem.node` to `ForeignItem.kind`varkor-1/+1
2019-09-26Rename `Item.node` to `Item.kind`varkor-1/+1
2019-09-25Rename `sty` to `kind`varkor-1/+1
2019-09-05Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche...Mazdak Farrokhzad-7/+8
2019-09-04Remove `LocalInternedString` uses from `librustc_codegen_llvm/consts.rs`.Nicholas Nethercote-7/+8
2019-09-04Remove `LocalInternedString` uses from `librustc/ty/`.Nicholas Nethercote-1/+1
2019-08-30Fixup remaining direct relocation field referencesAndreas Molzer-4/+4
2019-08-28Address naming and comments from reviewsAndreas Molzer-3/+3