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
Age
Commit message (
Expand
)
Author
Lines
2018-03-08
Add regression test for const prop
Oliver Schneider
-0
/
+28
2018-03-08
Can only const prop temporaries
Oliver Schneider
-1
/
+6
2018-03-08
Update tests
Oliver Schneider
-0
/
+24
2018-03-08
Simplify const propagator by removing unused code paths
Oliver Schneider
-71
/
+52
2018-03-08
Rename OptimizationFinder and don't propagate any borrows
Oliver Schneider
-38
/
+12
2018-03-08
Simplify const prop checks through PlaceContext
Oliver Schneider
-54
/
+52
2018-03-08
Move the resource limits to the session in preparation for attributes configu...
Oliver Schneider
-33
/
+22
2018-03-08
Figure out const propgatable locals in a single pass
Oliver Schneider
-28
/
+31
2018-03-08
Remove unused error E0020
Oliver Schneider
-13
/
+0
2018-03-08
Update tests
Oliver Schneider
-57
/
+75
2018-03-08
Stabilize const_indexing feature
Oliver Schneider
-22
/
+2
2018-03-08
Report const eval errors at the correct span
Oliver Schneider
-10
/
+27
2018-03-08
Only report bitshift lints on bitshift ops
Oliver Schneider
-14
/
+16
2018-03-08
rustc_passes::consts -> rvalue_promotion
Oliver Schneider
-4
/
+4
2018-03-08
Use IndexVec instead of FxHashMap
Oliver Schneider
-24
/
+19
2018-03-08
Merge const linting pass into const prop
Oliver Schneider
-206
/
+23
2018-03-08
Remove redundant warnings in rustc_trans
Oliver Schneider
-27
/
+4
2018-03-08
Remove single field struct by just using the field
Oliver Schneider
-9
/
+4
2018-03-08
Adjust tests to changed const err lints
Oliver Schneider
-27
/
+47
2018-03-08
Remove the fragile const propagator and just do linting
Oliver Schneider
-123
/
+3
2018-03-08
Deduplicate code in rustdoc
Oliver Schneider
-38
/
+24
2018-03-08
Adjust tests to more aggressive const err linting
Oliver Schneider
-0
/
+26
2018-03-08
Fix ICE in const prop
Oliver Schneider
-2
/
+4
2018-03-08
Simplify const SIMD shuffle in trans
Oliver Schneider
-61
/
+30
2018-03-08
Revert all changes to the instcombine pass
Oliver Schneider
-23
/
+77
2018-03-08
Split const prop into its own pass
Oliver Schneider
-439
/
+520
2018-03-08
Don't use scary block reorderings
Oliver Schneider
-56
/
+4
2018-03-08
Report errors in statics during collecting instead of translating
Oliver Schneider
-69
/
+116
2018-03-08
Add regression tests
Oliver Schneider
-0
/
+58
2018-03-08
Simplify code around reading/writing ConstVals
Oliver Schneider
-90
/
+21
2018-03-08
Accidental paste
Oliver Schneider
-1
/
+1
2018-03-08
Explain the existance of `is_binop_lang_item`
Oliver Schneider
-0
/
+4
2018-03-08
Remove unused error variants and const eval types
Oliver Schneider
-88
/
+2
2018-03-08
Move the pattern checking code to hair
Oliver Schneider
-27
/
+1195
2018-03-08
only export the two check* functions from check_match
Oliver Schneider
-2
/
+3
2018-03-08
The `const_eval` module is no more
Oliver Schneider
-16
/
+17
2018-03-08
Move lit_to_const to `pattern` and remove the now-empty `eval` module
Oliver Schneider
-119
/
+98
2018-03-08
Remove unused function
Oliver Schneider
-13
/
+0
2018-03-08
Move compare_const_vals out of `eval`
Oliver Schneider
-34
/
+31
2018-03-08
Reduce noise in error reporting
Oliver Schneider
-11
/
+27
2018-03-08
Use Mutability enum instead of bool
Oliver Schneider
-7
/
+16
2018-03-08
Prefer enum instead of magic numbers
Oliver Schneider
-3
/
+14
2018-03-08
Stop emitting `miri failed` in error messages
Oliver Schneider
-1
/
+1
2018-03-08
Rename simd shuffle function and adjust comment
Oliver Schneider
-7
/
+7
2018-03-08
Use layout::Integer over manual *size resolving
Oliver Schneider
-27
/
+26
2018-03-08
Nuke ConstInt and Const*size
Oliver Schneider
-1101
/
+159
2018-03-08
Rename ConstVal::to_u128 to to_raw_bits
Oliver Schneider
-9
/
+9
2018-03-08
Destructure Rc wrapped ErrorKind in miri
Oliver Schneider
-16
/
+15
2018-03-08
Add test for #45044
Oliver Schneider
-0
/
+20
2018-03-08
Add test for attempting to use array indexing for conditional const eval
Oliver Schneider
-0
/
+43
[next]