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
/
error_reporting.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-29
Remove unused `mut`s
Matthew Jasper
-1
/
+1
2018-07-29
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
bors
-8
/
+8
2018-07-27
Use slices where a vector is not necessary
ljedrz
-2
/
+2
2018-07-27
Prefer to_string() to format!()
ljedrz
-8
/
+8
2018-07-25
Update comment and do suggest
csmoe
-8
/
+9
2018-07-25
Suggest in separate line
csmoe
-1
/
+1
2018-07-24
Mark the suggestion applicable
csmoe
-9
/
+15
2018-07-23
Suggest to take and ignore args while closure args count mismatching
csmoe
-1
/
+18
2018-07-16
ItemKind
csmoe
-1
/
+1
2018-07-16
TyKind
csmoe
-1
/
+1
2018-07-16
ExprKind
csmoe
-2
/
+2
2018-07-16
VariantKind
csmoe
-1
/
+1
2018-07-14
Remove `ty_to_def_id`
Oliver Schneider
-2
/
+8
2018-06-26
Flatten some occurrences of `[P<T>]` to `[T]`
Oliver Schneider
-1
/
+1
2018-06-23
hygiene: Merge `NameAndSpan` into `ExpnInfo`
Vadim Petrochenkov
-2
/
+1
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-3
/
+6
2018-05-28
Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearth
bors
-13
/
+22
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-1
/
+1
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-21
rustc: make mk_substs_trait take &[Kind] instead of &[Ty].
Eduard-Mihai Burtescu
-8
/
+4
2018-05-20
suggestion applicabilities for libsyntax and librustc, run-rustfix tests
Zack M. Davis
-13
/
+22
2018-05-17
Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis
Mark Simulacrum
-4
/
+6
2018-05-17
Avoid allocations in `opt_normalize_projection_type`.
Nicholas Nethercote
-4
/
+6
2018-05-16
Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis
bors
-0
/
+8
2018-05-15
Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis
bors
-5
/
+9
2018-05-15
Clean up generic param handling
varkor
-3
/
+2
2018-05-15
Review refactoring
varkor
-1
/
+1
2018-05-15
Lift pure_wrt_drop to GenericParamDef
varkor
-1
/
+1
2018-05-15
Refactor generic params loops
varkor
-9
/
+9
2018-05-15
Pull common parameters into GenericParamDef
varkor
-5
/
+6
2018-05-15
Inline get_type
varkor
-2
/
+7
2018-05-15
Eliminate ty::Generics::types()
varkor
-2
/
+2
2018-05-15
Generalise more cases of explicit iteration of specific kinds
varkor
-1
/
+1
2018-05-15
Generalise cases of explicit iteration of specific kinds
varkor
-2
/
+1
2018-05-15
Prefer iterator to vec
varkor
-1
/
+1
2018-05-15
Consolidate ty::Generics
varkor
-1
/
+1
2018-05-15
Feature gate trivial bounds
Matthew Jasper
-0
/
+8
2018-05-13
Improve eager type resolution error message
leonardo.yvens
-5
/
+5
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-3
/
+1
2018-04-28
Rollup merge of #50257 - estebank:fix-49560, r=nikomatsakis
kennytm
-0
/
+6
2018-04-26
Remove the stored obligation in OverflowError to simplify things
Aravind Gollakota
-1
/
+1
2018-04-26
Port existing callers of `evaluate_obligation` to the new canonical trait query
Aravind Gollakota
-5
/
+3
2018-04-26
Refactor overflow handling in traits::select to propagate overflow instead of...
Aravind Gollakota
-0
/
+5
2018-04-26
Don't ICE on tuple struct ctor with incorrect arg count
Esteban Küber
-0
/
+6
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-2
/
+2
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-6
/
+6
2018-04-06
Use InternedString instead of Symbol for type parameters.
Michael Woerister
-1
/
+1
2018-03-29
Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis
bors
-13
/
+4
2018-03-25
Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakis
kennytm
-9
/
+12
2018-03-23
Revert "add universes to type inference variables"
Sean Griffin
-13
/
+4
[next]