summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-31Auto merge of #57035 - Zoxc:query-pref9, r=michaelwoeristerbors-23/+34
2018-12-30Fix variable string size problem in transmute testvarkor-3/+3
2018-12-30Point at function name spanEsteban Küber-77/+132
2018-12-30Point at the return type span on type mismatch due to missing returnEsteban Küber-123/+96
2018-12-30Remove unused nll debug flagsMatthew Jasper-19/+9
2018-12-30Address review comments: Remove new `PathResult` variantEsteban Küber-15/+6
2018-12-30Add `-Z instrument-mcount`Jun Wu-1/+23
2018-12-30Auto merge of #57213 - matthiaskrgr:clippy_submodule_upd, r=oli-obkbors-8/+8
2018-12-30submodules: update clippy from f7bdf500 to 39bd8449Matthias Krüger-8/+8
2018-12-30Auto merge of #57205 - petrochenkov:extrecov, r=estebankbors-47/+74
2018-12-30Change return types and check return values in tests.Camille GILLOT-9/+20
2018-12-30Add comment.Camille GILLOT-0/+7
2018-12-30Fix failing diagnostic test.Camille GILLOT-0/+1
2018-12-30Move tests to ui.Camille GILLOT-0/+2
2018-12-30rustc_typeck: Implement resolution advised in issue 45510.Camille GILLOT-4/+16
2018-12-30rustfmt: librust_typeck/check/callee.rsCamille GILLOT-144/+200
2018-12-30test: Add test for issues 45510 and 18952.Camille GILLOT-0/+75
2018-12-30Guarantee `rustc_dump_user_substs` error order.David Wood-9/+24
2018-12-30Stop duplicating projections of type annotation.David Wood-114/+99
2018-12-30Stop well-formedness checking unreachable code.David Wood-245/+70
2018-12-30Fix unresolved inference variable ICE.David Wood-16/+79
2018-12-30Add explicit error annotations to test.David Wood-1/+3
2018-12-30Support user type annotations in `ref` bindings.David Wood-20/+40
2018-12-30Add user type annotations to MIR dump.David Wood-1/+16
2018-12-30Type annotations in associated constant patterns.David Wood-13/+86
2018-12-30Add test for unreachable well-formedness.David Wood-0/+18
2018-12-30Always check well-formedness.David Wood-42/+209
2018-12-30Refactor `UserTypeAnnotation`.David Wood-355/+476
2018-12-30Auto merge of #57204 - czipperz:ord_docs_must_agree, r=sfacklerbors-3/+5
2018-12-30docs(rustc): Link to the book's source in rustcPhilipp Hansch-1/+7
2018-12-30Auto merge of #57158 - estebank:as-ref, r=zackmdavisbors-61/+172
2018-12-30Auto merge of #57195 - czipperz:mention_ToString_in_std_fmt_docs, r=SimonSapinbors-0/+9
2018-12-30Auto merge of #57185 - petrochenkov:impice4, r=estebankbors-26/+33
2018-12-29Do not complain about missing crate named as a keywordEsteban Küber-5/+42
2018-12-29Mention ToString in std::fmt docsCzipperz-0/+9
2018-12-29Specify criterion for PartialOrdCzipperz-2/+3
2018-12-29Auto merge of #56843 - csmoe:non-copy, r=davidtwcobors-95/+94
2018-12-29Make std::cmp::Ord documentation specify what it means to agree with PartialEqCzipperz-3/+4
2018-12-30Improve error recovery for some built-in macrosVadim Petrochenkov-47/+74
2018-12-29Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkovbors-758/+1605
2018-12-29Use `same_type` instead of duplicating logicEsteban Küber-33/+26
2018-12-29Auto merge of #57197 - kennytm:rollup, r=kennytmbors-30/+29
2018-12-29resolve: Simplify treatment of ambiguity errorsVadim Petrochenkov-75/+65
2018-12-29Auto merge of #56924 - ehuss:update-cargo-rls-miri, r=alexcrichtonbors-22/+21
2018-12-29Auto merge of #57181 - petrochenkov:impice3, r=estebankbors-5/+17
2018-12-29Create a struct for optimization fuel dataJohn Kåre Alsaker-30/+26
2018-12-29Remove unused types from rustc::mir::interpretMatthew Jasper-38/+0
2018-12-29Replace LockCell with atomic typesJohn Kåre Alsaker-175/+100
2018-12-29Rollup merge of #57177 - varkor:fix-duration_as_u128-warning, r=estebankkennytm-1/+0
2018-12-29Rollup merge of #57174 - linclark:patch-1, r=varkorkennytm-1/+1