about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-08-20rmeta/query cache: don't write string values of preinterned symbolsklensy-22/+51
2022-08-20symbols: add `is_preinterned` fn to check if symbol was preinterned in compilerklensy-1/+6
2022-08-20Auto merge of #100793 - matthiaskrgr:rollup-dy7rfdh, r=matthiaskrgrbors-138/+476
2022-08-20Rollup merge of #100763 - aDotInTheVoid:triagebot-rdj, r=jyn514Matthias Krüger-0/+10
2022-08-20Rollup merge of #100750 - akabinds:akabinds/improved-invalid-function-qual-er...Matthias Krüger-0/+89
2022-08-20Rollup merge of #100729 - thomcc:less-initialized, r=ChrisDentonMatthias Krüger-5/+13
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-19triagebot: Autolabel `A-rustdoc-json`Nixon Enraght-Moony-0/+10
2022-08-19Fix comment typoThom Chiovoloni-1/+1
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-18Avoid zeroing a 1kb stack buffer on every call to `std::sys::windows::fill_ut...Thom Chiovoloni-5/+13
2022-08-18added improved diagnostic for a function defined with an invalid qualifierakabinds-0/+89
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