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
/
glue.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-122
/
+0
2018-01-14
rustc_trans: rename bcx to bx.
Eduard-Mihai Burtescu
-16
/
+16
2018-01-14
rustc_trans: rename ccx to cx.
Eduard-Mihai Burtescu
-14
/
+14
2018-01-14
rustc_trans: collapse {Local,Shared}CrateContext.
Eduard-Mihai Burtescu
-1
/
+1
2017-12-17
rustc: don't track whether layouts are "packed".
Eduard-Mihai Burtescu
-1
/
+8
2017-11-19
rustc: move size, align & primitive_align from Abi::Aggregate to layout.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-19
rustc: hide details in Layout in favor of Abi or FieldPlacement.
Eduard-Mihai Burtescu
-10
/
+4
2017-11-19
rustc: move size/alignment from Layout into layout::Abi.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-19
rustc: pre-compute field placements out of Layout.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-19
rustc: remove Ty::layout and move everything to layout_of.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-19
rustc: re-complicate the TyLayout API and use better names.
Eduard-Mihai Burtescu
-2
/
+2
2017-11-19
rustc_trans: use more of the trans::mir and ty::layout APIs throughout.
Eduard-Mihai Burtescu
-23
/
+14
2017-11-19
rustc_trans: avoid working with sizes/offsets and alignments as integers.
Eduard-Mihai Burtescu
-7
/
+7
2017-09-17
rustc: Move codegen to a query
Alex Crichton
-2
/
+1
2017-09-17
rustc_trans: Refactor collection to use tcx
Alex Crichton
-5
/
+6
2017-09-13
remove overzealous Box<ZeroSizeType> optimization
Douglas Campos
-38
/
+1
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-8
/
+8
2017-06-29
Add unsized tuple coercions.
Masaki Hara
-3
/
+9
2017-06-01
rewrite layout to take a (param-env, ty) pair instead of infcx
Niko Matsakis
-9
/
+7
2017-06-01
move projection mode into parameter environment
Niko Matsakis
-1
/
+1
2017-05-28
add NullOp::SizeOf and BinOp::Offset
Ariel Ben-Yehuda
-0
/
+1
2017-04-08
rustc: add some abstractions to ty::layout for a more concise API.
Eduard-Mihai Burtescu
-1
/
+2
2017-04-08
rustc_trans: avoid sizing_type_of everywhere possible.
Eduard-Mihai Burtescu
-14
/
+7
2017-03-18
translate drop glue using MIR
Ariel Ben-Yehuda
-389
/
+14
2017-03-18
refactor away callee::Callee and translate virtual calls through a MIR shim
Ariel Ben-Yehuda
-9
/
+11
2017-03-18
resolve instances to ty::Instance directly
Ariel Ben-Yehuda
-14
/
+6
2017-03-01
convert AdtDef::destructor to on-demand
Ariel Ben-Yehuda
-1
/
+1
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-2
/
+2
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-4
/
+3
2017-02-21
Set metadata for vtable-related loads
James Miller
-1
/
+9
2017-02-08
remove unneeded drop of isize
Ariel Ben-Yehuda
-4
/
+0
2017-02-08
emit "align 1" metadata on loads/stores of packed structs
Ariel Ben-Yehuda
-25
/
+30
2017-02-03
Add warning for () to ! switch
Andrew Cann
-1
/
+1
2017-01-30
cleanup: Refactor away `DtorKind`
Vadim Petrochenkov
-1
/
+1
2017-01-30
Implement Drop for Box
Vadim Petrochenkov
-3
/
+2
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-13
/
+19
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-1
/
+1
2017-01-04
Simplify handling of dropping structs.
Mark Simulacrum
-15
/
+10
2017-01-04
Pull out downcasting into caller of iter_variant
Mark Simulacrum
-14
/
+23
2017-01-04
Inline and remove Builder::entry_block
Mark Simulacrum
-1
/
+1
2017-01-04
Builder.build_new_block -> Builder.build_sibling_block
Mark Simulacrum
-4
/
+4
2017-01-04
Inline trans_switch to simplify code
Mark Simulacrum
-5
/
+13
2017-01-04
Move trans_field_ptr and struct_field_ptr to mir/lvalue
Mark Simulacrum
-4
/
+4
2017-01-04
Change trans_field_ptr to utilize LvalueTy to determine discriminant.
Mark Simulacrum
-11
/
+26
2017-01-04
Use LvalueRef instead of MaybeSizedValue
Mark Simulacrum
-50
/
+45
2017-01-04
Add Builder::sess and Builder::tcx methods
Mark Simulacrum
-13
/
+13
2017-01-04
Purge FunctionContext
Mark Simulacrum
-4
/
+3
2017-01-04
Replace BlockAndBuilder with Builder.
Mark Simulacrum
-25
/
+25
2016-12-30
Add a way to retrieve constant value in 128 bits
Simonas Kazlauskas
-2
/
+3
2016-12-26
Remove extra lang item, exchange_free; use box_free instead.
Mark Simulacrum
-47
/
+19
[next]