summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src/jemalloc is gone, remove its mention from COPYRIGHTSimonSapin-patch-1Simon Sapin2019-01-021-32/+0
* Auto merge of #57250 - codeworm96:tyerr_msg, r=varkorbors2019-01-0254-105/+105
|\
| * Improve type mismatch error messagesYuning Zhang2018-12-3154-105/+105
* | Auto merge of #57251 - petrochenkov:reregr, r=varkorbors2019-01-023-2/+15
|\ \
| * | syntax: Fix regression in diagnostics for patterns in trait method parametersVadim Petrochenkov2019-01-013-2/+15
* | | Auto merge of #56827 - faern:eliminate-recv-timeout-panic, r=KodrAusbors2019-01-022-6/+30
|\ \ \
| * | | Add documentation about panicking Add<Duration> implsLinus Färnstrand2018-12-141-0/+12
| * | | Use checked_add for adding time in recv_timeoutLinus Färnstrand2018-12-141-6/+18
* | | | Auto merge of #57209 - estebank:suggest-raw-ident, r=petrochenkovbors2019-01-0119-0/+92
|\ \ \ \
| * | | | Update tests after rebaseEsteban Küber2018-12-311-0/+4
| * | | | Address review commentsEsteban Küber2018-12-3118-19/+68
| * | | | Suggest using raw identifiers in 2018 edition when using keywordsEsteban Küber2018-12-316-8/+47
* | | | | Auto merge of #57125 - doitian:inconsistent-clone-doc, r=blussbors2019-01-011-9/+20
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix inconsistent Clone documentation.ian2018-12-311-9/+20
* | | | | Auto merge of #55937 - davidtwco:issue-54943, r=pnkfelixbors2019-01-0147-500/+804
|\ \ \ \ \
| * | | | | Guarantee `rustc_dump_user_substs` error order.David Wood2018-12-302-9/+24
| * | | | | Stop duplicating projections of type annotation.David Wood2018-12-305-114/+99
| * | | | | Stop well-formedness checking unreachable code.David Wood2018-12-3013-245/+70
| * | | | | Fix unresolved inference variable ICE.David Wood2018-12-305-16/+79
| * | | | | Add explicit error annotations to test.David Wood2018-12-303-1/+3
| * | | | | Support user type annotations in `ref` bindings.David Wood2018-12-307-20/+40
| * | | | | Add user type annotations to MIR dump.David Wood2018-12-302-1/+16
| * | | | | Type annotations in associated constant patterns.David Wood2018-12-307-13/+86
| * | | | | Add test for unreachable well-formedness.David Wood2018-12-302-0/+18
| * | | | | Always check well-formedness.David Wood2018-12-3011-42/+209
| * | | | | Refactor `UserTypeAnnotation`.David Wood2018-12-3027-355/+476
* | | | | | Auto merge of #57203 - nagisa:readme, r=Mark-Simulacrumbors2019-01-011-8/+5
|\ \ \ \ \ \
| * | | | | | Remove mention of required memory to buildSimonas Kazlauskas2018-12-301-8/+5
* | | | | | | Auto merge of #57210 - estebank:str-err, r=zackmdavisbors2019-01-016-11/+148
|\ \ \ \ \ \ \
| * | | | | | | Do not use unicode character in diagnostic helpEsteban Küber2018-12-312-4/+4
| * | | | | | | Use structured suggestion for braceless unicode escape squenceEsteban Küber2018-12-315-16/+47
| * | | | | | | Account for `\xFF` and `\u{FF}` sequences in string format errorsEsteban Küber2018-12-313-1/+107
| | |_|_|/ / / | |/| | | | |
* | | | | | | Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centrilbors2019-01-0123-213/+13
|\ \ \ \ \ \ \
| * | | | | | | update tests line numbersMatthias Krüger2018-12-292-13/+13
| * | | | | | | remove remaining copyright headersMatthias Krüger2018-12-2821-200/+0
* | | | | | | | Auto merge of #57199 - petrochenkov:ambig, r=estebankbors2019-01-018-54/+63
|\ \ \ \ \ \ \ \
| * | | | | | | | resolve: Simplify treatment of ambiguity errorsVadim Petrochenkov2018-12-299-75/+65
* | | | | | | | | Auto merge of #56878 - petrochenkov:privdyn, r=arielb1bors2018-12-3122-559/+621
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Address review commentsVadim Petrochenkov2019-01-0110-96/+126
| * | | | | | | | | privacy: Use common `DefId` visiting infra for all privacy visitorsVadim Petrochenkov2019-01-0117-533/+565
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Auto merge of #57047 - euclio:field-structured-suggestions, r=estebankbors2018-12-3118-35/+50
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | use structured suggestions for nonexistent fieldsAndy Russell2018-12-3118-35/+50
* | | | | | | | | Auto merge of #57220 - quark-zju:mcount, r=estebankbors2018-12-313-1/+23
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Add `-Z instrument-mcount`Jun Wu2018-12-303-1/+23
* | | | | | | | | Auto merge of #57061 - Zoxc:graph-refactor, r=michaelwoeristerbors2018-12-313-187/+193
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Address commentsJohn Kåre Alsaker2018-12-312-12/+14
| * | | | | | | | | Use `entry` API to avoid double lookup when interning dep nodesJohn Kåre Alsaker2018-12-311-30/+39
| * | | | | | | | | Group dep node data into a single structureJohn Kåre Alsaker2018-12-313-170/+165
* | | | | | | | | | Auto merge of #57208 - estebank:issue-57198, r=petrochenkovbors2018-12-315-2/+30
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Address review comments: Remove new `PathResult` variantEsteban Küber2018-12-303-15/+6