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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1411
/
+0
2018-05-13
Introduce OperandValue::nontemporal_store and use it in the intrinsics
Anthony Ramine
-6
/
+13
2018-05-13
Introduce OperandValue::volatile_store and use it in the intrinsics
Anthony Ramine
-4
/
+6
2018-05-11
Add a query to convert from ConstValue to Allocation
John Kåre Alsaker
-6
/
+7
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-15
/
+3
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-3
/
+3
2018-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-1
/
+1
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-1
/
+1
2018-04-21
rustc: Always emit `uwtable` on Android
Alex Crichton
-1
/
+1
2018-04-12
Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister
bors
-9
/
+9
2018-04-10
Make Session.injected_allocator and Session.allocator_kind thread-safe
John Kåre Alsaker
-1
/
+1
2018-04-10
Make Session.crate_types thread-safe
John Kåre Alsaker
-3
/
+3
2018-04-10
Combine Session.entry_fn and Session.entry_type and make them thread-safe
John Kåre Alsaker
-5
/
+5
2018-04-09
Use cmp::Reverse instead of subtraction
varkor
-2
/
+3
2018-04-09
Convert sort_by_key to sort_by_cached_key
varkor
-1
/
+1
2018-04-07
Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoer...
bors
-0
/
+8
2018-04-06
Fix ICE with `main`'s return type containing lifetimes
Shotaro Yamada
-4
/
+8
2018-04-04
Fix another circulare deps link args issue
Alex Crichton
-0
/
+8
2018-03-29
rustc: Group linked libraries where needed
Alex Crichton
-0
/
+10
2018-03-28
Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix
bors
-1
/
+2
2018-03-26
Introduce a TargetTriple enum to support absolute target paths
Philipp Oppermann
-1
/
+2
2018-03-25
try to fix the build on older LLVM versions.
Emilio Cobos Álvarez
-0
/
+7
2018-03-22
rustc: Add a `#[wasm_import_module]` attribute
Alex Crichton
-4
/
+48
2018-03-22
rustc: Add a `#[wasm_custom_section]` attribute
Alex Crichton
-0
/
+66
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-1
/
+1
2018-03-09
Move PROFQ_CHAN to a Session field
John Kåre Alsaker
-7
/
+6
2018-03-08
Report errors in statics during collecting instead of translating
Oliver Schneider
-0
/
+2
2018-03-08
Nuke ConstInt and Const*size
Oliver Schneider
-8
/
+0
2018-03-08
Produce instead of pointers
Oliver Schneider
-1
/
+1
2018-03-06
Add linkage to TransFnAttrs
Wesley Wiser
-1
/
+0
2018-03-06
Don't show crate metadata symbol as exported symbol to downstream crates.
Michael Woerister
-2
/
+2
2018-03-06
Clean up handling of symbol export information.
Michael Woerister
-7
/
+5
2018-02-19
Rename is_translated_fn query to is_translated_item and make it support statics.
Michael Woerister
-2
/
+3
2018-01-25
Rollup merge of #47415 - varkor:cgu-partition-heuristic, r=michaelwoerister
Alex Crichton
-5
/
+3
2018-01-19
Allow runtime switching between trans backends
bjorn3
-52
/
+3
2018-01-19
Update comments about the partitioning inefficiency
varkor
-3
/
+1
2018-01-19
Refactor CodegenUnit size estimates
varkor
-2
/
+2
2018-01-14
rustc_trans: rename bcx to bx.
Eduard-Mihai Burtescu
-54
/
+54
2018-01-14
rustc_trans: rename ccx to cx.
Eduard-Mihai Burtescu
-98
/
+98
2018-01-14
rustc_trans: rename CrateContext to CodegenCx.
Eduard-Mihai Burtescu
-9
/
+9
2018-01-14
rustc_trans: access fields directly on CrateContext.
Eduard-Mihai Burtescu
-26
/
+26
2018-01-14
rustc_trans: collapse {Local,Shared}CrateContext.
Eduard-Mihai Burtescu
-12
/
+9
2018-01-04
Auto merge of #46916 - michaelwoerister:generate-dead-code-plz, r=alexcrichton
bors
-1
/
+7
2018-01-04
Generate code for const- and inline-fns if -Clink-dead-code is specified.
Michael Woerister
-1
/
+7
2018-01-01
Update crates and submodules to pull doc fixes
Malo Jaffré
-1
/
+1
2017-12-26
Don't use `process::exit` as it is an `unreachable` on wasm32
Bastian Köcher
-10
/
+2
2017-12-26
Fixes compile bug caused by upstream changes
Bastian Köcher
-1
/
+1
2017-12-26
Implements RFC 1937: `?` in `main`
Bastian Köcher
-9
/
+25
2017-12-22
Auto merge of #46842 - michaelwoerister:fingerprint-vec, r=nikomatsakis
bors
-3
/
+2
2017-12-20
Rollup merge of #46751 - michaelwoerister:c-incremental, r=alexcrichton
kennytm
-1
/
+1
[next]