about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-22Added stripping current directory prefixes when comparing suite path namesSteven Laabs-0/+6
2018-06-22Auto merge of #51184 - lambtowolf:master, r=nikomatsakisbors-2/+51
2018-06-22add an explanatory comment for recovery behaviorNiko Matsakis-0/+3
2018-06-22Issue #50974: Fix compilation error and testLamb-2/+2
2018-06-22Fix when the help message is displayedMaerten-2/+2
2018-06-22Issue #50974: Adding issue number in the testLamb-1/+3
2018-06-22Issue #50974: Adding testsLamb-0/+38
2018-06-22Issue #50974: Change text of suggestion to be more directLamb-1/+1
2018-06-22Issue #50974: Suboptimal error in case of duplicate `,` in struct constructorLamb-2/+8
2018-06-22Auto merge of #51660 - lqd:the-MIRnistry-of-walks, r=nikomatsakisbors-33/+84
2018-06-22Auto merge of #51686 - nikomatsakis:issue-51415-borrowck-match-default-bindin...bors-5/+48
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-376/+559
2018-06-22Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakisbors-139/+335
2018-06-21Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obkbors-14/+87
2018-06-21Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkovbors-2484/+2565
2018-06-21tolerate existential types whose concrete expansion is not knownNiko Matsakis-8/+53
2018-06-21do not introduce *false* results from lifetime resolutionNiko Matsakis-6/+34
2018-06-21use `pat_ty_adjusted` from `expr_use_visitor` to type of argumentsNiko Matsakis-2/+45
2018-06-21rename `pat_ty` to `pat_ty_adjusted` for clarityNiko Matsakis-4/+4
2018-06-21Auto merge of #51680 - Mark-Simulacrum:acc-revert, r=Mark-Simulacrumbors-5/+5
2018-06-21Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum"Mark Simulacrum-5/+5
2018-06-21Share code between gather_used_muts and find_assignmentsRémy Rakic-42/+30
2018-06-21Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrumbors-4/+130
2018-06-21Auto merge of #51601 - Emerentius:step_by_range_diet, r=sfacklerbors-7/+81
2018-06-21Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-5/+5
2018-06-20Fix error-chain warningsMark Simulacrum-0/+0
2018-06-20no -Bsymbolic for mac; no static-libstdc++ for windowsJorge Aparicio-1/+7
2018-06-20Fix tidyBastien Orivel-3/+8
2018-06-20Replace tempdir by tempfile in librustcBastien Orivel-14/+2
2018-06-20Replace tempdir by tempfile in librustc_transBastien Orivel-6/+6
2018-06-20Replace tempdir by tempfile in librustdocBastien Orivel-5/+5
2018-06-20NLL: Walk the MIR only once for the "unused mut" lintRémy Rakic-14/+77
2018-06-20[beta] Prepare 1.28.0 beta releaseMark Simulacrum-5/+5
2018-06-20Auto merge of #51651 - spastorino:fix_var_name_in_e0502, r=nikomatsakisbors-0/+58
2018-06-20Fix variable name in E0502 double borrow errorSantiago Pastorino-0/+58
2018-06-20Fix rebase issues with existential typesvarkor-3/+3
2018-06-20Rename ParenthesizedArgData to ParenthesisedArgsvarkor-13/+13
2018-06-20Simplify some countingvarkor-19/+13
2018-06-20Rename ty_param_bound to generic_boundvarkor-17/+17
2018-06-20Use ty::Generics instead of hir::Generics for various checksvarkor-29/+40
2018-06-20Fix additional commentsvarkor-3/+3
2018-06-20Fix accidental quadratic loopsvarkor-48/+52
2018-06-20Rename ty_param_bound to trait_boundvarkor-10/+9
2018-06-20Make GenericBound explicitvarkor-56/+53
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-181/+181
2018-06-20Address various commentsvarkor-97/+103
2018-06-20Lift attrs into hir::GenericParamvarkor-15/+13
2018-06-20Rename TraitTyParamBound to ParamBound::Traitvarkor-64/+57
2018-06-20Fix HasAttrs support for GenericParamvarkor-11/+6
2018-06-20Introduce ParamName and use it in place of LifetimeNamevarkor-174/+170