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-01-10
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
2017-11-04
Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1
bors
-1
/
+2
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-1
/
+1
2017-11-02
add TerminatorKind::FalseEdges and use it in matches
Mikhail Modin
-1
/
+2
2017-10-28
Auto merge of #44295 - plietar:extern-types, r=arielb1
bors
-3
/
+17
2017-10-27
Move type_has_metadata to trans_utils
Paul Liétar
-1
/
+15
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-2
/
+2
2017-10-26
Bump to 1.23 and update bootstrap
Alex Crichton
-2
/
+0
2017-10-21
trans_ -> fully_ prefix
Marco Concetto Rudilosso
-1
/
+1
2017-10-21
added trans_ prefix and pluralised types. Solved failing test on the incremen...
Marco Concetto Rudilosso
-1
/
+1
2017-10-21
Create NormalizeTy query
Marco Concetto Rudilosso
-1
/
+1
2017-10-19
Move collector to rustc_trans_utils
bjorn3
-0
/
+1746
2017-09-25
Fix error
bjorn3
-2
/
+1
2017-09-23
Fix some tests with no llvm build
bjorn3
-0
/
+19
2017-09-23
Fix tidy errors
bjorn3
-2
/
+10
2017-09-23
Fix some nits
bjorn3
-1
/
+0
2017-09-23
Fix for upstream changes
bjorn3
-27
/
+28
2017-09-23
Merge rustc_trans_trait into rustc_trans_utils
bjorn3
-2
/
+248
2017-09-23
Fix rustc_trans_utils::find_exported_symbols
bjorn3
-1
/
+1
2017-09-23
Allow building stage 2 compiler libraries
bjorn3
-1
/
+34
2017-09-23
Allow writing metadata without llvm
bjorn3
-1
/
+75
2017-09-16
change #![feature(const_fn)] to specific gates
Alex Burka
-1
/
+2
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-22
Introduce target feature crt_static_allows_dylibs
Samuel Holland
-2
/
+5
2017-08-12
Less cfg's
bjorn3
-27
/
+4
2017-08-11
Remove some unused dependencies from rustc_trans_utils
bjorn3
-10
/
+0
2017-08-11
Actually make rustc_driver compile without llvm
bjorn3
-0
/
+217