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-10-29
Remove redundant clone
Shotaro Yamada
-2
/
+2
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-10-20
Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper
bors
-2
/
+2
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-1
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-2
/
+2
2018-10-19
Prefer unwrap_or_else to unwrap_or in case of function calls/allocations
ljedrz
-2
/
+2
2018-10-18
Auto merge of #54979 - estebank:path-unsized, r=nikomatsakis
bors
-0
/
+3
2018-10-16
Change Scalar to numeric cast
Esteban Küber
-1
/
+2
2018-10-11
review comments
Esteban Küber
-1
/
+1
2018-10-10
Custom E0277 diagnostic for `Path`
Esteban Küber
-0
/
+3
2018-10-09
Add more targetting filters for arrays to rustc_on_unimplemented
Esteban Küber
-4
/
+34
2018-10-05
Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis
Pietro Albini
-5
/
+17
2018-10-04
Ignore desugarings when comparing duplicate trait error messages
varkor
-5
/
+17
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-1
/
+2
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-5
/
+5
2018-09-20
Rollup merge of #54346 - eddyb:constant-horror, r=nikomatsakis
kennytm
-1
/
+5
2018-09-19
rustc: future-proof error reporting for polymorphic constants in types.
Eduard-Mihai Burtescu
-1
/
+5
2018-09-18
A few cleanups and minor improvements to rustc/traits
ljedrz
-78
/
+67
2018-09-10
renamed mk_nil to mk_unit
kenta7777
-1
/
+1
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-1
/
+1
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-9
/
+9
2018-08-27
Remove path prefixes from NodeKind
varkor
-8
/
+9
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-8
/
+8
2018-08-23
use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...
Matthias Krüger
-3
/
+3
2018-08-22
Remove unnecessary TyKind::s
varkor
-2
/
+2
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-5
/
+5
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-4
/
+4
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-25
/
+25
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-2
/
+2
2018-08-21
Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor
kennytm
-1
/
+1
2018-08-19
mv codemap() source_map()
Donato Sciarra
-16
/
+16
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-19
Auto merge of #51131 - qnighy:unsized-locals, r=eddyb
bors
-0
/
+9
2018-08-19
Lift some Sized checks.
Masaki Hara
-0
/
+6
2018-08-19
Add notes on unsized argument errors.
Masaki Hara
-0
/
+3
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-3
/
+3
2018-08-15
fix error for unsized packed struct field
Ralf Jung
-3
/
+8
2018-08-14
Suggested trait implementation ordering is now deterministic.
David Wood
-4
/
+12
2018-08-07
Avoid unnecessary pattern matching against Option and Result
ljedrz
-1
/
+1
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
[next]