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_traits
/
lowering
/
environment.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-01
Remove leftover chalk types
Jack Huey
-267
/
+0
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-1
/
+1
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-1
/
+1
2020-04-06
ty: switch `Ty::walk` from `Ty` to `GenericArg`.
Eduard-Mihai Burtescu
-6
/
+19
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+1
2020-03-15
More Method->Fn renaming
Mark Mansi
-1
/
+1
2020-03-03
rename TraitItemKind::Method -> Fn
Mark Mansi
-1
/
+1
2020-02-02
Use more accurate failed predicate spans
Esteban Küber
-1
/
+1
2020-01-17
Use named fields for `hir::ItemKind::Impl`
Dylan MacKenzie
-2
/
+2
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-76
/
+59
2019-09-26
Rename `ForeignItem.node` to `ForeignItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-1
/
+1
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-1
/
+1
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
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
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-4
/
+1
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
-2
/
+2
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-7
/
+7
2019-03-20
Gather region constraints not coming from unification
scalexm
-27
/
+1
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-2
/
+2
2018-12-27
Fix `tcx.environment` for inherent impls
scalexm
-31
/
+48
2018-12-27
Add utilities for creating generic types
scalexm
-8
/
+5
2018-12-27
Return an instantiated environment instead of a generic one
scalexm
-19
/
+12
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
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-11-24
Move `BoundTy` debruijn index to the `TyKind` enum variant
scalexm
-1
/
+1
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-0
/
+1
2018-11-13
Provide program clauses for builtin types
scalexm
-3
/
+28
2018-11-13
Pretty print quantified goals and clauses
scalexm
-2
/
+2
2018-11-13
Replace type params with bound vars in `rustc_traits::lowering`
scalexm
-16
/
+33
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-0
/
+1
2018-10-20
Rollup merge of #55203 - scalexm:program-clauses, r=nikomatsakis
Manish Goregaokar
-3
/
+6
2018-10-19
Write an initial version of the `program_clauses` callback
scalexm
-3
/
+6
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-2
/
+2
2018-10-17
Re-use memory in `program_clauses_for_env`
scalexm
-5
/
+5
2018-10-17
Add tests for `program_clauses_for_env`
scalexm
-5
/
+6
2018-10-17
Categorize chalk clauses
scalexm
-3
/
+8
2018-10-17
Add `FromEnv` for input types in the environment
scalexm
-4
/
+66
2018-10-17
Implement the `environment` query
scalexm
-0
/
+24
2018-10-17
Visit tys in `program_clauses_for_env`
scalexm
-29
/
+66
2018-10-17
Use `Environment` instead of `ty::ParamEnv` in chalk context
scalexm
-0
/
+127