| Age | Commit message (Expand) | Author | Lines |
| 2022-06-04 | Rollup merge of #97737 - jackh726:verbose-pretty-printing-fix, r=compiler-errors | Matthias Krüger | -24/+30 |
| 2022-06-04 | Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillot | Matthias Krüger | -7/+7 |
| 2022-06-04 | Fix pretty printing named bound regions under -Zverbose | Jack Huey | -24/+30 |
| 2022-06-04 | use precise spans for recursive const evaluation | Ralf Jung | -3/+16 |
| 2022-06-04 | Iterate over `maybe_unused_trait_imports` when checking dead trait imports | Elliot Roberts | -7/+7 |
| 2022-06-04 | Completely remove LifetimeScopeForPath. | Camille GILLOT | -26/+2 |
| 2022-06-04 | Compute lifetimes in scope at diagnostic time. | Camille GILLOT | -3/+6 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -40/+1 |
| 2022-06-03 | Make hir().get_generics and generics_of consistent. | Camille GILLOT | -21/+1 |
| 2022-06-03 | Normalize consts' tys when relating with adt_const_params | Michael Goulet | -4/+9 |
| 2022-06-03 | Auto merge of #85993 - bjorn3:serde_json, r=wesleywiser | bors | -7/+7 |
| 2022-06-03 | Remove emit_unit | bjorn3 | -6/+6 |
| 2022-06-03 | Use serde_json for target spec json | bjorn3 | -1/+1 |
| 2022-06-03 | Replace `&Vec<_>`s with `&[_]`s | Maybe Waffle | -5/+13 |
| 2022-06-03 | Auto merge of #97694 - Dylan-DPC:rollup-2yxo7ce, r=Dylan-DPC | bors | -8/+18 |
| 2022-06-03 | Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebank | Dylan DPC | -8/+18 |
| 2022-06-03 | Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank | bors | -1/+34 |
| 2022-06-03 | Compute `is_late_bound` in a separate query. | Camille GILLOT | -2/+13 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -6/+5 |
| 2022-06-03 | Rollup merge of #97664 - estebank:suggest-bound-derive-copy, r=compiler-errors | Dylan DPC | -1/+4 |
| 2022-06-03 | Rollup merge of #97653 - RalfJung:int-to-ptr, r=oli-obk | Dylan DPC | -1/+7 |
| 2022-06-02 | On E0204 suggest missing type param bounds | Esteban Küber | -1/+4 |
| 2022-06-02 | add cast kind of from_exposed_addr (int-to-ptr casts) | Ralf Jung | -1/+7 |
| 2022-06-02 | Rollup merge of #97023 - cjgillot:uniform-anon, r=estebank | Dylan DPC | -43/+28 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -1/+34 |
| 2022-06-01 | rename PointerAddress → PointerExposeAddress | Ralf Jung | -4/+5 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -17/+10 |
| 2022-05-30 | Auto merge of #97025 - ouz-a:mini-derefer-generator, r=davidtwco | bors | -3/+5 |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -3/+5 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -3/+6 |
| 2022-05-30 | Add a helper function for checking whether a default function in a trait can ... | Oli Scherer | -1/+6 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -3/+1 |
| 2022-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -1/+2 |
| 2022-05-29 | Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbini | bors | -4/+3 |
| 2022-05-29 | Stop pretty-printing anonymous lifetimes. | Camille GILLOT | -43/+28 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -108/+81 |
| 2022-05-28 | Remove some comments, inline interner fn | Michael Goulet | -38/+2 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -211/+19 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -72/+69 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -226/+229 |
| 2022-05-28 | Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di... | bors | -8/+7 |
| 2022-05-28 | Auto merge of #97158 - JakobDegen:dse, r=tmiasko,cjgillot | bors | -0/+17 |
| 2022-05-28 | Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebank | bors | -6/+9 |
| 2022-05-28 | Rollup merge of #97453 - lcnr:comment, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-05-27 | fix comment | lcnr | -1/+1 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -4/+3 |
| 2022-05-27 | Auto merge of #96046 - oli-obk:const_typeck, r=cjgillot | bors | -11/+0 |
| 2022-05-26 | clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2022-05-26 | rebase, use Ty in CallArgument and re-insert static_assert_size on Constraint... | b-naber | -4/+10 |
| 2022-05-25 | add def_id and substs to ConstraintCategory::CallArgument | b-naber | -9/+6 |