rust/crates
bors 6dfd8aebdf Auto merge of #13192 - lowr:fix/dyn-sort-all-bounds, r=Veykril
fix: sort all bounds on trait object types

Fixes #13181

#12793 allowed different ordering of trait bounds in trait object types but failed to account for the ordering of projection bounds. I opted for sorting all the bounds at once rather than splitting them into `SmallVec`s so it's easier to do the same thing for other bounds when we have them.
2022-09-05 11:24:54 +00:00
..
base-db Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
cfg
flycheck Pop an error notification when flycheck can't be restarted 2022-08-22 17:42:33 +02:00
hir Diagnose incorrect continue expressions 2022-09-01 14:41:38 +02:00
hir-def Clarify the state of (extern) preludes for block def maps 2022-09-02 17:43:20 +02:00
hir-expand Auto merge of #13167 - iDawer:exhaustive_patterns, r=Veykril 2022-09-02 12:32:36 +00:00
hir-ty fix: sort all bounds on trait object types 2022-09-05 19:13:32 +09:00
ide Auto merge of #13185 - ChayimFriedman2:insert-ws-in-static-const-macro, r=Veykril 2022-09-05 11:10:40 +00:00
ide-assists Fmt 2022-09-02 21:18:36 +00:00
ide-completion complete full struct in enum varaint 2022-09-05 03:36:14 +08:00
ide-db Auto merge of #13185 - ChayimFriedman2:insert-ws-in-static-const-macro, r=Veykril 2022-09-05 11:10:40 +00:00
ide-diagnostics Auto merge of #13167 - iDawer:exhaustive_patterns, r=Veykril 2022-09-02 12:32:36 +00:00
ide-ssr Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
limit Properly cfg the max field of Limit 2022-07-31 19:27:20 +02:00
mbe fix: a bunch of typos 2022-08-17 21:44:58 +08:00
parser Auto merge of #13160 - ChayimFriedman2:parse-parenthesized-type-path-with-coloncolon, r=jonas-schievink 2022-09-01 21:00:14 +00:00
paths Auto merge of #12808 - Veykril:check-workspace, r=Veykril 2022-08-04 12:57:04 +00:00
proc-macro-api remove imports that are also in edition 2021's prelude 2022-08-09 01:16:32 +02:00
proc-macro-srv Replace crossbeam with std's scoped threads 2022-08-22 14:55:13 +02:00
proc-macro-srv-cli Gate and rename binary, use it if it's in the sysroot 2022-07-25 16:22:39 +02:00
proc-macro-test revert nightly rustfmt formatting that accidentally slipped in 2022-07-25 14:18:30 +02:00
profile
project-model Update test fixtures 2022-08-25 21:07:24 +02:00
rust-analyzer Highlight namerefs by syntax until proc-macros have been loaded 2022-08-29 18:44:55 +02:00
sourcegen run stable fmt through rustup 2022-08-06 17:25:02 +03:00
stdx Update test fixtures 2022-08-25 21:07:24 +02:00
syntax Fmt 2022-09-02 21:18:36 +00:00
test-utils Implement IntoFuture type inference 2022-08-08 21:05:56 -04:00
text-edit
toolchain
tt
vfs Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
vfs-notify Bump notify 2022-08-19 21:37:05 +03:00