1. 15 1月, 2021 2 次提交
    • M
      Rollup merge of #80017 - camelid:sugg-rest-pattern, r=estebank · d3b31065
      Mara Bos 提交于
      Suggest `_` and `..` if a pattern has too few fields
      
      Fixes #80010.
      d3b31065
    • M
      Rollup merge of #79982 - ijackson:exit-status, r=dtolnay · 8ac21fb2
      Mara Bos 提交于
      Add missing methods to unix ExitStatusExt
      
      These are the methods corresponding to the remaining exit status examination macros from `wait.h`.  `WCOREDUMP` isn't in SuS but is it is very standard.  I have not done portability testing to see if this builds everywhere, so I may need to Do Something if it doesn't.
      
      There is also a bugfix and doc improvement to `.signal()`, and an `.into_raw()` accessor.
      
      This would fix #73128 and fix #73129.  Please let me know if you like this direction, and if so I will open the tracking issue and so on.
      
      If this MR goes well, I may tackle #73125 next - I have an idea for how to do it.
      8ac21fb2
  2. 14 1月, 2021 13 次提交
  3. 13 1月, 2021 25 次提交