about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-31Auto merge of #57061 - Zoxc:graph-refactor, r=michaelwoeristerbors-187/+193
2018-12-31Address commentsJohn Kåre Alsaker-12/+14
2018-12-31Use `entry` API to avoid double lookup when interning dep nodesJohn Kåre Alsaker-30/+39
2018-12-31Group dep node data into a single structureJohn Kåre Alsaker-170/+165
2018-12-31Auto merge of #57208 - estebank:issue-57198, r=petrochenkovbors-2/+30
2018-12-30Tweak E0308 error for clarityEsteban Küber-72/+87
2018-12-31Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasperbors-123/+149
2018-12-31now that some intrisics are safe, use that fact.Mazdak Farrokhzad-0/+24
2018-12-31make some intrinsics safe.Mazdak Farrokhzad-9/+15
2018-12-31qualify_min_const_fn: improve note.Mazdak Farrokhzad-1/+2
2018-12-31unchecked_{shl,shr}: extend const tests.Mazdak Farrokhzad-15/+428
2018-12-31const stabilizations: adjust run-pass tests.Mazdak Farrokhzad-6/+0
2018-12-31stabilize const_int_signMazdak Farrokhzad-3/+0
2018-12-31stabilize const_int_rotateMazdak Farrokhzad-10/+12
2018-12-31stabilize const_int_wrapping.Mazdak Farrokhzad-18/+32
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-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