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
/
trans
/
monomorphize.rs
Age
Commit message (
Expand
)
Author
Lines
2016-03-27
rustc_trans: move the contents of the trans module to top-level.
Eduard Burtescu
-210
/
+0
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-5
/
+4
2016-03-27
rustc: move middle::subst into middle::ty.
Eduard Burtescu
-2
/
+2
2016-03-25
Make monomorphized functions use stable symbol names.
Michael Woerister
-18
/
+9
2016-03-24
remove ErasedRegions from substitutions
Niko Matsakis
-14
/
+9
2016-03-17
trans: Load and cache cross-crate Mir instances in the shared context.
Eduard Burtescu
-1
/
+1
2016-03-17
trans: Handle all function setup for all ABIs via FnType.
Eduard Burtescu
-12
/
+4
2016-03-17
trans: Combine cabi and back::abi into abi.
Eduard Burtescu
-1
/
+1
2016-03-17
trans: Condense the fn instantiation logic into callee.
Eduard Burtescu
-159
/
+60
2016-03-17
trans: Rename MonoId to Instance and start using it in more places.
Eduard Burtescu
-20
/
+42
2016-03-09
trans: Remove unused ref_id from monomorphic_fn.
Eduard Burtescu
-9
/
+2
2016-03-03
Rename middle::ty::ctxt to TyCtxt
Jeffrey Seyfried
-3
/
+3
2016-02-12
Autoderef in librustc_trans
Jonas Schievink
-3
/
+3
2016-02-11
[breaking-change] don't glob import/export syntax::abi enum variants
Oliver Schneider
-9
/
+9
2016-01-16
use a newtype for the variant discriminant instead of u64
Oliver 'ker' Schneider
-1
/
+2
2016-01-07
Refactor away extension traits RegionEscape and HasTypeFlags
Jeffrey Seyfried
-1
/
+1
2016-01-07
Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and...
Jeffrey Seyfried
-1
/
+1
2015-12-31
Forward attributes of translated function/closure to trans_fn/trans_closure.
Michael Woerister
-4
/
+15
2015-12-17
Move a bunch of stuff from Session to syntax::errors
Nick Cameron
-3
/
+3
2015-11-16
ImplItem_ -> ImplItemKind rename
Oliver Schneider
-1
/
+1
2015-11-16
rename ImplItem_::*ImplItem to ImplItem_::*
Oliver Schneider
-1
/
+1
2015-10-27
Remove NodeArg
Seo Sanghyeon
-1
/
+0
2015-10-13
Merge VariantData and VariantData_
Vadim Petrochenkov
-1
/
+1
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-1
/
+1
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-1
/
+1
2015-10-13
Decouple structure kinds from NodeIds
Vadim Petrochenkov
-2
/
+4
2015-10-01
Convert DefId to use DefIndex, which is an index into a list of
Niko Matsakis
-3
/
+4
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-11
/
+14
2015-09-22
Use Names in the remaining HIR structures with exception of...
Vadim Petrochenkov
-1
/
+1
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-2
/
+2
2015-09-15
deduplicate erase_regions
Ariel Ben-Yehuda
-39
/
+1
2015-09-14
move middle::ty and related modules to middle/ty/
Ariel Ben-Yehuda
-1
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-22
/
+24
2015-08-24
fallout from moving def-id
Niko Matsakis
-2
/
+3
2015-08-17
Create "platform-intrinsic" ABI for SIMD/platform intrinsics.
Huon Wilson
-1
/
+2
2015-08-07
rename ADTDef to AdtDef etc.
Ariel Ben-Yehuda
-1
/
+1
2015-08-06
use VariantDef instead of struct_fields
Ariel Ben-Yehuda
-18
/
+13
2015-07-25
Fix error message spans
Jared Roesch
-0
/
+1
2015-07-21
trans: Move rust_try into the compiler
Alex Crichton
-4
/
+3
2015-07-04
rustc: remove MethodOrigin::Object and use traits::VtableObject instead.
Eduard Burtescu
-6
/
+2
2015-06-30
Remove Typer and ClosureTyper
Jared Roesch
-3
/
+1
2015-06-30
Remove NormalizingClosureTyper
Jared Roesch
-4
/
+3
2015-06-30
Update all uses of FulfillmentContext
Jared Roesch
-1
/
+2
2015-06-30
Move FufillmentContext into InferContext
Jared Roesch
-1
/
+1
2015-06-27
Ground work for replacing the ClosureTyper trait
Jared Roesch
-1
/
+1
2015-06-27
Begin refactor type checking state
Jared Roesch
-2
/
+3
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-4
/
+4
2015-06-26
rustc: combine type-flag-checking traits and fns and into one trait.
Eduard Burtescu
-6
/
+4
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-16
/
+15
2015-06-19
rustc: replace Repr/UserString impls with Debug/Display ones.
Eduard Burtescu
-2
/
+2
[next]