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-04-28
Fix lint findings in librustc_traits
flip1995
-32
/
+32
2019-04-27
Rollup merge of #60292 - varkor:ty-tuple-substs, r=nikomatsakis
Mazdak Farrokhzad
-14
/
+20
2019-04-27
Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister
bors
-20
/
+14
2019-04-26
Update handling of Tuple
varkor
-14
/
+20
2019-04-25
Update trait queries
John Kåre Alsaker
-20
/
+14
2019-04-24
Add builtin impls for int and float inference vars in chalk
Tyler Mandry
-14
/
+19
2019-04-24
chalkify: Add Copy/Clone builtins
Tyler Mandry
-21
/
+149
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-03-20
Fix a bug in implied bounds
scalexm
-4
/
+5
2019-03-20
Fix a bug in chalk lowering
scalexm
-1
/
+8
2019-03-20
Add unsize impls for arrays
scalexm
-0
/
+88
2019-03-20
Reorganize `chalk_context::program_clauses`
scalexm
-319
/
+343
2019-03-20
Gather region constraints not coming from unification
scalexm
-55
/
+34
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-8
/
+5
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-2
/
+2
2019-03-05
Handle const generics elsewhere
varkor
-1
/
+12
2019-03-01
hir: remove NodeId from TraitItem
ljedrz
-6
/
+6
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-6
/
+6
2019-02-27
rename Substs to InternalSubsts
csmoe
-14
/
+14
2019-02-13
HirId-ify hir::BodyId
ljedrz
-6
/
+6
2019-02-10
rustc: doc comments
Alexander Regueiro
-7
/
+7
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
[next]