about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-28Fix tidyEsteban Küber-1/+3
2018-05-28Add primary span labelEsteban Küber-4/+6
2018-05-28Only suggest assoc fn when sure about the typeEsteban Küber-6/+7
2018-05-27Use suggestion for assoc fn called like methodEsteban Küber-24/+51
2018-05-27Auto merge of #51078 - GuillaumeGomez:stabilize-formatter, r=SimonSapinbors-17/+18
2018-05-27Auto merge of #51105 - uuttff8:master, r=GuillaumeGomezbors-2/+2
2018-05-27Stabilize Formatter alignmentGuillaume Gomez-17/+18
2018-05-27Auto merge of #51101 - 11Takanori:fix-typo, r=frewsxcvbors-1/+1
2018-05-27Auto merge of #51084 - simartin:issue_51022, r=estebankbors-4/+24
2018-05-27lib.rs don't beautifuluuttff8-2/+2
2018-05-27Ensure every unstable feature has a tracking issue.kennytm-42/+67
2018-05-27Auto merge of #51075 - estebank:and_the_case_of_the_confusable_float_exponent...bors-8/+45
2018-05-27Auto merge of #51066 - est31:master, r=sfacklerbors-5/+5
2018-05-27innacurate -> inaccurateTakanori Ishibashi-1/+1
2018-05-27Issue #51022: Improve E0131 message when lifetimes are involved.Simon Martin-4/+24
2018-05-26Auto merge of #51094 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-366/+817
2018-05-26Fix testEsteban Küber-11/+15
2018-05-26Point to the current box syntax tracking issueest31-5/+5
2018-05-26Rollup merge of #51057 - pnkfelix:issue-51025-make-ui-tests-robust-wrt-nll, r...Mark Simulacrum-362/+725
2018-05-26Rollup merge of #51049 - varkor:break-while-condition, r=nikomatsakisMark Simulacrum-4/+92
2018-05-26Auto merge of #51072 - petrochenkov:ifield, r=eddybbors-186/+208
2018-05-26Auto merge of #51052 - nikomatsakis:obsolete-arrow, r=petrochenkovbors-6/+98
2018-05-26Add `Ident::as_str` helperVadim Petrochenkov-46/+50
2018-05-26Auto merge of #51082 - kennytm:rollup, r=kennytmbors-295/+512
2018-05-26Use `Ident`s for fields in HIRVadim Petrochenkov-149/+167
2018-05-26Rollup merge of #51073 - dtolnay:empty, r=alexcrichtonkennytm-7/+7
2018-05-26Rollup merge of #51070 - est31:fix_break_const_ice, r=estebankkennytm-2/+66
2018-05-26Rollup merge of #51067 - mcarton:patch-1, r=steveklabnikkennytm-2/+4
2018-05-26Rollup merge of #51065 - mbrubeck:docs, r=rkruppekennytm-1/+1
2018-05-26Rollup merge of #51059 - oberien:patch-1, r=nikomatsakiskennytm-0/+7
2018-05-26Rollup merge of #51056 - tbu-:pr_once_new, r=dtolnaykennytm-11/+12
2018-05-26Rollup merge of #51048 - GuillaumeGomez:formatter-examples, r=QuietMisdreavuskennytm-3/+78
2018-05-26Rollup merge of #51047 - spastorino:use_polonius_engine_facts, r=nikomatsakiskennytm-26/+82
2018-05-26Rollup merge of #51034 - oli-obk:lowering, r=pnkfelixkennytm-215/+184
2018-05-26Rollup merge of #51014 - GuillaumeGomez:env_docs, r=QuietMisdreavuskennytm-2/+15
2018-05-26Rollup merge of #50987 - estebank:underline-multiple-suggestions, r=petrochencovkennytm-26/+56
2018-05-26Auto merge of #51041 - alexcrichton:better-unwind, r=nikomatsakisbors-16/+46
2018-05-26Auto merge of #50364 - LukasKalbertodt:improve-duration-debug-impl, r=KodrAusbors-1/+246
2018-05-25in which we check for confusable Unicodepoints in float literal exponentZack M. Davis-5/+38
2018-05-26Auto merge of #51035 - oli-obk:unsupported_crate_type, r=eddybbors-1/+21
2018-05-25Rename TokenStream::empty to TokenStream::newDavid Tolnay-7/+7
2018-05-26Fail typecheck if we encounter a bogus breakest31-2/+66
2018-05-26Auto merge of #50070 - toidiu:ak-2093-outlives, r=nikomatsakisbors-725/+676
2018-05-25Auto merge of #51033 - coryshrmn:master, r=dtolnaybors-108/+68
2018-05-25Add inner links in documentationMartin Carton-2/+4
2018-05-25Update nomicon link in transmute docsMatt Brubeck-1/+1
2018-05-25--bless the testsvarkor-6/+6
2018-05-25Add a test for returning inside a while loopvarkor-10/+60
2018-05-25Fix behaviour of divergence in while loop conditionsvarkor-4/+42
2018-05-25Don't use a char that's already used within the exprJaro Fietz-1/+1