| Age | Commit message (Expand) | Author | Lines |
| 2022-12-03 | fix #101749, use . instead of :: when accessing a method of an object | yukang | -51/+128 |
| 2022-11-21 | Auto merge of #104533 - oli-obk:method_callee, r=lcnr | bors | -28/+56 |
| 2022-11-21 | Simplify test | Oli Scherer | -3/+1 |
| 2022-11-21 | Use `as_closure` helper method | Oli Scherer | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -12/+8 |
| 2022-11-21 | Fix clippy's missing substs | Oli Scherer | -13/+19 |
| 2022-11-21 | Fix an ICE that I just made worse | Oli Scherer | -0/+28 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -4/+4 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -1/+1 |
| 2022-11-21 | Auto merge of #104120 - mejrs:diag, r=davidtwco | bors | -132/+167 |
| 2022-11-21 | Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr | bors | -100/+84 |
| 2022-11-21 | Fix make test | mejrs | -3/+3 |
| 2022-11-21 | Improve slug name error | mejrs | -0/+35 |
| 2022-11-21 | Fix tests | mejrs | -129/+129 |
| 2022-11-21 | Rollup merge of #104667 - WaffleLapkin:unfmttest, r=Dylan-DPC | Matthias Krüger | -5/+5 |
| 2022-11-21 | Rollup merge of #104662 - nnethercote:tweak-deriving-for-packed-non-copy, r=j... | Matthias Krüger | -17/+6 |
| 2022-11-21 | Rollup merge of #104628 - alex-pinkus:revert-android-ndk-upgrade, r=pietroalbini | Matthias Krüger | -29/+42 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-21 | Rollup merge of #104511 - dpaoliello:privateglobalworkaround, r=michaelwoerister | Matthias Krüger | -0/+16 |
| 2022-11-21 | Rollup merge of #104499 - Enselic:no-method-in-rustdoc-json, r=GuillaumeGomez | Matthias Krüger | -48/+14 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -79/+230 |
| 2022-11-21 | Revert formatting changes of a test | Maybe Waffle | -5/+5 |
| 2022-11-21 | Auto merge of #103454 - camsteffen:remove-conservatively-uninhabited, r=oli-obk | bors | -3/+3 |
| 2022-11-21 | Streamline deriving on packed structs. | Nicholas Nethercote | -17/+6 |
| 2022-11-21 | Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa | bors | -0/+39 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -2/+2 |
| 2022-11-20 | Change to Ty::is_inhabited_from | Cameron Steffen | -1/+1 |
| 2022-11-20 | Rollup merge of #104581 - notriddle:notriddle/js-iife-2, r=GuillaumeGomez | Matthias Krüger | -6/+3 |
| 2022-11-20 | Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebank | Matthias Krüger | -19/+65 |
| 2022-11-20 | Rollup merge of #104487 - klensy:ntapi, r=Mark-Simulacrum | Matthias Krüger | -6/+6 |
| 2022-11-20 | Rollup merge of #104640 - GuillaumeGomez:migrate-kdb-css, r=notriddle | Matthias Krüger | -18/+50 |
| 2022-11-20 | Rollup merge of #104611 - notriddle:notriddle/scrape-examples-button, r=Guill... | Matthias Krüger | -5/+77 |
| 2022-11-20 | Extend GUI tests to check kbd colors | Guillaume Gomez | -0/+38 |
| 2022-11-20 | Migrate kdb colors to CSS variables | Guillaume Gomez | -18/+12 |
| 2022-11-20 | Auto merge of #104617 - RalfJung:miri, r=RalfJung | bors | -114/+152 |
| 2022-11-20 | rustdoc JSON: Clarify that `Function` is also used for methods | Martin Nordholts | -0/+1 |
| 2022-11-20 | Auto merge of #2683 - RalfJung:align_offset, r=RalfJung | bors | -0/+12 |
| 2022-11-20 | Auto merge of #103390 - compiler-errors:metadata-mod-regions, r=eholk | bors | -0/+17 |
| 2022-11-20 | make align_offset always work on no-provenance pointers | Ralf Jung | -0/+12 |
| 2022-11-20 | make miri-seed a regular integer, and also set layout-seed in many-seeds | Ralf Jung | -9/+8 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -91/+246 |
| 2022-11-20 | fix unused warning in a test | Ralf Jung | -1/+1 |
| 2022-11-20 | Merge from rustc | Ralf Jung | -632/+1142 |
| 2022-11-20 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-11-20 | Rollup merge of #104467 - fuzzypixelz:fix/attempt-to-substract-with-overflow,... | Yuki Okushi | -0/+45 |
| 2022-11-20 | Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomcc | Yuki Okushi | -0/+56 |
| 2022-11-19 | Revert "Update CI to use Android NDK r25b" | Alex Pinkus | -29/+42 |
| 2022-11-19 | rustdoc: fix test case | Michael Howell | -1/+1 |
| 2022-11-19 | rustdoc: add test case for scraped example expand GUI | Michael Howell | -0/+63 |
| 2022-11-19 | implement clock_gettime on macos | Ralf Jung | -27/+56 |