about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/mod-static-with-const-fn.rs
AgeCommit message (Expand)AuthorLines
2019-01-09Stabilize `let` bindings and destructuring in constants and const fnOliver Scherer-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-30Reenable `const_let` feature gateOliver Scherer-1/+2
2018-11-30Allow `let` bindings everywhereOliver Scherer-4/+1
2018-11-20Explain missing error in testOliver Scherer-0/+3
2018-11-19Allow assignments in const contextsOliver Scherer-4/+1
2018-11-10adjust ui/../mod-static-with-const-fn.rsMazdak Farrokhzad-0/+5
2018-11-10fix mod-static-with-const-fn.rs.Mazdak Farrokhzad-3/+1
2018-09-12Add a test that tries to modify static memory at compile-timeAndrew Xu-0/+37