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_mir
/
monomorphize
Age
Commit message (
Expand
)
Author
Lines
2018-06-19
Use MTRef and MTLock to avoid a RefCell
John Kåre Alsaker
-18
/
+24
2018-06-19
Parallelize trans item collection
John Kåre Alsaker
-18
/
+24
2018-06-13
Various cleanups
Oliver Schneider
-1
/
+1
2018-06-07
Add existential type definitons
Oliver Schneider
-0
/
+1
2018-06-05
Properly report transitive errors
Oliver Schneider
-1
/
+1
2018-06-05
Referring to erroneous constants in promoteds must abort the build
Oliver Schneider
-2
/
+14
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-2
/
+8
2018-05-26
Add `Ident::as_str` helper
Vadim Petrochenkov
-1
/
+1
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-4
/
+4
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-5
/
+5
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-17
/
+21
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-21
rustc: don't call Kind::from directly, use .into() instead.
Eduard-Mihai Burtescu
-2
/
+2
2018-05-21
rustc: make mk_substs_trait take &[Kind] instead of &[Ty].
Eduard-Mihai Burtescu
-6
/
+2
2018-05-19
Go through an allocation when accessing fields of constants
Oliver Schneider
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-86
/
+86
2018-05-15
Add mk_param_from_def
varkor
-1
/
+1
2018-05-15
Use Kind instead of UnpackedKind in Substs methods
varkor
-5
/
+3
2018-05-15
Refactor Substs methods on generic parameters
varkor
-6
/
+12
2018-05-15
Rename param_counts to own_counts
varkor
-1
/
+1
2018-05-15
Use GenericParamCount instead of FxHashMap
varkor
-1
/
+1
2018-05-15
Generalise more cases of explicit iteration of specific kinds
varkor
-1
/
+1
2018-05-15
Rename `has_type_parameters` to `requires_monomorphization`
varkor
-1
/
+1
2018-05-15
Prefer iterator to vec
varkor
-1
/
+1
2018-05-15
Reduce parent_params to parent_count
varkor
-1
/
+1
2018-05-15
Consolidate ty::Generics
varkor
-2
/
+2
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-16
/
+10
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-4
/
+4
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-6
/
+5
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-1
/
+1
2018-04-27
Rename InternedString to LocalInternedString and introduce a new thread-safe ...
John Kåre Alsaker
-8
/
+8
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-1
/
+1
2018-04-23
Auto merge of #49779 - oli-obk:const_err_regression, r=eddyb
bors
-4
/
+2
2018-04-15
Only warn on erroneous promoted constants
Oliver Schneider
-4
/
+2
2018-04-14
Stop referring to statics' AllocIds directly
Oliver Schneider
-1
/
+1
2018-04-12
Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister
bors
-5
/
+5
2018-04-10
Combine Session.entry_fn and Session.entry_type and make them thread-safe
John Kåre Alsaker
-3
/
+3
2018-04-10
Make recursion_limit and type_length_limit thread-safe
John Kåre Alsaker
-2
/
+2
2018-04-09
Use sort_by_cached_key for partitioning
varkor
-5
/
+3
2018-04-09
Use cmp::Reverse instead of subtraction
varkor
-2
/
+2
2018-04-09
Convert sort_by_key to sort_by_cached_key
varkor
-1
/
+1
2018-04-07
Auto merge of #49692 - sinkuu:main_fix, r=arielb1
bors
-4
/
+4
2018-04-06
Update a few comments about symbol visibility.
Michael Woerister
-0
/
+13
2018-04-06
Don't internalize generics that are re-exported
Michael Woerister
-0
/
+1
2018-04-06
Allow for internalizing monomorphizations that cannot be shared.
Michael Woerister
-21
/
+64
2018-04-06
Remove the (inaccurate) symbol_export_level query.
Michael Woerister
-1
/
+2
2018-04-06
Allow for re-using monomorphizations from upstream crates.
Michael Woerister
-3
/
+34
2018-04-06
Fix ICE with `main`'s return type containing lifetimes
Shotaro Yamada
-4
/
+4
2018-03-15
Properly handle collecting default impls of methods with lifetime parameters.
Michael Woerister
-2
/
+6
[next]