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
Age
Commit message (
Expand
)
Author
Lines
2019-02-07
Transition librustc_traits to 2018 edition
Hirokazu Hata
-23
/
+20
2019-01-25
Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix
bors
-38
/
+5
2019-01-19
Handle lifetime annotations in unreachable code
Matthew Jasper
-38
/
+5
2019-01-10
integrate trait aliases into def-paths / metadata
Niko Matsakis
-1
/
+2
2019-01-05
Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis
bors
-5
/
+1
2019-01-04
Revert "add coherence future-compat warnings for marker-only trait objects"
Ariel Ben-Yehuda
-5
/
+1
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-1
/
+1
2018-12-30
Stop well-formedness checking unreachable code.
David Wood
-76
/
+27
2018-12-30
Always check well-formedness.
David Wood
-29
/
+77
2018-12-30
Refactor `UserTypeAnnotation`.
David Wood
-22
/
+8
2018-12-27
Fix `tcx.environment` for inherent impls
scalexm
-31
/
+48
2018-12-27
Add `wf_clause_for_fn_def`
scalexm
-1
/
+21
2018-12-27
Use `TraitEngine` in `enter_canonical_trait_query`
scalexm
-6
/
+10
2018-12-27
Handle sub-typing in chalk-engine
scalexm
-6
/
+28
2018-12-27
Integrate chalk engine
scalexm
-31
/
+133
2018-12-27
Fix binding levels in implied bounds rules
scalexm
-15
/
+11
2018-12-27
Fix `Sized` requirement for empty tuples in `program_clauses`
scalexm
-1
/
+4
2018-12-27
Add builtin impls for `Sized` in `chalk_context::program_clauses`
scalexm
-1
/
+150
2018-12-27
Rename functions giving WF clauses for builtin types
scalexm
-21
/
+38
2018-12-27
Add utilities for creating generic types
scalexm
-59
/
+87
2018-12-27
Return an instantiated environment instead of a generic one
scalexm
-28
/
+28
2018-12-27
Fix `visit_ex_clause_with`
scalexm
-3
/
+3
2018-12-27
Implement "lifetime juggling" methods from chalk integration trait
scalexm
-8
/
+42
2018-12-27
Implement `is_coinductive`
scalexm
-3
/
+20
2018-12-25
Remove licenses
Mark Rousskov
-110
/
+0
2018-12-14
add coherence future-compat warnings for marker-only trait objects
Ariel Ben-Yehuda
-1
/
+5
2018-12-10
Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.
Nicholas Nethercote
-1
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-7
/
+7
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
-5
/
+5
2018-11-29
Implement `AggregateOps`
scalexm
-2
/
+28
2018-11-29
Implement `ResolventOps`
scalexm
-29
/
+256
2018-11-29
Handle inference variables in `nll_relate` and use it for chalk
scalexm
-17
/
+132
2018-11-24
Fix `ChalkInferenceContext::into_hh_goal`
scalexm
-1
/
+4
2018-11-24
Implement some instantiate / canonical routines
scalexm
-52
/
+113
2018-11-24
Move `BoundTy` debruijn index to the `TyKind` enum variant
scalexm
-10
/
+14
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-1
/
+3
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
Instantiate all bound vars existentially
scalexm
-4
/
+3
2018-11-13
Use a dummy outlives requirement for `where Type:,` (see #53696)
scalexm
-6
/
+7
2018-11-13
Bypass ppaux for `Outlives` predicates
scalexm
-1
/
+1
2018-11-13
Provide program clauses for builtin types
scalexm
-229
/
+509
2018-11-13
Adjust documentation
scalexm
-3
/
+4
2018-11-13
Pretty print quantified goals and clauses
scalexm
-10
/
+3
2018-11-13
Replace type params with bound vars in `rustc_traits::lowering`
scalexm
-60
/
+118
2018-11-11
Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewj...
Pietro Albini
-2
/
+4
2018-11-10
Auto merge of #55637 - pnkfelix:issue-55552-dont-attempt-to-ascribe-projectio...
bors
-6
/
+24
2018-11-08
Use `SmallVec` outparams in several functions.
Nicholas Nethercote
-2
/
+4
2018-11-03
Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`
scalexm
-2
/
+2
[prev]
[next]