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
Age
Commit message (
Expand
)
Author
Lines
2018-03-13
add intrinsics for portable packed simd vector reductions
gnzlbg
-3
/
+291
2018-03-13
rustc: Embed LLVM bitcode by default on iOS
Alex Crichton
-1
/
+77
2018-03-13
`trans_apply_param_substs` => `subst_and_normalize_erasing_regions`
Niko Matsakis
-2
/
+10
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-20
/
+36
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-16
/
+11
2018-03-13
rustc: Don't invoke `lld` with an `@`-file
Alex Crichton
-1
/
+12
2018-03-12
rustc: Add `sha` to the x86 feature whitelist
Alex Crichton
-0
/
+1
2018-03-12
rustc: Start a custom cabi module for wasm32
Alex Crichton
-1
/
+40
2018-03-12
Require the metadata loader to be thread-safe
John Kåre Alsaker
-1
/
+1
2018-03-11
Auto merge of #48691 - Zoxc:profq-chan, r=michaelwoerister
bors
-21
/
+29
2018-03-10
Auto merge of #48388 - kyrias:relro-level-cg, r=alexcrichton
bors
-6
/
+23
2018-03-09
Make the default relro level be doing nothing at all
Johannes Löthberg
-0
/
+2
2018-03-09
Move PROFQ_CHAN to a Session field
John Kåre Alsaker
-21
/
+29
2018-03-08
librustc_trans: add fp64 to mips features whitelist
James Cowgill
-1
/
+1
2018-03-08
Unregress error spans in constant errors
Oliver Schneider
-1
/
+0
2018-03-08
Figure out const propgatable locals in a single pass
Oliver Schneider
-0
/
+1
2018-03-08
Report const eval errors at the correct span
Oliver Schneider
-0
/
+1
2018-03-08
Remove redundant warnings in rustc_trans
Oliver Schneider
-27
/
+4
2018-03-08
Simplify const SIMD shuffle in trans
Oliver Schneider
-61
/
+30
2018-03-08
Report errors in statics during collecting instead of translating
Oliver Schneider
-0
/
+2
2018-03-08
Simplify code around reading/writing ConstVals
Oliver Schneider
-14
/
+5
2018-03-08
Use Mutability enum instead of bool
Oliver Schneider
-1
/
+2
2018-03-08
Rename simd shuffle function and adjust comment
Oliver Schneider
-7
/
+7
2018-03-08
Nuke ConstInt and Const*size
Oliver Schneider
-128
/
+3
2018-03-08
Hide the RefCell inside InterpretInterner
Oliver Schneider
-5
/
+2
2018-03-08
Don't borrow the interpret_interner for anything but a direct function call
Oliver Schneider
-4
/
+8
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-64
/
+64
2018-03-08
Fully use miri in trans
Oliver Schneider
-1239
/
+334
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-43
/
+3
2018-03-08
Produce instead of pointers
Oliver Schneider
-47
/
+99
2018-03-08
Add a variant to ConstVal for storing miri results
Oliver Schneider
-0
/
+1
2018-03-07
Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ...
Alex Crichton
-122
/
+37
2018-03-07
Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update...
Alex Crichton
-6
/
+8
2018-03-07
Rollup merge of #48651 - PramodBisht:issues/48425, r=oli-obk
Alex Crichton
-2
/
+2
2018-03-06
Add linkage to TransFnAttrs
Wesley Wiser
-10
/
+1
2018-03-06
Add target_features to TransFnAttrs
Wesley Wiser
-93
/
+12
2018-03-06
Add flag for rustc_std_internal_symbol attribute
Wesley Wiser
-3
/
+3
2018-03-06
Remove the contains_extern_indicator query
Wesley Wiser
-1
/
+2
2018-03-06
Add `inline` to `TransFnAttrs`
Wesley Wiser
-5
/
+3
2018-03-06
Add query for trans fn attributes
Wesley Wiser
-13
/
+19
2018-03-07
Make metadata references Send + Sync
John Kåre Alsaker
-6
/
+8
2018-03-06
Auto merge of #48642 - alexcrichton:compile-cargo-once, r=michaelwoerister
bors
-0
/
+4
2018-03-06
Make relro-level=off explicitly disable RELRO
Johannes Löthberg
-6
/
+21
2018-03-06
Update env_logger to 0.5.4
Alex Crichton
-0
/
+4
2018-03-06
Auto merge of #48768 - kennytm:rollup, r=kennytm
bors
-2
/
+12
2018-03-06
Don't show crate metadata symbol as exported symbol to downstream crates.
Michael Woerister
-9
/
+3
2018-03-06
Fix export level of plugin and procmacro registrars.
Michael Woerister
-9
/
+11
2018-03-06
Don't recompute SymbolExportLevel for upstream crates.
Michael Woerister
-67
/
+31
2018-03-06
Compute symbol names more lazily.
Michael Woerister
-45
/
+65
2018-03-06
Clean up handling of symbol export information.
Michael Woerister
-131
/
+212
[prev]
[next]