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
/
test
/
ui
/
consts
/
min_const_fn
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-967
/
+0
2022-10-20
Update tests to match error message changes
b4den
-6
/
+6
2022-09-24
Note the type when unable to drop values in compile time
Deadbeef
-13
/
+13
2022-07-26
Fix diagnostics for unfulfilled obligations
Deadbeef
-10
/
+0
2022-07-26
bless tests, remove nonexistent E0395
Deadbeef
-5
/
+21
2022-03-07
Stabilize const_impl_trait as well
Eric Holk
-31
/
+0
2022-03-07
Update tests after feature stabilization
Eric Holk
-397
/
+32
2022-03-03
Cleanup feature gates.
Camille GILLOT
-4
/
+5
2022-02-12
bless you
Deadbeef
-2
/
+3
2022-02-06
Fix tracking issue for `const_fn_trait_bound`
Ruby Lazuli
-14
/
+14
2021-11-06
Stabilize `const_raw_ptr_deref` for `*const T`
Jacob Pratt
-13
/
+12
2021-10-04
Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplett
Manish Goregaokar
-9
/
+9
2021-10-03
Practice diagnostic message convention
Hirochika Matsumoto
-5
/
+5
2021-10-03
Follow the diagnostic output style guide
Hirochika Matsumoto
-9
/
+9
2021-09-16
Add a separate error for `dyn Trait` in `const fn`
Waffle
-14
/
+14
2021-09-13
Highlight the const function if error happened because of a bound on the impl...
Waffle
-4
/
+23
2021-07-27
Update tests
Jacob Pratt
-16
/
+1
2021-07-10
remove const_raw_ptr_to_usize_cast feature
Ralf Jung
-16
/
+16
2021-05-22
stabilize const_fn_unsize
Ralf Jung
-24
/
+24
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-2
/
+2
2021-04-29
remove const_fn feature gate from const tests
Ralf Jung
-4
/
+4
2021-04-18
separate feature flag for unsizing casts in const fn
Ralf Jung
-15
/
+14
2021-04-18
move 'trait bounds on const fn' to separate feature gate
Ralf Jung
-21
/
+22
2021-01-29
rename raw_const/mut -> const/mut_addr_of, and stabilize them
Ralf Jung
-2
/
+1
2020-10-25
Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk
Yuki Okushi
-10
/
+10
2020-10-22
Rollup merge of #77420 - ecstatic-morse:const-checking-raw-mut-ref, r=davidtwco
Yuki Okushi
-4
/
+4
2020-10-21
switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable
Florian Warzecha
-10
/
+10
2020-10-05
Remove `fn` from feature name
Dylan MacKenzie
-3
/
+3
2020-10-05
Make `min_const_fn` `impl Trait` test into a gate test
Dylan MacKenzie
-2
/
+4
2020-10-05
Bless test outupt
Dylan MacKenzie
-11
/
+10
2020-10-01
Bless tests
Dylan MacKenzie
-4
/
+4
2020-09-29
Bless tests
Dylan MacKenzie
-15
/
+55
2020-09-29
Bless output
Dylan MacKenzie
-11
/
+81
2020-09-29
Bless tests
Dylan MacKenzie
-76
/
+36
2020-09-29
Bless mut tests
Dylan MacKenzie
-41
/
+151
2020-09-29
Fix "unstable in stable" error
Dylan MacKenzie
-3
/
+12
2020-09-27
Remove feature gate test for `rustc_allow_const_fn_ptr`
Dylan MacKenzie
-47
/
+0
2020-09-27
Mark `min_const_fn_fn_ptr` test as gate test
Dylan MacKenzie
-2
/
+4
2020-09-27
Bless tests
Dylan MacKenzie
-32
/
+56
2020-09-27
Update tests with new feature gate
Dylan MacKenzie
-15
/
+22
2020-09-25
Move const fn floating point test out of `min_const_fn`
Dylan MacKenzie
-62
/
+18
2020-09-25
Bless tests
Dylan MacKenzie
-19
/
+19
2020-09-23
Bless tests
Dylan MacKenzie
-29
/
+29
2020-09-22
Bless tests
Dylan MacKenzie
-92
/
+104
2020-08-21
Suppress "const" prefix of FnDef in MIR dump
Lzu Tao
-9
/
+9
2020-08-16
Allowing raw ptr dereference in const fn
5M1Sec
-12
/
+15
2020-06-30
Stabilize casts and coercions to `&[T]` in const fn
Oliver Scherer
-15
/
+5
2020-06-28
Update tests
Dylan MacKenzie
-17
/
+0
2020-06-28
Update tests
Dylan MacKenzie
-24
/
+6
2020-06-20
update tests
Christian Poveda
-3
/
+9
[next]