about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-03-30Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-sebors-267/+201
2022-03-30clippy: nameres for primitive type implslcnr-38/+75
2022-03-30rework error messages for incorrect inherent implslcnr-5/+36
2022-03-30fix rustdoc wrt builtin impls switchlcnr-14/+14
2022-03-30get clippy to compile againlcnr-59/+26
2022-03-30fix rustdoclcnr-57/+60
2022-03-30fix behavior for empty implslcnr-4/+4
2022-03-30update rustdoclcnr-2/+1
2022-03-30update ui testslcnr-126/+23
2022-03-30Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPCbors-4/+8
2022-03-30Rollup merge of #95461 - nyurik:spelling, r=lcnrDylan DPC-4/+4
2022-03-30Rollup merge of #95443 - jyn514:clarify-python-search-logic, r=Dylan-DPCDylan DPC-0/+4
2022-03-30Spellchecking some commentsYuri Astrakhan-4/+4
2022-03-30Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakisbors-1553/+3883
2022-03-29update miriRalf Jung-8/+8
2022-03-29Rollup merge of #95437 - notriddle:notriddle/issue-79076, r=compiler-errorsDylan DPC-0/+61
2022-03-29Rollup merge of #95386 - compiler-errors:try-wrapping, r=oli-obkDylan DPC-1/+171
2022-03-29Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station,...Dylan DPC-2/+0
2022-03-29Clarify how `src/tools/x` searches for pythonJoshua Nelson-0/+4
2022-03-29Auto merge of #95433 - Dylan-DPC:rollup-xdfit9h, r=Dylan-DPCbors-24/+73
2022-03-29diagnostics: regression test for derive boundsMichael Howell-0/+61
2022-03-29Auto merge of #94566 - yanganto:show-ignore-message, r=m-ou-sebors-8/+7
2022-03-29Rollup merge of #95424 - lnicola:rust-analyzer-2022-03-29, r=lnicolaDylan DPC-24/+16
2022-03-29Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPCDylan DPC-0/+57
2022-03-29Rollup merge of #94566 - yanganto:show-ignore-message, r=m-ou-seDylan DPC-8/+7
2022-03-29Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelidbors-113/+100
2022-03-29Merge ItemKind::TyMethodItem branch with ItemKind::FunctionItem and ItemKind:...Guillaume Gomez-16/+16
2022-03-29Add test to ensure foreign functions from dependencies are correctly handledGuillaume Gomez-0/+12
2022-03-29Remove header field from clean::FunctionGuillaume Gomez-113/+88
2022-03-29Auto merge of #95257 - compiler-errors:fn-borrow, r=lcnrbors-3/+116
2022-03-29:arrow_up: rust-analyzerLaurențiu Nicola-24/+16
2022-03-28Suggest function borrow ignoring needs_noteMichael Goulet-2/+47
2022-03-28Add suggestion to borrow opaque Fn and FnMut instead of moveMichael Goulet-3/+71
2022-03-28Update booksEric Huss-0/+0
2022-03-29Auto merge of #95417 - ehuss:doc-no_std-error, r=Dylan-DPCbors-0/+6
2022-03-28bootstrap: better error message for no_std docsEric Huss-0/+6
2022-03-28diagnostics: add regression test for #82081Michael Howell-0/+57
2022-03-28Rollup merge of #95328 - DrMeepster:box_gep_err, r=oli-obkDylan DPC-0/+22
2022-03-28Rollup merge of #95318 - rust-lang:notriddle/issue-95208, r=wesleywiserDylan DPC-0/+64
2022-03-28Rollup merge of #93787 - klensy:really-not-a-features, r=wesleywiserDylan DPC-5/+11
2022-03-28rebase falloutOli Scherer-1/+1
2022-03-28Add test for revealing auto traits in the defining scopeOli Scherer-0/+77
2022-03-28Add some tests showcasing further differences between TAIT and RPITOli Scherer-0/+42
2022-03-28Bless ui testsOli Scherer-1/+10
2022-03-28Also use the RPIT back compat hack in trait projectionOli Scherer-35/+5
2022-03-28Show that the behaviour is the same for RPIT and TAITOli Scherer-0/+230
2022-03-28Add a test showing that a similar example compilesOli Scherer-0/+20
2022-03-28Added another folder to the `ui` dirOli Scherer-1/+1
2022-03-28Fix mixing lazy TAIT and RPIT in their defining scopesOli Scherer-0/+28
2022-03-28Add regression testOli Scherer-0/+60