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
/
compiler
/
rustc_const_eval
/
src
/
transform
Age
Commit message (
Expand
)
Author
Lines
2021-10-04
Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplett
Manish Goregaokar
-1
/
+1
2021-10-04
Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett
Jubilee
-19
/
+0
2021-10-04
Stabilize `const_panic`
Jacob Pratt
-19
/
+0
2021-10-03
Practice diagnostic message convention
Hirochika Matsumoto
-2
/
+2
2021-10-03
Follow the diagnostic output style guide
Hirochika Matsumoto
-1
/
+1
2021-10-01
Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk
Manish Goregaokar
-5
/
+2
2021-09-25
Report heap allocation instead of non-const fn for exchange_malloc call
Gary Guo
-0
/
+5
2021-09-25
Introduce `Rvalue::ShallowInitBox`
Gary Guo
-1
/
+5
2021-09-19
Rollup merge of #89021 - WaffleLapkin:separate_error_for_dyn_trait_in_const_f...
Yuki Okushi
-5
/
+44
2021-09-18
Start block is not allowed to have basic block predecessors
Tomasz Miąsko
-1
/
+4
2021-09-18
Auto merge of #88965 - fee1-dead:const-drop-1, r=oli-obk
bors
-1
/
+11
2021-09-17
Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk
Guillaume Gomez
-0
/
+14
2021-09-16
Add a separate error for `dyn Trait` in `const fn`
Waffle
-5
/
+44
2021-09-15
Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_...
Manish Goregaokar
-2
/
+11
2021-09-15
Allow `panic!("{}", computed_str)` in const fn.
Gary Guo
-0
/
+14
2021-09-15
Fast reject for NeedsNonConstDrop
Deadbeef
-1
/
+11
2021-09-15
Coerce const FnDefs to implement const Fn traits
Deadbeef
-2
/
+1
2021-09-15
Move is_const_fn to under TyCtxt
Deadbeef
-4
/
+2
2021-09-15
Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk
bors
-22
/
+52
2021-09-13
Highlight the const function if error happened because of a bound on the impl...
Waffle
-2
/
+11
2021-09-13
Introduce NullOp::AlignOf
Gary Guo
-1
/
+2
2021-09-09
Add another test case + fmt
Deadbeef
-4
/
+2
2021-09-09
fix precise live drops
Deadbeef
-3
/
+3
2021-09-09
do not require lang item
Deadbeef
-1
/
+8
2021-09-09
Use trait select logic instead of query
Deadbeef
-10
/
+33
2021-09-09
fmt
Deadbeef
-2
/
+4
2021-09-09
Const dropping
Deadbeef
-13
/
+13
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+4104