| Age | Commit message (Expand) | Author | Lines |
| 2023-01-21 | Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error" | Mark Rousskov | -13/+138 |
| 2023-01-21 | Conditionally encode boolean | Michael Goulet | -4/+15 |
| 2023-01-21 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -2/+23 |
| 2023-01-19 | Correct detection of elided lifetimes in impl-trait. | Camille GILLOT | -2/+4 |
| 2023-01-19 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -28/+2 |
| 2023-01-19 | Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ... | Michael Goulet | -1/+15 |
| 2022-12-28 | Auto merge of #106163 - compiler-errors:🅱-IMPLIED_BOUNDS_ENTAILMENT, r=Mar... | bors | -14/+147 |
| 2022-12-27 | Switch `#[track_caller]` back to a no-op unless feature gate is enabled | Bryan Garza | -11/+83 |
| 2022-12-26 | Make fast-path for implied wf lint better | Michael Goulet | -71/+92 |
| 2022-12-26 | Downgrade IMPLIED_BOUNDS_ENTAILMENT to warn by default, add it to builtin lin... | Michael Goulet | -4/+5 |
| 2022-12-26 | Add IMPLIED_BOUNDS_ENTAILMENT lint | Michael Goulet | -7/+118 |
| 2022-12-26 | Mangle "main" as "__main_void" on wasm32-wasi | Dan Gohman | -0/+4 |
| 2022-12-26 | don't copy symbols from dylibs with -Zdylib-lto | Rémy Rakic | -1/+1 |
| 2022-12-26 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -38/+25 |
| 2022-12-12 | update stabilization version numbers | Pietro Albini | -4/+4 |
| 2022-12-09 | Auto merge of #104572 - pkubaj:patch-1, r=cuviper | bors | -6/+8 |
| 2022-12-09 | Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgr | bors | -1096/+1769 |
| 2022-12-09 | Rollup merge of #105455 - lcnr:correct-reveal-in-validate, r=jackh726 | Matthias Krüger | -1/+13 |
| 2022-12-09 | Rollup merge of #105443 - compiler-errors:move-more, r=oli-obk | Matthias Krüger | -1095/+1756 |
| 2022-12-09 | Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJung | bors | -77/+87 |
| 2022-12-09 | Fix build on powerpc-unknown-freebsd | pkubaj | -6/+8 |
| 2022-12-08 | Rollup merge of #105441 - nnethercote:rm-UnsafetyState, r=lcnr | Matthias Krüger | -42/+3 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -91/+102 |
| 2022-12-08 | Rollup merge of #105408 - cuviper:help-rpitirpit, r=compiler-errors | Matthias Krüger | -17/+34 |
| 2022-12-08 | Rollup merge of #105405 - sunfishcode:sunfishcode/export-dynamic, r=TaKO8Ki | Matthias Krüger | -7/+0 |
| 2022-12-08 | Rollup merge of #105317 - RalfJung:retag-rework, r=oli-obk | Matthias Krüger | -67/+63 |
| 2022-12-08 | Rollup merge of #105255 - cjgillot:issue-105197, r=compiler-errors | Matthias Krüger | -15/+1 |
| 2022-12-08 | Rollup merge of #104922 - estebank:fur-elize, r=oli-obk | Matthias Krüger | -90/+136 |
| 2022-12-08 | validate: use the correct reveal during opts | lcnr | -1/+13 |
| 2022-12-08 | Move some suggestions from error_reporting to error_reporting::suggest | Michael Goulet | -661/+1305 |
| 2022-12-08 | Move codegen_select_candidate to a rustc_traits | Michael Goulet | -8/+8 |
| 2022-12-08 | Move vtable methods into its own module | Michael Goulet | -378/+398 |
| 2022-12-08 | Move has_structural_eq_impls provider to rustc_ty_utils | Michael Goulet | -49/+46 |
| 2022-12-08 | Fix a typo. | Nicholas Nethercote | -1/+1 |
| 2022-12-08 | Remove `UnsafetyState`. | Nicholas Nethercote | -41/+2 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -91/+102 |
| 2022-12-07 | Rollup merge of #105418 - BelovDV:fix-libc-hack, r=petrochenkov | Matthias Krüger | -9/+0 |
| 2022-12-07 | Rollup merge of #105400 - BoxyUwU:braced_param_evaluatability, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-12-07 | Rollup merge of #105368 - WaffleLapkin:deref-even-harder, r=TaKO8Ki | Matthias Krüger | -421/+390 |
| 2022-12-07 | Rollup merge of #105343 - nbdd0121:hir, r=fee1-dead | Matthias Krüger | -106/+45 |
| 2022-12-07 | Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obk | Matthias Krüger | -19/+31 |
| 2022-12-07 | Auto merge of #104799 - pcc:linkage-fn, r=tmiasko | bors | -58/+106 |
| 2022-12-07 | fix: remove hack from link.rs (moved to libc) | Daniil Belov | -9/+0 |
| 2022-12-07 | Auto merge of #105291 - nnethercote:remove-LintPassObjects, r=cjgillot | bors | -100/+51 |
| 2022-12-06 | Add help for `#![feature(impl_trait_in_fn_trait_return)]` | Josh Stone | -17/+34 |
| 2022-12-06 | Stop passing -export-dynamic to wasm-ld. | Dan Gohman | -7/+0 |
| 2022-12-06 | normalize before matching on `ConstKind` | Boxy | -1/+1 |
| 2022-12-06 | Rollup merge of #105382 - BoxyUwU:fixme_typo_sadface, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-12-06 | Rollup merge of #105298 - krasimirgg:llvm-16-dec-1, r=cuviper | Matthias Krüger | -1/+26 |
| 2022-12-06 | Properly indent messages | Oli Scherer | -6/+18 |