| Age | Commit message (Expand) | Author | Lines |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -87/+39 |
| 2022-06-02 | Auto merge of #97414 - LYF1999:yf/cachealign, r=Mark-Simulacrum | bors | -1/+2 |
| 2022-06-01 | Auto merge of #97632 - JohnTitor:rollup-d2ucrjw, r=JohnTitor | bors | -82/+293 |
| 2022-06-02 | Rollup merge of #97626 - RalfJung:expose, r=tmiasko | Yuki Okushi | -18/+23 |
| 2022-06-02 | Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomez | Yuki Okushi | -7/+29 |
| 2022-06-02 | Rollup merge of #97605 - estebank:suggestion-filename, r=oli-obk | Yuki Okushi | -4/+39 |
| 2022-06-02 | Rollup merge of #97166 - nnethercote:move-conditions-out, r=estebank | Yuki Okushi | -50/+41 |
| 2022-06-02 | Rollup merge of #97130 - notriddle:notriddle/collect-trait-impls-dup, r=Guill... | Yuki Okushi | -2/+43 |
| 2022-06-02 | Rollup merge of #95594 - the8472:raw_slice_methods, r=yaahc | Yuki Okushi | -1/+118 |
| 2022-06-01 | Auto merge of #97612 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-06-01 | rename PointerAddress → PointerExposeAddress | Ralf Jung | -18/+23 |
| 2022-06-01 | rustdoc: add test case for auto traits on slice primitive | Michael Howell | -0/+14 |
| 2022-06-01 | Auto merge of #97624 - matthiaskrgr:rollup-rtcqjx9, r=matthiaskrgr | bors | -78/+655 |
| 2022-06-01 | Update src/librustdoc/passes/collect_trait_impls.rs | Michael Howell | -3/+5 |
| 2022-06-01 | Mention filename in suggestion when it differs from primary span | Esteban Küber | -4/+39 |
| 2022-06-01 | Improve calculation of "Impls on Foreign Types" | Jacob Hoffman-Andrews | -7/+29 |
| 2022-06-01 | Rollup merge of #97621 - RalfJung:miri, r=RalfJung | Matthias Krüger | -10/+11 |
| 2022-06-01 | Rollup merge of #97592 - notriddle:notriddle/impl-trait, r=GuillaumeGomez | Matthias Krüger | -8/+182 |
| 2022-06-01 | Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve... | Matthias Krüger | -8/+94 |
| 2022-06-01 | Rollup merge of #96271 - compiler-errors:suggest-question-mark, r=estebank | Matthias Krüger | -52/+368 |
| 2022-06-01 | Auto merge of #97622 - JohnTitor:rollup-4qoxrjn, r=JohnTitor | bors | -59/+257 |
| 2022-06-01 | Rollup merge of #97616 - TaKO8Ki:remove-unnecessary-option, r=Dylan-DPC | Yuki Okushi | -4/+11 |
| 2022-06-01 | Rollup merge of #97611 - azdavis:master, r=Dylan-DPC | Yuki Okushi | -7/+13 |
| 2022-06-01 | Rollup merge of #97580 - JohnTitor:issue-71546, r=compiler-errors | Yuki Okushi | -0/+39 |
| 2022-06-01 | Rollup merge of #97562 - compiler-errors:comment-poly_project_and_unify_type,... | Yuki Okushi | -14/+14 |
| 2022-06-01 | Rollup merge of #97498 - ijchen:master, r=Mark-Simulacrum | Yuki Okushi | -1/+0 |
| 2022-06-01 | Rollup merge of #97470 - notriddle:notriddle/test-cases, r=GuillaumeGomez | Yuki Okushi | -2/+47 |
| 2022-06-01 | Rollup merge of #97399 - SparrowLii:arg_index, r=oli-obk | Yuki Okushi | -31/+16 |
| 2022-06-01 | Rollup merge of #97216 - RalfJung:null-ptr-check, r=oli-obk | Yuki Okushi | -0/+4 |
| 2022-06-01 | Rollup merge of #94647 - Urgau:hash-map-many-mut, r=Amanieu | Yuki Okushi | -0/+113 |
| 2022-06-01 | update Miri | Ralf Jung | -10/+11 |
| 2022-06-01 | Add regression test for #71546 | Yuki Okushi | -0/+39 |
| 2022-06-01 | remove an unnecessary `Option` | Takayuki Maeda | -4/+11 |
| 2022-05-31 | Update cargo | Eric Huss | -0/+0 |
| 2022-05-31 | Tweak insert docs | Ariel Davis | -7/+13 |
| 2022-06-01 | Auto merge of #97553 - nbdd0121:lib, r=Mark-Simulacrum | bors | -0/+2 |
| 2022-06-01 | use 128 cache align for m1 mac | yifei | -1/+2 |
| 2022-06-01 | Auto merge of #97435 - Patryk27:bump-compiler-builtins, r=Dylan-DPC | bors | -3/+3 |
| 2022-05-31 | Auto merge of #97600 - matthiaskrgr:rollup-yivyeu5, r=matthiaskrgr | bors | -26/+46 |
| 2022-06-01 | Expose get_many_mut and get_many_unchecked_mut to HashMap | Loïc BRANSTETT | -0/+113 |
| 2022-05-31 | Rollup merge of #97596 - WaffleLapkin:fixup_feature_name, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-05-31 | Rollup merge of #97593 - lnicola:rust-analyzer-2022-05-31, r=lnicola | Matthias Krüger | -7/+24 |
| 2022-05-31 | Rollup merge of #97578 - ojeda:checkpatch, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-05-31 | Rollup merge of #97316 - CAD97:bound-misbehavior, r=dtolnay | Matthias Krüger | -17/+20 |
| 2022-05-31 | Auto merge of #97582 - tmiasko:pointer-address-cast, r=oli-obk | bors | -94/+96 |
| 2022-05-31 | Fixup feature name to be more consistent with others | Maybe Waffle | -1/+1 |
| 2022-05-31 | :arrow_up: rust-analyzer | Laurențiu Nicola | -7/+24 |
| 2022-05-31 | rustdoc: also index raw pointers | Michael Howell | -2/+82 |
| 2022-05-31 | rustdoc: also index impl trait | Michael Howell | -6/+100 |
| 2022-05-31 | Auto merge of #97570 - JakobDegen:dse-test, r=tmiasko | bors | -326/+21 |