| Age | Commit message (Expand) | Author | Lines |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -72/+234 |
| 2022-11-27 | Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnr | bors | -20/+115 |
| 2022-11-27 | Auto merge of #96451 - JakobDegen:dest-prop, r=tmiasko | bors | -365/+425 |
| 2022-11-26 | Rewrite dest prop. | Jakob Degen | -365/+425 |
| 2022-11-27 | Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472 | bors | -0/+7 |
| 2022-11-26 | Rollup merge of #104943 - aDotInTheVoid:jsondoclint-use-enum, r=GuillaumeGomez | Guillaume Gomez | -0/+33 |
| 2022-11-26 | Rollup merge of #104924 - aDotInTheVoid:jsondocck-trait-alias, r=GuillaumeGomez | Guillaume Gomez | -0/+30 |
| 2022-11-26 | Rollup merge of #104788 - compiler-errors:unresolved-ct-in-gen, r=fee1-dead | Guillaume Gomez | -0/+92 |
| 2022-11-26 | jsondoclint: Handle using enum variants and glob using enums. | Nixon Enraght-Moony | -0/+33 |
| 2022-11-26 | Auto merge of #104935 - matthiaskrgr:rollup-nuca86l, r=matthiaskrgr | bors | -21/+56 |
| 2022-11-26 | Rollup merge of #104121 - Lokathor:mir-opt-when-instruction-set-missing-on-ca... | Matthias Krüger | -21/+56 |
| 2022-11-26 | Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcm | bors | -0/+34 |
| 2022-11-26 | Do not record unresolved const vars in generator interior | Michael Goulet | -0/+92 |
| 2022-11-26 | jsondoclint: Accept trait alias is places where trait expected. | Nixon Enraght-Moony | -0/+30 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -6/+115 |
| 2022-11-25 | Refine instruction_set inline rules | Lokathor | -21/+56 |
| 2022-11-25 | Rollup merge of #104896 - notriddle:notriddle/tooltip, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-11-25 | Rollup merge of #104879 - aDotInTheVoid:jsondoclint-typedef, r=GuillaumeGomez | Matthias Krüger | -0/+10 |
| 2022-11-25 | rustdoc: revert tooltip background color on light theme to readable | Michael Howell | -1/+1 |
| 2022-11-25 | jsondoclint: Recognise Typedef as valid kind for Type::ResolvedPath | Nixon Enraght-Moony | -0/+10 |
| 2022-11-25 | Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r... | Matthias Krüger | -8/+36 |
| 2022-11-25 | `super_relate_consts` do not spurriously fail on assoc consts | Boxy | -0/+20 |
| 2022-11-25 | fmt | Boxy | -1/+1 |
| 2022-11-25 | handle assoc consts in fulfill `ConstEquate` | Boxy | -151/+61 |
| 2022-11-25 | handle nested obligations in `satisfied_from_param_env` | Boxy | -8/+79 |
| 2022-11-25 | Add expand_abstract_const | kadmin | -21/+1 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -35/+163 |
| 2022-11-25 | Use "must be init" instead of "must not be uninit" everywhere | Oli Scherer | -11/+11 |
| 2022-11-25 | Add a `because` to errors derived from fields | Oli Scherer | -12/+12 |
| 2022-11-25 | Add a test for OOB ranges | Oli Scherer | -0/+21 |
| 2022-11-25 | Don't show fields from other crates | Oli Scherer | -34/+4 |
| 2022-11-25 | Reinstate the previous compact form of "in this field" errors | Oli Scherer | -42/+21 |
| 2022-11-25 | Add a test for scalar pair layout validation | Oli Scherer | -3/+32 |
| 2022-11-25 | Compute layout instead of manually procesisng the layout restriction attributes | Oli Scherer | -0/+63 |
| 2022-11-25 | Print a trace through types to show how to get to the problematic type | Oli Scherer | -13/+46 |
| 2022-11-25 | Auto merge of #104602 - petrochenkov:effvisperf5, r=oli-obk | bors | -6/+50 |
| 2022-11-24 | Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted | Scott McMurray | -0/+7 |
| 2022-11-24 | Strenghten GUI test to include extra state in selector | Guillaume Gomez | -6/+12 |
| 2022-11-24 | Extend GUI test to include more source code elements checks | Guillaume Gomez | -2/+24 |
| 2022-11-24 | Rollup merge of #104796 - notriddle:notriddle/unused-issue-104397, r=oli-obk | Matthias Krüger | -0/+18 |
| 2022-11-24 | Rollup merge of #104792 - notriddle:notriddle/crate-search-title-display, r=G... | Matthias Krüger | -1/+2 |
| 2022-11-24 | Rollup merge of #104782 - oli-obk:const_eval_limit_bump, r=pnkfelix | Matthias Krüger | -4/+4 |
| 2022-11-24 | Rollup merge of #104780 - BoxyUwU:error_reported_not_be_bad, r=oli-obk | Matthias Krüger | -0/+16 |
| 2022-11-24 | Rollup merge of #104514 - chenyukang:yukang/fix-104513-ice, r=petrochenkov | Matthias Krüger | -0/+24 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -33/+195 |
| 2022-11-24 | Change how suggested lifetime args are computed. | Camille GILLOT | -35/+35 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -74/+80 |
| 2022-11-24 | make `error_reported` check for delayed bugs | Boxy | -0/+16 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -74/+80 |
| 2022-11-24 | Rollup merge of #104771 - est31:if_let_chain_broken_mir_test, r=davidtwco | Matthias Krüger | -0/+31 |