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
/
librustc
/
ty
/
constness.rs
Age
Commit message (
Expand
)
Author
Lines
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