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_traits
/
lowering
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-07
Transition librustc_traits to 2018 edition
Hirokazu Hata
-3
/
+3
2019-01-10
integrate trait aliases into def-paths / metadata
Niko Matsakis
-1
/
+2
2018-12-27
Fix binding levels in implied bounds rules
scalexm
-15
/
+11
2018-12-27
Return an instantiated environment instead of a generic one
scalexm
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-6
/
+6
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
-3
/
+3
2018-11-24
Move `BoundTy` debruijn index to the `TyKind` enum variant
scalexm
-1
/
+2
2018-11-15
Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb
Pietro Albini
-5
/
+7
2018-11-14
Wrap some query results in `Lrc`.
Nicholas Nethercote
-5
/
+7
2018-11-13
Implement `ProjectionEq-Normalize`
csmoe
-1
/
+43
2018-11-13
Use a dummy outlives requirement for `where Type:,` (see #53696)
scalexm
-6
/
+7
2018-11-13
Adjust documentation
scalexm
-3
/
+4
2018-11-13
Pretty print quantified goals and clauses
scalexm
-8
/
+1
2018-11-13
Replace type params with bound vars in `rustc_traits::lowering`
scalexm
-44
/
+85
2018-10-19
Write an initial version of the `program_clauses` callback
scalexm
-1
/
+1
2018-10-17
Categorize chalk clauses
scalexm
-1
/
+12
2018-10-17
Implement the `environment` query
scalexm
-0
/
+1
2018-10-17
Use `Environment` instead of `ty::ParamEnv` in chalk context
scalexm
-0
/
+596