| Age | Commit message (Expand) | Author | Lines |
| 2021-07-09 | Handle multi diagnostics | Roxane | -176/+176 |
| 2021-07-09 | Update comments | Roxane | -11/+15 |
| 2021-07-09 | Fix wording | Roxane | -18/+15 |
| 2021-07-09 | Add note clarifying why a closure no longer implements a trait | Roxane | -0/+16 |
| 2021-07-09 | Add note pointing to where a closure and it's captured variables are dropped | Roxane | -0/+40 |
| 2021-07-09 | Update error message | Roxane | -2/+2 |
| 2021-07-09 | Add note on why the variable is not fully captured | Roxane | -31/+61 |
| 2021-07-09 | Auto merge of #85828 - scottmcm:raw-eq, r=oli-obk | bors | -0/+108 |
| 2021-07-09 | Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakis | bors | -0/+22 |
| 2021-07-09 | Auto merge of #86869 - sexxi-goose:rfc2229-migration-capture-kind, r=nikomats... | bors | -12/+46 |
| 2021-07-09 | Auto merge of #86701 - sexxi-goose:optimization, r=nikomatsakis | bors | -2/+52 |
| 2021-07-08 | Adjust the threshold to look at the ABI, not just the size | Scott McMurray | -12/+24 |
| 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 | Implement the raw_eq intrinsic in codegen_cranelift | Scott McMurray | -0/+45 |
| 2021-07-08 | PR feedback | Scott McMurray | -3/+3 |
| 2021-07-08 | Stop generating `alloca`s+`memcmp` for simple array equality | Scott McMurray | -0/+58 |
| 2021-07-08 | Consider capture kind for auto traits migration | Roxane | -12/+46 |
| 2021-07-08 | Rollup merge of #86838 - lambinoo:I-69630-rust_const_unstable_check_const, r=... | Guillaume Gomez | -7/+66 |
| 2021-07-08 | Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio... | Guillaume Gomez | -17/+12 |
| 2021-07-08 | Update to last upstream version | Guillaume Gomez | -4/+6 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -77/+118 |
| 2021-07-08 | Fix typo in comment. | Mara Bos | -1/+1 |
| 2021-07-08 | fn must be const if marked with stability attribut | Lamb | -7/+66 |
| 2021-07-08 | Rollup merge of #86932 - rylev:fix-ice-86895, r=estebank | Yuki Okushi | -1/+7 |
| 2021-07-08 | Rollup merge of #86927 - bjorn3:sync_cg_clif-2021-07-07, r=bjorn3 | Yuki Okushi | -446/+1283 |
| 2021-07-08 | Rollup merge of #86812 - FabianWolff:recover-dyn-mut, r=petrochenkov | Yuki Okushi | -1/+21 |
| 2021-07-08 | Rollup merge of #86639 - eholk:lint-tool, r=petrochenkov | Yuki Okushi | -34/+101 |
| 2021-07-07 | Auto merge of #86105 - bjorn3:link_info_refactor, r=petrochenkov | bors | -29/+18 |
| 2021-07-07 | Cleanup: unify lint name checking | Eric Holk | -21/+14 |
| 2021-07-07 | Remove a sorting operation from used_crates | bjorn3 | -29/+18 |
| 2021-07-07 | Check FromIterator trait impl in prelude collision check. | Mara Bos | -0/+22 |
| 2021-07-07 | Fix ICE when misplaced visibility cannot be properly parsed | Ryan Levick | -1/+7 |
| 2021-07-07 | Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202... | bjorn3 | -446/+1283 |
| 2021-07-07 | Auto merge of #86920 - JohnTitor:rollup-buvzpkr, r=JohnTitor | bors | -35/+44 |
| 2021-07-07 | Rollup merge of #86717 - rylev:rename, r=nikomatsakis | Yuki Okushi | -35/+44 |
| 2021-07-07 | Auto merge of #86901 - sexxi-goose:query_remove, r=nikomatsakis | bors | -101/+81 |
| 2021-07-06 | Apply suggestions from code review | Niko Matsakis | -0/+4 |
| 2021-07-06 | Unify lint tool and lint name checking | Eric Holk | -36/+69 |
| 2021-07-06 | Parse tool name for command line lint options | Eric Holk | -3/+44 |
| 2021-07-06 | Auto merge of #86911 - bjorn3:crate_info_refactor, r=petrochenkov | bors | -198/+165 |
| 2021-07-06 | Fix depnode size | Aman Arora | -1/+1 |
| 2021-07-06 | Auto merge of #86636 - wesleywiser:misc_enum_improvements, r=michaelwoerister | bors | -100/+49 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -100/+80 |
| 2021-07-06 | rename rust_2021_token_prefixes to rust_2021_prefixes_incompatible_syntax | Ryan Levick | -6/+6 |
| 2021-07-06 | Rename future_prelude_collisions to rust_2021_prelude_collisions | Ryan Levick | -8/+8 |
| 2021-07-06 | rust_2021_token_prefixes | Ryan Levick | -6/+6 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -6/+7 |
| 2021-07-06 | Fix mis-styled code | Ryan Levick | -1/+4 |
| 2021-07-06 | Rename reserved_prefix lint to reserved_prefixes | Ryan Levick | -6/+6 |