about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-05-14Downgrade useless_let_if_seq to nurseryDavid Tolnay-4/+3
2020-05-14Rollup merge of #72194 - doctorn:dispatch-from-dyn-ice, r=estebankDylan DPC-6/+52
2020-05-14Rollup merge of #72191 - GuillaumeGomez:cleanup-e0589, r=Dylan-DPCDylan DPC-0/+2
2020-05-14Rollup merge of #72170 - lcnr:lang_item, r=oli-obkDylan DPC-27/+38
2020-05-14Rollup merge of #72141 - kornelski:dontsleep, r=joshtriplettDylan DPC-0/+4
2020-05-14Rollup merge of #72127 - jademcgough:long-error-explanation-E0228, r=petroche...Dylan DPC-3/+48
2020-05-14Rollup merge of #72126 - nnethercote:change-WorkProduct-saved_files, r=alexcr...Dylan DPC-42/+36
2020-05-14Rollup merge of #72087 - matthewjasper:regionck-hang, r=nikomatsakisDylan DPC-4/+23
2020-05-14Rollup merge of #71910 - mibac138:necessary-paren, r=cuviperDylan DPC-4/+43
2020-05-14Don't ICE on missing `Unsize` implNathan Corbyn-6/+52
2020-05-14Merge `for_loop_over_option` and `for_loop_over_result` lints into `for_loop_...ThibsG-70/+46
2020-05-14Merge `option_expect_used` and `result_expect_used` lints into `expect_used` ...ThibsG-63/+35
2020-05-14Merge `option_unwrap_used` and `result_unwrap_used` lints into `unwrap_used` ...ThibsG-58/+37
2020-05-14Merge `option_map_unwrap_or`, `option_map_unwrap_or_else` and `result_map_unw...ThibsG-166/+94
2020-05-14Merge `block_in_if_condition_expr` and `block_in_if_condition_stmt` lints int...ThibsG-60/+41
2020-05-14Consistently use LLVM lifetime markers during codegenTomasz Miąsko-13/+50
2020-05-14Auto merge of #5583 - ebroto:reversed_empty_ranges, r=yaahc,flip1995bors-313/+500
2020-05-14Auto merge of #72187 - RalfJung:rollup-a7a9jdi, r=RalfJungbors-233/+222
2020-05-14Rewrite link script from scratchMarko Mijalkovic-276/+21
2020-05-14Clean up E0589 explanationGuillaume Gomez-0/+2
2020-05-14* Update aliases data struct from HashMap to BTreeMap to have more determinis...Guillaume Gomez-12/+11
2020-05-14Make current crate aliases go firstGuillaume Gomez-34/+67
2020-05-14Move doc alias discovery into the Attributes struct and some code improvementsGuillaume Gomez-39/+15
2020-05-14Rollup merge of #72183 - tmiasko:decr-strong-count, r=Mark-SimulacrumRalf Jung-3/+5
2020-05-14Rollup merge of #72169 - GuillaumeGomez:cleanup-e0582, r=Dylan-DPCRalf Jung-2/+2
2020-05-14Rollup merge of #72163 - tshepang:nonexistent-link, r=matthewjasperRalf Jung-1/+1
2020-05-14Rollup merge of #72151 - ehuss:update-books, r=ehussRalf Jung-0/+0
2020-05-14Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakisRalf Jung-100/+24
2020-05-14Rollup merge of #72138 - wesleywiser:add_doc_comment, r=matthewjasperRalf Jung-0/+3
2020-05-14Rollup merge of #72137 - GuillaumeGomez:cleanup-e0581, r=Dylan-DPCRalf Jung-3/+6
2020-05-14Rollup merge of #71964 - jcotton42:bootstrap_decode_none_windows, r=Mark-Simu...Ralf Jung-3/+6
2020-05-14Rollup merge of #71909 - Dolpheyn:doc-from-trait-for-option, r=steveklabnikRalf Jung-0/+45
2020-05-14Rollup merge of #71870 - ltratt:more_specific_type_name_doc, r=kennytmRalf Jung-7/+9
2020-05-14Rollup merge of #71741 - RalfJung:pointer-print, r=oli-obkRalf Jung-99/+107
2020-05-14Rollup merge of #71525 - ldm0:intosug, r=Mark-SimulacrumRalf Jung-15/+14
2020-05-14linker: More systematic handling of CRT objectsVadim Petrochenkov-152/+405
2020-05-14Auto merge of #69756 - wesleywiser:simplify_try, r=oli-obkbors-73/+1032
2020-05-14Auto merge of #5590 - ebroto:issue_5579, r=phanschbors-2/+27
2020-05-14Auto merge of #72058 - RalfJung:no-dist-lldb, r=Mark-Simulacrumbors-184/+7
2020-05-14Fix Arc::decr_strong_count doc testTomasz Miąsko-3/+5
2020-05-14Fix comparison_chain false positiveEduardo Broto-3/+80
2020-05-14remove broken linkTshepang Lekhonkhobe-1/+1
2020-05-13Improve Step::forward/backward for optimizationCAD97-14/+12
2020-05-13Auto merge of #72118 - flip1995:clippyup, r=oli-obkbors-258/+1574
2020-05-13docs: fix linkTshepang Lekhonkhobe-1/+1
2020-05-13add spans to `require_lang_items`Bastian Kauschke-8/+14
2020-05-13Avoid running doctest that is expected to panicEduardo Broto-1/+1
2020-05-13Improve comments in iter::StepCAD97-3/+3
2020-05-13Move test for issue 5579 under tests/ui/crashesEduardo Broto-21/+17
2020-05-13Fix ICE caused in unwrap moduleEduardo Broto-2/+31