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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-666
/
+0
2018-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-3
/
+3
2018-04-26
rustc_trans: generalize cabi_* to any context type.
Irina Popa
-0
/
+7
2018-04-26
rustc_target: move LayoutOf's type parameter to an associated type.
Irina Popa
-1
/
+2
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-1
/
+1
2018-04-10
Make Session.crate_types thread-safe
John Kåre Alsaker
-1
/
+1
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-3
/
+2
2018-03-07
Rollup merge of #48651 - PramodBisht:issues/48425, r=oli-obk
Alex Crichton
-1
/
+1
2018-03-04
Fixed #48425
Pramod Bisht
-1
/
+1
2018-02-28
Add bitreverse intrinsic
Amanieu d'Antras
-0
/
+6
2018-02-01
rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf.
Eduard-Mihai Burtescu
-2
/
+1
2018-01-14
rustc_trans: rename ccx to cx.
Eduard-Mihai Burtescu
-24
/
+24
2018-01-14
rustc_trans: rename CrateContext to CodegenCx.
Eduard-Mihai Burtescu
-12
/
+12
2018-01-14
rustc_trans: access fields directly on CrateContext.
Eduard-Mihai Burtescu
-123
/
+28
2018-01-14
rustc_trans: remove unused `TargetDataRef` accessor.
Eduard-Mihai Burtescu
-4
/
+0
2018-01-14
rustc_trans: collapse {Local,Shared}CrateContext.
Eduard-Mihai Burtescu
-200
/
+75
2018-01-08
Shorten names of some compiler generated artifacts.
Michael Woerister
-1
/
+1
2018-01-05
Use name-discarding LLVM context
Simonas Kazlauskas
-1
/
+1
2017-12-18
Move partitioning.rs to rustc_mir
Maik Klein
-1
/
+1
2017-12-18
Move has_metadata back to context.rs
Maik Klein
-1
/
+11
2017-12-18
Move meta_data into TyS
Maik Klein
-2
/
+1
2017-12-18
Refactor paths to middle::trans to mir::mono
Maik Klein
-1
/
+1
2017-11-19
rustc: encode scalar pairs in layout ABI.
Eduard-Mihai Burtescu
-3
/
+4
2017-11-19
rustc_trans: generate LLVM pointee types based on alignment.
Eduard-Mihai Burtescu
-0
/
+7
2017-11-19
rustc_trans: go through layouts uniformly for fat pointers and variants.
Eduard-Mihai Burtescu
-27
/
+17
2017-11-19
rustc_trans: query LLVM types from a layout instead of a Ty.
Eduard-Mihai Burtescu
-1
/
+3
2017-11-19
rustc: re-complicate the TyLayout API and use better names.
Eduard-Mihai Burtescu
-22
/
+18
2017-11-19
rustc_trans: always insert alignment padding, even before the first field.
Eduard-Mihai Burtescu
-5
/
+7
2017-11-19
rustc_trans: use *[T; 0] for slice data pointers instead of *T.
Eduard-Mihai Burtescu
-1
/
+3
2017-11-19
rustc_trans: remove obsolete Type methods.
Eduard-Mihai Burtescu
-7
/
+4
2017-11-06
Move tls-model to a -Z option since it is unstable
Amanieu d'Antras
-1
/
+1
2017-11-03
Cache the TLS model in the crate context
Amanieu d'Antras
-1
/
+9
2017-11-03
Add support for specifying the TLS model
Amanieu d'Antras
-0
/
+18
2017-11-03
Fix error message for invalid code/reloc models
Amanieu d'Antras
-3
/
+1
2017-10-27
Move type_has_metadata to trans_utils
Paul Liétar
-1
/
+2
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-0
/
+4
2017-10-21
trans_ -> fully_ prefix
Marco Concetto Rudilosso
-1
/
+1
2017-10-21
added trans_ prefix and pluralised types. Solved failing test on the incremen...
Marco Concetto Rudilosso
-1
/
+1
2017-10-21
Create NormalizeTy query
Marco Concetto Rudilosso
-1
/
+1
2017-09-30
rustc: Enable LTO and multiple codegen units
Alex Crichton
-11
/
+2
2017-09-18
incr.comp.: Fix rebase fallout.
Michael Woerister
-2
/
+1
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-2
/
+2
2017-09-18
incr.comp.: Move result fingerprinting to DepGraph::with_task().
Michael Woerister
-0
/
+14
2017-09-17
rustc: Move codegen to a query
Alex Crichton
-48
/
+10
2017-09-17
rustc: Remove another global map from trans
Alex Crichton
-12
/
+2
2017-09-17
rustc: Mostly remove `ExportedSymbols`
Alex Crichton
-11
/
+1
2017-09-17
rustc: Make trans collect/partition a query
Alex Crichton
-4
/
+4
2017-09-17
rustc: Calculate `ExportedSymbols` in a query
Alex Crichton
-1
/
+1
2017-09-17
rustc_trans: Refactor collection to use tcx
Alex Crichton
-4
/
+4
2017-09-14
bring Ty into scope
Douglas Campos
-2
/
+2
[next]