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
Age
Commit message (
Expand
)
Author
Lines
2021-09-15
Allow `panic!("{}", computed_str)` in const fn.
Gary Guo
-2
/
+21
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
-22
/
+3
2021-09-15
Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk
bors
-44
/
+62
2021-09-14
Remove implementation of `min_align_of` intrinsic
Tomasz Miąsko
-7
/
+2
2021-09-14
Avoid unnecessary formatting when trace log level is disabled
Tomasz Miąsko
-4
/
+5
2021-09-13
Highlight the const function if error happened because of a bound on the impl...
Waffle
-2
/
+11
2021-09-12
Auto merge of #88839 - nbdd0121:alignof, r=nagisa
bors
-9
/
+12
2021-09-13
Introduce NullOp::AlignOf
Gary Guo
-9
/
+12
2021-09-09
Rename `(un)signed` to `(un)signed_int`
Andreas Liljeqvist
-2
/
+2
2021-09-09
Move `unsigned_max` etc into `Size` again
Andreas Liljeqvist
-6
/
+4
2021-09-09
Remove clone
Andreas Liljeqvist
-1
/
+1
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-16
/
+13
2021-09-09
Add methods for checking for full ranges to `Scalar` and `WrappingRange`
Andreas Liljeqvist
-15
/
+13
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-09
Remove unused query
Deadbeef
-22
/
+10
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-1
/
+0
2021-09-08
Rebase fallout.
Camille GILLOT
-0
/
+1
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+14813
[prev]