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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-29
Add inline attributes and add unit to CommonTypes
John Kåre Alsaker
-0
/
+1
2018-11-26
rustc-guide has moved
Mark Mansi
-1
/
+1
2018-11-16
improve debug output related to bound calculation
Niko Matsakis
-1
/
+6
2018-11-07
Added error for duplicate bindings of associated type.
Alexander Regueiro
-5
/
+2
2018-11-03
Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis
bors
-9
/
+25
2018-11-03
Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`
scalexm
-1
/
+1
2018-11-03
Added support for trait aliases as bounds.
Alexander Regueiro
-9
/
+25
2018-10-25
preserve const eval error information through trait error system
Ralf Jung
-1
/
+2
2018-10-25
Report const eval error inside the query
Oliver Schneider
-2
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-1
/
+1
2018-10-17
Categorize chalk clauses
scalexm
-1
/
+21
2018-10-17
Implement the `environment` query
scalexm
-6
/
+7
2018-10-17
Use `Environment` instead of `ty::ParamEnv` in chalk context
scalexm
-0
/
+30
2018-10-08
Pass around interned refs to goals and not goals
scalexm
-10
/
+12
2018-10-01
normalize param-env type-outlives predicates last
Ariel Ben-Yehuda
-56
/
+117
2018-09-30
Auto merge of #53255 - orium:fix-bug-overflow-send, r=arielb1
bors
-1
/
+1
2018-09-30
Typos and style fixes.
Diogo Sousa
-1
/
+1
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-09-28
rustc: keep a Span for each predicate in ty::GenericPredicates.
Eduard-Mihai Burtescu
-2
/
+1
2018-09-26
convert from an `UnlessNll` flag to a `SuppressRegionErrors` flag
Niko Matsakis
-2
/
+2
2018-09-26
use a `UnlessNll` flag to consolidate error reporting paths
Niko Matsakis
-1
/
+7
2018-09-18
A few cleanups and minor improvements to rustc/traits
ljedrz
-6
/
+6
2018-08-22
Rename ty::Slice to ty::List
varkor
-3
/
+3
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-19
Add notes on unsized argument errors.
Masaki Hara
-0
/
+2
2018-08-15
fix error for unsized packed struct field
Ralf Jung
-2
/
+2
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-1
/
+1
2018-06-28
Move the Lrc outside the error type and name the fields
Oliver Schneider
-1
/
+1
2018-06-27
change the `enter_canonical_trait_query` method to give a fulfill cx
Niko Matsakis
-1
/
+1
2018-06-26
remove `Canonicalization` trait, which serves no purpose
Niko Matsakis
-30
/
+0
2018-06-24
Update broken rustc-guide links
Alex Kitchens
-1
/
+1
2018-06-22
Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis
bors
-17
/
+29
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-2
/
+2
2018-06-08
Reenable trivial bounds
Matthew Jasper
-5
/
+0
2018-06-04
Refactor the chalkify lowering process
scalexm
-17
/
+29
2018-05-24
implement the chalk traits, albeit with many placeholders
Niko Matsakis
-1
/
+61
2018-05-22
Auto merge of #50876 - matthewjasper:rollback-trivial-bounds, r=nikomatsakis
bors
-0
/
+5
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-18
Filter global bounds from ParamEnv again.
Matthew Jasper
-0
/
+5
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-5
/
+5
2018-05-16
Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis
bors
-9
/
+3
2018-05-15
Add mk_param_from_def
varkor
-1
/
+1
2018-05-15
Use Kind instead of UnpackedKind in Substs methods
varkor
-5
/
+3
2018-05-15
Refactor Substs methods on generic parameters
varkor
-6
/
+12
2018-05-15
Feature gate trivial bounds
Matthew Jasper
-0
/
+3
2018-05-15
Implement RFC 2056 - trivial constraints
Matthew Jasper
-9
/
+0
2018-05-12
Better error reporting in Copy derive
leonardo.yvens
-33
/
+3
2018-05-10
Auto merge of #50395 - Zoxc:small-tys, r=michaelwoerister
bors
-3
/
+3
2018-05-09
Auto merge of #49711 - ibabushkin:auto_trait_refactor, r=nikomatsakis
bors
-0
/
+2
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-3
/
+3
[next]