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_passes
/
check_const.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-13
Use better name for local containing required feature gates
Dylan MacKenzie
-5
/
+5
2019-12-13
Replace `Index` impl with `enabled` method
Dylan MacKenzie
-2
/
+2
2019-12-13
Apply suggestions from review
Dylan MacKenzie
-5
/
+5
2019-12-13
Improve comment
Dylan MacKenzie
-2
/
+2
2019-12-13
Restructue HIR const-checker to handle features with multiple gates
Dylan MacKenzie
-19
/
+68
2019-11-30
move GateIssue to rustc_feature & simplify emit_feature_err
Mazdak Farrokhzad
-8
/
+2
2019-11-30
introduce crate rustc_feature and move active, accepted, and removed to it
Mazdak Farrokhzad
-1
/
+2
2019-11-21
Suggest `const_if_match` on nightly
Dylan MacKenzie
-19
/
+70
2019-11-21
Hold a `TyCtxt` in the HIR const-checker
Dylan MacKenzie
-10
/
+7
2019-11-21
Add feature gate for const `if` and `match`
Dylan MacKenzie
-1
/
+1
2019-11-14
move E0744 to new error code
Guillaume Gomez
-0
/
+1
2019-11-13
Use `ast::Mutability`
Dylan MacKenzie
-2
/
+3
2019-11-13
Change control flow error to delay span bug
Dylan MacKenzie
-4
/
+5
2019-11-13
Small fixes to comments
Dylan MacKenzie
-4
/
+5
2019-11-13
Add HIR pass to check for `if`s and `loop`s in a `const`
Dylan MacKenzie
-0
/
+157