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
Age
Commit message (
Expand
)
Author
Lines
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+2
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
-23
/
+3
2021-10-01
polymorphize: polymorphize shims
David Wood
-1
/
+2
2021-09-29
CTFE: extra assertions for Aggregate rvalues; remove unnecessarily eager spec...
Ralf Jung
-7
/
+9
2021-09-29
remove outdated comment
Ralf Jung
-1
/
+0
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
/
+11
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-09-20
Enable 2021 compatibility lints for all in-tree code
Mark Rousskov
-1
/
+1
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
-2
/
+21
2021-09-17
Auto merge of #88934 - tmiasko:trace-log, r=davidtwco
bors
-4
/
+5
2021-09-16
Add a separate error for `dyn Trait` in `const fn`
Waffle
-5
/
+44
2021-09-15
Rollup merge of #88933 - tmiasko:remove-min-align-of, r=oli-obk
Manish Goregaokar
-7
/
+2
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
-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
/
+14840
[prev]