| Age | Commit message (Expand) | Author | Lines |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -1/+1 |
| 2023-01-20 | add raw identifier for keyword in suggestion | bohan | -1/+1 |
| 2023-01-18 | Rollup merge of #107023 - scottmcm:stop-shouting, r=Nilstrieb | Michael Goulet | -1/+1 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -1/+1 |
| 2023-01-18 | i am free | Boxy | -8/+11 |
| 2023-01-18 | actually print out non local anon consts | Boxy | -3/+3 |
| 2023-01-18 | defer array len printing to const arg printing | Boxy | -20/+4 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -1/+0 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -1/+1 |
| 2023-01-11 | Hide more of long types in E0271 | Esteban Küber | -3/+15 |
| 2022-12-22 | Give a more helpful error for "trimmed_def_paths construted" | Joshua Nelson | -1/+7 |
| 2022-12-15 | Shorten trimmed display of closures | Esteban Küber | -1/+7 |
| 2022-12-14 | Remove TraitRef::new | Oli Scherer | -4/+2 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -2/+2 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -2/+1 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -6/+6 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -3/+3 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -5/+5 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -2/+4 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -1/+0 |
| 2022-12-10 | Introduce `with_forced_trimmed_paths` | Esteban Küber | -1/+81 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-11-28 | Remove `Const::from_value` | Maybe Waffle | -2/+1 |
| 2022-11-28 | Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-11-27 | Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgr | bors | -15/+10 |
| 2022-11-27 | Rollup merge of #104931 - Swatinem:async-pretty, r=eholk | Matthias Krüger | -15/+10 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -13/+7 |
| 2022-11-27 | Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaning | Maybe Waffle | -1/+1 |
| 2022-11-26 | Pretty-print generators with their `generator_kind` | Arpad Borsos | -15/+10 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -0/+3 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -0/+3 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -7/+7 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -13/+7 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -0/+11 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -0/+1 |
| 2022-11-23 | Rollup merge of #104728 - WaffleLapkin:require-lang-items-politely, r=compile... | Yuki Okushi | -1/+2 |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -1/+2 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -4/+4 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+1 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -8/+6 |
| 2022-11-19 | Rollup merge of #104469 - estebank:long-types, r=oli-obk | Matthias Krüger | -2/+11 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -8/+6 |
| 2022-11-18 | Only use `...` instead of `_` for type elision | Esteban Küber | -5/+1 |
| 2022-11-18 | Make "long type" printing type aware | Esteban Küber | -3/+16 |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -3/+1 |
| 2022-11-13 | Auto merge of #104282 - cjgillot:intern-span, r=compiler-errors | bors | -39/+5 |
| 2022-11-11 | Do not rename bound variables when verbose-printing binders. | Camille GILLOT | -39/+5 |
| 2022-11-10 | Auto merge of #101990 - clubby789:dont-machine-apply-placeholder-method, r=co... | bors | -0/+6 |