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-07-29
Remove unused `mut`s
Matthew Jasper
-1
/
+1
2018-07-27
Simplify
Shotaro Yamada
-6
/
+4
2018-07-26
Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrum
bors
-3
/
+1
2018-07-25
Improve readability in a few sorts
ljedrz
-3
/
+1
2018-07-25
parameterize `BitVector` and `BitMatrix` by their index types
Niko Matsakis
-1
/
+1
2018-07-16
rustc: Use link_section, not wasm_custom_section
Alex Crichton
-30
/
+1
2018-07-16
ItemKind
csmoe
-19
/
+19
2018-07-16
Revert "Clean up CodegenUnit name generation."
Michael Woerister
-22
/
+46
2018-07-11
Clean up CodegenUnit name generation.
Michael Woerister
-46
/
+22
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-4
/
+31
2018-07-03
Deduplicate error reports for statics
Oliver Schneider
-9
/
+2
2018-06-28
Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb
Mark Rousskov
-16
/
+12
2018-06-28
Auto merge of #51687 - japaric:gh51671, r=alexcrichton
bors
-0
/
+1
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-8
/
+7
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
2018-06-28
Move the Lrc outside the error type and name the fields
Oliver Schneider
-1
/
+1
2018-06-28
Eliminate old CTFE's `ErrKind`
Oliver Schneider
-8
/
+5
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-3
/
+3
2018-06-21
translate / export weak lang items
Jorge Aparicio
-0
/
+1
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-6
/
+1
2018-06-20
Remove specific parameter iterators from hir::Generics
varkor
-2
/
+5
2018-06-20
Make method and variable names more consistent
varkor
-1
/
+0
2018-06-20
Rename "parameter" to "arg"
varkor
-0
/
+1
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
[next]