1. 09 8月, 2019 1 次提交
  2. 08 8月, 2019 15 次提交
    • B
      Auto merge of #63371 - Centril:rollup-k0xtdcz, r=Centril · 2628f579
      bors 提交于
      Rollup of 7 pull requests
      
      Successful merges:
      
       - #62994 (Add test for #43398)
       - #63259 (Add tests for some issues)
       - #63327 (doc: Reword deprecation message of MetadataExt::as_raw_stat)
       - #63331 (Test conditional initialization validation in async fns)
       - #63334 (Update to rustc-guide that passes toolstate)
       - #63353 (Update books)
       - #63360 (Use consistent capitalization in -C/-Z help)
      
      Failed merges:
      
      r? @ghost
      2628f579
    • M
      Rollup merge of #63360 - brson:cz-help, r=Mark-Simulacrum · 83fbf620
      Mazdak Farrokhzad 提交于
      Use consistent capitalization in -C/-Z help
      
      This code could also use a pass to consistify the grammar, but not by me atm.
      83fbf620
    • M
      Rollup merge of #63353 - ehuss:update-books, r=ehuss · d37393c9
      Mazdak Farrokhzad 提交于
      Update books
      
      ## nomicon
      
      1 commits in b7f0aba2f88a8feade70595efcfa3438e54e96c0..8a7d05615e5bc0a7fb961b4919c44f5221ee54da
      2019-07-11 15:11:36 -0400 to 2019-08-07 07:46:59 -0500
      - s/railguard/guardrail/ (rust-lang-nursery/nomicon#156)
      
      ## reference
      
      5 commits in 8e7d614303b0dec7492e048e63855fcd3b944ec8..b4b3536839042a6743fc76f0d9ad2a812020aeaa
      2019-07-16 21:02:33 +0100 to 2019-08-07 02:29:50 +0200
      - Update partially initialized values in drop documentation. (rust-lang-nursery/reference#648)
      - Define sound and unsound (rust-lang-nursery/reference#647)
      - Fix a type in the modules section: functions => modules (rust-lang-nursery/reference#645)
      - Fix some links. (rust-lang-nursery/reference#642)
      - Update recursion_limit default limit (rust-lang-nursery/reference#633)
      
      ## rust-by-example
      
      14 commits in e3679e214d8db44586aca9b20aa27517007d1923..f2c15ba5ee89ae9469a2cf60494977749901d764
      2019-07-15 11:13:44 -0300 to 2019-08-07 10:14:25 -0300
      - Remove redundant semicolons (rust-lang/rust-by-example#1239)
      - Rename "Read Lines" chapter title (rust-lang/rust-by-example#1230)
      - Added space between word and inline code block in unit_testing.md (rust-lang/rust-by-example#1237)
      - [typo] fix unit_testing wrong output (rust-lang/rust-by-example#1210)
      - flow_control/match/binding.md: `...' -> `..=' (rust-lang/rust-by-example#1233)
      - generics/impl.md: follow rustfmt style (rust-lang/rust-by-example#1236)
      - freeze.md: Incorrect example (rust-lang/rust-by-example#1226)
      - Make `point` consistent (rust-lang/rust-by-example#1229)
      - Fix typo at error -> panic (rust-lang/rust-by-example#1227)
      - Snake didn't deserve to die 🐍 (rust-lang/rust-by-example#1228)
      - Reorder links in destructuring.md (rust-lang/rust-by-example#1225)
      - Rename variable names for consistent in iter_result.md (rust-lang/rust-by-example#1224)
      - Fix several shell output and code highlights. (rust-lang/rust-by-example#1222)
      - Add new example for Rc. (rust-lang/rust-by-example#1223)
      
      ## edition-guide
      
      5 commits in f6c8b92d4e63edd28e862be952f33861f35956f8..e58bc4ca104e890ac56af846877c874c432a64b5
      2019-07-06 22:10:32 +0200 to 2019-07-31 20:14:12 +0200
      - Hide extraneous `use` in anonymous lifetime example. (rust-lang-nursery/edition-guide#190)
      - Attempt to clarify "no more mod.rs". (rust-lang-nursery/edition-guide#187)
      - Remove -preview for rustup components. (rust-lang-nursery/edition-guide#188)
      - rust-lang-nursery/edition-guide#184 More clear explanation and Title. (rust-lang-nursery/edition-guide#185)
      - More clear table headers (rust-lang-nursery/edition-guide#186)
      
      ## embedded-book
      
      2 commits in ff334e74fdb9f197e621efa6d7c3105be892e888..c5da1e11915d3f28266168baaf55822f7e3fe999
      2019-07-16 13:47:34 +0000 to 2019-08-05 23:02:10 +0000
      - install/verify: fix next section link  (rust-embedded/book#202)
      - Syst small fix  (rust-embedded/book#198)
      d37393c9
    • M
      Rollup merge of #63334 - mark-i-m:fix-guide, r=ehuss · 433473ac
      Mazdak Farrokhzad 提交于
      Update to rustc-guide that passes toolstate
      
      r? @ehuss
      
      Sorry for the trouble. I've been somewhat hard to reach lately. Thanks for your help!
      433473ac
    • M
      Rollup merge of #63331 - gorup:conditionalinit, r=cramertj · 4f415fca
      Mazdak Farrokhzad 提交于
      Test conditional initialization validation in async fns
      
      r? @cramertj
      
      Per [paper doc](https://paper.dropbox.com/doc/async.await-Call-for-Tests--AiWF2Nt8tgDiA70qFI~oiLOOAg-nMyZGrra7dz9KcFRMLKJy) calling for async/.await tests, tests are desired for conditionally initialized local variables. This PR hopes to provide tests for that.
      
      #63294 seems to be tracking the items from the paper doc that this PR is related to
      #62121 is an open issue asking for more async/.await tests that this relates to
      
      ---
      👍 executed 2 new tests
      👍 tidy
      4f415fca
    • M
      Rollup merge of #63327 - lzutao:fix-as_raw_stat-dep-msg, r=Mark-Simulacrum · ab9a95b9
      Mazdak Farrokhzad 提交于
      doc: Reword deprecation message of MetadataExt::as_raw_stat
      
      Closes #62711
      r? @Mark-Simulacrum
      ab9a95b9
    • M
      Rollup merge of #63259 - JohnTitor:add-tests-for-some-issues, r=Centril · 5277c71e
      Mazdak Farrokhzad 提交于
      Add tests for some issues
      
      Closes #29265
      Closes #37433
      Closes #49544
      
      r? @Centril
      5277c71e
    • M
      Rollup merge of #62994 - iluuu1994:test-for-43398, r=nikomatsakis · 3a84c9db
      Mazdak Farrokhzad 提交于
      Add test for #43398
      
      Closes #43398
      3a84c9db
    • B
      Auto merge of #63282 - Xanewok:update-rls, r=nikomatsakis · 04523404
      bors 提交于
      Update RLS
      
      Most importantly this includes:
      * Collect file -> edition mapping after AST expansion ([#1513](https://github.com/rust-lang/rls/pull/1513)) (enabled by https://github.com/rust-lang/rust/pull/62679)
      * Fix rustfmt during builds by reading edition from manifest ([#1533](https://github.com/rust-lang/rls/pull/1533))
      
      Which fixes the annoying problem where users couldn't format via RLS while `cargo fmt` worked.
      
      The beta cut-off is drawing near and I'd like to make sure this lands before then.
      04523404
    • B
      Auto merge of #63363 - ehuss:update-cargo, r=alexcrichton · db7c773a
      bors 提交于
      Update cargo
      
      9 commits in 26092da337b948719549cd5ed3d1051fd847afd7..42a8c0adf91323c01228268c651aef5366b25b69
      2019-07-31 23:24:32 +0000 to 2019-08-07 20:41:07 +0000
      - Add support for customizing JSON diagnostics from Cargo (rust-lang/cargo#7214)
      - Bump rustfix (rust-lang/cargo#7221)
      - Fix remap-path-prefix from failing. (rust-lang/cargo#7219)
      - Clean up build script stuff and documentation. (rust-lang/cargo#7215)
      - Remove debug panic in package-features. (rust-lang/cargo#7213)
      - Fix an old test. (rust-lang/cargo#7208)
      - Remove unused AstBuilder (rust-lang/cargo#7210)
      - Revert "Release a jobserver token while locking a file" (rust-lang/cargo#7201)
      - improve error message for unmatched prerelease dependencies (rust-lang/cargo#7191)
      db7c773a
    • E
      Update cargo · 266fa0c2
      Eric Huss 提交于
      266fa0c2
    • B
      Auto merge of #62457 - zackmdavis:minimax_search_and_the_structure_of_cognition, r=varkor · 476af31d
      bors 提交于
      pretty-pretty extremal constants!
      
      (A resurrection of the defunct #57073.)
      
      While many programmers may intuitively appreciate the significance of "magic numbers" like −2147483648, Rust is about empowering everyone to build reliable and efficient software! It's a bit more legible to print the constant names (even noisy fully-qualified-paths thereof).
      
      The bit-manipulation methods mirror those in `librustc_mir::hair::pattern::_match::all_constructors`; thanks to the immortal Varkor for guidance.
      
      Resolves #56393.
      
      r? @varkor
      476af31d
    • B
      Use consistent capitalization in -C/-Z help · c03077b2
      Brian Anderson 提交于
      c03077b2
    • B
      Auto merge of #60547 - redox-os:redox-unix, r=alexcrichton · ad7c55e1
      bors 提交于
      redox: convert to target_family unix
      
      This is the second step to supporting rust-lang/rust#60139.
      
      In order to have a smooth transition, there will need to be a change made in liblibc at the same time, switching Redox over to the unix target family. See https://github.com/rust-lang/libc/pull/1332
      ad7c55e1
    • E
      Update books · 7568fbd7
      Eric Huss 提交于
      7568fbd7
  3. 07 8月, 2019 24 次提交