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
/
callee.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-232
/
+0
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-26
rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.
Irina Popa
-1
/
+1
2018-04-06
Update a few comments about symbol visibility.
Michael Woerister
-24
/
+22
2018-04-06
Allow for internalizing monomorphizations that cannot be shared.
Michael Woerister
-3
/
+40
2018-04-06
Allow for re-using monomorphizations from upstream crates.
Michael Woerister
-5
/
+10
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-2
/
+1
2018-03-06
Rename exported_symbol_ids query to something more explicit and document what...
Michael Woerister
-1
/
+1
2018-02-19
Rename is_translated_fn query to is_translated_item and make it support statics.
Michael Woerister
-1
/
+1
2018-01-14
rustc_trans: rename ccx to cx.
Eduard-Mihai Burtescu
-17
/
+17
2018-01-14
rustc_trans: rename CrateContext to CodegenCx.
Eduard-Mihai Burtescu
-3
/
+3
2018-01-14
rustc_trans: access fields directly on CrateContext.
Eduard-Mihai Burtescu
-8
/
+8
2018-01-13
rustc: Tweak `#[target_feature]` syntax
Alex Crichton
-2
/
+1
2017-12-18
Remove duplicated functions from trans::common.rs
Maik Klein
-2
/
+2
2017-11-19
rustc_trans: query LLVM types from a layout instead of a Ty.
Eduard-Mihai Burtescu
-1
/
+4
2017-11-19
rustc_trans: remove the in_memory_type_of distinction.
Eduard-Mihai Burtescu
-2
/
+1
2017-10-11
rustc: Add LLVM `nounwind` with `-C panic=abort`
Alex Crichton
-2
/
+5
2017-10-04
Auto merge of #44901 - michaelwoerister:on-demand-eval, r=nikomatsakis
bors
-10
/
+7
2017-10-02
incr.comp.: Use red/green tracking for CGU re-use.
Michael Woerister
-10
/
+7
2017-10-01
stray comma
Douglas Campos
-1
/
+1
2017-09-30
weird formatting
Douglas Campos
-2
/
+2
2017-09-29
fix formatting
Douglas Campos
-4
/
+9
2017-09-29
style fixes as requested by @eddyb
Douglas Campos
-3
/
+3
2017-09-29
stop using monomorphize::resolve()
Douglas Campos
-3
/
+7
2017-09-17
rustc: Remove another global map from trans
Alex Crichton
-2
/
+34
2017-09-17
rustc: Move a comment to the right spot in trans
Alex Crichton
-24
/
+23
2017-09-17
rustc: Mostly remove `ExportedSymbols`
Alex Crichton
-2
/
+2
2017-09-17
rustc_trans: Refactor collection to use tcx
Alex Crichton
-2
/
+2
2017-09-07
Add some more with_ignore to get tests passing
Alex Crichton
-6
/
+10
2017-09-05
rustc: Remove a number of mutable fields in cstore
Alex Crichton
-1
/
+1
2017-07-13
trans: Internalize symbols at the trans-item level, without relying on LLVM.
Michael Woerister
-4
/
+18
2017-04-26
cache symbol names in ty::maps
Ariel Ben-Yehuda
-2
/
+1
2017-04-24
rustc: expose the common DUMMY_SP query case as tcx methods.
Eduard-Mihai Burtescu
-3
/
+2
2017-04-21
introduce the rather simpler symbol-cache in place of symbol-map
Niko Matsakis
-2
/
+1
2017-04-21
introduce `is_foreign_item` query
Niko Matsakis
-10
/
+12
2017-03-18
translate drop glue using MIR
Ariel Ben-Yehuda
-0
/
+3
2017-03-18
translate closure shims using MIR
Ariel Ben-Yehuda
-166
/
+7
2017-03-18
refactor away callee::Callee and translate virtual calls through a MIR shim
Ariel Ben-Yehuda
-98
/
+52
2017-03-18
resolve instances to ty::Instance directly
Ariel Ben-Yehuda
-154
/
+32
2017-03-18
translate function shims using MIR
Ariel Ben-Yehuda
-127
/
+7
2017-03-18
move Instance to rustc and use it in the collector
Ariel Ben-Yehuda
-23
/
+23
2017-03-18
translate tuple-variant constructors using MIR
Ariel Ben-Yehuda
-33
/
+0
2017-03-01
more through normalization in typeck & trans
Ariel Ben-Yehuda
-14
/
+4
2017-02-25
rustc: simplify tcx.closure_type(...) as it can copy the cached values.
Eduard-Mihai Burtescu
-2
/
+2
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-52
/
+32
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-2
/
+2
2017-02-08
emit "align 1" metadata on loads/stores of packed structs
Ariel Ben-Yehuda
-11
/
+11
2017-02-03
Add warning for () to ! switch
Andrew Cann
-1
/
+1
2017-01-08
Auto merge of #38822 - michaelwoerister:collect-fn-once-adapter, r=eddyb
bors
-9
/
+24
[next]