summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixup commentsMaybe Waffle2023-05-161-4/+4
* Remove `MetadataRef` type aliasMaybe Waffle2023-05-165-18/+12
* Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob`Maybe Waffle2023-05-166-13/+47
* Merge `MetadataRef` type aliasesMaybe Waffle2023-05-161-4/+3
* Auto merge of #111088 - nnethercote:fix-FileEncoder-buf-size, r=WaffleLapkinbors2023-05-151-33/+11
|\
| * Fix the `FileEncoder` buffer size.Nicholas Nethercote2023-05-151-33/+11
* | Auto merge of #111570 - compiler-errors:ct-err, r=BoxyUwUbors2023-05-1511-32/+24
|\ \ | |/ |/|
| * Rename const error methods for consistencyMichael Goulet2023-05-1411-32/+24
* | Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillotbors2023-05-1411-246/+376
|\ \
| * | Use dynamic dispatch for queriesJohn Kåre Alsaker2023-04-3011-246/+376
* | | Auto merge of #111517 - lukas-code:addr-of-mutate, r=tmiaskobors2023-05-141-17/+17
|\ \ \
| * | | allow mutating function args through `&raw const`Lukas Markeffsky2023-05-131-5/+16
| * | | remove no-op logicLukas Markeffsky2023-05-121-13/+2
| | |/ | |/|
* | | Auto merge of #111552 - matthiaskrgr:rollup-4nidoti, r=matthiaskrgrbors2023-05-144-7/+42
|\ \ \
| * \ \ Rollup merge of #111477 - y21:extra-impl-in-trait-impl, r=compiler-errorsMatthias Krüger2023-05-143-4/+33
| |\ \ \
| | * | | improve error for `impl<..> impl Trait for Type`y212023-05-133-4/+33
| * | | | Rollup merge of #111463 - clubby789:env-escaped-var, r=cjgillotMatthias Krüger2023-05-141-3/+9
| |\ \ \ \
| | * | | | Better diagnostics for `env!` where variable contains escapeclubby7892023-05-111-3/+9
* | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |