| Age | Commit message (Expand) | Author | Lines |
| 2021-07-09 | Test escaping of trialing slashes in Windows command-line args | Kornel | -0/+5 |
| 2021-07-09 | Auto merge of #85828 - scottmcm:raw-eq, r=oli-obk | bors | -114/+410 |
| 2021-07-09 | Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakis | bors | -1/+66 |
| 2021-07-09 | Auto merge of #86869 - sexxi-goose:rfc2229-migration-capture-kind, r=nikomats... | bors | -12/+59 |
| 2021-07-09 | Auto merge of #86701 - sexxi-goose:optimization, r=nikomatsakis | bors | -12/+159 |
| 2021-07-08 | Bless a UI test | Scott McMurray | -18/+5 |
| 2021-07-08 | Adjust the threshold to look at the ABI, not just the size | Scott McMurray | -12/+36 |
| 2021-07-08 | Use cranelift's `Type::int` instead of doing the match myself | Scott McMurray | -8/+1 |
| 2021-07-08 | PR Feedback: Don't put SSA-only types in `CValue`s | Scott McMurray | -9/+9 |
| 2021-07-08 | Add another codegen test, array_eq_zero | Scott McMurray | -0/+9 |
| 2021-07-08 | Implement the raw_eq intrinsic in codegen_cranelift | Scott McMurray | -0/+45 |
| 2021-07-08 | PR feedback | Scott McMurray | -5/+9 |
| 2021-07-08 | Stop generating `alloca`s+`memcmp` for simple array equality | Scott McMurray | -4/+238 |
| 2021-07-08 | Move the `PartialEq` and `Eq` impls for arrays to a separate file | Scott McMurray | -112/+112 |
| 2021-07-08 | Consider capture kind for auto traits migration | Roxane | -13/+47 |
| 2021-07-08 | Add new test case | Roxane | -0/+13 |
| 2021-07-08 | Auto merge of #86930 - tspiteri:int_log10, r=kennytm | bors | -3/+198 |
| 2021-07-08 | Auto merge of #86982 - GuillaumeGomez:rollup-7sbye3c, r=GuillaumeGomez | bors | -150/+412 |
| 2021-07-08 | Update src/test/ui/rust-2021/future-prelude-collision-unneeded.rs | Niko Matsakis | -0/+2 |
| 2021-07-08 | Rollup merge of #86971 - ijackson:mailmap, r=Mark-Simulacrum | Guillaume Gomez | -0/+3 |
| 2021-07-08 | Rollup merge of #86957 - jhpratt:update-mailmap, r=jyn514 | Guillaume Gomez | -0/+1 |
| 2021-07-08 | Rollup merge of #86913 - Stupremee:document-rustdoc-private-items, r=jyn514 | Guillaume Gomez | -4/+10 |
| 2021-07-08 | Rollup merge of #86903 - GuillaumeGomez:small-header-display, r=Nemo157 | Guillaume Gomez | -6/+1 |
| 2021-07-08 | Rollup merge of #86838 - lambinoo:I-69630-rust_const_unstable_check_const, r=... | Guillaume Gomez | -7/+220 |
| 2021-07-08 | Rollup merge of #86789 - janikrabe:btreeset-drainfilter-doc, r=kennytm | Guillaume Gomez | -9/+11 |
| 2021-07-08 | Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio... | Guillaume Gomez | -20/+14 |
| 2021-07-08 | Rollup merge of #84961 - GuillaumeGomez:rework-session-globals, r=oli-obk | Guillaume Gomez | -104/+152 |
| 2021-07-08 | Fix display of small-section-header elements | Guillaume Gomez | -6/+1 |
| 2021-07-08 | Update to last upstream version | Guillaume Gomez | -4/+6 |
| 2021-07-08 | Auto merge of #86520 - ssomers:btree_iterators_checked_unwrap, r=Mark-Simulacrum | bors | -24/+10 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -100/+146 |
| 2021-07-08 | Auto merge of #85363 - EFanZh:gdb-pretty-print-slices, r=michaelwoerister | bors | -26/+95 |
| 2021-07-08 | mailmap: Add alternative addresses for myself | Ian Jackson | -0/+3 |
| 2021-07-08 | Auto merge of #86823 - the8472:opt-chunk-tra, r=kennytm | bors | -13/+11 |
| 2021-07-08 | Fix typo in comment. | Mara Bos | -1/+1 |
| 2021-07-08 | Auto merge of #86949 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2021-07-08 | fn must be const if marked with stability attribut | Lamb | -7/+220 |
| 2021-07-08 | Auto merge of #86966 - JohnTitor:rollup-uiqj2vc, r=JohnTitor | bors | -531/+1521 |
| 2021-07-08 | Rollup merge of #86956 - cuviper:unalias-every, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-07-08 | Rollup merge of #86955 - Swordelf2:patch-1, r=cuviper | Yuki Okushi | -1/+1 |
| 2021-07-08 | Rollup merge of #86933 - GuillaumeGomez:cleanup-rustdoc-static-files, r=Manis... | Yuki Okushi | -47/+48 |
| 2021-07-08 | Rollup merge of #86932 - rylev:fix-ice-86895, r=estebank | Yuki Okushi | -1/+18 |
| 2021-07-08 | Rollup merge of #86927 - bjorn3:sync_cg_clif-2021-07-07, r=bjorn3 | Yuki Okushi | -446/+1284 |
| 2021-07-08 | Rollup merge of #86925 - inquisitivecrystal:mailmap, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2021-07-08 | Rollup merge of #86917 - notriddle:notriddle/from-try-reserve-error, r=JohnTitor | Yuki Okushi | -0/+1 |
| 2021-07-08 | Rollup merge of #86812 - FabianWolff:recover-dyn-mut, r=petrochenkov | Yuki Okushi | -1/+45 |
| 2021-07-08 | Rollup merge of #86639 - eholk:lint-tool, r=petrochenkov | Yuki Okushi | -34/+123 |
| 2021-07-07 | Update .mailmap file | Jacob Pratt | -0/+1 |
| 2021-07-07 | Revert "Add "every" as a doc alias for "all"." | Josh Stone | -1/+0 |
| 2021-07-07 | Fix typo in `ops::Drop` docs | Swordelf2 | -1/+1 |