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-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
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
2018-03-06
Rename exported_symbol_ids query to something more explicit and document what...
Michael Woerister
-7
/
+12
2018-03-06
Rollup merge of #48573 - Amanieu:bitreverse2, r=sfackler
kennytm
-2
/
+12
2018-03-04
Fixed #48425
Pramod Bisht
-2
/
+2
2018-03-03
rustc: Tweak default linker selection
Alex Crichton
-67
/
+53
2018-03-03
rust: Import LLD for linking wasm objects
Alex Crichton
-131
/
+143
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-10
/
+10
2018-03-01
Rollup merge of #48570 - Amanieu:aarch64_features, r=alexcrichton
kennytm
-9
/
+17
2018-03-01
Rollup merge of #48572 - alexcrichton:noexcept-msvc2, r=eddyb
Manish Goregaokar
-6
/
+54
2018-02-28
rustc: Tweak funclet cleanups of ffi functions
Alex Crichton
-6
/
+54
2018-02-28
Add bitreverse intrinsic
Amanieu d'Antras
-2
/
+12
2018-02-28
Add AArch64 features
Amanieu d'Antras
-9
/
+17
2018-02-28
Remove the v7 feature from AArch64
Amanieu d'Antras
-1
/
+1
2018-02-28
Rollup merge of #48565 - alexcrichton:rename-bmi, r=cramertj
kennytm
-1
/
+2
2018-02-28
Rollup merge of #48560 - bdrewery:freebsd-struct-abi, r=estebank
kennytm
-2
/
+1
2018-02-26
rustc: Rename `bmi` feature to `bmi1`
Alex Crichton
-1
/
+2
2018-02-26
Add specific target option for returning struct as an integer.
Bryan Drewery
-2
/
+1
[next]