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_mir
/
transform
/
check_consts
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-57
/
+0
2020-07-04
ConstCx to LocalDefId
Bastian Kauschke
-2
/
+2
2020-06-13
Add `CheckLiveDrops` pass
Dylan MacKenzie
-0
/
+1
2020-05-07
Use `hir::ConstContext` instead of local enums
Dylan MacKenzie
-65
/
+3
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-1
/
+1
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-5
/
+5
2020-04-23
Use ConstCx in more places
Oliver Scherer
-0
/
+9
2020-04-23
Rename `Item` to `ConstCx`.
Oliver Scherer
-3
/
+3
2020-04-22
Use `Body` everywhere
Dylan MacKenzie
-6
/
+2
2020-04-18
check_consts: make ops module private
Ralf Jung
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+2
2019-12-22
Format the world
Mark Rousskov
-9
/
+2
2019-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-2
/
+2
2019-12-05
rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ...
Paul Daniel Faria
-2
/
+2
2019-12-05
update comment to explain the importance of this check more clearly
Remy Rakic
-2
/
+3
2019-12-05
make const-qualif look at more `const fn`s
Remy Rakic
-1
/
+5
2019-12-02
Fix type errors created during rebasing
Paul Daniel Faria
-2
/
+2
2019-11-15
Remove `requires_sync`
Dylan MacKenzie
-10
/
+0
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-2
/
+2
2019-10-25
Use `is_lang_panic_fn` from `check_consts` in `promote_consts`
Dylan MacKenzie
-1
/
+2
2019-10-25
Make `Item` fields pub
Dylan MacKenzie
-5
/
+5
2019-10-25
Make `check_consts::Item` work on non-const fns
Dylan MacKenzie
-25
/
+73
2019-10-26
rustc_mir: use the new validator's Qualif in promotion.
Eduard-Mihai Burtescu
-1
/
+24
2019-09-28
Add description for every module in `check_consts`
Dylan MacKenzie
-0
/
+6
2019-09-28
Move non-const ops into their own module
Dylan MacKenzie
-1
/
+2
2019-09-28
Add dataflow-based const validation
Dylan MacKenzie
-0
/
+45