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
/
transform
/
check_consts
/
ops.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-13
Put MIR checks for loops behind the feature flag
Dylan MacKenzie
-0
/
+4
2019-12-06
Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk
Mazdak Farrokhzad
-25
/
+39
2019-12-03
Check intrinsics for callability in const fns
Mahmut Bulut
-16
/
+0
2019-12-02
Suggest feature for const_mut_refs errors
Christian Poveda
-3
/
+7
2019-12-02
Disallow cell borrowing
Christian Poveda
-24
/
+26
2019-12-02
Allow mutable derefs with feature gate
Christian Poveda
-1
/
+5
2019-12-02
Allow mutable borrows in constant bodies
Christian Poveda
-0
/
+4
2019-11-30
move GateIssue to rustc_feature & simplify emit_feature_err
Mazdak Farrokhzad
-24
/
+24
2019-11-21
Allow `Downcast` projections if `const_if_match` enabled
Dylan MacKenzie
-1
/
+5
2019-11-21
Add feature gate for const `if` and `match`
Dylan MacKenzie
-0
/
+4
2019-11-15
Move `delay_span_bug` into `emit_error` for if/loop
Dylan MacKenzie
-2
/
+18
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-10-25
Make `check_consts::Item` work on non-const fns
Dylan MacKenzie
-17
/
+16
2019-09-28
Add description for every module in `check_consts`
Dylan MacKenzie
-0
/
+2
2019-09-28
Require `fmt::Debug` to implement `NonConstOp`
Dylan MacKenzie
-1
/
+1
2019-09-28
Move non-const ops into their own module
Dylan MacKenzie
-0
/
+337