| Age | Commit message (Expand) | Author | Lines |
| 2022-04-06 | get rid of visit_constant in thir visitor | b-naber | -8/+16 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -2/+2 |
| 2022-04-05 | Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin | bors | -30/+39 |
| 2022-04-05 | Use WrappingRange::full instead of hand-rolling it | Oli Scherer | -4/+1 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -30/+42 |
| 2022-04-05 | macros: add args for non-subdiagnostic fields | David Wood | -1/+7 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -7/+8 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -2/+7 |
| 2022-04-04 | Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011 | bors | -3/+10 |
| 2022-04-02 | Auto merge of #95537 - GuillaumeGomez:type_of-doc, r=Dylan-DPC | bors | -1/+4 |
| 2022-04-02 | Improve TyCtxt::type_of documentation | Guillaume Gomez | -1/+4 |
| 2022-04-02 | rebase and remove dead code | b-naber | -131/+2 |
| 2022-04-02 | try to evaluate in from_opt_const_arg_anon_const | b-naber | -6/+73 |
| 2022-04-02 | rebase and use ty::Const in patterns again | b-naber | -13/+4 |
| 2022-04-02 | do use ty::Const in patterns and abstract consts | b-naber | -11/+15 |
| 2022-04-02 | change thir to use mir::ConstantKind instead of ty::Const | b-naber | -28/+254 |
| 2022-04-02 | Rollup merge of #95560 - lcnr:obligation-cause, r=oli-obk | Dylan DPC | -5/+4 |
| 2022-04-02 | Rollup merge of #95559 - lcnr:inferctxt-typeck, r=oli-obk | Dylan DPC | -27/+2 |
| 2022-04-01 | Auto merge of #94883 - cjgillot:flat-metadata, r=oli-obk | bors | -17/+14 |
| 2022-04-01 | update comment | lcnr | -2/+1 |
| 2022-04-01 | convert more `DefId`s to `LocalDefId` | lcnr | -3/+3 |
| 2022-04-01 | remove unused incorrect `EqUnifyValue` impl | lcnr | -3/+1 |
| 2022-04-01 | remove `unify_key::replace_if_possible` | lcnr | -25/+2 |
| 2022-04-01 | Rollup merge of #95388 - RalfJung:rust-val-limit, r=oli-obk | Matthias Krüger | -0/+5 |
| 2022-04-01 | Rollup merge of #95260 - compiler-errors:fn, r=davidtwco | Matthias Krüger | -3/+15 |
| 2022-03-31 | remove find_use_placement | Fausto | -2/+2 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -6/+12 |
| 2022-03-31 | Create trait_def table. | Camille GILLOT | -11/+2 |
| 2022-03-31 | inline a trivial function | Oli Scherer | -0/+1 |
| 2022-03-31 | Move stable hash from TyS into a datastructure that can be shared with other ... | Oli Scherer | -64/+59 |
| 2022-03-31 | interpret: make isize::MAX the limit for dynamic value sizes | Ralf Jung | -0/+5 |
| 2022-03-31 | obligation cause: `RepeatVec` -> `RepeatValueCopy` | lcnr | -5/+6 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -17/+17 |
| 2022-03-31 | Rollup merge of #95263 - compiler-errors:async-block-pretty, r=jackh726 | Dylan DPC | -7/+20 |
| 2022-03-30 | Restore `impl Future<Output = Type>` to async blocks | Michael Goulet | -7/+20 |
| 2022-03-31 | Auto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r=Dylan-DPC | bors | -0/+47 |
| 2022-03-31 | Rollup merge of #94869 - jackh726:gats_extended, r=compiler-errors | Dylan DPC | -0/+47 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -33/+30 |
| 2022-03-30 | Add the generic_associated_types_extended feature | Jack Huey | -0/+47 |
| 2022-03-30 | a few mode feedback fixes per @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Addressed comments by @compiler-errors and @bjorn3 | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -19/+19 |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -4/+52 |
| 2022-03-30 | get clippy to compile again | lcnr | -4/+1 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+51 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -2/+2 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -1/+1 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -33/+30 |