summary refs log tree commit diff
path: root/src/librustc/traits/error_reporting.rs
AgeCommit message (Expand)AuthorLines
2018-09-10renamed mk_nil to mk_unitkenta7777-1/+1
2018-09-05Changing TyAnon -> TyOpaque and relevant functionsms2300-1/+1
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-9/+9
2018-08-27Remove path prefixes from NodeKindvarkor-8/+9
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-8/+8
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-3/+3
2018-08-22Remove unnecessary TyKind::svarkor-2/+2
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-5/+5
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-4/+4
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-25/+25
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-2/+2
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-19mv codemap() source_map()Donato Sciarra-16/+16
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-19Auto merge of #51131 - qnighy:unsized-locals, r=eddybbors-0/+9
2018-08-19Lift some Sized checks.Masaki Hara-0/+6
2018-08-19Add notes on unsized argument errors.Masaki Hara-0/+3
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-3/+3
2018-08-15fix error for unsized packed struct fieldRalf Jung-3/+8
2018-08-14Suggested trait implementation ordering is now deterministic.David Wood-4/+12
2018-08-07Avoid unnecessary pattern matching against Option and Resultljedrz-1/+1
2018-07-29Remove unused `mut`sMatthew Jasper-1/+1
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-8/+8
2018-07-27Use slices where a vector is not necessaryljedrz-2/+2
2018-07-27Prefer to_string() to format!()ljedrz-8/+8
2018-07-25Update comment and do suggestcsmoe-8/+9
2018-07-25Suggest in separate linecsmoe-1/+1
2018-07-24Mark the suggestion applicablecsmoe-9/+15
2018-07-23Suggest to take and ignore args while closure args count mismatchingcsmoe-1/+18
2018-07-16ItemKindcsmoe-1/+1
2018-07-16TyKindcsmoe-1/+1
2018-07-16ExprKindcsmoe-2/+2
2018-07-16VariantKindcsmoe-1/+1
2018-07-14Remove `ty_to_def_id`Oliver Schneider-2/+8
2018-06-26Flatten some occurrences of `[P<T>]` to `[T]`Oliver Schneider-1/+1
2018-06-23hygiene: Merge `NameAndSpan` into `ExpnInfo`Vadim Petrochenkov-2/+1
2018-06-05Refactor the const eval diagnostic APIOliver Schneider-3/+6
2018-05-28Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearthbors-13/+22
2018-05-26Use `Ident`s for fields in HIRVadim Petrochenkov-1/+1
2018-05-21rustc: move TypeParamDef's fields into GenericParamDefKind::Type.Eduard-Mihai Burtescu-1/+1
2018-05-21rustc: make mk_substs_trait take &[Kind] instead of &[Ty].Eduard-Mihai Burtescu-8/+4
2018-05-20suggestion applicabilities for libsyntax and librustc, run-rustfix testsZack M. Davis-13/+22
2018-05-17Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakisMark Simulacrum-4/+6
2018-05-17Avoid allocations in `opt_normalize_projection_type`.Nicholas Nethercote-4/+6
2018-05-16Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakisbors-0/+8
2018-05-15Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakisbors-5/+9
2018-05-15Clean up generic param handlingvarkor-3/+2
2018-05-15Review refactoringvarkor-1/+1
2018-05-15Lift pure_wrt_drop to GenericParamDefvarkor-1/+1
2018-05-15Refactor generic params loopsvarkor-9/+9