summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Emits E0599 when meeting MyTrait::missing_methodmu0019992023-05-177-36/+119
* Auto merge of #111440 - cjgillot:refprop-debuginfo, r=oli-obkbors2023-05-1410-68/+180
|\
| * Do not ICE on deeply nested borrows.Camille GILLOT2023-05-131-2/+4
| * Iterate ReferencePropagation to fixpoint.Camille GILLOT2023-05-131-2/+4
| * Support ConstantIndex in debuginfo.Camille GILLOT2023-05-132-3/+28
| * Implement references VarDebugInfo.Camille GILLOT2023-05-1310-27/+108
| * Extract debug_introduce_local_as_var.Camille GILLOT2023-05-131-48/+50
* | Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkovbors2023-05-144-147/+184
|\ \
| * | Populate effective visibilities in rustc_privacyBryanskiy2023-05-114-147/+184
* | | Auto merge of #111374 - tmiasko:align-unsized-locals, r=cjgillotbors2023-05-131-11/+15
|\ \ \
| * | | Align unsized localsTomasz Miąsko2023-05-081-11/+15
* | | | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillotbors2023-05-1324-107/+550
|\ \ \ \
| * | | | add `DynSend / DynSync` for `CopyTaggedPtr`SparrowLii2023-05-063-7/+11
| * | | | correct import of owned_sliceSparrowLii2023-05-063-13/+6
| * | | | correct literals for dyn thread safeSparrowLii2023-05-0610-39/+46
| * | | | rename relative names in `sync`SparrowLii2023-05-063-24/+29
| * | | | fix `parallel!`SparrowLii2023-05-061-0/+7
| * | | | fix some nitsSparrowLii2023-05-062-39/+27
| * | | | introduce `DynSend` and `DynSync` auto traitSparrowLii2023-05-0624-112/+551
* | | | | Auto merge of #110699 - jyn514:simulate-remapped-already-remapped, r=cjgillotbors2023-05-131-16/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Apply `simulate-remapped-rust-src-base` even `remap-debuginfo` is set in conf...jyn2023-04-221-7/+12
| * | | | Decrease the indentation in `imported_source_file`jyn2023-04-221-13/+10
* | | | | Rollup merge of #111499 - loongarch-rs:drop-efiapi, r=AmanieuDylan DPC2023-05-131-2/+2
|\ \ \ \ \
| * | | | | asm: loongarch64: Drop efiapiWANG Rui2023-05-121-2/+2
* | | | | | Rollup merge of #111494 - compiler-errors:variant-order, r=petrochenkovDylan DPC2023-05-133-22/+40
|\ \ \ \ \ \
| * | | | | | Encode VariantIdx so we can decode variants in the right orderMichael Goulet2023-05-133-22/+40
* | | | | | | Rollup merge of #111469 - Dushistov:fix-coverage-data-race, r=wesleywiserDylan DPC2023-05-131-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Usage of atomic counters for llvm code coverageEvgeniy A. Dushistov2023-05-121-0/+3
* | | | | | | | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naberDylan DPC2023-05-135-54/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | Note base types of coercionMichael Goulet2023-05-125-54/+50
* | | | | | | | | Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=...Dylan DPC2023-05-134-0/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add support for `cfg(overflow_checks)`AngelicosPhosphoros2023-05-114-0/+9
| |/ / / / / / / /
* | | | | | | | | Rollup merge of #110454 - oli-obk:limited_impl_trait_in_assoc_type, r=compile...Dylan DPC2023-05-1325-55/+354
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Use the opaque_types_defined_by query to cheaply check for whether a hidden t...Oli Scherer2023-05-129-153/+204
| * | | | | | | | add `query opaque_types_defined_by`lcnr2023-05-123-0/+91
| * | | | | | | | Add a convenience functionOli Scherer2023-05-122-8/+13
| * | | | | | | | Rewrite nested `if` conditions into a single matchOli Scherer2023-05-121-6/+7
| * | | | | | | | Invert `IgnoreRegions` to `CheckRegions`Oli Scherer2023-05-123-8/+8
| * | | | | | | | Require `impl Trait` in associated types to appear in method signaturesOli Scherer2023-05-1216-48/+199
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Auto merge of #111396 - vlad20012:reduce-Borrows-dataflow-bitset-size, r=cjgi...bors2023-05-121-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Reduce BitSet size used in `Borrows` dataflow analysisvlad200122023-05-091-1/+1
* | | | | | | | | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors2023-05-127-6/+223
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add note to suggest using `let _ = x` to ignore the valueUrgau2023-05-102-0/+8
| * | | | | | | | | Improve warning message by saying that it "does nothing"Urgau2023-05-101-4/+4
| * | | | | | | | | Use label instead of note to be more consistent with other lintsUrgau2023-05-103-16/+16
| * | | | | | | | | Uplift clippy::forget_copy to rustcUrgau2023-05-103-2/+47
| * | | | | | | | | Uplift clippy::forget_ref to rustcUrgau2023-05-103-2/+39
| * | | | | | | | | Uplift clippy::drop_copy to rustcUrgau2023-05-103-2/+41
| * | | | | | | | | Uplift clippy::drop_ref to rustcUrgau2023-05-104-0/+91
| * | | | | | | | | Remove useless drop of copy typeUrgau2023-05-101-3/+1