| Age | Commit message (Expand) | Author | Lines |
| 2022-03-15 | rustdoc-json: Add tests for generic fn args and returns | Nixon Enraght-Moony | -0/+68 |
| 2022-03-15 | rustdoc-json: Add test for supertraits | Nixon Enraght-Moony | -0/+26 |
| 2022-03-15 | Auto merge of #94261 - michaelwoerister:debuginfo-types-refactor, r=wesleywiser | bors | -31/+62 |
| 2022-03-15 | debuginfo: Refactor debuginfo generation for types -- Make generator-objects ... | Michael Woerister | -8/+9 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -15/+180 |
| 2022-03-15 | Auto merge of #92285 - compiler-errors:dyn-proj-bounds, r=nikomatsakis | bors | -11/+85 |
| 2022-03-14 | check all dyn obligations, actually | Michael Goulet | -11/+35 |
| 2022-03-14 | check Projection supertrait bounds when confirming dyn candidate | Michael Goulet | -0/+50 |
| 2022-03-14 | Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199... | Matthias Krüger | -0/+77 |
| 2022-03-14 | Rollup merge of #93977 - compiler-errors:sized-generic-metadata, r=wesleywiser | Matthias Krüger | -0/+91 |
| 2022-03-14 | Rollup merge of #90621 - adamgemmell:dev/stabilise-target-feature, r=Amanieu | Matthias Krüger | -3/+3 |
| 2022-03-14 | debuginfo: change cpp-like naming for generator environments so that NatVis w... | Michael Woerister | -2/+33 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types | Michael Woerister | -30/+29 |
| 2022-03-14 | Auto merge of #94915 - bjorn3:fix_test_box_def, r=tmiasko | bors | -2/+2 |
| 2022-03-14 | Stabilise `aarch64_target_feature` | Adam Gemmell | -2/+2 |
| 2022-03-14 | Tie `fp` and `neon` | Adam Gemmell | -1/+1 |
| 2022-03-14 | rustdoc-json-types: implementors -> implementations | Nixon Enraght-Moony | -0/+19 |
| 2022-03-13 | rustdoc-json-types: ty -> type_ | Nixon Enraght-Moony | -2/+4 |
| 2022-03-13 | Fix definition of Box in ssa-analysis-regression-50041.rs | bjorn3 | -2/+2 |
| 2022-03-13 | Auto merge of #94320 - GuillaumeGomez:sidebar-display, r=jsha | bors | -0/+22 |
| 2022-03-13 | Auto merge of #94895 - matthiaskrgr:rollup-9hue5qk, r=matthiaskrgr | bors | -0/+17 |
| 2022-03-12 | Rollup merge of #94867 - notriddle:notriddle/i32-count-regression-test, r=Dyl... | Matthias Krüger | -0/+17 |
| 2022-03-12 | Auto merge of #90358 - DevinR528:omitted-field-fix, r=jackh726 | bors | -76/+412 |
| 2022-03-12 | Fix rebase conflicts with stderr files | Devin Ragotzy | -53/+160 |
| 2022-03-12 | Only filter doc(hidden) fields/variants when not crate local | Devin Ragotzy | -9/+65 |
| 2022-03-12 | Update output for doc hidden usefulness ui test output | Devin Ragotzy | -62/+64 |
| 2022-03-12 | Add struct to doc hidden usefulness ui tests | Devin Ragotzy | -11/+35 |
| 2022-03-12 | Add struct to stability ui tests in usefulness | Devin Ragotzy | -15/+60 |
| 2022-03-12 | Update non-exhaustive omitted_patterns ui output | Devin Ragotzy | -4/+46 |
| 2022-03-12 | Add unstable struct fields to ui tests | Devin Ragotzy | -2/+62 |
| 2022-03-12 | Auto merge of #94865 - notriddle:notriddle/single-colon-path-not-const-generi... | bors | -0/+24 |
| 2022-03-12 | Auto merge of #94711 - ouz-a:master3, r=oli-obk | bors | -0/+92 |
| 2022-03-12 | Use consistent prose for `::` | Michael Howell | -2/+2 |
| 2022-03-12 | Auto merge of #94873 - DrMeepster:box_alloc_ice3, r=oli-obk | bors | -0/+6 |
| 2022-03-12 | Auto merge of #94870 - notriddle:notriddle/filter-regression, r=oli-obk | bors | -3/+3 |
| 2022-03-12 | Rollup merge of #94833 - c410-f3r:meta-take-2, r=petrochenkov | Matthias Krüger | -83/+689 |
| 2022-03-12 | Rollup merge of #94150 - Enselic:synthetic-generic-parameters-in-json, r=Craf... | Matthias Krüger | -0/+26 |
| 2022-03-11 | fix another assumption about box | DrMeepster | -0/+6 |
| 2022-03-11 | diagnostics: do not spurriously claim something is "not an iterator" | Michael Howell | -3/+3 |
| 2022-03-11 | Add regression test for `<i32 as Iterator>::count` | Michael Howell | -0/+17 |
| 2022-03-11 | diagnostics: single colon within `<>` probably, not type ascription | Michael Howell | -0/+24 |
| 2022-03-11 | run rust-fix in amputate-span.rs. (Thanks to ekuber for pushing me to do this.) | Felix S. Klock II | -2/+73 |
| 2022-03-11 | Implement macro meta-variable expression | Caio | -83/+689 |
| 2022-03-11 | Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-... | Dylan DPC | -0/+56 |
| 2022-03-11 | Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obk | Dylan DPC | -6/+50 |
| 2022-03-11 | Rollup merge of #94818 - yoshuawuyts:into-future-associated-type, r=joshtriplett | Dylan DPC | -2/+2 |
| 2022-03-11 | Update GUI test | Guillaume Gomez | -1/+8 |
| 2022-03-11 | fix a suggestion message | Takayuki Maeda | -6/+6 |
| 2022-03-11 | suggest using double colon when using single colon in struct field type path | Takayuki Maeda | -0/+56 |
| 2022-03-11 | Auto merge of #94276 - scottmcm:primitive-clone, r=oli-obk | bors | -3/+119 |