index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_trans
/
declare.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-223
/
+0
2018-04-28
Mark functions returning uninhabited types as noreturn
Anthony Ramine
-2
/
+2
2018-04-26
rustc_target: move in cabi_* from rustc_trans.
Irina Popa
-2
/
+2
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-1
/
+1
2018-04-26
rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.
Irina Popa
-1
/
+1
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-2
/
+2
2018-01-14
rustc_trans: rename ccx to cx.
Eduard-Mihai Burtescu
-29
/
+29
2018-01-14
rustc_trans: rename CrateContext to CodegenCx.
Eduard-Mihai Burtescu
-10
/
+10
2018-01-14
rustc_trans: access fields directly on CrateContext.
Eduard-Mihai Burtescu
-9
/
+9
2017-10-11
rustc: Add LLVM `nounwind` with `-C panic=abort`
Alex Crichton
-0
/
+5
2017-09-14
bring Ty into scope
Douglas Campos
-4
/
+4
2017-07-05
Switch to rust-lang-nursery/compiler-builtins
Alex Crichton
-11
/
+0
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-4
/
+4
2017-02-08
sanitizer support
Jorge Aparicio
-0
/
+16
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-1
/
+1
2016-12-05
Refactor ty::FnSig to privatize all fields
Mark-Simulacrum
-1
/
+1
2016-12-05
Make LLVM symbol visibility FFI types more stable.
Michael Woerister
-1
/
+1
2016-11-15
Auto merge of #37714 - alexcrichton:builtins-hidden, r=nikomatsakis
bors
-0
/
+12
2016-11-12
rustc: Flag all builtins functions as hidden
Alex Crichton
-0
/
+12
2016-11-12
rustc_trans: translate closures using the collector
Ariel Ben-Yehuda
-2
/
+3
2016-10-13
normalize types every time HR regions are erased
Ariel Ben-Yehuda
-2
/
+1
2016-09-04
Fix incorrect LLVM Linkage enum
Matt Ickstadt
-1
/
+1
2016-08-13
Rename empty/bang to never
Andrew Cann
-1
/
+2
2016-08-13
Remove obsolete divergence related stuff
Andrew Cann
-1
/
+1
2016-08-03
finish type-auditing rustllvm
Ariel Ben-Yehuda
-6
/
+7
2016-08-03
begin auditing the C++ types in RustWrapper
Ariel Ben-Yehuda
-3
/
+3
2016-07-08
Make drop-glue translation collector-driven.
Michael Woerister
-7
/
+17
2016-05-11
infer: Turn normalize_associated_type into a method on TyCtxt.
Eduard Burtescu
-2
/
+1
2016-04-28
Add opt-level options for optimizing for size and minimum size. This attempts
Brandon Edens
-0
/
+11
2016-04-05
trans: don't declare symbols that were already imported.
Eduard Burtescu
-8
/
+15
2016-04-02
Auto merge of #32667 - dotdash:def_dec, r=nagisa
bors
-8
/
+5
2016-04-01
Stop accepting declarations when looking for definitions
Björn Steinbrink
-8
/
+5
2016-03-31
librustc_trans: use bug!(), span_bug!()
Benjamin Herr
-3
/
+3
2016-03-27
rustc_trans: move the contents of the trans module to top-level.
Eduard Burtescu
-0
/
+175