about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-05-13optimize find_item to fetch Item only when neededMiguel Guarniz-3/+3
2022-05-13For non-defining opaque type usage errors, don't try to also prove all trait ...Oli Scherer-184/+6
2022-05-13Check that closures satisfy their where boundsOli Scherer-14/+327
2022-05-13Auto merge of #97000 - matthiaskrgr:rollup-qh3lhu8, r=matthiaskrgrbors-27/+129
2022-05-13Rollup merge of #96993 - notriddle:notriddle/prototype, r=GuillaumeGomezMatthias Krüger-2/+22
2022-05-13Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwcoMatthias Krüger-24/+100
2022-05-13Rollup merge of #96988 - ehuss:fix-platform-links, r=JohnTitorMatthias Krüger-1/+1
2022-05-13Rollup merge of #96948 - ludfo774:macro-trailing-comma-test, r=joshtriplettMatthias Krüger-0/+6
2022-05-13Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrumbors-3/+30
2022-05-12Auto merge of #96966 - nikic:llvm-update-2, r=cuviperbors-0/+0
2022-05-12rustdoc: fix GUI crash when searching for magic JS property valuesMichael Howell-2/+22
2022-05-12Auto merge of #96984 - ehuss:update-cargo, r=ehussbors-0/+0
2022-05-12Bless mir-opt tests.Camille GILLOT-18/+94
2022-05-12Bless tests.Camille GILLOT-6/+6
2022-05-12Fix platform support links.Eric Huss-1/+1
2022-05-12Update cargoEric Huss-0/+0
2022-05-12Auto merge of #96974 - matthiaskrgr:rollup-jd4otnc, r=matthiaskrgrbors-39/+414
2022-05-12Rollup merge of #96968 - cjgillot:codegen-fulfill-nice, r=oli-obkMatthias Krüger-0/+346
2022-05-12Rollup merge of #96939 - GuillaumeGomez:settings-css, r=notriddleMatthias Krüger-39/+10
2022-05-12Rollup merge of #95896 - nagisa:nvptx-contacts, r=Mark-SimulacrumMatthias Krüger-0/+58
2022-05-12Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwcobors-68/+54
2022-05-12Add mir-opt test.Camille GILLOT-0/+157
2022-05-12Auto merge of #96853 - davidtwco:diagnostic-translation-unit-and-more-porting...bors-18/+48
2022-05-12Add tests.Camille GILLOT-0/+189
2022-05-12Update LLVM submoduleNikita Popov-0/+0
2022-05-12Auto merge of #96940 - TaKO8Ki:stop-suggesting-wrong-fully-qualified-path, r=...bors-0/+59
2022-05-12errors: `set_arg` takes `IntoDiagnosticArg`David Wood-8/+17
2022-05-12compiletest: normalize paths from repository rootDavid Wood-10/+9
2022-05-12macros: spanless subdiagnostics from `()` fieldsDavid Wood-0/+22
2022-05-12Auto merge of #95837 - scottmcm:ptr-offset-from-unsigned, r=oli-obkbors-3/+77
2022-05-11Apply CR suggestions; add real tracking issueScott McMurray-1/+2
2022-05-11Rename `unsigned_offset_from` to `sub_ptr`Scott McMurray-1/+1
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-3/+76
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-50/+209
2022-05-11Auto merge of #96806 - cjgillot:codegen-fulfill-nice, r=oli-obkbors-11/+56
2022-05-11Bless clippy.Camille GILLOT-1/+9
2022-05-11Add test of matches macro for trailing commasludfo774-0/+6
2022-05-11Auto merge of #96942 - Dylan-DPC:rollup-p8bcly2, r=Dylan-DPCbors-7/+9
2022-05-11Rollup merge of #96936 - lnicola:rust-analyzer-2022-05-11, r=lnicolaDylan DPC-7/+7
2022-05-11Rollup merge of #91518 - luojia65:rustdoc-riscv-arch, r=GuillaumeGomezDylan DPC-0/+2
2022-05-11Auto merge of #96924 - petrochenkov:nonon, r=nnethercotebors-14/+3
2022-05-11stop suggesting non-existing fully qualified pathsTakayuki Maeda-0/+59
2022-05-11ast: Introduce some traits to get AST node properties genericallyVadim Petrochenkov-14/+3
2022-05-11Ensure that the settings CSS is loaded on the settings pageGuillaume Gomez-0/+5
2022-05-11Remove unused CSS settings rulesGuillaume Gomez-36/+0
2022-05-11Add missing CSS file for settings pageGuillaume Gomez-3/+5
2022-05-11:arrow_up: rust-analyzerLaurențiu Nicola-7/+7
2022-05-11Auto merge of #96933 - ehuss:update-books, r=ehussbors-0/+0
2022-05-11Auto merge of #96931 - JohnTitor:rollup-3um8o4j, r=JohnTitorbors-16/+89
2022-05-11Gracefully fail to resolve associated items instead of `delay_span_bug`.Camille GILLOT-10/+47