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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-28
Fix lint findings in librustc
flip1995
-1
/
+1
2019-04-12
Rollup merge of #59859 - davidtwco:issue-59756, r=cramertj
Mazdak Farrokhzad
-0
/
+1
2019-04-10
Suggest removing `?` to resolve type errors.
David Wood
-0
/
+1
2019-04-05
Introduce an arena type which may be used to allocate a list of types with de...
John Kåre Alsaker
-4
/
+3
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-4
/
+4
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-20
/
+21
2019-03-05
Handle const generics elsewhere
varkor
-1
/
+2
2019-02-27
rename Substs to InternalSubsts
csmoe
-3
/
+3
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-5
/
+5
2019-02-24
hir: remove NodeId from Expr
ljedrz
-2
/
+2
2019-02-14
Rollup merge of #58267 - estebank:match-arms, r=matthewjasper
Mazdak Farrokhzad
-0
/
+3
2019-02-13
HirId-ify hir::BodyId
ljedrz
-9
/
+9
2019-02-10
rustc: doc comments
Alexander Regueiro
-37
/
+36
2019-02-08
review comments: (marginally) reduce memory consumtion
Esteban Küber
-1
/
+2
2019-02-07
Reweork incompatible match arms error
Esteban Küber
-0
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-11
/
+11
2019-01-13
Suggest removal of semicolon when appropriate
Esteban Küber
-0
/
+1
2019-01-13
Tweak output of type mismatch between "then" and `else` `if` arms
Esteban Küber
-1
/
+4
2019-01-12
Point at the match discriminant when arm pattern has a type mismatch
Esteban Küber
-2
/
+7
2019-01-02
try to detect affected code and direct people to #56105
Niko Matsakis
-1
/
+2
2019-01-02
make evaluation track whether outlives relationships mattered
Niko Matsakis
-11
/
+11
2018-12-27
Handle sub-typing in chalk-engine
scalexm
-0
/
+1
2018-12-27
Integrate chalk engine
scalexm
-2
/
+8
2018-12-27
Add a def-id in `ty::ParamEnv`
scalexm
-5
/
+15
2018-12-27
Implement "lifetime juggling" methods from chalk integration trait
scalexm
-1
/
+13
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
add coherence future-compat warnings for marker-only trait objects
Ariel Ben-Yehuda
-0
/
+2
2018-12-07
Re-added accidentally-removed imports.
Alexander Regueiro
-0
/
+3
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-32
/
+32
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
[next]