| Age | Commit message (Expand) | Author | Lines |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -0/+6 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -9/+21 |
| 2022-09-06 | Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia... | Guillaume Gomez | -6/+6 |
| 2022-09-05 | Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obk | Dylan DPC | -13/+5 |
| 2022-09-05 | UPDATE - into_diagnostic to take a Handler instead of a ParseSess | Jhonny Bill Mena | -6/+6 |
| 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 | -451/+911 |
| 2022-09-01 | Auto merge of #98960 - cjgillot:entry-kind, r=estebank | bors | -354/+250 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -9/+7 |
| 2022-08-31 | port 5 new diagnostics that appeared in master | Nathan Stocks | -20/+52 |
| 2022-08-31 | respond to review feedback: mainly eliminate as many conversions as possible... | Nathan Stocks | -224/+193 |
| 2022-08-31 | port of locator.rs to SessionDiagnostics, fix some of the errors | Nathan Stocks | -213/+393 |
| 2022-08-31 | port fs.rs to SessionDiagnostics | Nathan Stocks | -9/+43 |
| 2022-08-31 | port creader.rs to SessionDiagnostics | Nathan Stocks | -34/+74 |
| 2022-08-31 | port encoder.rs to SessionDiagnostics | Nathan Stocks | -3/+22 |
| 2022-08-31 | port native_libs.rs to SessionDiagnostics | Nathan Stocks | -128/+286 |
| 2022-08-31 | set up rustc_metadata for SessionDiagnostics, port dependency_format.rs | Nathan Stocks | -53/+81 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -1/+1 |
| 2022-08-30 | Handle MIR in a single place. | Camille GILLOT | -17/+19 |
| 2022-08-30 | Remove fn_has_self_parameter table. | Camille GILLOT | -16/+15 |
| 2022-08-30 | Separate macro_rules and macro_definition. | Camille GILLOT | -10/+12 |
| 2022-08-30 | Remove EntryKind. | Camille GILLOT | -148/+32 |
| 2022-08-30 | Create a module-reexports table. | Camille GILLOT | -18/+11 |
| 2022-08-30 | Fix the panic message. | Camille GILLOT | -1/+1 |
| 2022-08-30 | Create a table for fn_has_self_parameter. | Camille GILLOT | -15/+17 |
| 2022-08-30 | Use tables for macros. | Camille GILLOT | -11/+27 |
| 2022-08-30 | Move AssocContainer to a metadata table. | Camille GILLOT | -17/+24 |
| 2022-08-30 | Move VariantData to a metadata table. | Camille GILLOT | -24/+25 |
| 2022-08-30 | Simplify recursion scheme. | Camille GILLOT | -79/+51 |
| 2022-08-30 | Encode consts in metadata main loop. | Camille GILLOT | -32/+51 |
| 2022-08-30 | Encode type in the main loop. | Camille GILLOT | -56/+55 |
| 2022-08-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -0/+8 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -7/+76 |
| 2022-08-25 | Auto merge of #100436 - jyn514:macro-query-system, r=cjgillot | bors | -12/+12 |
| 2022-08-23 | get rid of another unnecessary lifetime macro argument | Joshua Nelson | -12/+12 |
| 2022-08-20 | rmeta/query cache: don't write string values of preinterned symbols | klensy | -11/+23 |
| 2022-08-19 | Auto merge of #100209 - cjgillot:source-file-index, r=estebank | bors | -211/+194 |
| 2022-08-15 | cache strings while encoding/decoding to compiler artifacts | klensy | -0/+54 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-09 | Add error if link_ordinal used without raw-dylib | Daniel Paoliello | -1/+25 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -0/+15 |
| 2022-08-08 | Remove unused parameter. | Camille GILLOT | -1/+0 |
| 2022-08-07 | Only encode position from start of file. | Camille GILLOT | -23/+21 |
| 2022-08-06 | Support parallel compiler. | Camille GILLOT | -4/+3 |
| 2022-08-06 | Simplify encoding a bit. | Camille GILLOT | -34/+35 |
| 2022-08-06 | Remove unused cache. | Camille GILLOT | -10/+0 |
| 2022-08-06 | Decode SourceFile out of order. | Camille GILLOT | -149/+154 |