about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-05-15Recover `impl<T ?Sized>` correctlyMichael Goulet-0/+19
2023-05-15Auto merge of #111585 - matthiaskrgr:rollup-468pykj, r=matthiaskrgrbors-67/+84
2023-05-15Rollup merge of #111582 - Vagelis-Prokopiou:fix/wanting, r=workingjubileeMatthias Krüger-2/+2
2023-05-15Rollup merge of #111581 - scottmcm:fix-pattern-comment, r=workingjubileeMatthias Krüger-4/+4
2023-05-15Rollup merge of #111569 - LucasFA:linkchecker-lints, r=ehussMatthias Krüger-19/+16
2023-05-15Rollup merge of #111560 - m-ou-se:span-char-boundary-stuff, r=cjgillotMatthias Krüger-24/+8
2023-05-15Rollup merge of #111548 - calebcartwright:by-ref-tokentree2, r=compiler-errorsMatthias Krüger-2/+5
2023-05-15Rollup merge of #111547 - tmiasko:immediate-dominator, r=cjgillotMatthias Krüger-15/+23
2023-05-15Rollup merge of #111531 - chenyukang:yukang-fix-111416-ice, r=compiler-errorsMatthias Krüger-0/+25
2023-05-15Rollup merge of #102673 - lukas-code:infered-lifetimes, r=ehussMatthias Krüger-1/+1
2023-05-15Auto merge of #111088 - nnethercote:fix-FileEncoder-buf-size, r=WaffleLapkinbors-33/+11
2023-05-15wanting => wantVagelis Prokopiou-2/+2
2023-05-14Fix some misleading and copy-pasted `Pattern` examplesScott McMurray-4/+4
2023-05-15Auto merge of #108273 - tspiteri:const_slice_split_at_not_mut, r=dtolnaybors-1/+2
2023-05-15Auto merge of #111570 - compiler-errors:ct-err, r=BoxyUwUbors-32/+24
2023-05-15Fix the `FileEncoder` buffer size.Nicholas Nethercote-33/+11
2023-05-14Auto merge of #108196 - sunfishcode:sunfishcode/windows-as-socket-impls, r=dt...bors-0/+72
2023-05-14Rename const error methods for consistencyMichael Goulet-32/+24
2023-05-14Appease lintsLucasFA-19/+16
2023-05-14Auto merge of #92048 - Urgau:num-midpoint, r=scottmcmbors-3/+313
2023-05-14Auto merge of #104134 - dtolnay:panictemporaries, r=joshtriplettbors-25/+42
2023-05-14Exposes false negative in clippy's diverging_sub_expressionDavid Tolnay-9/+1
2023-05-14explain that `PhantomData<&'a T>` infers `T: 'a`Lukas Markeffsky-1/+1
2023-05-14Shorten lifetime of panic temporaries in panic_fmt caseDavid Tolnay-45/+24
2023-05-14Add ui test to reproduce non-Send panic temporaryDavid Tolnay-0/+46
2023-05-14Simplify find_width_of_character_at_span.Mara Bos-24/+8
2023-05-14Start node has no immediate dominatorTomasz Miąsko-15/+23
2023-05-14Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillotbors-247/+409
2023-05-14Auto merge of #111517 - lukas-code:addr-of-mutate, r=tmiaskobors-17/+51
2023-05-14Auto merge of #111552 - matthiaskrgr:rollup-4nidoti, r=matthiaskrgrbors-100/+296
2023-05-14Rollup merge of #111549 - GuillaumeGomez:update-gui-format, r=notriddleMatthias Krüger-87/+87
2023-05-14Rollup merge of #111534 - aDotInTheVoid:ita-rdj, r=fmease,GuillaumeGomezMatthias Krüger-0/+83
2023-05-14Rollup merge of #111477 - y21:extra-impl-in-trait-impl, r=compiler-errorsMatthias Krüger-4/+97
2023-05-14Rollup merge of #111463 - clubby789:env-escaped-var, r=cjgillotMatthias Krüger-9/+29
2023-05-14Auto merge of #111440 - cjgillot:refprop-debuginfo, r=oli-obkbors-652/+1536
2023-05-14Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkovbors-147/+243
2023-05-14Auto merge of #111388 - clubby789:clap-complete, r=jyn514bors-15/+2833
2023-05-14Convert more GUI tests colors to their original formatGuillaume Gomez-86/+86
2023-05-14Update browser-ui-test version to 0.16.3Guillaume Gomez-1/+1
2023-05-13refactor: add chunks method to TokenStream to obviate rustdoc clonesCaleb Cartwright-2/+5
2023-05-13Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-deadbors-40/+82
2023-05-13Auto merge of #111374 - tmiasko:align-unsized-locals, r=cjgillotbors-11/+45
2023-05-13Auto merge of #111535 - RalfJung:miri, r=RalfJungbors-31/+95
2023-05-13Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillotbors-107/+554
2023-05-13update lockfileRalf Jung-2/+2
2023-05-13rustdoc-json: Add tests for `#![feature(inherent_associated_types)]`Alona Enraght-Moony-0/+83
2023-05-13Auto merge of #2894 - RalfJung:simd-ptr, r=RalfJungbors-5/+33
2023-05-13implement SIMD ptr castsRalf Jung-5/+33
2023-05-13fmtyukang-8/+4
2023-05-13Add multiple borrow test.Camille GILLOT-55/+89