about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-17Make `Compiler::sess` private.Nicholas Nethercote-2/+2
2023-11-17Remove a low-value local variable.Nicholas Nethercote-3/+2
2023-11-17Rename `Linker::prepare_outputs` as `output_filenames`.Nicholas Nethercote-5/+5
2023-11-17Move `CodegenBackend` out of `Linker`.Nicholas Nethercote-25/+16
2023-11-17Add some additional warnings for duplicated diagnostic itemsGeorg Semmler-13/+101
2023-11-17Move `Session` out of `Linker`.Nicholas Nethercote-20/+14
2023-11-17Streamline `Queries::linker`.Nicholas Nethercote-19/+13
2023-11-17Auto merge of #118001 - TaKO8Ki:rollup-fedlwwj, r=TaKO8Kibors-126/+83
2023-11-17Rollup merge of #117963 - nnethercote:rustc_query_system, r=compiler-errorsTakayuki Maeda-34/+29
2023-11-17Rollup merge of #117649 - nnethercote:mv-lint_store, r=cjgillotTakayuki Maeda-92/+54
2023-11-17Auto merge of #117987 - bjorn3:sync_cg_clif-2023-11-16, r=bjorn3bors-192/+473
2023-11-17On resolve error of `[rest..]`, suggest `[rest @ ..]`Esteban Küber-0/+35
2023-11-17Rollup merge of #117990 - estebank:issue-100825-part-deux, r=NilstriebMatthias Krüger-9/+8
2023-11-17Rollup merge of #117959 - estebank:issue-76086, r=compiler-errorsMatthias Krüger-0/+54
2023-11-17Rollup merge of #117892 - estebank:fat-arrow-typo, r=compiler-errorsMatthias Krüger-10/+12
2023-11-17Remove `Compiler::register_lints`.Nicholas Nethercote-5/+0
2023-11-17Move `lint_store` from `GlobalCtxt` to `Session`.Nicholas Nethercote-47/+49
2023-11-17Remove dead lint code.Nicholas Nethercote-33/+5
2023-11-17Inline and remove `create_lint_store`.Nicholas Nethercote-13/+6
2023-11-16Remove option_payload_ptr; redundant to offset_ofGeorge Bateman-52/+0
2023-11-16Fix code indentationEsteban Küber-2/+2
2023-11-16review comment: move error logic to different methodEsteban Küber-58/+55
2023-11-16Handle attempts to have multiple `cfg`d tail expressionsEsteban Küber-0/+110
2023-11-16Merge commit 'def04540a4e2541b995195c752c751295606a388' into sync_cg_clif-202...bjorn3-192/+473
2023-11-16Fix has_body() and change resolve_drop_in_place() sigCelina G. Val-18/+20
2023-11-16Always run builder to evaluate constantsCelina G. Val-4/+1
2023-11-16Address PR commentsCelina G. Val-4/+3
2023-11-16Add more APIs and fix `Instance::body`Celina G. Val-36/+401
2023-11-16Auto merge of #116097 - jackh726:higher-ranked-lifetime-error-backup, r=compi...bors-13/+54
2023-11-16Fix bug on MIRVisitorCelina G. Val-2/+2
2023-11-16Add more SMIR internal impl and callback return valueCelina G. Val-21/+159
2023-11-16let-chain fmtEsteban Küber-2/+1
2023-11-16address review commentEsteban Küber-18/+7
2023-11-16recover primary span labelEsteban Küber-5/+13
2023-11-16Suggest `unwrap()` on field not found for `Result`/`Option`Esteban Küber-7/+17
2023-11-16Suggest field typo through derefsEsteban Küber-133/+133
2023-11-16Smaller span for unnessary `mut` suggestionEsteban Küber-7/+6
2023-11-16Suggest replacing `Self` with the right type on type errorEsteban Küber-4/+23
2023-11-16Point at impl self ty on type error involving `Self`Esteban Küber-0/+38
2023-11-16More detail when expecting expression but encountering bad macro argumentEsteban Küber-57/+144
2023-11-16Auto merge of #117956 - saethlin:provenance-gc-access, r=RalfJungbors-0/+7
2023-11-16ignore implied bounds with placeholdersAli MJ Al-Nasrawy-3/+10
2023-11-16Let Miri see the AllocId for all TyCtxt allocationsBen Kimock-0/+7
2023-11-16Auto merge of #117875 - Mark-Simulacrum:bootstrap-bump, r=clubby789bors-344/+436
2023-11-16Auto merge of #117930 - thomcc:const_str-unnamed, r=nikicbors-0/+1
2023-11-16compiler: enable unwinding on riscv32imac_unknown_xous_elfSean Cross-1/+1
2023-11-16When using existing fn as module, don't claim it doesn't existEsteban Küber-1/+13
2023-11-16Reduce exposure of things.Nicholas Nethercote-32/+29
2023-11-16Auto merge of #117948 - aeubanks:dibuilder, r=durin42bors-0/+3
2023-11-15Add check-cfg to craneliftMark Rousskov-0/+2