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-08-30
mv compiler to compiler/
mark
-398
/
+0
2020-08-14
Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco
Tyler Mandry
-2
/
+2
2020-08-14
add a FIXME concerning interning of promoteds
Ralf Jung
-0
/
+6
2020-08-13
merge `as_local_hir_id` with `local_def_id_to_hir_id`
Bastian Kauschke
-2
/
+2
2020-08-09
move const_eval error reporting logic into rustc_mir::const_eval::error
Ralf Jung
-4
/
+5
2020-07-22
renamed ScalarMaybeUninit::not_undef to check_init
Philippe Nadon
-1
/
+1
2020-07-20
mir: `unused_generic_params` query
David Wood
-1
/
+1
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-3
/
+2
2020-07-15
update promoted_mir
Bastian Kauschke
-1
/
+1
2020-07-15
update const arg queries
Bastian Kauschke
-1
/
+2
2020-07-15
const generics work!
Bastian Kauschke
-1
/
+1
2020-07-15
InstanceDef::Item
Bastian Kauschke
-12
/
+12
2020-07-06
Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercote
bors
-5
/
+5
2020-07-05
Shrink ParamEnv to 16 bytes
Mark Rousskov
-5
/
+5
2020-07-04
ConstCx to LocalDefId
Bastian Kauschke
-4
/
+4
2020-06-14
keep root_span and tcx together
Ralf Jung
-2
/
+2
2020-06-12
avoid computing cur_span all the time
Ralf Jung
-3
/
+9
2020-06-12
fix const_prop spans and re-bless tests
Ralf Jung
-2
/
+2
2020-06-12
make miri InterpCx TyCtxtAt a TyCtxt, and separately remember the root span o...
Ralf Jung
-10
/
+11
2020-06-09
Fix more clippy warnings
Matthias Krüger
-3
/
+1
2020-05-24
Removed all instances of const_field.
Rakshith Ravi
-1
/
+1
2020-05-22
Use `OnceCell` instead of `Once`
Dylan MacKenzie
-2
/
+2
2020-05-10
avoid raising interpreter errors from interning
Ralf Jung
-1
/
+1
2020-05-09
Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung
Ralf Jung
-3
/
+3
2020-05-08
Create a convenience wrapper for `get_global_alloc(id).unwrap()`
Oliver Scherer
-6
/
+5
2020-05-08
Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc`
Oliver Scherer
-3
/
+9
2020-05-08
Simplify the `tcx.alloc_map` API
Oliver Scherer
-8
/
+3
2020-05-07
Renamed "undef" stuff to "uninit"
Hanif Bin Ariffin
-5
/
+5
2020-04-28
better document const-pattern dynamic soundness checks, and fix a soundness hole
Ralf Jung
-1
/
+1
2020-04-27
Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries
marmeladema
-3
/
+5
2020-04-24
Remove `Option` from the return type of `def_kind`.
Eduard-Mihai Burtescu
-1
/
+1
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-2
/
+2
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-2
/
+2
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-1
/
+1
2020-04-16
mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`.
Eduard-Mihai Burtescu
-10
/
+6
2020-04-13
fmt
Ralf Jung
-2
/
+3
2020-04-13
add after_stack_push hook; add public ImmTy::from_immediate method, and make ...
Ralf Jung
-19
/
+21
2020-04-02
nix rustc_target::abi::* reexport in ty::layout
Mazdak Farrokhzad
-3
/
+4
2020-03-30
remove caller span from Miri stack frame
Ralf Jung
-1
/
+0
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-7
/
+7
2020-03-29
Use `&` to do deref coercion for `ReadOnlyBodyAndCache`
Dylan MacKenzie
-1
/
+1
2020-03-08
fix some cases of unexpected exceptions leaving validation
Ralf Jung
-1
/
+6
2020-03-06
fix various typos
Matthias Krüger
-2
/
+2
2020-03-05
Opt out of CTFE if the 'const_eval_limit' is set to 0
Christoph Schmidler
-2
/
+2
2020-02-20
Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca...
Dylan MacKenzie
-2
/
+2
2020-02-18
Remove mention of `simd_shuffle` promotion from comments
Dylan MacKenzie
-2
/
+2
2020-02-18
Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obk
Dylan DPC
-11
/
+7
2020-02-15
Change const eval to return `ConstValue`, instead of `Const` as the type insi...
Ben Lewis
-11
/
+7
2020-02-14
Check `has_typeck_tables` before calling `typeck_tables_of`
Yuki Okushi
-1
/
+4
2020-02-11
Run RustFmt
jumbatm
-3
/
+1
[next]