summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
AgeCommit message (Expand)AuthorLines
2024-03-04Improve wording of static_mut_refObei Sideg-2/+2
2024-01-30Remove the lifetime from `DiagnosticArgValue`.Nicholas Nethercote-1/+1
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-6/+0
2024-01-25Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obkbors-3/+10
2024-01-24remove StructuralEq traitRalf Jung-6/+0
2024-01-23Further Implement `is_val_statically_known`Nicholas Thompson-3/+10
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-3/+3
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-0/+3
2024-01-05Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errorsMichael Goulet-2/+2
2024-01-04Rollup merge of #119431 - taiki-e:asm-s390x-reg-addr, r=AmanieuMatthias Krüger-1/+4
2024-01-03Support reg_addr register class in s390x inline assemblyTaiki Endo-1/+4
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-2/+2
2023-12-30Auto merge of #118705 - WaffleLapkin:codegen-atomic-exhange-untuple, r=cjgillotbors-14/+6
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-1/+1
2023-12-28Change `rustc_codegen_ssa`'s `atomic_cmpxchg` interface to return a pair of v...Bernd Schmidt-14/+6
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-13/+13
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-5/+9
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-21/+21
2023-12-18Rename `CodegenContext::create_diag_handler` as `CodegenContext::create_dcx`.Nicholas Nethercote-1/+1
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-12/+13
2023-12-17Auto merge of #118828 - mu001999:master, r=b-naberbors-17/+0
2023-12-14Move rustc_codegen_ssa target features to rustc_targetUrgau-7/+6
2023-12-13Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.Lukasz Anforowicz-1/+1
2023-12-11Fix rustc codegen gcc testsUrgau-1/+1
2023-12-11Remove dead codesr0cky-17/+0
2023-12-09Auto merge of #117873 - quininer:android-emutls, r=Amanieubors-0/+1
2023-12-07Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlinbors-3/+5
2023-12-07ctfe interpreter: extend provenance so that it can track whether a pointer is...Ralf Jung-3/+5
2023-12-07Allow internal_features in rustc_codegen_gcc examplesUrgau-0/+1
2023-12-07Update rustc_codegen_gcc libcUrgau-2/+2
2023-12-07Add emulated TLS supportquininer-0/+1
2023-12-04Rename some arguments.Nicholas Nethercote-2/+2
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-2/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+1
2023-11-19Pass TyCtxt by valueAntoni Boucher-3/+3
2023-11-19Merge commit '2e8386e9fb3506cef991d04f8b3bc78f9a0c2630' into subtree-update_c...Antoni Boucher-41/+104
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-11-12target_feature: make it more clear what that 'Option' meansRalf Jung-1/+1
2023-11-02Remove `libc` dependency in cg_gcc alloc_system exampleGuillaume Gomez-4/+14
2023-11-02Pass `--sysroot` optionGuillaume Gomez-0/+4
2023-11-02Fix config.sh scriptGuillaume Gomez-1/+1
2023-11-02Fix compilation errors in rustc_codegen_gcc examplesGuillaume Gomez-2/+2
2023-11-02Disable `master` feature by default when building rustc_codegen_gccGuillaume Gomez-1/+0
2023-10-27Merge commit '09ce29d0591a21e1abae22eac4d41ffd32993af8' into subtree-update_c...Antoni Boucher-53/+98
2023-10-26Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_c...Antoni Boucher-507/+2664
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-20s/Generator/Coroutine/Oli Scherer-4/+4
2023-10-16docs: add Rust logo to more compiler cratesMichael Howell-0/+2
2023-10-09Use IntoDynSyncSendAntoni Boucher-6/+14
2023-10-09Fix checksAntoni Boucher-1/+1