| Age | Commit message (Expand) | Author | Lines |
| 2023-01-21 | Conditionally encode boolean | Michael Goulet | -2/+4 |
| 2023-01-21 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -0/+1 |
| 2022-11-26 | Auto merge of #104730 - petrochenkov:modchild5, r=cjgillot | bors | -7/+5 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -1/+1 |
| 2022-11-22 | rustc_metadata: Do not encode empty reexport lists | Vadim Petrochenkov | -7/+5 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -40/+21 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -2/+2 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -1/+1 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -5/+2 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -2/+1 |
| 2022-11-13 | Store LocalDefId in hir::Closure. | Camille GILLOT | -5/+5 |
| 2022-11-12 | Compute variance for opaques too. | Camille GILLOT | -2/+2 |
| 2022-11-01 | Auto merge of #103496 - petrochenkov:effvisdoc2, r=lqd | bors | -2/+1 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+1 |
| 2022-10-29 | Encode LangItem directly | Cameron Steffen | -13/+6 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -16/+17 |
| 2022-10-29 | rustc_metadata: Encode even less doc comments | Vadim Petrochenkov | -2/+1 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -3/+2 |
| 2022-10-27 | Rollup merge of #103524 - petrochenkov:modchild4, r=cjgillot | Matthias Krüger | -6/+18 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -3/+2 |
| 2022-10-26 | Auto merge of #103284 - compiler-errors:const-sad, r=oli-obk | bors | -41/+15 |
| 2022-10-25 | rustc_metadata: Add constructors to module children at encoding time | Vadim Petrochenkov | -6/+18 |
| 2022-10-22 | Auto merge of #103172 - pcwalton:deduced-param-attrs, r=oli-obk | bors | -1/+16 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -1/+16 |
| 2022-10-20 | Add code comments and documentation | Guillaume Gomez | -0/+14 |
| 2022-10-20 | Remove doc comments only for private items or some specific doc comments | Guillaume Gomez | -4/+27 |
| 2022-10-20 | Revert "Unify tcx.constness and param env constness checks" | Michael Goulet | -41/+15 |
| 2022-10-12 | TyAlias needs encoded constness too, for layout computation in rustdoc | Michael Goulet | -2/+2 |
| 2022-10-12 | Unify tcx.constness and param env constness checks | Michael Goulet | -15/+41 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -0/+4 |
| 2022-09-30 | Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Ki | bors | -0/+33 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -5/+5 |
| 2022-09-23 | Serialize RPITIT values in libs | Michael Goulet | -0/+33 |
| 2022-09-21 | Overhaul `-Zmeta-stats` output. | Nicholas Nethercote | -202/+142 |
| 2022-09-21 | Wrap some long comment lines. | Nicholas Nethercote | -10/+9 |
| 2022-09-11 | Only encode RPITIT when trait method has default body | Michael Goulet | -1/+13 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -3/+0 |
| 2022-09-09 | Address rebase issues, make async fn in trait work | Michael Goulet | -1/+5 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -0/+5 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -2/+5 |
| 2022-09-05 | Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obk | Dylan DPC | -13/+5 |
| 2022-09-03 | more clippy::perf fixes | Matthias Krüger | -13/+5 |
| 2022-09-03 | Do not call object_lifetime_default on lifetime params. | Camille GILLOT | -4/+3 |
| 2022-09-03 | Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwco | Dylan DPC | -3/+4 |
| 2022-09-01 | Auto merge of #98960 - cjgillot:entry-kind, r=estebank | bors | -247/+174 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+0 |
| 2022-08-31 | respond to review feedback: mainly eliminate as many conversions as possible... | Nathan Stocks | -3/+3 |
| 2022-08-31 | port encoder.rs to SessionDiagnostics | Nathan Stocks | -3/+4 |
| 2022-08-30 | Handle MIR in a single place. | Camille GILLOT | -17/+19 |
| 2022-08-30 | Remove fn_has_self_parameter table. | Camille GILLOT | -6/+0 |