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
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
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
2020-03-01
Make `rustc_attrs` tracking issue None
Yuki Okushi
-1
/
+0
2020-02-14
Update tests
Matthew Jasper
-29
/
+38
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-64
/
+64
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-1
/
+1
2020-02-06
rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.
Eduard-Mihai Burtescu
-1
/
+1
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-12
/
+12
2019-12-18
Add more tests for raw_ref_op
Matthew Jasper
-0
/
+57
2019-12-15
Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk
bors
-2
/
+5
2019-12-13
Bless unrelated tests with new help message
Dylan MacKenzie
-2
/
+5
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-15
/
+29
2019-12-13
Reuse the `staged_api` feature for `rustc_const_unstable`
Oliver Scherer
-3
/
+3
2019-11-21
Readjust const qualification to detect statics again
Santiago Pastorino
-2
/
+2
2019-11-13
Bless const tests with improved diagnostics
Dylan MacKenzie
-40
/
+19
2019-11-13
Remove if/loop tests from min_const_fn
Dylan MacKenzie
-4
/
+0
2019-11-08
Bless tests now that we do promotion if `min_const_fn` fails
Dylan MacKenzie
-28
/
+7
2019-09-30
Rollup merge of #64377 - GuillaumeGomez:E0493, r=estebank
Tyler Mandry
-2
/
+2
2019-09-30
update tests
Guillaume Gomez
-2
/
+2
2019-09-26
Adjust & --bless tests due to no longer downgrading NLL errors on 2015.
Mazdak Farrokhzad
-380
/
+9
2019-09-24
Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fn
Oliver Scherer
-5
/
+5
2019-08-19
Cherry-pick src/test changes with Centril's changes
sd234678
-27
/
+22
[next]