| Age | Commit message (Expand) | Author | Lines |
| 2021-07-10 | Fix typo: `satic` -> `static` | Nixon Enraght-Moony | -1/+1 |
| 2021-07-10 | Auto merge of #86987 - lcnr:const-default-eval-bound, r=oli-obk | bors | -38/+31 |
| 2021-07-10 | Auto merge of #86968 - inquisitivecrystal:missing-docs-v2, r=oli-obk | bors | -0/+69 |
| 2021-07-09 | Auto merge of #86419 - ricobbe:raw-dylib-stdcall, r=petrochenkov | bors | -48/+436 |
| 2021-07-09 | Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obk | bors | -76/+1095 |
| 2021-07-09 | panic when trying to destructure union as enum | Smitty | -2/+2 |
| 2021-07-09 | Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows... | Richard Cobbe | -48/+436 |
| 2021-07-09 | Auto merge of #85832 - kornelski:raw_arg, r=yaahc | bors | -21/+97 |
| 2021-07-09 | Don't stub out part of test | Smitty | -5/+12 |
| 2021-07-09 | Check for union field accesses in THIR unsafeck | Smitty | -71/+1083 |
| 2021-07-09 | Auto merge of #87003 - m-ou-se:rollup-x7mhv3v, r=m-ou-se | bors | -55/+83 |
| 2021-07-09 | Rollup merge of #87000 - m-ou-se:const-panic-track-caller, r=oli-obk | Mara Bos | -17/+53 |
| 2021-07-09 | Rollup merge of #86994 - scottmcm:fix_expr_try_comment, r=petrochenkov | Mara Bos | -7/+8 |
| 2021-07-09 | Rollup merge of #86937 - rylev:tracking-more-qualified-paths, r=nagisa | Mara Bos | -4/+4 |
| 2021-07-09 | Rollup merge of #86881 - tmiasko:lookup-line, r=nagisa | Mara Bos | -25/+16 |
| 2021-07-09 | Rollup merge of #86855 - LeSeulArtichaut:patch-1, r=davidtwco | Mara Bos | -2/+2 |
| 2021-07-09 | Debug formatting of raw_arg() | Kornel | -2/+6 |
| 2021-07-09 | Use #[track_caller] in const panic diagnostics. | Mara Bos | -17/+53 |
| 2021-07-09 | Use AsRef in CommandExt for raw_arg | Kornel | -3/+3 |
| 2021-07-09 | Unescaped command-line arguments for Windows | Kornel | -19/+86 |
| 2021-07-09 | Test escaping of trialing slashes in Windows command-line args | Kornel | -0/+5 |
| 2021-07-09 | Auto merge of #86888 - FabianWolff:issue-86600, r=davidtwco | bors | -272/+50 |
| 2021-07-09 | Auto merge of #85828 - scottmcm:raw-eq, r=oli-obk | bors | -114/+410 |
| 2021-07-09 | Update the comment on `lower_expr_try` | Scott McMurray | -7/+8 |
| 2021-07-09 | Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakis | bors | -1/+66 |
| 2021-07-08 | Improve handing of `missing_docs` for macros | inquisitivecrystal | -2/+3 |
| 2021-07-08 | Add regression test | inquisitivecrystal | -0/+63 |
| 2021-07-08 | Remove `missing_docs` lint on private 2.0 macros | inquisitivecrystal | -0/+5 |
| 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 | Inline implementation of lookup_line | Tomasz Miąsko | -25/+16 |
| 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 | only check cg defaults wf once instantiated | lcnr | -38/+31 |
| 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 |