about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-12-03fix #101749, use . instead of :: when accessing a method of an objectyukang-51/+128
2022-11-21Auto merge of #104533 - oli-obk:method_callee, r=lcnrbors-28/+56
2022-11-21Simplify testOli Scherer-3/+1
2022-11-21Use `as_closure` helper methodOli Scherer-1/+1
2022-11-21Stop passing the self-type as a separate argument.Oli Scherer-12/+8
2022-11-21Fix clippy's missing substsOli Scherer-13/+19
2022-11-21Fix an ICE that I just made worseOli Scherer-0/+28
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-4/+4
2022-11-21Assert that various types have the right amount of generic args and fix the s...Oli Scherer-1/+1
2022-11-21Auto merge of #104120 - mejrs:diag, r=davidtwcobors-132/+167
2022-11-21Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgrbors-100/+84
2022-11-21Fix make testmejrs-3/+3
2022-11-21Improve slug name errormejrs-0/+35
2022-11-21Fix testsmejrs-129/+129
2022-11-21Rollup merge of #104667 - WaffleLapkin:unfmttest, r=Dylan-DPCMatthias Krüger-5/+5
2022-11-21Rollup merge of #104662 - nnethercote:tweak-deriving-for-packed-non-copy, r=j...Matthias Krüger-17/+6
2022-11-21Rollup merge of #104628 - alex-pinkus:revert-android-ndk-upgrade, r=pietroalbiniMatthias Krüger-29/+42
2022-11-21Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnrMatthias Krüger-1/+1
2022-11-21Rollup merge of #104511 - dpaoliello:privateglobalworkaround, r=michaelwoeristerMatthias Krüger-0/+16
2022-11-21Rollup merge of #104499 - Enselic:no-method-in-rustdoc-json, r=GuillaumeGomezMatthias Krüger-48/+14
2022-11-21Auto merge of #103491 - cjgillot:self-rpit, r=oli-obkbors-79/+230
2022-11-21Revert formatting changes of a testMaybe Waffle-5/+5
2022-11-21Auto merge of #103454 - camsteffen:remove-conservatively-uninhabited, r=oli-obkbors-3/+3
2022-11-21Streamline deriving on packed structs.Nicholas Nethercote-17/+6
2022-11-21Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisabors-0/+39
2022-11-20Factor out conservative_is_privately_uninhabitedCameron Steffen-2/+2
2022-11-20Change to Ty::is_inhabited_fromCameron Steffen-1/+1
2022-11-20Rollup merge of #104581 - notriddle:notriddle/js-iife-2, r=GuillaumeGomezMatthias Krüger-6/+3
2022-11-20Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebankMatthias Krüger-19/+65
2022-11-20Rollup merge of #104487 - klensy:ntapi, r=Mark-SimulacrumMatthias Krüger-6/+6
2022-11-20Rollup merge of #104640 - GuillaumeGomez:migrate-kdb-css, r=notriddleMatthias Krüger-18/+50
2022-11-20Rollup merge of #104611 - notriddle:notriddle/scrape-examples-button, r=Guill...Matthias Krüger-5/+77
2022-11-20Extend GUI tests to check kbd colorsGuillaume Gomez-0/+38
2022-11-20Migrate kdb colors to CSS variablesGuillaume Gomez-18/+12
2022-11-20Auto merge of #104617 - RalfJung:miri, r=RalfJungbors-114/+152
2022-11-20rustdoc JSON: Clarify that `Function` is also used for methodsMartin Nordholts-0/+1
2022-11-20Auto merge of #2683 - RalfJung:align_offset, r=RalfJungbors-0/+12
2022-11-20Auto merge of #103390 - compiler-errors:metadata-mod-regions, r=eholkbors-0/+17
2022-11-20make align_offset always work on no-provenance pointersRalf Jung-0/+12
2022-11-20make miri-seed a regular integer, and also set layout-seed in many-seedsRalf Jung-9/+8
2022-11-20Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errorsbors-91/+246
2022-11-20fix unused warning in a testRalf Jung-1/+1
2022-11-20Merge from rustcRalf Jung-632/+1142
2022-11-20Preparing for merge from rustcRalf Jung-1/+1
2022-11-20Rollup merge of #104467 - fuzzypixelz:fix/attempt-to-substract-with-overflow,...Yuki Okushi-0/+45
2022-11-20Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomccYuki Okushi-0/+56
2022-11-19Revert "Update CI to use Android NDK r25b"Alex Pinkus-29/+42
2022-11-19rustdoc: fix test caseMichael Howell-1/+1
2022-11-19rustdoc: add test case for scraped example expand GUIMichael Howell-0/+63
2022-11-19implement clock_gettime on macosRalf Jung-27/+56