| Age | Commit message (Expand) | Author | Lines |
| 2022-11-27 | make simple check of prinf function. | Vincenzo Palazzo | -0/+31 |
| 2022-11-26 | Auto merge of #104731 - compiler-errors:early-binder-iter-size-hint, r=cjgillot | bors | -0/+12 |
| 2022-11-26 | Auto merge of #104935 - matthiaskrgr:rollup-nuca86l, r=matthiaskrgr | bors | -135/+143 |
| 2022-11-26 | Rollup merge of #104906 - spastorino:remove-ascribeusertypecx, r=compiler-errors | Matthias Krüger | -107/+50 |
| 2022-11-26 | Rollup merge of #104899 - notriddle:notriddle/help-dt, r=GuillaumeGomez | Matthias Krüger | -1/+0 |
| 2022-11-26 | Rollup merge of #104880 - krasimirgg:llvm-16-ctx, r=cuviper | Matthias Krüger | -0/+4 |
| 2022-11-26 | Rollup merge of #104839 - HintringerFabian:docs_array_from_fn, r=scottmcm | Matthias Krüger | -1/+12 |
| 2022-11-26 | Rollup merge of #104675 - SarthakSingh31:issue-101666, r=jyn514 | Matthias Krüger | -4/+6 |
| 2022-11-26 | Rollup merge of #104121 - Lokathor:mir-opt-when-instruction-set-missing-on-ca... | Matthias Krüger | -22/+71 |
| 2022-11-26 | Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcm | bors | -2/+128 |
| 2022-11-26 | Auto merge of #104730 - petrochenkov:modchild5, r=cjgillot | bors | -82/+54 |
| 2022-11-26 | Auto merge of #104431 - alistair23:alistair/rv64-profiler, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -812/+802 |
| 2022-11-25 | Refine instruction_set inline rules | Lokathor | -22/+71 |
| 2022-11-25 | Auto merge of #104902 - matthiaskrgr:rollup-oo27a4u, r=matthiaskrgr | bors | -300/+251 |
| 2022-11-25 | Define all clauses as dummy_with_span as the usages are all equivalent | Santiago Pastorino | -7/+5 |
| 2022-11-25 | Remove AscribeUserTypeCx | Santiago Pastorino | -107/+52 |
| 2022-11-25 | Rollup merge of #104896 - notriddle:notriddle/tooltip, r=GuillaumeGomez | Matthias Krüger | -3/+2 |
| 2022-11-25 | Rollup merge of #104887 - aDotInTheVoid:rustbuild-json-doc-shared-assets, r=j... | Matthias Krüger | -1/+3 |
| 2022-11-25 | Rollup merge of #104879 - aDotInTheVoid:jsondoclint-typedef, r=GuillaumeGomez | Matthias Krüger | -7/+20 |
| 2022-11-25 | Rollup merge of #104853 - jyn514:sysroot-typo, r=RalfJung | Matthias Krüger | -1/+1 |
| 2022-11-25 | Rollup merge of #104835 - spastorino:use-partially_normalize_associated_types... | Matthias Krüger | -36/+43 |
| 2022-11-25 | Rollup merge of #104797 - weihanglo:stream-write-dwp, r=jackh726 | Matthias Krüger | -4/+5 |
| 2022-11-25 | Rollup merge of #104760 - nnethercote:rm-LegacyDerive, r=petrochenkov | Matthias Krüger | -1/+6 |
| 2022-11-25 | Rollup merge of #104716 - lcnr:selection-candidate, r=jackh726 | Matthias Krüger | -247/+171 |
| 2022-11-25 | rustdoc: remove no-op CSS `#help dt { display: block }` | Michael Howell | -1/+0 |
| 2022-11-25 | rustdoc: revert tooltip background color on light theme to readable | Michael Howell | -2/+2 |
| 2022-11-25 | rustdoc: remove `cursor: pointer` from unclickable tooltip | Michael Howell | -1/+0 |
| 2022-11-25 | Auto merge of #104846 - spastorino:santa-clauses-make-goals-early-christmas-ð... | bors | -496/+625 |
| 2022-11-25 | rustbuild: Don't build doc::SharedAssets when building JSON docs. | Nixon Enraght-Moony | -1/+3 |
| 2022-11-25 | Auto merge of #104877 - matthiaskrgr:rollup-s7taiq8, r=matthiaskrgr | bors | -69/+144 |
| 2022-11-25 | [llvm-wrapper] adapt for LLVM API change | Krasimir Georgiev | -0/+4 |
| 2022-11-25 | add comment | lcnr | -0/+6 |
| 2022-11-25 | move 2 candidates into builtin candidate | lcnr | -247/+165 |
| 2022-11-25 | jsondoclint: Recognise Typedef as valid kind for Type::ResolvedPath | Nixon Enraght-Moony | -7/+20 |
| 2022-11-25 | Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPC | Matthias Krüger | -3/+3 |
| 2022-11-25 | Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r... | Matthias Krüger | -28/+50 |
| 2022-11-25 | Rollup merge of #104841 - compiler-errors:fishy-bound-var, r=jackh726 | Matthias Krüger | -24/+25 |
| 2022-11-25 | Rollup merge of #104793 - nicholasbishop:bishop-add-efiapi, r=JohnTitor | Matthias Krüger | -0/+23 |
| 2022-11-25 | Rollup merge of #104654 - thomcc:alloc-tests-unsafe_op_in_unsafe_fn, r=Mark-S... | Matthias Krüger | -7/+38 |
| 2022-11-25 | Rollup merge of #103648 - jyn514:no-preview, r=Mark-Simulacrum | Matthias Krüger | -7/+5 |
| 2022-11-25 | Auto merge of #104650 - BlackHoleFox:stuck-with-xcode-13, r=Mark-Simulacrum | bors | -0/+34 |
| 2022-11-25 | Fix mk_const_list | kadmin | -1/+1 |
| 2022-11-25 | only emit "enable gce" error if it would fix compile error | Boxy | -8/+17 |
| 2022-11-25 | Make `expand_abstract_consts` infallible | Boxy | -105/+52 |
| 2022-11-25 | `super_relate_consts` do not spurriously fail on assoc consts | Boxy | -16/+29 |
| 2022-11-25 | add FIXME's | Boxy | -0/+11 |
| 2022-11-25 | correctly intern `List<Const<'tcx>>` | Boxy | -1/+4 |
| 2022-11-25 | dont skip const evalautable of non unevaluateds | Boxy | -6/+1 |
| 2022-11-25 | add FIXME for things that I couldn't find ways to trigger | Boxy | -3/+5 |