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_codegen_ssa
/
mir
/
constant.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-91
/
+0
2020-07-15
const_eval_resolve
Bastian Kauschke
-1
/
+1
2020-07-15
ConstKind::Unevaluated
Bastian Kauschke
-2
/
+2
2020-06-09
Fix more clippy warnings
Matthias Krüger
-1
/
+1
2020-05-24
Removed all instances of const_field.
Rakshith Ravi
-10
/
+6
2020-05-01
Remove deadcode in eval_mir_constant_to_operand
Santiago Pastorino
-19
/
+3
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-2
/
+3
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-4
/
+4
2020-03-22
simplify eval_mir_constant
Bastian Kauschke
-13
/
+3
2020-03-22
handle unevaluated consts after monomophize
Bastian Kauschke
-21
/
+26
2020-02-24
librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copy
Matthias Krüger
-1
/
+1
2020-02-16
Code review changes.
Ben Lewis
-2
/
+2
2020-02-15
Monomorphize const type during codegen.
Ben Lewis
-1
/
+2
2020-02-15
Change `const_field` and `const_caller_location` to return `ConstValue` inste...
Ben Lewis
-16
/
+19
2020-02-15
Change const eval to return `ConstValue`, instead of `Const` as the type insi...
Ben Lewis
-1
/
+7
2020-01-10
Errors in promoteds may only cause lints not hard errors
Oliver Scherer
-8
/
+7
2020-01-10
Promote `Ref`s to constants instead of static
Santiago Pastorino
-3
/
+6
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-41
/
+38
2019-12-22
Add simpler entry points to const eval for common usages.
Ben Lewis
-11
/
+8
2019-12-08
Ensure that we get a hard error on generic ZST constants if their body causes...
Oliver Scherer
-1
/
+8
2019-11-21
Fix rebase
Matthew Jasper
-1
/
+1
2019-11-21
Readjust constant evaluation for operands
Santiago Pastorino
-0
/
+23
2019-11-21
Simplify pattern
Santiago Pastorino
-2
/
+2
2019-11-12
Rename in librustc_codegen_ssa.
Camille GILLOT
-1
/
+1
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-1
/
+1
2019-08-05
Fiddle param env through to `try_eval_bits` in most places
Oliver Scherer
-1
/
+1
2019-08-05
Don't abort on unevaluated constants without at least tryting to eval them
Oliver Scherer
-1
/
+1
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-02
query-ify const_field
Mark Mansi
-7
/
+2
2019-05-25
Don't use `ty::Const` without immediately interning
Oliver Scherer
-3
/
+3
2019-03-29
`eval_mir_constant` doesn't need a builder param
bjorn3
-4
/
+3
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-20
/
+11
2019-03-15
rustc: remove fmt::{Debug,Display} from ty::TyKind.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-04
Use early unwraps instead of bubbling up errors just to unwrap in the end
Oliver Scherer
-7
/
+7
2019-02-09
librustc_codegen_ssa => 2018
Taiki Endo
-1
/
+1
2019-01-22
Get rid of the fake stack frame
Oliver Scherer
-1
/
+0
2019-01-01
`<&'tcx ty::Const as Deref>::deref`
Oliver Scherer
-3
/
+3
2019-01-01
Add `unwrap_usize` to `LazyConst`, too
Oliver Scherer
-1
/
+1
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-6
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-29
Use implicit deref instead of BuilderMethods::cx()
bjorn3
-7
/
+7
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-1
/
+1
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-0
/
+105