about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-09-09Shrink `ObligationCauseCode` by boxing `MatchExpressionArm`.Nicholas Nethercote-26/+32
2019-09-09Add some assertions on obligation type sizes.Nicholas Nethercote-0/+12
2019-09-08Refactor PluralisationV1shvesh-6/+1
2019-09-08Rollup merge of #64255 - varkor:bool-to-option, r=CentrilMazdak Farrokhzad-0/+1
2019-09-08Rollup merge of #64066 - petrochenkov:softstab, r=matthewjasperMazdak Farrokhzad-7/+25
2019-09-07Support "soft" feature-gating using a lintVadim Petrochenkov-7/+25
2019-09-07Rollup merge of #64227 - alexreg:rush-pr-4, r=centrilMazdak Farrokhzad-893/+908
2019-09-07Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkovMazdak Farrokhzad-18/+12
2019-09-07Apply suggestions from code reviewAlexander Regueiro-60/+54
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: librustcAlexander Regueiro-923/+944
2019-09-07Add "bool" lang itemvarkor-0/+1
2019-09-07Rollup merge of #64233 - varkor:correct-pluralisation, r=estebankMazdak Farrokhzad-1/+3
2019-09-07Rollup merge of #64231 - matthewjasper:move-ast-cfg, r=CentrilMazdak Farrokhzad-717/+0
2019-09-07Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkovMazdak Farrokhzad-21/+33
2019-09-06Correct pluralisation of various diagnostic messagesvarkor-1/+3
2019-09-06Move the HIR cfg to `rustc_ast_borrowck`Matthew Jasper-717/+0
2019-09-06Rollup merge of #64202 - alexreg:rush-pr-1, r=CentrilMazdak Farrokhzad-19/+20
2019-09-06Auto merge of #64211 - oli-obk:miri, r=eddybbors-0/+28
2019-09-06Fix miriOliver Scherer-0/+28
2019-09-06Rollup merge of #64111 - Centril:ast-only-patkind-or, r=petrochenkovMazdak Farrokhzad-46/+72
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-19/+20
2019-09-05Remove rustc_diagnostic_macros featureMark Rousskov-1/+0
2019-09-05Replace diagnostic plugins with macro_rulesMark Rousskov-10/+1
2019-09-05Restrict error code length to 80 columnsMark Rousskov-7/+11
2019-09-05Don't call `diag_span_note_once` for suppressed lintsMatthew Jasper-20/+24
2019-09-05Add an ExpnKind for AST passesMatthew Jasper-1/+9
2019-09-05Auto merge of #64172 - Centril:rollup-8i8oh54, r=Centrilbors-2/+9
2019-09-05Rollup merge of #64157 - gilescope:opaque-type-location, r=cramertj,CentrilMazdak Farrokhzad-2/+9
2019-09-05Auto merge of #62800 - albins:polonius-initialization-1, r=nikomatsakisbors-1/+1
2019-09-05or-patterns: adjust lowering of `ast::Arm` & `ast::ExprKind::Let`.Mazdak Farrokhzad-46/+72
2019-09-05Opaque type locations in error message for clarity.Giles Cope-2/+9
2019-09-05Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche...Mazdak Farrokhzad-40/+16
2019-09-05Rollup merge of #64110 - estebank:receiver-type, r=CentrilMazdak Farrokhzad-31/+50
2019-09-05Rollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=va...Mazdak Farrokhzad-2/+4
2019-09-05Rollup merge of #64005 - ecstatic-morse:is-indirect, r=oli-obkMazdak Farrokhzad-0/+25
2019-09-04NLL: New Polonius versionAlbin Stjerna-1/+1
2019-09-04Remove hashing impls for `LocalInternedString`.Nicholas Nethercote-23/+2
2019-09-04Remove `LocalInternedString` uses from `librustc/traits/`.Nicholas Nethercote-9/+10
2019-09-04Remove `LocalInternedString` uses from `librustc/ty/`.Nicholas Nethercote-5/+1
2019-09-03review commentsEsteban Küber-1/+3
2019-09-03Rollup merge of #64104 - Mark-Simulacrum:intrinsic-fn-ptr-ice, r=estebankMazdak Farrokhzad-0/+10
2019-09-03Rollup merge of #64056 - estebank:arbitrary-self-types, r=CentrilMazdak Farrokhzad-0/+6
2019-09-03Update other doc.Hal Gentz-2/+2
2019-09-03Remove `LocalInternedString` uses from `librustc/lint/`.Nicholas Nethercote-3/+3
2019-09-02account for DUMMY_SP and correct wordingEsteban Küber-5/+5
2019-09-02On object safety violation, point at source when possibleEsteban Küber-22/+37
2019-09-02Refer to "`self` type" instead of "receiver type"Esteban Küber-8/+10
2019-09-02Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obkbors-27/+212
2019-09-02Emit error on intrinsic to fn ptr castsMark Rousskov-0/+10
2019-09-01review commentsEsteban Küber-14/+2