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
/
librustc
/
ty
/
constness.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-08
Move constness.rs to librustc_mir.
Camille GILLOT
-156
/
+0
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-24
x.py fmt after previous deignore
Mark Rousskov
-66
/
+70
2019-12-20
Require const stability attributes on intrinsics to be able to use them in co...
Oliver Scherer
-96
/
+2
2019-12-13
Consistently name `min_const_fn`
Oliver Scherer
-2
/
+2
2019-12-13
Change the const stab default for internal const fns
Oliver Scherer
-4
/
+7
2019-12-13
Elaborate internal const fn comment
Oliver Scherer
-1
/
+3
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-12
/
+33
2019-12-04
Leave fixme
Oliver Scherer
-0
/
+1
2019-12-03
const fns can read constants that invoke unstable const fns
Oliver Scherer
-1
/
+1
2019-12-03
Explain the difference between the two whitelists
Oliver Scherer
-0
/
+9
2019-12-03
Move all intrinsic whitelists into the constness check file
Oliver Scherer
-0
/
+35
2019-12-03
Check intrinsics for callability in const fns
Mahmut Bulut
-3
/
+67
2019-10-27
Stabilize `const_constructor`
Matthew Jasper
-8
/
+3
2019-06-22
Rollup merge of #62019 - jeremystucki:refactoring, r=estebank
Mazdak Farrokhzad
-4
/
+4
2019-06-21
Remove needless lifetimes
Jeremy Stucki
-4
/
+4
2019-06-20
rename hir::map::get_by_hir_id to get
ljedrz
-1
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-4
/
+4
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-4
/
+4
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-4
/
+4
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-4
/
+4
2019-06-06
Make constructors actually be const functions
Matthew Jasper
-13
/
+19
2019-04-23
Add rustc_allow_const_fn_ptr
Taylor Cramer
-0
/
+7
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-3
/
+3
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-5
/
+5
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-2
/
+2
2018-12-04
Intrinsic checks are just needed for `qualify_min_const_fn`
Oliver Scherer
-14
/
+1
2018-12-04
Clean up the logic in `is_min_const_fn`
Oliver Scherer
-13
/
+18
2018-12-04
Allow calling `const unsafe fn` in `const fn` behind a feature gate
Oliver Scherer
-2
/
+2
2018-11-27
avoid features_untracked
Ralf Jung
-1
/
+1
2018-10-05
Stabilize `min_const_fn`
Oliver Schneider
-1
/
+1
2018-10-03
Fix typo
Oliver Schneider
-1
/
+1
2018-10-03
Only promote calls to `#[rustc_promotable]` const fns
Oliver Schneider
-0
/
+111