about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-15Auto merge of #14358 - Veykril:err-reporting, r=Veykrilbors-157/+194
2023-03-15Report sysroot and rustc crate loading errorsLukas Wirth-139/+134
2023-03-15error-msg: expand suggestion for unused lintEzra Shaw-31/+138
2023-03-15Aggregate errors and warnings in the status messageLukas Wirth-20/+62
2023-03-15add `enable-warnings` flag for llvmozkanonur-6/+12
2023-03-15Auto merge of #14357 - Veykril:rustc-priv, r=Veykrilbors-1/+4
2023-03-15fix: Don't pass feature flags to rustc private crates metadata invocationLukas Wirth-1/+4
2023-03-15Auto merge of #14355 - Veykril:completion-ref-strip, r=Veykrilbors-5/+16
2023-03-15fix: Fix reference completions being emitted in places other than argument listsLukas Wirth-5/+16
2023-03-15Auto merge of #14353 - lowr:fix/inline-call-bad-ast, r=Veykrilbors-2/+38
2023-03-15error-msg: impl better suggestion for `E0532`Ezra Shaw-17/+169
2023-03-15Auto merge of #14354 - Veykril:sighelp, r=Veykrilbors-19/+281
2023-03-15Add signature help for tuple struct patternsLukas Wirth-25/+213
2023-03-15Remove mw from review rotation.Michael Woerister-1/+0
2023-03-15fix: don't replace `SyntaxToken` with `SyntaxNode`Ryo Yoshida-2/+38
2023-03-15Auto merge of #109089 - compiler-errors:opt_rpitit_info-follow-up, r=spastorinobors-8/+16
2023-03-15Split the mem-replace codegen testScott McMurray-22/+36
2023-03-15Auto merge of #2815 - saethlin:rustup, r=oli-obkbors-9622/+23126
2023-03-15Auto merge of #14281 - XFFXFF:fix_missing_unsafe, r=Veykrilbors-7/+374
2023-03-15Fix #109152, fix the scenario that we may can not get span of funcyukang-2/+39
2023-03-14Improved implementation and comments after code review feedbackScott McMurray-77/+124
2023-03-15chore: change casing for variants in testsfeniljain-6/+6
2023-03-15Fix linker detection for clang with prefixTaiki Endo-1/+3
2023-03-15Fix riscv64 fuchsia LLVM target nameTaiki Endo-1/+1
2023-03-15Auto merge of #107376 - aliemjay:remove-givens, r=lcnrbors-152/+87
2023-03-15do not offer fixit for macro expansions and refactor the codeXFFXFF-56/+55
2023-03-15pick the best ancestor expr of unsafe expr to add unsafe block. Thanks! @VeykrilXFFXFF-40/+226
2023-03-15feat: add an autofix for inserting an unsafe block to missing unsafe diagnosticXFFXFF-7/+189
2023-03-14Merge from rustcBen Kimock-9621/+23125
2023-03-14Preparing for merge from rustcBen Kimock-1/+1
2023-03-14Don't use CI caches from before this branchBen Kimock-4/+4
2023-03-14Update docs to matchBen Kimock-10/+7
2023-03-14Don't make projection tys out of anon constsMichael Goulet-21/+10
2023-03-14Assert def-kind is correct for alias typesMichael Goulet-0/+7
2023-03-14Update cargoWeihang Lo-2/+2
2023-03-14Encode opt_rpitit_info for associated typesMichael Goulet-8/+16
2023-03-14Add signature help for record struct patternsLukas Wirth-14/+88
2023-03-14Use index based drop loop for slices and arraysTomasz Miąsko-164/+49
2023-03-14Ignore external macrosblyxyas-2/+5
2023-03-14Auto merge of #13994 - Veykril:incoherent-impl, r=Veykrilbors-73/+305
2023-03-14Bless incremental test.Camille GILLOT-2/+2
2023-03-14ICE when checking LocalInfo on runtime MIR.Camille GILLOT-27/+27
2023-03-14Remove LocalKind::Var.Camille GILLOT-18/+17
2023-03-14Make is_block_tail a variant of LocalInfo.Camille GILLOT-39/+26
2023-03-14Wrap the whole LocalInfo in ClearCrossCrate.Camille GILLOT-142/+134
2023-03-14rustdoc: DocFS: Replace rayon with threadpool and enable it for all targetsGuillaume Gomez-10/+32
2023-03-14SimplifyLukas Wirth-31/+23
2023-03-14Add fundamental attributes to dataLukas Wirth-9/+15
2023-03-14Tighter spansMichael Goulet-20/+53
2023-03-14Simplify proc macro signature validity checkMichael Goulet-284/+188