about summary refs log tree commit diff
path: root/src/librustc_errors
AgeCommit message (Expand)AuthorLines
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-3/+3
2018-08-19fix tidy errorsDonato Sciarra-1/+8
2018-08-19mv filemap source_fileDonato Sciarra-2/+2
2018-08-19mv FileMap SourceFileDonato Sciarra-6/+6
2018-08-19mv CodeMap SourceMapDonato Sciarra-9/+9
2018-08-10Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakiskennytm-0/+1
2018-08-09[nll] librustc_errors: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-07Avoid unnecessary pattern matching against Option and Resultljedrz-1/+1
2018-07-30rustc: Disallow machine applicability in foreign macrosAlex Crichton-19/+64
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-9/+4
2018-07-28Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakiskennytm-5/+5
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-2/+0
2018-07-27Use slices where a vector is not necessaryljedrz-5/+5
2018-07-27Remove unnecessary `.collect()`Shotaro Yamada-6/+3
2018-07-27Use str::repeatShotaro Yamada-3/+1
2018-07-27Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakisbors-19/+19
2018-07-26Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck.Felix S. Klock II-19/+19
2018-07-25Improve readability in a few sortsljedrz-5/+3
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-23Buffer errors in MIR borrow checkSantiago Pastorino-0/+12
2018-07-23Auto merge of #52568 - oli-obk:span_bug_error, r=varkorbors-7/+27
2018-07-21Auto merge of #51485 - estebank:dehighlight-secondary-msgs, r=GuillaumeGomezbors-4/+11
2018-07-21Sequence-field should have plural nameOliver Schneider-4/+4
2018-07-20Make sure the compiler actually panics on `delay_span_bug`Oliver Schneider-7/+27
2018-07-20proc_macro: don't use DiagnosticBuilder for building up Diagnostics.Eduard-Mihai Burtescu-1/+1
2018-07-14Deny bare trait objects in src/librustc_errorsljedrz-17/+20
2018-06-30Fortify dummy span checkingVadim Petrochenkov-8/+8
2018-06-11Remove highlighting from secondary messagesEsteban Küber-4/+11
2018-06-03Also prevent overflow in debug buildsOliver Schneider-1/+1
2018-05-31Make short-error format GNU compatibleGuillaume Gomez-1/+1
2018-05-28Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearthbors-0/+23
2018-05-24Account for negative offsets in suggestionsEsteban Küber-15/+20
2018-05-24Underline multiple suggested replacements in the same lineEsteban Küber-18/+47
2018-05-21Improve the diagnostic around impl Trait <-> generic param mismatchOliver Schneider-0/+24
2018-05-20introducing `span_suggestion_short_with_applicability`Zack M. Davis-0/+23
2018-05-09use fmt::Result where applicableAndre Bogus-2/+2
2018-04-25Approximate -> ApplicabilityManish Goregaokar-17/+17
2018-04-24Use enum for approximate suggestionsManish Goregaokar-10/+24
2018-04-17Make Handler more thread-safeJohn Kåre Alsaker-21/+26
2018-04-16Auto merge of #49130 - smmalis37:range, r=alexcrichtonbors-2/+2
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-07Update based on RangeBounds trait being moved to libcore.Steven Malis-2/+2
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-2/+0
2018-04-06Print query stack on ICEsJohn Kåre Alsaker-0/+5
2018-04-05Auto merge of #49045 - Zoxc:tls, r=michaelwoeristerbors-17/+8
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-2/+0
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-25Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoeristerkennytm-16/+18
2018-03-24Make queries thread safe. Remove the query stack and make queries point to th...John Kåre Alsaker-17/+8