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
/
const_eval
/
eval_queries.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-11
Invert control in struct_lint_level.
jumbatm
-4
/
+5
2020-01-27
don't clone types that are copy, round two.
Matthias Krüger
-2
/
+2
2020-01-15
Promoteds can contain raw pointers, but these must still only point to immuta...
Oliver Scherer
-4
/
+9
2020-01-10
Promote `Ref`s to constants instead of static
Santiago Pastorino
-4
/
+14
2020-01-09
Switch assertion order to be more helpful to ppl that encounter them
Oliver Scherer
-1
/
+1
2020-01-07
Add more documentation
Oliver Scherer
-1
/
+6
2020-01-07
Ensure we don't accidentally turn non-zsts into zsts
Oliver Scherer
-0
/
+1
2020-01-07
Move `to_const_value` from `MPlaceTy` to its only use site
Oliver Scherer
-2
/
+13
2020-01-07
Fix an ICE happening due code assuming that `MPlaceTy` cannot have integer ad...
Oliver Scherer
-16
/
+2
2020-01-07
Automatically prefer integer addresses for zst MPlace
Oliver Scherer
-2
/
+2
2020-01-06
Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa
bors
-1
/
+1
2020-01-05
Fix ICE involving calling `Instance.ty` during const evaluation
Aaron Hill
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-27
Fix `Instance::resolve()` incorrectly returning specialized instances
Wesley Wiser
-9
/
+13
2019-12-26
Retire `to_ptr` which should already have no users but still kept getting new...
Oliver Scherer
-3
/
+3
2019-12-26
Rebase fallout
Oliver Scherer
-1
/
+1
2019-12-26
Tidy
Oliver Scherer
-7
/
+10
2019-12-26
Fix imports after rebase
Oliver Scherer
-11
/
+9
2019-12-26
Rename `query` module
Oliver Scherer
-0
/
+359
[prev]