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
2018-11-22
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