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
2019-04-23
Stabilize futures_api
Taylor Cramer
-1
/
+2
2019-04-23
Add rustc_allow_const_fn_ptr
Taylor Cramer
-0
/
+62
2019-04-23
Auto merge of #60125 - estebank:continue-evaluating, r=oli-obk
bors
-58
/
+116
2019-04-22
Never stop due to errors before borrow checking
Esteban Küber
-58
/
+116
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-440
/
+74
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-6
/
+5
2019-04-17
Rollup merge of #59646 - JohnTitor:improve-wording, r=oli-obk
Mazdak Farrokhzad
-18
/
+19
2019-04-16
Fix tests
Yuki OKUSHI
-18
/
+19
2019-04-11
Reword tracking issue note
Esteban Küber
-4
/
+4
2019-04-10
Tweak unstable diagnostic output
Esteban Küber
-4
/
+8
2019-04-03
Improve wording
Yuki OKUSHI
-17
/
+17
2019-03-11
Update NLL tests
Vadim Petrochenkov
-16
/
+16
2019-03-11
Update tests
Vadim Petrochenkov
-34
/
+34
2019-02-14
Add updated NLL tests
varkor
-37
/
+108
2019-02-14
Update const fn tests
varkor
-59
/
+185
2019-01-21
Declare some unconst operations as unsafe in const fn
Oliver Scherer
-42
/
+70
2019-01-12
const_let: --bless with --compare-mode=nll
Mazdak Farrokhzad
-7
/
+1
2019-01-09
Stabilize `let` bindings and destructuring in constants and const fn
Oliver Scherer
-20
/
+14
2018-12-25
Remove licenses
Mark Rousskov
-174
/
+94
2018-12-23
stabilize min_const_unsafe_fn --bless tests.
Mazdak Farrokhzad
-12
/
+12
2018-12-23
stabilize min_const_unsafe_fn in 1.33.
Mazdak Farrokhzad
-139
/
+68
2018-12-22
Update migrate warning wording.
David Wood
-6
/
+4
2018-12-18
Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis
bors
-3
/
+34
2018-12-11
Make `const unsafe fn` bodies `unsafe`
Oliver Scherer
-98
/
+26
2018-12-04
Intrinsic checks are just needed for `qualify_min_const_fn`
Oliver Scherer
-0
/
+8
2018-12-04
Add and update tests
Oliver Scherer
-31
/
+52
2018-12-04
Emit feature gate suggestion
Oliver Scherer
-15
/
+15
2018-12-04
Make sure the initialization of constrained int range newtypes is unsafe
Oliver Scherer
-0
/
+136
2018-12-04
Add test for dereferencing raw pointers and immediately referencing again
Oliver Scherer
-3
/
+22
2018-12-04
Allow calling `const unsafe fn` in `const fn` behind a feature gate
Oliver Scherer
-7
/
+124
2018-11-30
Reenable `const_let` feature gate
Oliver Scherer
-130
/
+28
2018-11-30
Allow `let` bindings everywhere
Oliver Scherer
-1
/
+115
2018-11-30
Add tests for mutable borrows
Oliver Scherer
-0
/
+31
2018-11-30
Stabilize `const_let` inside const functions
Oliver Scherer
-15
/
+3
2018-11-19
Replace the ICEing on const fn loops with an error
Oliver Scherer
-0
/
+13
2018-10-21
Use new region infer errors for explaining borrows
Matthew Jasper
-29
/
+29
2018-10-19
Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJung
kennytm
-0
/
+61
2018-10-17
Update output for borrowck=migrate compare mode.
David Wood
-4
/
+10
2018-10-15
Add trailing newline to satisfy tidy
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-1
/
+1
2018-10-15
Try to trigger some error cases
Oliver Scherer
-0
/
+46
2018-10-14
Fix ICE and report a human readable error
Oliver Scherer
-0
/
+15
2018-10-05
Stabilize `min_const_fn`
Oliver Schneider
-108
/
+111
2018-10-03
Only promote calls to `#[rustc_promotable]` const fns
Oliver Schneider
-0
/
+155
2018-09-25
Update E0714 to E0716 in tests output
Mikhail Modin
-4
/
+4
2018-09-25
add "temporary value dropped while borrowed" error
Mikhail Modin
-8
/
+8
2018-09-19
Make the span of the MIR return place point to the return type
Matthew Jasper
-32
/
+32
2018-08-31
Add test that min const fns can't call unstable min const fns even with the f...
Oliver Schneider
-2
/
+16
2018-08-31
Libstd only has `min_const_fn` const fns
Oliver Schneider
-0
/
+38
2018-08-31
Implement the `min_const_fn` feature gate
Oliver Schneider
-0
/
+857