about summary refs log tree commit diff
path: root/src/librustc/ty/constness.rs
AgeCommit message (Expand)AuthorLines
2019-04-23Add rustc_allow_const_fn_ptrTaylor Cramer-0/+7
2019-03-07HirIdification: replace NodeId method callsljedrz-3/+3
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-05move librustc to 2018Mark Mansi-5/+5
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-2/+2
2018-12-04Intrinsic checks are just needed for `qualify_min_const_fn`Oliver Scherer-14/+1
2018-12-04Clean up the logic in `is_min_const_fn`Oliver Scherer-13/+18
2018-12-04Allow calling `const unsafe fn` in `const fn` behind a feature gateOliver Scherer-2/+2
2018-11-27avoid features_untrackedRalf Jung-1/+1
2018-10-05Stabilize `min_const_fn`Oliver Schneider-1/+1
2018-10-03Fix typoOliver Schneider-1/+1
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-0/+111