about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-24Use suggestions for `printf` formatEsteban Küber-14/+102
2018-07-24Reword missing formatting arguments labelEsteban Küber-7/+7
2018-07-24Add documentation for `Parser::arg_places`Esteban Küber-0/+1
2018-07-23Add test for raw stringEsteban Küber-1/+14
2018-07-23Only point at inside of string literals if they're actually string literalsEsteban Küber-8/+26
2018-07-23Point only at invalid positional argumentsEsteban Küber-70/+84
2018-07-23Point at incorrect named arg in format stringEsteban Küber-10/+27
2018-07-22Point at internal span in format stringEsteban Küber-18/+224
2018-07-22Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum...bors-4/+102
2018-07-22Auto merge of #52359 - matthewjasper:combine-move-error-reporting, r=pnkfelixbors-88/+101
2018-07-22Auto merge of #52394 - estebank:println, r=oli-obkbors-123/+351
2018-07-21fix testEsteban Küber-2/+2
2018-07-22Auto merge of #52250 - nnethercote:no-SparseBitMatrix, r=nikomatsakisbors-212/+37
2018-07-21fix tidy ~ againEsteban Küber-13/+0
2018-07-21Don't use the new `eprintln` for stage0 and stage1Esteban Küber-2/+2
2018-07-21Fix tidy by adding new feature gate testEsteban Küber-0/+24
2018-07-21fix logic bugEsteban Küber-2/+2
2018-07-21Auto merge of #51485 - estebank:dehighlight-secondary-msgs, r=GuillaumeGomezbors-4/+11
2018-07-21Remove dependency on `libsyntax`Esteban Küber-23/+13
2018-07-21Change `eprintln!()`Esteban Küber-2/+9
2018-07-21Gate `format_args_nll` behind feature flagEsteban Küber-1/+21
2018-07-22Add "self" intra-link supportGuillaume Gomez-4/+102
2018-07-21Auto merge of #52115 - Dylan-DPC:feature/nll-liveness-regions, r=nikomatsakisbors-357/+302
2018-07-21Suggest space separated format str literalEsteban Küber-3/+3
2018-07-21Auto merge of #51959 - tmandry:make-implied-outlives-query, r=nikomatsakisbors-235/+503
2018-07-21update testsMatthew Jasper-11/+28
2018-07-21Fix #52416 - ice for move errors in unsafe blocksMatthew Jasper-8/+8
2018-07-21Add specific message when moving from upvars in a non-FnOnce closureMatthew Jasper-30/+44
2018-07-21Use MirBorrowckCtxt while reporting move errorsMatthew Jasper-39/+21
2018-07-21Auto merge of #52405 - matthewjasper:mutability-errors, r=pnkfelixbors-351/+1822
2018-07-21delete testsdylan_DPC-110/+0
2018-07-21we now get 2 extra mismatched type errorsNiko Matsakis-4/+69
2018-07-21use proper body-id and span when solving obligationsNiko Matsakis-2/+2
2018-07-21add regression test for #52078Niko Matsakis-0/+37
2018-07-21skip no-op obligations and add a little debug outputNiko Matsakis-11/+17
2018-07-21Convert implied_outlives_bounds to a queryTyler Mandry-221/+381
2018-07-21Auto merge of #52562 - Manishearth:clippyup, r=RalfJungbors-19/+31
2018-07-21add docsdylan_DPC-2/+21
2018-07-21Don't invent new magic keywordsOliver Schneider-9/+9
2018-07-21Auto merge of #52555 - petrochenkov:mresfact, r=alexcrichtonbors-164/+246
2018-07-21Auto merge of #52552 - eddyb:proc-macro-prep, r=alexcrichtonbors-570/+465
2018-07-21Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrumbors-8/+0
2018-07-21remove unwanted tests and a reference to it in commentsdylan_DPC-139/+3
2018-07-20Update stdsimd to undo an accidental stabilizationAlex Crichton-8/+0
2018-07-21Auto merge of #52536 - alexcrichton:attr-spans, r=nikomatsakisbors-5/+132
2018-07-21Auto merge of #52438 - ljedrz:rustc_vec_capacity, r=eddybbors-59/+49
2018-07-20Auto merge of #52574 - kennytm:rollup, r=kennytmbors-61/+73
2018-07-20fix grep test looking for newlineEsteban Küber-1/+1
2018-07-20Clippy opts out of in_external_macroOliver Schneider-6/+5
2018-07-20Allow individual lints to opt into being reported in external macrosOliver Schneider-4/+16