| Age | Commit message (Expand) | Author | Lines |
| 2021-07-10 | Update tests | Deadbeef | -1/+1 |
| 2021-07-10 | Update CTFE to allow fns marked with the attr | Deadbeef | -6/+9 |
| 2021-07-10 | Permit calls to default const fns of impl const | Deadbeef | -7/+25 |
| 2021-07-10 | functions marked with attr are not const | Deadbeef | -4/+9 |
| 2021-07-10 | Add impl_constness query | Deadbeef | -3/+29 |
| 2021-07-10 | Check if the attribute is applied correctly | Deadbeef | -0/+26 |
| 2021-07-10 | Skip check for calling functions in same trait | Deadbeef | -3/+11 |
| 2021-07-10 | Treat trait fns marked with the attr as const | Deadbeef | -1/+4 |
| 2021-07-10 | Applied suggestions | Deadbeef | -16/+12 |
| 2021-07-10 | Add #[default_method_body_is_const] | Deadbeef | -18/+37 |
| 2021-07-10 | Auto merge of #86987 - lcnr:const-default-eval-bound, r=oli-obk | bors | -15/+21 |
| 2021-07-10 | Auto merge of #86968 - inquisitivecrystal:missing-docs-v2, r=oli-obk | bors | -0/+6 |
| 2021-07-09 | Auto merge of #86419 - ricobbe:raw-dylib-stdcall, r=petrochenkov | bors | -46/+143 |
| 2021-07-09 | Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obk | bors | -6/+130 |
| 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 | -46/+143 |
| 2021-07-09 | Check for union field accesses in THIR unsafeck | Smitty | -6/+130 |
| 2021-07-09 | Auto merge of #87003 - m-ou-se:rollup-x7mhv3v, r=m-ou-se | bors | -37/+38 |
| 2021-07-09 | Rollup merge of #87000 - m-ou-se:const-panic-track-caller, r=oli-obk | Mara Bos | -2/+11 |
| 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 | -1/+1 |
| 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 | Use #[track_caller] in const panic diagnostics. | Mara Bos | -2/+11 |
| 2021-07-09 | Auto merge of #86888 - FabianWolff:issue-86600, r=davidtwco | bors | -6/+8 |
| 2021-07-09 | Auto merge of #85828 - scottmcm:raw-eq, r=oli-obk | bors | -0/+108 |
| 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 | -0/+22 |
| 2021-07-08 | Improve handing of `missing_docs` for macros | inquisitivecrystal | -2/+3 |
| 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/+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 | Inline implementation of lookup_line | Tomasz Miąsko | -25/+16 |
| 2021-07-08 | Consider capture kind for auto traits migration | Roxane | -12/+46 |
| 2021-07-08 | only check cg defaults wf once instantiated | lcnr | -15/+21 |
| 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 |