Commit graph

  • a8e75c53d0 Auto merge of #133135 - jieyouxu:rollup-4q1wbyq, r=jieyouxu bors 2024-11-17 16:24:54 +00:00
  • defc8666a3
    Rollup merge of #133126 - ohno418:fix-String-doc, r=jhpratt 许杰友 Jieyou Xu (Joe) 2024-11-17 23:56:11 +08:00
  • af1c8be400
    Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay 许杰友 Jieyou Xu (Joe) 2024-11-17 23:56:10 +08:00
  • ccc3f862d6
    Rollup merge of #133093 - est31:let_chains_tests, r=traviscross 许杰友 Jieyou Xu (Joe) 2024-11-17 23:56:10 +08:00
  • 0b157e88d7
    Rollup merge of #133060 - tyrone-wu:removelet-span-suggestion, r=jieyouxu 许杰友 Jieyou Xu (Joe) 2024-11-17 23:56:09 +08:00
  • 2f62fd3d13
    Rollup merge of #133051 - estebank:cond-misparse, r=jieyouxu 许杰友 Jieyou Xu (Joe) 2024-11-17 23:56:08 +08:00
  • 2d9690d2e7
    Rollup merge of #133029 - veluca93:abi-checks-tier3, r=workingjubilee 许杰友 Jieyou Xu (Joe) 2024-11-17 23:56:08 +08:00
  • fa2e214a43 rustdoc-search: add standalone trailing :: test Michael Howell 2024-11-17 08:07:16 -07:00
  • 23e7ecb349 Auto merge of #125949 - erikdesjardins:nocomponent, r=jieyouxu bors 2024-11-17 13:19:56 +00:00
  • c130501d65 Add a ui test for RUSTC_BOOTSTRAP vs rustc's stability Jieyou Xu 2024-11-13 17:56:21 +08:00
  • 202caa7c57 Add RUSTC_BOOTSTRAP=-1 to make rustc pretend as stable compiler Jieyou Xu 2024-11-13 17:55:25 +08:00
  • 1e0df74445 Auto merge of #133120 - matthiaskrgr:rollup-4actosy, r=matthiaskrgr bors 2024-11-17 09:45:48 +00:00
  • 647749aa32
    Merge pull request #18519 from ChayimFriedman2/invalid-offset Laurențiu Nicola 2024-11-17 07:06:29 +00:00
  • ee4a56e353 Auto merge of #132566 - saethlin:querify-mir-collection, r=cjgillot bors 2024-11-17 06:39:47 +00:00
  • ec65dfc45e alloc: fix String's doc Yutaro Ohno 2024-11-17 15:12:53 +09:00
  • 5afd5ad29c Auto merge of #133094 - weihanglo:update-cargo, r=weihanglo bors 2024-11-17 03:38:37 +00:00
  • 543627ddbe clean up const stability around UB checks Ralf Jung 2024-11-16 19:44:09 +01:00
  • 5eef5ee38a stabilize const_ptr_is_null Ralf Jung 2024-11-16 18:32:25 +01:00
  • f2a35426b6 Auto merge of #133115 - jieyouxu:cdb, r=chrisdenton bors 2024-11-16 20:24:49 +00:00
  • dccb6c0f27 Mark numeric-types.rs as 64-bit only for now Jieyou Xu 2024-11-17 04:16:59 +08:00
  • 17a9a7e345
    Rollup merge of #133097 - jieyouxu:opt-out-review-rotation, r=jieyouxu Matthias Krüger 2024-11-16 21:05:47 +01:00
  • a1c98ca160
    Rollup merge of #132832 - compiler-errors:late-ty, r=cjgillot Matthias Krüger 2024-11-16 21:05:46 +01:00
  • 6b47c6d786
    Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkov Matthias Krüger 2024-11-16 21:05:46 +01:00
  • eff2b7017d
    Rollup merge of #132569 - lolbinarycat:rustdoc-search-path-end-empty-v2, r=notriddle Matthias Krüger 2024-11-16 21:05:45 +01:00
  • fb5bd7ffcc
    Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errors Matthias Krüger 2024-11-16 21:05:44 +01:00
  • 5c81dbf4fa
    Rollup merge of #132134 - nnethercote:rm-ResultsVisitable, r=cjgillot Matthias Krüger 2024-11-16 21:05:44 +01:00
  • 07b033649e
    Rollup merge of #131717 - tgross35:stabilize-const_atomic_from_ptr, r=RalfJung Matthias Krüger 2024-11-16 21:05:43 +01:00
  • 6913194b8e review comment: move logic to new method Esteban Küber 2024-11-16 20:02:27 +00:00
  • c09c73b996 Reword suggestion message Esteban Küber 2024-11-16 00:22:54 +00:00
  • 629a69f3e2 Better account for else if macro conditions mising an if Esteban Küber 2024-11-14 20:39:25 +00:00
  • 04fe839177 Increase accuracy of if condition misparse suggestion Esteban Küber 2024-11-14 20:29:24 +00:00
  • 744e8e870c Fix related documents diagnostics Chayim Refael Friedman 2024-11-16 21:17:15 +02:00
  • fc52cdd9a8 reduce threads in downgrade test Connor Tsui 2024-11-16 12:24:33 -05:00
  • 782b07e1ff fix DOWNGRADED bit unpreserved Connor Tsui 2024-11-16 12:22:35 -05:00
  • 84fd95cbed fix memory ordering bug + bad test Connor Tsui 2024-11-08 18:13:18 -05:00
  • 3d191b50d2 add safety comments for queue implementation Connor Tsui 2024-10-28 20:02:14 -04:00
  • 26b5a1485e add downgrade to queue implementation Connor Tsui 2024-10-25 15:01:57 -04:00
  • 31e35c2131 modify queue implementation documentation Connor Tsui 2024-10-25 14:54:43 -04:00
  • fa9f04af5d add downgrade to futex implementation Connor Tsui 2024-10-16 09:41:30 -04:00
  • 3336ae0838 add simple downgrade implementations Connor Tsui 2024-10-16 09:32:01 -04:00
  • f71ecc48cc add downgrade method onto RwLockWriteGuard Connor Tsui 2024-10-16 09:31:30 -04:00
  • b683e1dc13 add RwLock downgrade tests Connor Tsui 2024-10-16 09:30:12 -04:00
  • e70df0909a Update cdb annotations for unit-type.rs with cdb 10.0.26100.2161 Jieyou Xu 2024-11-17 00:50:54 +08:00
  • 94f3dcf601 Update cdb annotations for range-types.rs with cdb 10.0.26100.2161 Jieyou Xu 2024-11-17 00:42:30 +08:00
  • 1503279593 Update cdb annotations for numeric-types with cdb 10.0.26100.2161 Jieyou Xu 2024-11-17 00:33:40 +08:00
  • cc4ffa7d6f
    Merge pull request #18518 from lnicola/bump-xshell Laurențiu Nicola 2024-11-16 16:16:59 +00:00
  • 9f4f903bcf Bump xshell Laurențiu Nicola 2024-11-16 18:02:44 +02:00
  • 98ab898d30 tests: ui/inline-consts: add issue number to a test, rename other tests from a_b_c to a-b-c Matthias Krüger 2024-11-15 18:49:43 +01:00
  • dd688cb6c7 Opt out TaKO8Ki from review rotation for now Jieyou Xu 2024-11-16 16:51:39 +08:00
  • 9922514d27
    Update cargo Weihang Lo 2024-11-16 00:32:03 -05:00
  • 46e8d20301 Auto merge of #130443 - veluca93:legacy-const-generics-fix, r=BoxyUwU bors 2024-11-16 04:57:15 +00:00
  • f502dcea38 Add regression test for issue #103476, fixed in edition 2024 est31 2024-11-16 05:21:09 +01:00
  • 427d9152d2 Also check if let chains with multiple lets in these two tests est31 2024-11-16 05:01:52 +01:00
  • 4ff8ff0ecd Auto merge of #133077 - cuviper:beta-next, r=cuviper bors 2024-11-16 02:17:19 +00:00
  • b462c68aee Fix ICE when passing DefId-creating args to legacy_const_generics. Luca Versari 2024-09-16 11:56:22 +02:00
  • da58efb11d Improve VecCache under parallel frontend Mark Rousskov 2024-05-05 19:57:24 -04:00
  • d3a4b1f46b Auto merge of #133086 - GuillaumeGomez:rollup-kbkfrkj, r=GuillaumeGomez bors 2024-11-15 23:08:55 +00:00
  • 48c21ba818 Update debuginfo test for newer lldb Eric Huss 2024-10-21 11:40:12 -07:00
  • 7757d32571 (ci) Update macOS to Xcode 15 Eric Huss 2024-10-11 13:47:08 -07:00
  • fc8d2b38d8
    Rollup merge of #133080 - ehuss:edition-desugar-span, r=compiler-errors Guillaume Gomez 2024-11-15 23:38:12 +01:00
  • c3a632c28b
    Rollup merge of #133074 - ferrocene:ja-make-ui-test-os-agnostic, r=Noratrieb Guillaume Gomez 2024-11-15 23:38:11 +01:00
  • b3e2981ff7
    Rollup merge of #132978 - WaffleLapkin:very-semantic-change-kind, r=compiler-errors Guillaume Gomez 2024-11-15 23:38:10 +01:00
  • 325bc6c201
    Rollup merge of #132956 - maxcabrajac:coroutine_kind, r=petrochenkov Guillaume Gomez 2024-11-15 23:38:10 +01:00
  • 1f83a4de1f
    Rollup merge of #132936 - surechen:fix_131989, r=Nadrieril Guillaume Gomez 2024-11-15 23:38:09 +01:00
  • cd46ff6c05 rustdoc search: allow queries to end in an empty path segment binarycat 2024-11-03 13:17:39 -06:00
  • 5319425128 Move diagnostic::on_unimplemented test to the directory with all the other tests Eric Huss 2024-11-15 14:09:37 -08:00
  • 516a3b0c9b Make WalkItemKind::walk signature compatible between Visitor versions maxcabrajac 2024-11-12 13:20:17 -03:00
  • 6180173612 Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKinds maxcabrajac 2024-11-08 18:51:28 -03:00
  • 1236656319 Make Visitor::FnKind and MutVisitor::FnKind compatible maxcabrajac 2024-11-08 15:48:21 -03:00
  • 917a50a039 Auto merge of #133079 - matthiaskrgr:rollup-k8u7syk, r=matthiaskrgr bors 2024-11-15 19:13:57 +00:00
  • 03e2828e88 Fix span edition for 2024 RPIT coming from an external macro Eric Huss 2024-11-15 10:06:53 -08:00
  • 5e31398fac
    Merge pull request #18495 from tareknaser/syntax_factory_reorder_fields David Barsky 2024-11-15 18:05:36 +00:00
  • a111716c42
    Rollup merge of #133049 - maxcabrajac:visit_precise_capturing_arg, r=compiler-errors Matthias Krüger 2024-11-15 19:05:18 +01:00
  • 249a9100a3
    Rollup merge of #133045 - mrkajetanp:pauth-test-clang-lto-flag-merge, r=jieyouxu Matthias Krüger 2024-11-15 19:05:18 +01:00
  • 6963572c78
    Rollup merge of #133021 - nnethercote:refactor-configure_annotatable, r=petrochenkov Matthias Krüger 2024-11-15 19:05:16 +01:00
  • 213803549a
    Rollup merge of #132817 - compiler-errors:impl-trait-overcaptures-apit, r=BoxyUwU Matthias Krüger 2024-11-15 19:05:15 +01:00
  • 71ed455958 rustdoc-search: case-sensitive only when capitals are used Michael Howell 2024-11-14 11:08:06 -07:00
  • d163541022 Add test for precise-capturing from an external macro Eric Huss 2024-11-15 09:53:38 -08:00
  • 090c24fbbf Merge -Zhir-stats into -Zinput-stats Sam Estep 2024-11-14 16:12:17 -05:00
  • 12eaa3ab84 Print total node count in -Z hir-stats Sam Estep 2024-11-13 23:19:47 -05:00
  • dd557c988f
    Trim whitespace in RemoveLet primary span Tyrone Wu 2024-11-15 02:27:51 +00:00
  • ce40196577 Auto merge of #132992 - RalfJung:check-consts-feature-gate, r=compiler-errors bors 2024-11-15 16:03:47 +00:00
  • 7f0275636e make UI test OS-agnostic Jorge Aparicio 2024-11-15 16:36:30 +01:00
  • 194471cbd4 tests: Test pac-ret flag merging on clang with LTO Kajetan Puchalski 2024-11-14 16:46:55 +00:00
  • 76fd47124b Auto merge of #132910 - osiewicz:crate-loader-smarter-queries, r=saethlin bors 2024-11-15 11:48:21 +00:00
  • 42e71bb8ea rustc_metadata: Preprocess search paths for better performance Piotr Osiewicz 2024-11-11 18:34:46 +01:00
  • f00f68245e Auto merge of #132967 - klensy:docker-unite, r=Kobzol bors 2024-11-15 08:08:11 +00:00
  • 251dc8ad84 Auto merge of #133059 - workingjubilee:rollup-rc5kvr1, r=workingjubilee bors 2024-11-15 03:29:57 +00:00
  • efe2c44269
    Rollup merge of #133053 - liushuyu:simd-test-x86-baseline-fix, r=workingjubilee Jubilee 2024-11-14 17:55:27 -08:00
  • cea081e980
    Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlin Jubilee 2024-11-14 17:55:27 -08:00
  • 60f3911631
    Rollup merge of #133048 - cyrgani:ptr-doc-update, r=Amanieu Jubilee 2024-11-14 17:55:26 -08:00
  • a835f2a81f
    Rollup merge of #133019 - sorairolake:add-missing-period-and-colon, r=tgross35 Jubilee 2024-11-14 17:55:26 -08:00
  • a5510a5430
    Rollup merge of #132984 - sunshowers:pipe2, r=tgross35 Jubilee 2024-11-14 17:55:25 -08:00
  • 3f9f7c4a72
    Rollup merge of #132977 - cberner:fix_solaris, r=tgross35 Jubilee 2024-11-14 17:55:25 -08:00
  • fcc084520c
    Rollup merge of #132905 - xingxue-ibm:link-unwind, r=bjorn3 Jubilee 2024-11-14 17:55:24 -08:00
  • b1b56b11a2
    Rollup merge of #132790 - aDotInTheVoid:ioslice-asslice-rides-again, r=cuviper Jubilee 2024-11-14 17:55:24 -08:00
  • 3bc6916f4c Auto merge of #132965 - mati865:cfguard-gnullvm, r=wesleywiser bors 2024-11-15 00:21:07 +00:00
  • 80f109a80a Only disable cache if predicate has opaques within it Michael Goulet 2024-11-05 02:02:56 +00:00
  • 5f7387c37e Reject raw lifetime followed by \' as well Michael Goulet 2024-10-30 01:10:33 +00:00
  • 0733ed77d1
    tests/run-make/simd-ffi: use a generic LLVM intrinsics ... liushuyu 2024-11-14 14:08:39 -07:00