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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-390
/
+0
2018-05-13
Introduce OperandValue::nontemporal_store and use it in the intrinsics
Anthony Ramine
-0
/
+1
2018-05-11
Update naming in line with PR comments
Isaac Whitfield
-1
/
+1
2018-05-11
Remove shared access to DepGraph::work_products
Isaac Whitfield
-3
/
+3
2018-05-01
Auto merge of #50198 - oli-obk:const_prop, r=eddyb
bors
-1
/
+0
2018-04-30
Remove the `rustc_const_math` crate
Oliver Schneider
-1
/
+0
2018-04-30
Make the fields of RangeInclusive private.
kennytm
-1
/
+1
2018-04-26
Emit range metadata on calls returning scalars (fixes #50157)
Anthony Ramine
-0
/
+1
2018-04-26
rustc_target: move in cabi_* from rustc_trans.
Irina Popa
-18
/
+0
2018-04-26
rustc_target: move in type definitions from rustc_trans::abi.
Irina Popa
-2
/
+0
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-1
/
+1
2018-04-17
Remove `underscore_lifetimes` and `match_default_bindings` from active featur...
kennytm
-1
/
+0
2018-04-11
Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm
kennytm
-0
/
+1
2018-04-09
Convert sort_by_key to sort_by_cached_key
varkor
-0
/
+1
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-07
Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoer...
bors
-1
/
+1
2018-04-07
Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis
bors
-4
/
+0
2018-04-06
Allow for representing exported monomorphizations in crate metadata.
Michael Woerister
-0
/
+1
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-4
/
+0
2018-04-04
Fix another circulare deps link args issue
Alex Crichton
-1
/
+1
2018-03-29
rustc: Group linked libraries where needed
Alex Crichton
-0
/
+3
2018-03-26
Stabilize i128 feature too
Mark Mansi
-2
/
+1
2018-03-26
Stabilize i128_type
Mark Mansi
-1
/
+1
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-1
/
+1
2018-03-22
rustc: Add a `#[wasm_import_module]` attribute
Alex Crichton
-0
/
+3
2018-03-22
rustc: Add a `#[wasm_custom_section]` attribute
Alex Crichton
-0
/
+3
2018-03-20
Stabilize slice patterns without `..`
Vadim Petrochenkov
-1
/
+1
2018-03-17
Auto merge of #48936 - Zoxc:cstore, r=michaelwoerister
bors
-1
/
+1
2018-03-16
Auto merge of #49051 - kennytm:rollup, r=kennytm
bors
-0
/
+1
2018-03-15
Keep the fields of RangeInclusive unstable.
kennytm
-0
/
+1
2018-03-15
Stabilize `inclusive_range_syntax` language feature.
kennytm
-1
/
+1
2018-03-15
Stabilize `inclusive_range` library feature.
kennytm
-1
/
+0
2018-03-12
rustc: Start a custom cabi module for wasm32
Alex Crichton
-0
/
+1
2018-03-12
Require the metadata loader to be thread-safe
John Kåre Alsaker
-1
/
+1
2018-03-09
Move PROFQ_CHAN to a Session field
John Kåre Alsaker
-2
/
+2
2018-03-07
Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update...
Alex Crichton
-1
/
+1
2018-03-07
Make metadata references Send + Sync
John Kåre Alsaker
-1
/
+1
2018-03-03
rustc: Tweak default linker selection
Alex Crichton
-1
/
+0
2018-03-03
rust: Import LLD for linking wasm objects
Alex Crichton
-1
/
+0
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-5
/
+5
2018-02-20
stage0 cfg cleanup
Mark Simulacrum
-2
/
+0
2018-01-27
rustc: Load the `rustc_trans` crate at runtime
Alex Crichton
-5
/
+21
2018-01-19
Hopefully fix the 32bit SEGV
bjorn3
-1
/
+1
2018-01-19
Fix review comments
bjorn3
-2
/
+5
2018-01-19
Hot plug rustc_trans
bjorn3
-0
/
+3
2018-01-19
Hide even more of rustc_trans
bjorn3
-6
/
+6
2018-01-19
Hide more stuff from rustc_trans
bjorn3
-21
/
+21
2018-01-19
Allow runtime switching between trans backends
bjorn3
-32
/
+84
2018-01-13
rustc: Tweak `#[target_feature]` syntax
Alex Crichton
-0
/
+1
2018-01-10
Use the new fs_read_write functions in rustc internals
Matt Brubeck
-0
/
+1
[next]