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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_trans_utils
Age
Commit message (
Expand
)
Author
Lines
2018-03-26
Stabilize i128_type
Mark Mansi
-1
/
+1
2018-03-26
Stabilize conservative_impl_trait
Taylor Cramer
-1
/
+1
2018-03-22
Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank
kennytm
-15
/
+6
2018-03-20
Stabilize slice patterns without `..`
Vadim Petrochenkov
-1
/
+0
2018-03-17
remove FIXME(#37712) and implement ItemLikeVisitor instead of Visitor
Niv Kaminer
-15
/
+6
2018-03-12
Require the metadata loader to be thread-safe
John Kåre Alsaker
-3
/
+3
2018-03-07
Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ...
Alex Crichton
-71
/
+6
2018-03-07
Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update...
Alex Crichton
-7
/
+9
2018-03-06
Add target_features to TransFnAttrs
Wesley Wiser
-2
/
+4
2018-03-06
Remove the contains_extern_indicator query
Wesley Wiser
-6
/
+0
2018-03-06
Remove export_name query
Wesley Wiser
-61
/
+2
2018-03-06
Add `inline` to `TransFnAttrs`
Wesley Wiser
-3
/
+1
2018-03-07
Make metadata references Send + Sync
John Kåre Alsaker
-7
/
+9
2018-03-06
Clean up handling of symbol export information.
Michael Woerister
-56
/
+2
2018-03-05
Turn features() into a query.
Michael Woerister
-1
/
+1
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-2
/
+2
2018-02-20
stage0 cfg cleanup
Mark Simulacrum
-1
/
+0
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2018-01-27
rustc: Load the `rustc_trans` crate at runtime
Alex Crichton
-5
/
+11
2018-01-20
Fix ICE
bjorn3
-0
/
+4
2018-01-19
Remove accidential libloading dependency
bjorn3
-1
/
+0
2018-01-19
Fix ICE
bjorn3
-0
/
+1
2018-01-19
Remove use of RUSTC_COMPILETEST env var
bjorn3
-2
/
+0
2018-01-19
Fix review comments
bjorn3
-33
/
+1
2018-01-19
Cleanup hot plug codegen backend code
bjorn3
-166
/
+15
2018-01-19
Hot plug rustc_trans
bjorn3
-0
/
+186
2018-01-19
Allow runtime switching between trans backends
bjorn3
-68
/
+691
2018-01-07
Try to fix a perf regression by updating log
Malo Jaffré
-1
/
+1
2018-01-01
Update crates and submodules to pull doc fixes
Malo Jaffré
-2
/
+2
2017-12-28
Prefer to use attr::contains_name() and attr::find_by_name()
Seiichi Uchida
-3
/
+3
2017-12-20
incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes.
Michael Woerister
-7
/
+4
2017-12-18
Add rustc_data_structures for trans_utils/lib.rs
Maik Klein
-0
/
+1
2017-12-18
Remove duplicated functions from trans::common.rs
Maik Klein
-3
/
+1
2017-12-18
Move common.rs functionality into TyCtxt
Maik Klein
-93
/
+2
2017-12-18
Move trans_item and monomorphize to rustc_mir
Maik Klein
-594
/
+0
2017-12-18
Move collector to monomorphize
Maik Klein
-1084
/
+0
2017-12-17
Add sync module to rustc_data_structures
John Kåre Alsaker
-3
/
+1
2017-12-14
add trait aliases to HIR
Alex Burka
-0
/
+1
2017-12-07
make `fn_sig().subst()` ICE when used with a closure
Niko Matsakis
-2
/
+2
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-29
incr.comp.: Remove on-export crate metadata hashing.
Michael Woerister
-1
/
+1
2017-11-21
Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1
bors
-1
/
+1
2017-11-20
Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon
bors
-10
/
+25
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-10
/
+25
2017-11-19
rustc_trans: use more of the trans::mir and ty::layout APIs throughout.
Eduard-Mihai Burtescu
-10
/
+1
2017-11-18
stop using the `closure_kinds` query / table for anything
Niko Matsakis
-1
/
+1
2017-11-12
rustc_driver: base extern query providers on local ones.
Eduard-Mihai Burtescu
-4
/
+4
2017-11-07
Always treat #[rustc_std_internal_symbol]s as root TransItems.
Michael Woerister
-1
/
+5
2017-11-07
Don't duplicate logic of when an Instance requests to be inlined.
Michael Woerister
-7
/
+5
2017-11-07
Fix translation item collection for inline and const fns.
Michael Woerister
-10
/
+24
[next]