| Age | Commit message (Expand) | Author | Lines |
| 2022-10-12 | Unify tcx.constness and param env constness checks | Michael Goulet | -15/+41 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -1/+8 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -1/+0 |
| 2022-09-30 | Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Ki | bors | -0/+45 |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -1/+0 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -6/+6 |
| 2022-09-23 | Serialize RPITIT values in libs | Michael Goulet | -0/+45 |
| 2022-09-21 | Auto merge of #101558 - JhonnyBillM:session-diagnostic-to-diagnostic-handler-... | bors | -82/+82 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -77/+77 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -79/+79 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -2/+2 |
| 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-20 | Auto merge of #101806 - BelovDV:issue-fix-fn-find_library, r=petrochenkov | bors | -13/+10 |
| 2022-09-20 | fix verbatim with upstream dependencies | bors | -13/+10 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-16 | Rollup merge of #101738 - dpaoliello:linkname, r=petrochenkov | Dylan DPC | -4/+3 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -0/+7 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -1/+1 |
| 2022-09-12 | Fix raw-dylib with link_name | Daniel Paoliello | -4/+3 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -8/+80 |
| 2022-09-11 | Auto merge of #101678 - jannic:fix-101640, r=jyn514 | bors | -0/+1 |
| 2022-09-11 | Only encode RPITIT when trait method has default body | Michael Goulet | -1/+13 |
| 2022-09-11 | Add diagnostic arg 'current_crate' | Jan Niehusmann | -0/+1 |
| 2022-09-10 | Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser | bors | -2/+2 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -2/+2 |
| 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/+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 |