aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-20Remove the SingleThread limitation for ARM (#16442)Hao Li
2023-07-20Include system headers path when targeting assembly_with_cppFrank Denis
2023-07-20Merge pull request #16430 from jacobly0/llvm-builderAndrew Kelley
2023-07-20llvm: cleanup LLVM IR dumpingJacob Young
2023-07-20llvm: add Builder trailing extra interfaceJacob Young
2023-07-19llvm: fix bootstrapJacob Young
2023-07-19llvm: fix various crashesJacob Young
2023-07-19llvm: minor fixesJacob Young
2023-07-19llvm: convert most instructionsJacob Young
2023-07-19llvm: convert cursor positioningJacob Young
2023-07-19llvm: convert basic block creationJacob Young
2023-07-19llvm: finish converting constantsJacob Young
2023-07-19llvm: cleanup management and implement more const functionsJacob Young
2023-07-19llvm: cleanup initJacob Young
2023-07-19llvm: finish converting `lowerValue`Jacob Young
2023-07-19llvm: convert all calls to `constInt`Jacob Young
2023-07-19llvm: remove more usages of `llvm.Type`Jacob Young
2023-07-19llvm: finish converting `lowerType`Jacob Young
2023-07-19llvm: compute data layout without help like a grownup compilerJacob Young
2023-07-19llvm: start tracking more things without relying on the llvm apiJacob Young
2023-07-19cbe: fix bug where empty enum would be generatednotcancername
2023-07-19Merge pull request #16439 from Luukdegram/wasm-linkerLuuk de Gram
2023-07-19wasm-linker: create TLS Wasm globals correctlyLuuk de Gram
2023-07-19wasm-linker: prevent double-free on parse failureLuuk de Gram
2023-07-19wasm-linker: shared-memory fixesLuuk de Gram
2023-07-19wasm-linker: implement TLS relocationsLuuk de Gram
2023-07-19wasm-linker: allow explicit memory exportsLuuk de Gram
2023-07-18Autodoc: fix crash on new InternPool additionAndrew Kelley
2023-07-18Sema: fix generic function instances not respecting linksectionAndrew Kelley
2023-07-18Sema: fix return type of generic function is function pointerAndrew Kelley
2023-07-18Sema: fix compile error source location regressionsAndrew Kelley
2023-07-18Sema: fix fn_proto_param LazySrcLoc resolutionAndrew Kelley
2023-07-18Sema: fix source location crash for function prototypesAndrew Kelley
2023-07-18Sema: fix crash: array_in_c_exported_functionAndrew Kelley
2023-07-18Sema: enhance generic call error messageAndrew Kelley
2023-07-18Sema: use src_decl for exported statusAndrew Kelley
2023-07-18compiler: fix branch regressionsAndrew Kelley
2023-07-18compiler: work around slightly different generics semanticsAndrew Kelley
2023-07-18Sema: resolve inferred error set with function state in_progressAndrew Kelley
2023-07-18InternPool: fix funcAnalysis through func_coercedAndrew Kelley
2023-07-18Sema: reset generic_owner for inline/comptime callsAndrew Kelley
2023-07-18Sema: restore WipCaptures logicAndrew Kelley
2023-07-18Sema: fix zirStoreNode crashAndrew Kelley
2023-07-18Sema: fix analyzeIsNonErrComptimeOnly false positiveAndrew Kelley
2023-07-18AstGen: idiomatic use of switchAndrew Kelley
2023-07-18Sema: fix access of inactive union fieldAndrew Kelley
2023-07-18InternPool: unwrap func_coerced when using it as generic_ownerAndrew Kelley
2023-07-18Sema: fix generic function instance with comptime return typeAndrew Kelley
2023-07-18Sema: fix not setting up adhoc inferred error set correctlyAndrew Kelley
2023-07-18frontend: fixes for function regressions in this branchAndrew Kelley