| Age | Commit message (Expand) | Author | Lines |
| 2021-07-10 | bless missing tests | Ralf Jung | -5/+4 |
| 2021-07-10 | remove const_raw_ptr_to_usize_cast feature | Ralf Jung | -251/+45 |
| 2021-07-10 | Auto merge of #86987 - lcnr:const-default-eval-bound, r=oli-obk | bors | -23/+10 |
| 2021-07-10 | Auto merge of #86968 - inquisitivecrystal:missing-docs-v2, r=oli-obk | bors | -0/+63 |
| 2021-07-09 | Auto merge of #86419 - ricobbe:raw-dylib-stdcall, r=petrochenkov | bors | -2/+293 |
| 2021-07-09 | Respond to review feedback | Wesley Wiser | -5/+5 |
| 2021-07-09 | Fix the ICE described in #83693 | Fabian Wolff | -0/+87 |
| 2021-07-09 | Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obk | bors | -70/+965 |
| 2021-07-09 | Enhance well-formedness checks for `#[repr(...)]` attributes | Fabian Wolff | -2/+138 |
| 2021-07-09 | Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows... | Richard Cobbe | -2/+293 |
| 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 | -65/+953 |
| 2021-07-09 | Ensure deterministic ordering for diagnostics | Roxane | -2/+2 |
| 2021-07-09 | Auto merge of #87003 - m-ou-se:rollup-x7mhv3v, r=m-ou-se | bors | -18/+45 |
| 2021-07-09 | Store names of captured variables in `optimized_mir` | lrh2000 | -17/+84 |
| 2021-07-09 | Name the captured upvars for closures/generators in debuginfo | lrh2000 | -7/+94 |
| 2021-07-09 | Rollup merge of #87000 - m-ou-se:const-panic-track-caller, r=oli-obk | Mara Bos | -15/+42 |
| 2021-07-09 | Rollup merge of #86937 - rylev:tracking-more-qualified-paths, r=nagisa | Mara Bos | -3/+3 |
| 2021-07-09 | Address comments | Roxane | -10/+10 |
| 2021-07-09 | Fix default_hash_types to use resolved path | Cameron Steffen | -25/+31 |
| 2021-07-09 | Handle multi diagnostics | Roxane | -8/+448 |
| 2021-07-09 | Fix wording | Roxane | -379/+235 |
| 2021-07-09 | Add note clarifying why a closure no longer implements a trait | Roxane | -10/+30 |
| 2021-07-09 | Add note pointing to where a closure and it's captured variables are dropped | Roxane | -30/+333 |
| 2021-07-09 | Update error message | Roxane | -32/+32 |
| 2021-07-09 | Add note on why the variable is not fully captured | Roxane | -44/+166 |
| 2021-07-09 | Use #[track_caller] in const panic diagnostics. | Mara Bos | -15/+42 |
| 2021-07-09 | Auto merge of #86888 - FabianWolff:issue-86600, r=davidtwco | bors | -266/+42 |
| 2021-07-09 | Auto merge of #85828 - scottmcm:raw-eq, r=oli-obk | bors | -2/+121 |
| 2021-07-09 | Add more tests | Aman Arora | -1/+105 |
| 2021-07-09 | Move optimization to the central processing function | Aman Arora | -6/+6 |
| 2021-07-09 | Rewrite closure capture analysis | Aman Arora | -51/+33 |
| 2021-07-09 | Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakis | bors | -1/+43 |
| 2021-07-08 | Add regression test | inquisitivecrystal | -0/+63 |
| 2021-07-09 | Replace associated item bound vars with placeholders when projecting. | jackh726 | -27/+242 |
| 2021-07-09 | Auto merge of #86869 - sexxi-goose:rfc2229-migration-capture-kind, r=nikomats... | bors | -0/+13 |
| 2021-07-09 | Auto merge of #86701 - sexxi-goose:optimization, r=nikomatsakis | bors | -10/+107 |
| 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 | -0/+12 |
| 2021-07-08 | Add another codegen test, array_eq_zero | Scott McMurray | -0/+9 |
| 2021-07-08 | Stop generating `alloca`s+`memcmp` for simple array equality | Scott McMurray | -2/+113 |
| 2021-07-08 | Consider capture kind for auto traits migration | Roxane | -1/+1 |
| 2021-07-08 | Add new test case | Roxane | -0/+13 |
| 2021-07-08 | only check cg defaults wf once instantiated | lcnr | -23/+10 |
| 2021-07-08 | Do not allow JSON targets to set is-builtin: true | Simonas Kazlauskas | -1/+15 |
| 2021-07-08 | Add visualizer for OsString and fixup other string visualizers | Wesley Wiser | -2/+3 |
| 2021-07-08 | Add/improve visualizations for liballoc types | Wesley Wiser | -3/+36 |
| 2021-07-08 | Add natvis for Duration, ManuallyDrop and Pin types | Wesley Wiser | -0/+40 |
| 2021-07-08 | Add natvis for Range types | Wesley Wiser | -17/+19 |
| 2021-07-08 | Fixup natvis for NonNull and Unique types | Wesley Wiser | -0/+21 |