about summary refs log tree commit diff
path: root/src/librustc_trans/declare.rs
AgeCommit message (Expand)AuthorLines
2018-05-17Rename trans to codegen everywhere.Irina Popa-223/+0
2018-04-28Mark functions returning uninhabited types as noreturnAnthony Ramine-2/+2
2018-04-26rustc_target: move in cabi_* from rustc_trans.Irina Popa-2/+2
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-1/+1
2018-03-13transition various normalization functions to the new methodsNiko Matsakis-2/+2
2018-01-14rustc_trans: rename ccx to cx.Eduard-Mihai Burtescu-29/+29
2018-01-14rustc_trans: rename CrateContext to CodegenCx.Eduard-Mihai Burtescu-10/+10
2018-01-14rustc_trans: access fields directly on CrateContext.Eduard-Mihai Burtescu-9/+9
2017-10-11rustc: Add LLVM `nounwind` with `-C panic=abort`Alex Crichton-0/+5
2017-09-14bring Ty into scopeDouglas Campos-4/+4
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-11/+0
2017-02-25rustc: combine BareFnTy and ClosureTy into FnSig.Eduard-Mihai Burtescu-4/+4
2017-02-08sanitizer supportJorge Aparicio-0/+16
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-1/+1
2016-12-05Refactor ty::FnSig to privatize all fieldsMark-Simulacrum-1/+1
2016-12-05Make LLVM symbol visibility FFI types more stable.Michael Woerister-1/+1
2016-11-15Auto merge of #37714 - alexcrichton:builtins-hidden, r=nikomatsakisbors-0/+12
2016-11-12rustc: Flag all builtins functions as hiddenAlex Crichton-0/+12
2016-11-12rustc_trans: translate closures using the collectorAriel Ben-Yehuda-2/+3
2016-10-13normalize types every time HR regions are erasedAriel Ben-Yehuda-2/+1
2016-09-04Fix incorrect LLVM Linkage enumMatt Ickstadt-1/+1
2016-08-13Rename empty/bang to neverAndrew Cann-1/+2
2016-08-13Remove obsolete divergence related stuffAndrew Cann-1/+1
2016-08-03finish type-auditing rustllvmAriel Ben-Yehuda-6/+7
2016-08-03begin auditing the C++ types in RustWrapperAriel Ben-Yehuda-3/+3
2016-07-08Make drop-glue translation collector-driven.Michael Woerister-7/+17
2016-05-11infer: Turn normalize_associated_type into a method on TyCtxt.Eduard Burtescu-2/+1
2016-04-28Add opt-level options for optimizing for size and minimum size. This attemptsBrandon Edens-0/+11
2016-04-05trans: don't declare symbols that were already imported.Eduard Burtescu-8/+15
2016-04-02Auto merge of #32667 - dotdash:def_dec, r=nagisabors-8/+5
2016-04-01Stop accepting declarations when looking for definitionsBjörn Steinbrink-8/+5
2016-03-31librustc_trans: use bug!(), span_bug!()Benjamin Herr-3/+3
2016-03-27rustc_trans: move the contents of the trans module to top-level.Eduard Burtescu-0/+175