about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-08-20Rollup merge of #100723 - 5225225:the-easy-ones, r=compiler-errorsMatthias Krüger-0/+52
2022-08-20Rollup merge of #100709 - JhonnyBillM:port-expected-used-symbol-diagnostic, r...Matthias Krüger-6/+10
2022-08-20Rollup merge of #100667 - Xiretza:diag-structs-parser-ivd, r=davidtwcoMatthias Krüger-19/+50
2022-08-20Rollup merge of #100617 - chenyukang:fix-100605, r=compiler-errorsMatthias Krüger-1/+57
2022-08-20Rollup merge of #100507 - cameron1024:suggest-lazy, r=compiler-errorsMatthias Krüger-0/+14
2022-08-20Rollup merge of #100383 - fortanix:raoul/aepic_leak_mitigation, r=cuviperMatthias Krüger-23/+166
2022-08-20Rollup merge of #100186 - compiler-errors:or-as_mut, r=fee1-deadMatthias Krüger-84/+15
2022-08-20Suggest the right help message for as_refyukang-1/+57
2022-08-19Auto merge of #100740 - Dylan-DPC:rollup-0td6yq4, r=Dylan-DPCbors-992/+851
2022-08-19Auto merge of #100209 - cjgillot:source-file-index, r=estebankbors-224/+204
2022-08-19Rollup merge of #100731 - notriddle:notriddle/deref-methods-1, r=jshaDylan DPC-6/+41
2022-08-19Rollup merge of #100721 - JhonnyBillM:enable-diag-lint-in-type-ir, r=compiler...Dylan DPC-0/+2
2022-08-19Rollup merge of #100598 - ouz-a:91633, r=compiler-errorsDylan DPC-2/+229
2022-08-19Rollup merge of #100592 - cjgillot:debug-import-kind, r=TaKO8KiDylan DPC-1/+39
2022-08-19Rollup merge of #100522 - cjgillot:inline-polymorphic-recursion, r=tmiaskoDylan DPC-4/+34
2022-08-19Rollup merge of #100494 - GuillaumeGomez:cleanup-themes, r=jshaDylan DPC-245/+275
2022-08-19Rollup merge of #100208 - RalfJung:dyn-upcast-nop, r=petrochenkovDylan DPC-21/+46
2022-08-19Rollup merge of #100081 - RalfJung:unused-unsafe-in-unsafe-fn, r=jackh726Dylan DPC-695/+134
2022-08-19Rollup merge of #99576 - compiler-errors:foreign-fundamental-drop-is-bad, r=T...Dylan DPC-18/+51
2022-08-19Auto merge of #99541 - timvermeulen:flatten_cleanup, r=the8472bors-137/+280
2022-08-18Auto merge of #98851 - klensy:encode_symbols, r=cjgillotbors-3/+113
2022-08-18rustdoc: count deref and non-deref as same set of used methodsMichael Howell-6/+41
2022-08-18Auto merge of #98807 - cbeuw:derived-obligation, r=compiler-errorsbors-279/+279
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-279/+279
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+52
2022-08-18ADD - diagnostic lints to type_irJhonny Bill Mena-0/+2
2022-08-18Auto merge of #99860 - oli-obk:revert_97346, r=pnkfelixbors-67/+69
2022-08-18Remove unused CSS ruleGuillaume Gomez-14/+0
2022-08-18Update existing rustdoc-gui tests and add a new oneGuillaume Gomez-6/+248
2022-08-18Simplify rustdoc themes by relying more on CSS variablesGuillaume Gomez-228/+30
2022-08-18Auto merge of #100682 - RalfJung:miri, r=RalfJungbors-7/+9
2022-08-18ADD - ExpectedUsedSymbol diagnostic to port used() diagnosticJhonny Bill Mena-6/+10
2022-08-18Auto merge of #98655 - nnethercote:dont-derive-PartialEq-ne, r=dtolnaybors-252/+38
2022-08-18Auto merge of #100708 - matthiaskrgr:rollup-vl0olnj, r=matthiaskrgrbors-102/+314
2022-08-18Rollup merge of #100688 - compiler-errors:issue-100684, r=wesleywiserMatthias Krüger-1/+36
2022-08-18Rollup merge of #100674 - PragmaTwice:mig-typeck-unused-crate-diag, r=davidtwcoMatthias Krüger-37/+52
2022-08-18Rollup merge of #100670 - Xiretza:parser-stmt-force-collect-docs, r=davidtwcoMatthias Krüger-1/+1
2022-08-18Rollup merge of #100669 - nnethercote:attribute-cleanups, r=spastorinoMatthias Krüger-29/+6
2022-08-18Rollup merge of #100651 - nidnogg:diagnostics_migration_expand_transcribe, r=...Matthias Krüger-25/+78
2022-08-18Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t...Matthias Krüger-3/+54
2022-08-18Rollup merge of #100637 - andrewpollack:fuchsia-docs-adjustments, r=tmandryMatthias Krüger-3/+17
2022-08-18Rollup merge of #99966 - RalfJung:try-dont-panic, r=lcnrMatthias Krüger-1/+3
2022-08-18Rollup merge of #97962 - eholk:drop-tracking-must-not-suspend, r=cjgillotMatthias Krüger-2/+67
2022-08-17Ignore substs when checking inlining history.Camille GILLOT-4/+34
2022-08-17ty::Error does not match other types for region constraintsMichael Goulet-1/+36
2022-08-17Migrate "invalid variable declaration" errors to SessionDiagnosticXiretza-19/+50
2022-08-17Hotfix for duplicated slug name on VarStillRepeating structnidnogg-1/+1
2022-08-17Auto merge of #100677 - matthiaskrgr:rollup-au41ho1, r=matthiaskrgrbors-414/+577
2022-08-17Moved structs to rustc_expand::errors, added several more migrations, fixed s...nidnogg-3/+1
2022-08-17Moved structs to rustc_expand::errors, added several more migrations, fixed s...nidnogg-36/+70