summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-12-27Format only modified filesAlbert Larsan-0/+46
2022-12-27Auto merge of #106168 - jyn514:clean-crates, r=Mark-Simulacrumbors-75/+152
2022-12-27Fix doc comment parsingkraktus-2/+2
2022-12-27Auto merge of #106177 - matthiaskrgr:rollup-oe7z8ix, r=matthiaskrgrbors-13/+101
2022-12-27More verbose `Debug` implementation of `std::process:Command`kraktus-21/+0
2022-12-27Rollup merge of #106174 - GuillaumeGomez:rm-unused-ayu-css-rules, r=notriddleMatthias Krüger-4/+0
2022-12-27Rollup merge of #106150 - estebank:issue-39232, r=compiler-errorsMatthias Krüger-0/+94
2022-12-27Rollup merge of #106146 - kadiwa4:readme-x-py, r=jyn514Matthias Krüger-9/+1
2022-12-27Rollup merge of #105515 - estebank:issue-104141, r=oli-obkMatthias Krüger-0/+6
2022-12-27Auto merge of #106095 - estebank:pin-mut-reborrow, r=compiler-errorsbors-13/+146
2022-12-27Fix some totally useless suggestionsMichael Goulet-12/+2
2022-12-27Dont clobber `as ..` rename in import suggestionMichael Goulet-2/+43
2022-12-27Recover `fn` keyword as `Fn` trait in boundsMichael Goulet-74/+90
2022-12-27Note alternative import candidates in nested use treeMichael Goulet-4/+38
2022-12-27Suppress suggestions for nested use treeMichael Goulet-0/+23
2022-12-27fix #105788, Remove unreasonable help message for auto traityukang-14/+5
2022-12-27Auto merge of #106166 - jyn514:print-paths, r=Mark-Simulacrumbors-2/+15
2022-12-27Remove unused empty CSS rules in ayu themeGuillaume Gomez-4/+0
2022-12-26Detect likely `.` -> `..` typo in method callsEsteban Küber-0/+67
2022-12-26Suggest `impl Iterator` when possible for `_` return typeEsteban Küber-1/+30
2022-12-26Allow cleaning individual cratesJoshua Nelson-75/+152
2022-12-26Fix panic on `x build --help --verbose`Joshua Nelson-2/+15
2022-12-26Auto merge of #103020 - lyming2007:issue-102598-fix, r=jackh726bors-0/+51
2022-12-26Fix suggestion when there are arguments in the methodEsteban Küber-0/+48
2022-12-26Tweak wordingEsteban Küber-2/+5
2022-12-26Detect when method call on LHS might be shadowedEsteban Küber-0/+43
2022-12-26Auto merge of #106156 - fee1-dead-contrib:rollup-3ir0951, r=fee1-deadbors-8/+84
2022-12-27Rollup merge of #106153 - GuillaumeGomez:search-tabs-headers, r=notriddlefee1-dead-8/+84
2022-12-26Auto merge of #106149 - notriddle:notriddle/src-sidebar-toggle-pos, r=Guillau...bors-10/+4
2022-12-26address review comments + better testsLukas Markeffsky-43/+322
2022-12-26Add GUI test for search tab headersGuillaume Gomez-0/+76
2022-12-26Fix missing renaming for #titles into #search-tabsGuillaume Gomez-8/+8
2022-12-26Auto merge of #103828 - cassaundra:fix-format-args-span2, r=cjgillotbors-0/+28
2022-12-26Auto merge of #105605 - inquisitivecrystal:attr-validation, r=cjgillotbors-0/+39
2022-12-25rustdoc: clean up src sidebar toggle position CSSMichael Howell-10/+4
2022-12-25Remove redundant clone suggestionEsteban Küber-24/+0
2022-12-25Create new inference contextEsteban Küber-1/+61
2022-12-25Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgrbors-74/+87
2022-12-26readme: update section on how to run x.pyKaDiWa-9/+1
2022-12-25Rollup merge of #106140 - GuillaumeGomez:migrate-links-color, r=notriddleMatthias Krüger-74/+87
2022-12-25Auto merge of #105997 - RalfJung:immediate-abort, r=eholkbors-26/+46
2022-12-25Migrate links-color.goml to functionsGuillaume Gomez-74/+87
2022-12-25Remove references to removed option from tests.Camille GILLOT-120/+13
2022-12-25Give the correct track-caller location with MIR inlining.Camille GILLOT-16/+20
2022-12-25Bless incremental test.Camille GILLOT-2/+2
2022-12-25Adapt codegen test.Camille GILLOT-3/+6
2022-12-25Remove Nop in simplify_locals.Camille GILLOT-54/+0
2022-12-25Move SimplifyLocals before ConstProp.Camille GILLOT-433/+332
2022-12-25Make tests unit.Camille GILLOT-17/+22
2022-12-25Auto merge of #106121 - RalfJung:miri, r=RalfJungbors-608/+1526