| Age | Commit message (Expand) | Author | Lines |
| 2022-08-15 | Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillot | bors | -0/+6 |
| 2022-08-14 | TypeError can be Copy | Michael Goulet | -5/+6 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-11 | Check attributes on struct expression fields. | Eric Huss | -0/+3 |
| 2022-08-11 | Check attributes on pattern fields. | Eric Huss | -0/+3 |
| 2022-08-11 | Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqd | Dylan DPC | -4/+4 |
| 2022-08-10 | Rollup merge of #100359 - b-naber:valtrees-pretty-print-ice, r=lcnr | Michael Goulet | -0/+4 |
| 2022-08-10 | Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc | Matthias Krüger | -1/+0 |
| 2022-08-10 | Avoid repeating qualifiers on `static_assert_size` calls. | Nicholas Nethercote | -4/+4 |
| 2022-08-09 | fix | b-naber | -0/+4 |
| 2022-08-09 | Auto merge of #99217 - lcnr:implied-bounds-pre-norm, r=lcnr | bors | -0/+23 |
| 2022-08-09 | Auto merge of #100318 - Dylan-DPC:rollup-18tzp6q, r=Dylan-DPC | bors | -7/+82 |
| 2022-08-09 | Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notr... | Dylan DPC | -0/+8 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -7/+74 |
| 2022-08-09 | don't normalize wf predicates | lcnr | -0/+23 |
| 2022-08-09 | Add option to `mir::MutVisitor` to not invalidate CFG. | Jakob Degen | -63/+92 |
| 2022-08-07 | Don't document impossible to call default trait items on impls | Michael Goulet | -0/+8 |
| 2022-08-07 | Auto merge of #99983 - RalfJung:more-layout-checks, r=eddyb | bors | -110/+309 |
| 2022-08-05 | Move stability lookup after cross-crate check | Maybe Waffle | -11/+11 |
| 2022-08-05 | Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakis | bors | -0/+5 |
| 2022-08-04 | Rollup merge of #100095 - jackh726:early-binder, r=lcnr | Matthias Krüger | -3/+27 |
| 2022-08-04 | Document generics_def_id_map field and record/get methods on it | Santiago Pastorino | -1/+4 |
| 2022-08-04 | Implement def_id based remapping | Santiago Pastorino | -0/+2 |
| 2022-08-03 | Add bound_impl_subject and bound_return_ty | Jack Huey | -0/+10 |
| 2022-08-03 | Change sized_constraints to return EarlyBinder | Jack Huey | -3/+3 |
| 2022-08-02 | Add bound_predicates_of and bound_explicit_predicates_of | Jack Huey | -0/+14 |
| 2022-08-02 | Avoid invalidating the CFG in MirPatch. | Jakob Degen | -35/+30 |
| 2022-08-02 | Stabilize backtrace | Theodore Dubois | -1/+0 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -1/+94 |
| 2022-08-02 | Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors | bors | -4/+4 |
| 2022-08-02 | fix a comment | Ralf Jung | -1/+1 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -9/+20 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -41/+34 |
| 2022-08-01 | Remove visibility from AssocItem. | Camille GILLOT | -1/+5 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -4/+8 |
| 2022-08-01 | fix for unions with scalar layout | Ralf Jung | -0/+4 |
| 2022-08-01 | Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd | Matthias Krüger | -21/+23 |
| 2022-08-01 | Rollup merge of #99340 - GoldsteinE:fix-localdefid-debug-ice, r=lcnr | Matthias Krüger | -2/+2 |
| 2022-08-01 | make `PlaceholderConst` not store the type of the const | Ellen | -4/+4 |
| 2022-08-01 | move layout sanity check to its own file | Ralf Jung | -290/+304 |
| 2022-08-01 | tighter checks for (some) ScalarPair layouts | Ralf Jung | -16/+102 |
| 2022-08-01 | check that Scalar layout is newtype around a suitable type | Ralf Jung | -40/+135 |
| 2022-08-01 | fix ICE in Definitions::create_def | Goldstein | -2/+2 |
| 2022-08-01 | Improve size assertions. | Nicholas Nethercote | -21/+23 |
| 2022-07-31 | Rollup merge of #99973 - RalfJung:layout-things, r=eddyb | Matthias Krüger | -0/+4 |
| 2022-07-31 | Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillot | Dylan DPC | -55/+54 |
| 2022-07-31 | check 'size multiple of align' for all layouts | Ralf Jung | -0/+4 |
| 2022-07-30 | Auto merge of #99959 - cuviper:niche-size, r=eddyb | bors | -2/+8 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -55/+54 |
| 2022-07-30 | Fix the size of niche enums with ZST alignment | Josh Stone | -2/+8 |