about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-23Use span_look_ahead instead of next_pointMu42-6/+3
2023-03-22Fixes #109436: add parentheses properlyMu42-7/+56
2023-03-21Auto merge of #109453 - matthiaskrgr:rollup-odn02wu, r=matthiaskrgrbors-139/+597
2023-03-21Auto merge of #109092 - compiler-errors:local-key, r=cjgillotbors-632/+438
2023-03-21Rollup merge of #109446 - spastorino:new-rpitit-17, r=compiler-errorsMatthias Krüger-4/+36
2023-03-21Rollup merge of #109441 - oli-obk:fn_trait_new_solver, r=compiler-errorsMatthias Krüger-28/+189
2023-03-21Rollup merge of #109415 - nnethercote:refactor-handle_missing_lit, r=petroche...Matthias Krüger-14/+8
2023-03-21Rollup merge of #109403 - chenyukang:yukang/fix-109396, r=estebankMatthias Krüger-1/+47
2023-03-21Rollup merge of #109336 - compiler-errors:constrain-to-ct-err, r=BoxyUwUMatthias Krüger-13/+51
2023-03-21Rollup merge of #108729 - bvanjoi:fix-issue-97534, r=petrochenkovMatthias Krüger-15/+106
2023-03-21Rollup merge of #108164 - joboet:discard_messages_mpmc_array, r=AmanieuMatthias Krüger-26/+98
2023-03-21Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplettMatthias Krüger-38/+62
2023-03-21Do not suggest bounds restrictions for synthesized RPITITsSantiago Pastorino-4/+36
2023-03-21query_keys_local is conditional on separate_provide_if_externMichael Goulet-15/+14
2023-03-21LocalCrate keyMichael Goulet-21/+33
2023-03-21AsLocalKey traitMichael Goulet-313/+48
2023-03-21IdentitySubsts::identity_for_item takes Into<DefId>Michael Goulet-28/+27
2023-03-21Use LocalDefId in ItemCtxtMichael Goulet-104/+102
2023-03-21Use local key in providersMichael Goulet-395/+458
2023-03-21Auto merge of #108659 - ferrocene:pa-test-metrics, r=Mark-Simulacrumbors-38/+504
2023-03-21handle tests timing outPietro Albini-0/+4
2023-03-21Auto merge of #109442 - Nilstrieb:rollup-seb5xsa, r=Nilstriebbors-562/+1234
2023-03-21Rollup merge of #109408 - RalfJung:retags, r=compiler-errorsnils-1/+2
2023-03-21Rollup merge of #109390 - cbeuw:aggregate-lit, r=oli-obknils-1/+135
2023-03-21Rollup merge of #109386 - aDotInTheVoid:mailmap, r=WaffleLapkinnils-1/+2
2023-03-21Rollup merge of #109385 - lcnr:typo, r=Dylan-DPCnils-1/+1
2023-03-21Rollup merge of #109240 - compiler-errors:dont-binder-twice, r=oli-obknils-30/+33
2023-03-21Rollup merge of #109124 - ferrocene:pa-compression-mode, r=Mark-Simulacrumnils-47/+127
2023-03-21Rollup merge of #108896 - BoxyUwU:new_solver_add_goal_fn, r=lcnrnils-443/+531
2023-03-21Rollup merge of #108842 - compiler-errors:non_lifetime_binders-object-safe, r...nils-3/+111
2023-03-21Rollup merge of #108326 - tmiasko:read-buf, r=thomccnils-31/+250
2023-03-21Rollup merge of #106434 - clubby789:document-sum-result, r=the8472nils-4/+42
2023-03-21Also check function items' signatures for Fn* trait compatibilityOli Scherer-8/+81
2023-03-21Deduplicate fn trait compatibility checksOli Scherer-29/+21
2023-03-21Only implement Fn* traits for extern "Rust" safe function pointers.Oli Scherer-2/+98
2023-03-21change default to fast for everyone but the user profilePietro Albini-2/+6
2023-03-21Auto merge of #106967 - saethlin:remove-vec-as-ptr-assume, r=thomccbors-11/+21
2023-03-21Auto merge of #108717 - TDecki:dec2flt-inline, r=thomccbors-1/+18
2023-03-21Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrumbors-118/+114
2023-03-21Add ntdll to run-make-fulldeps extraflagsChris Denton-2/+2
2023-03-20Auto merge of #109046 - Zoxc:split-execute-job, r=cjgillot,michaelwoeristerbors-30/+42
2023-03-20Enforce non-lifetime-binders in supertrait preds are not object safeMichael Goulet-3/+111
2023-03-21Refactor `handle_missing_lit`.Nicholas Nethercote-14/+8
2023-03-20Auto merge of #106610 - euclio:windows-rs, r=ChrisDentonbors-280/+379
2023-03-20not *all* retags might be explicit in Runtime MIRRalf Jung-1/+2
2023-03-20Auto merge of #109384 - matthiaskrgr:rollup-hu348gs, r=matthiaskrgrbors-260/+460
2023-03-21Avoid ICE of attempt to add with overflow in emitteryukang-1/+47
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell-280/+379
2023-03-20Add example for `Option::product` and `Result::product`clubby789-4/+36
2023-03-20Use builtin_index instead of matchAndy Wang-5/+2