From 4b1a7d8a1d315090fb808ba4695bbacdc91e1aff Mon Sep 17 00:00:00 2001 From: johannst Date: Fri, 24 Sep 2021 22:49:57 +0000 Subject: deploy: 6eb6ad9f574c783d471f6a863299af25b6f5a8c7 --- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/cmp/trait.PartialEq.js | 2 +- implementors/core/convert/trait.TryFrom.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/marker/trait.Copy.js | 2 +- implementors/core/marker/trait.Freeze.js | 2 +- implementors/core/marker/trait.Send.js | 2 +- implementors/core/marker/trait.StructuralPartialEq.js | 2 +- implementors/core/marker/trait.Sync.js | 2 +- implementors/core/marker/trait.Unpin.js | 2 +- implementors/core/ops/deref/trait.Deref.js | 2 +- implementors/core/ops/drop/trait.Drop.js | 2 +- implementors/std/panic/trait.RefUnwindSafe.js | 2 +- implementors/std/panic/trait.UnwindSafe.js | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'implementors') diff --git a/implementors/core/clone/trait.Clone.js b/implementors/core/clone/trait.Clone.js index 39839e9..6761d51 100644 --- a/implementors/core/clone/trait.Clone.js +++ b/implementors/core/clone/trait.Clone.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm> Clone for BasicBlock<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl<'llvm> Clone for Type<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::Type"]},{"text":"impl<'llvm> Clone for Value<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::Value"]},{"text":"impl<'llvm> Clone for FnValue<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::FnValue"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm> Clone for Type<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::type_::Type"]},{"text":"impl<'llvm> Clone for Value<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::value::Value"]},{"text":"impl<'llvm> Clone for FnValue<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::value::FnValue"]},{"text":"impl<'llvm> Clone for BasicBlock<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl Clone for PrototypeAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/cmp/trait.PartialEq.js b/implementors/core/cmp/trait.PartialEq.js index 6700c3f..6f6ea9c 100644 --- a/implementors/core/cmp/trait.PartialEq.js +++ b/implementors/core/cmp/trait.PartialEq.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl PartialEq<Token> for Token","synthetic":false,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl PartialEq<ExprAST> for ExprAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl PartialEq<PrototypeAST> for PrototypeAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl PartialEq<FunctionAST> for FunctionAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl PartialEq<SmallCStr> for SmallCStr","synthetic":false,"types":["llvm_kaleidoscope_rs::SmallCStr"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl PartialEq<Token> for Token","synthetic":false,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl PartialEq<ExprAST> for ExprAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl PartialEq<PrototypeAST> for PrototypeAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl PartialEq<FunctionAST> for FunctionAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl PartialEq<SmallCStr> for SmallCStr","synthetic":false,"types":["llvm_kaleidoscope_rs::SmallCStr"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/convert/trait.TryFrom.js b/implementors/core/convert/trait.TryFrom.js index e44e34a..9a85077 100644 --- a/implementors/core/convert/trait.TryFrom.js +++ b/implementors/core/convert/trait.TryFrom.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl TryFrom<&'_ str> for SmallCStr","synthetic":false,"types":["llvm_kaleidoscope_rs::SmallCStr"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl TryFrom<&'_ str> for SmallCStr","synthetic":false,"types":["llvm_kaleidoscope_rs::SmallCStr"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/fmt/trait.Debug.js b/implementors/core/fmt/trait.Debug.js index fecfabc..bfeceb3 100644 --- a/implementors/core/fmt/trait.Debug.js +++ b/implementors/core/fmt/trait.Debug.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl Debug for Token","synthetic":false,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl Debug for ExprAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl Debug for PrototypeAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl Debug for FunctionAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl Debug for SmallCStr","synthetic":false,"types":["llvm_kaleidoscope_rs::SmallCStr"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl Debug for Token","synthetic":false,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl Debug for ExprAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl Debug for PrototypeAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl Debug for FunctionAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl Debug for SmallCStr","synthetic":false,"types":["llvm_kaleidoscope_rs::SmallCStr"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.Copy.js b/implementors/core/marker/trait.Copy.js index a41981a..dcb8195 100644 --- a/implementors/core/marker/trait.Copy.js +++ b/implementors/core/marker/trait.Copy.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm> Copy for BasicBlock<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl<'llvm> Copy for Type<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::Type"]},{"text":"impl<'llvm> Copy for Value<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::Value"]},{"text":"impl<'llvm> Copy for FnValue<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::FnValue"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm> Copy for Type<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::type_::Type"]},{"text":"impl<'llvm> Copy for Value<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::value::Value"]},{"text":"impl<'llvm> Copy for FnValue<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::value::FnValue"]},{"text":"impl<'llvm> Copy for BasicBlock<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.Freeze.js b/implementors/core/marker/trait.Freeze.js index 3716d3c..5bd64fe 100644 --- a/implementors/core/marker/trait.Freeze.js +++ b/implementors/core/marker/trait.Freeze.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> Freeze for Codegen<'llvm, 'a>","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl Freeze for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> Freeze for Lexer<I> where
    I: Freeze, 
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl Freeze for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Module"]},{"text":"impl<'llvm> Freeze for Builder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Builder"]},{"text":"impl<'llvm> Freeze for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl<'llvm> Freeze for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Type"]},{"text":"impl<'llvm> Freeze for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Value"]},{"text":"impl<'llvm> Freeze for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::FnValue"]},{"text":"impl Freeze for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl Freeze for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl Freeze for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> Freeze for Parser<I> where
    I: Freeze, 
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl Freeze for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> Freeze for Either<A, B> where
    A: Freeze,
    B: Freeze, 
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> Freeze for Codegen<'llvm, 'a>","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl Freeze for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> Freeze for Lexer<I> where
    I: Freeze, 
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl<'llvm> Freeze for IRBuilder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::builder::IRBuilder"]},{"text":"impl Freeze for LLJit","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::LLJit"]},{"text":"impl<'jit> Freeze for ResourceTracker<'jit>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::ResourceTracker"]},{"text":"impl Freeze for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::module::Module"]},{"text":"impl<'llvm> Freeze for FunctionPassManager<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::pass_manager::FunctionPassManager"]},{"text":"impl<'llvm> Freeze for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::type_::Type"]},{"text":"impl<'llvm> Freeze for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::Value"]},{"text":"impl<'llvm> Freeze for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::FnValue"]},{"text":"impl<'llvm> Freeze for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl Freeze for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl Freeze for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl Freeze for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> Freeze for Parser<I> where
    I: Freeze, 
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl Freeze for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> Freeze for Either<A, B> where
    A: Freeze,
    B: Freeze, 
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.Send.js b/implementors/core/marker/trait.Send.js index 6d1e315..24cd49b 100644 --- a/implementors/core/marker/trait.Send.js +++ b/implementors/core/marker/trait.Send.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> !Send for Codegen<'llvm, 'a>","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl Send for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> Send for Lexer<I> where
    I: Send
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl !Send for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Module"]},{"text":"impl<'llvm> !Send for Builder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Builder"]},{"text":"impl<'llvm> !Send for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl<'llvm> !Send for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Type"]},{"text":"impl<'llvm> !Send for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Value"]},{"text":"impl<'llvm> !Send for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::FnValue"]},{"text":"impl Send for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl Send for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl Send for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> Send for Parser<I> where
    I: Send
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl Send for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> Send for Either<A, B> where
    A: Send,
    B: Send
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> !Send for Codegen<'llvm, 'a>","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl Send for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> Send for Lexer<I> where
    I: Send
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl<'llvm> !Send for IRBuilder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::builder::IRBuilder"]},{"text":"impl !Send for LLJit","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::LLJit"]},{"text":"impl<'jit> !Send for ResourceTracker<'jit>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::ResourceTracker"]},{"text":"impl !Send for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::module::Module"]},{"text":"impl<'llvm> !Send for FunctionPassManager<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::pass_manager::FunctionPassManager"]},{"text":"impl<'llvm> !Send for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::type_::Type"]},{"text":"impl<'llvm> !Send for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::Value"]},{"text":"impl<'llvm> !Send for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::FnValue"]},{"text":"impl<'llvm> !Send for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl Send for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl Send for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl Send for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> Send for Parser<I> where
    I: Send
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl Send for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> Send for Either<A, B> where
    A: Send,
    B: Send
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.StructuralPartialEq.js b/implementors/core/marker/trait.StructuralPartialEq.js index f1fc453..8f95cdc 100644 --- a/implementors/core/marker/trait.StructuralPartialEq.js +++ b/implementors/core/marker/trait.StructuralPartialEq.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl StructuralPartialEq for Token","synthetic":false,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl StructuralPartialEq for ExprAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl StructuralPartialEq for PrototypeAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl StructuralPartialEq for FunctionAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl StructuralPartialEq for SmallCStr","synthetic":false,"types":["llvm_kaleidoscope_rs::SmallCStr"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl StructuralPartialEq for Token","synthetic":false,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl StructuralPartialEq for ExprAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl StructuralPartialEq for PrototypeAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl StructuralPartialEq for FunctionAST","synthetic":false,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl StructuralPartialEq for SmallCStr","synthetic":false,"types":["llvm_kaleidoscope_rs::SmallCStr"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.Sync.js b/implementors/core/marker/trait.Sync.js index 35fdad5..4ed45ff 100644 --- a/implementors/core/marker/trait.Sync.js +++ b/implementors/core/marker/trait.Sync.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> !Sync for Codegen<'llvm, 'a>","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl Sync for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> Sync for Lexer<I> where
    I: Sync
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl !Sync for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Module"]},{"text":"impl<'llvm> !Sync for Builder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Builder"]},{"text":"impl<'llvm> !Sync for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl<'llvm> !Sync for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Type"]},{"text":"impl<'llvm> !Sync for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Value"]},{"text":"impl<'llvm> !Sync for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::FnValue"]},{"text":"impl Sync for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl Sync for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl Sync for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> Sync for Parser<I> where
    I: Sync
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl Sync for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> Sync for Either<A, B> where
    A: Sync,
    B: Sync
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> !Sync for Codegen<'llvm, 'a>","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl Sync for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> Sync for Lexer<I> where
    I: Sync
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl<'llvm> !Sync for IRBuilder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::builder::IRBuilder"]},{"text":"impl !Sync for LLJit","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::LLJit"]},{"text":"impl<'jit> !Sync for ResourceTracker<'jit>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::ResourceTracker"]},{"text":"impl !Sync for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::module::Module"]},{"text":"impl<'llvm> !Sync for FunctionPassManager<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::pass_manager::FunctionPassManager"]},{"text":"impl<'llvm> !Sync for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::type_::Type"]},{"text":"impl<'llvm> !Sync for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::Value"]},{"text":"impl<'llvm> !Sync for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::FnValue"]},{"text":"impl<'llvm> !Sync for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl Sync for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl Sync for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl Sync for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> Sync for Parser<I> where
    I: Sync
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl Sync for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> Sync for Either<A, B> where
    A: Sync,
    B: Sync
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/marker/trait.Unpin.js b/implementors/core/marker/trait.Unpin.js index 216ddc5..26512c0 100644 --- a/implementors/core/marker/trait.Unpin.js +++ b/implementors/core/marker/trait.Unpin.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> Unpin for Codegen<'llvm, 'a> where
    'llvm: 'a, 
","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl Unpin for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> Unpin for Lexer<I> where
    I: Unpin
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl Unpin for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Module"]},{"text":"impl<'llvm> Unpin for Builder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Builder"]},{"text":"impl<'llvm> Unpin for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl<'llvm> Unpin for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Type"]},{"text":"impl<'llvm> Unpin for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Value"]},{"text":"impl<'llvm> Unpin for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::FnValue"]},{"text":"impl Unpin for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl Unpin for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl Unpin for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> Unpin for Parser<I> where
    I: Unpin
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl Unpin for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> Unpin for Either<A, B> where
    A: Unpin,
    B: Unpin
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> Unpin for Codegen<'llvm, 'a> where
    'llvm: 'a, 
","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl Unpin for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> Unpin for Lexer<I> where
    I: Unpin
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl<'llvm> Unpin for IRBuilder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::builder::IRBuilder"]},{"text":"impl Unpin for LLJit","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::LLJit"]},{"text":"impl<'jit> Unpin for ResourceTracker<'jit>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::ResourceTracker"]},{"text":"impl Unpin for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::module::Module"]},{"text":"impl<'llvm> Unpin for FunctionPassManager<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::pass_manager::FunctionPassManager"]},{"text":"impl<'llvm> Unpin for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::type_::Type"]},{"text":"impl<'llvm> Unpin for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::Value"]},{"text":"impl<'llvm> Unpin for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::FnValue"]},{"text":"impl<'llvm> Unpin for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl Unpin for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl Unpin for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl Unpin for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> Unpin for Parser<I> where
    I: Unpin
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl Unpin for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> Unpin for Either<A, B> where
    A: Unpin,
    B: Unpin
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/deref/trait.Deref.js b/implementors/core/ops/deref/trait.Deref.js index c17e51f..1f5eeda 100644 --- a/implementors/core/ops/deref/trait.Deref.js +++ b/implementors/core/ops/deref/trait.Deref.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm> Deref for FnValue<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::FnValue"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm> Deref for FnValue<'llvm>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::value::FnValue"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/ops/drop/trait.Drop.js b/implementors/core/ops/drop/trait.Drop.js index f2e3e5a..6ed70d3 100644 --- a/implementors/core/ops/drop/trait.Drop.js +++ b/implementors/core/ops/drop/trait.Drop.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl Drop for Module","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::Module"]},{"text":"impl Drop for Builder<'_>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::Builder"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl Drop for IRBuilder<'_>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::builder::IRBuilder"]},{"text":"impl Drop for ResourceTracker<'_>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::lljit::ResourceTracker"]},{"text":"impl Drop for Module","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::module::Module"]},{"text":"impl Drop for FunctionPassManager<'_>","synthetic":false,"types":["llvm_kaleidoscope_rs::llvm::pass_manager::FunctionPassManager"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/std/panic/trait.RefUnwindSafe.js b/implementors/std/panic/trait.RefUnwindSafe.js index efd22f6..edb60c1 100644 --- a/implementors/std/panic/trait.RefUnwindSafe.js +++ b/implementors/std/panic/trait.RefUnwindSafe.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> RefUnwindSafe for Codegen<'llvm, 'a>","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl RefUnwindSafe for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> RefUnwindSafe for Lexer<I> where
    I: RefUnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl RefUnwindSafe for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Module"]},{"text":"impl<'llvm> RefUnwindSafe for Builder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Builder"]},{"text":"impl<'llvm> RefUnwindSafe for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl<'llvm> RefUnwindSafe for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Type"]},{"text":"impl<'llvm> RefUnwindSafe for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Value"]},{"text":"impl<'llvm> RefUnwindSafe for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::FnValue"]},{"text":"impl RefUnwindSafe for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl RefUnwindSafe for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl RefUnwindSafe for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> RefUnwindSafe for Parser<I> where
    I: RefUnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl RefUnwindSafe for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> RefUnwindSafe for Either<A, B> where
    A: RefUnwindSafe,
    B: RefUnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> RefUnwindSafe for Codegen<'llvm, 'a>","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl RefUnwindSafe for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> RefUnwindSafe for Lexer<I> where
    I: RefUnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl<'llvm> RefUnwindSafe for IRBuilder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::builder::IRBuilder"]},{"text":"impl RefUnwindSafe for LLJit","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::LLJit"]},{"text":"impl<'jit> RefUnwindSafe for ResourceTracker<'jit>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::ResourceTracker"]},{"text":"impl RefUnwindSafe for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::module::Module"]},{"text":"impl<'llvm> RefUnwindSafe for FunctionPassManager<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::pass_manager::FunctionPassManager"]},{"text":"impl<'llvm> RefUnwindSafe for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::type_::Type"]},{"text":"impl<'llvm> RefUnwindSafe for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::Value"]},{"text":"impl<'llvm> RefUnwindSafe for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::FnValue"]},{"text":"impl<'llvm> RefUnwindSafe for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl RefUnwindSafe for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl RefUnwindSafe for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl RefUnwindSafe for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> RefUnwindSafe for Parser<I> where
    I: RefUnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl RefUnwindSafe for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> RefUnwindSafe for Either<A, B> where
    A: RefUnwindSafe,
    B: RefUnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/std/panic/trait.UnwindSafe.js b/implementors/std/panic/trait.UnwindSafe.js index 2faa942..2fcfb73 100644 --- a/implementors/std/panic/trait.UnwindSafe.js +++ b/implementors/std/panic/trait.UnwindSafe.js @@ -1,3 +1,3 @@ (function() {var implementors = {}; -implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> UnwindSafe for Codegen<'llvm, 'a>","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl UnwindSafe for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> UnwindSafe for Lexer<I> where
    I: UnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl UnwindSafe for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Module"]},{"text":"impl<'llvm> UnwindSafe for Builder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Builder"]},{"text":"impl<'llvm> UnwindSafe for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl<'llvm> UnwindSafe for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Type"]},{"text":"impl<'llvm> UnwindSafe for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::Value"]},{"text":"impl<'llvm> UnwindSafe for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::FnValue"]},{"text":"impl UnwindSafe for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl UnwindSafe for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl UnwindSafe for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> UnwindSafe for Parser<I> where
    I: UnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl UnwindSafe for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> UnwindSafe for Either<A, B> where
    A: UnwindSafe,
    B: UnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; +implementors["llvm_kaleidoscope_rs"] = [{"text":"impl<'llvm, 'a> !UnwindSafe for Codegen<'llvm, 'a>","synthetic":true,"types":["llvm_kaleidoscope_rs::codegen::Codegen"]},{"text":"impl UnwindSafe for Token","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Token"]},{"text":"impl<I> UnwindSafe for Lexer<I> where
    I: UnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::lexer::Lexer"]},{"text":"impl<'llvm> UnwindSafe for IRBuilder<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::builder::IRBuilder"]},{"text":"impl UnwindSafe for LLJit","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::LLJit"]},{"text":"impl<'jit> UnwindSafe for ResourceTracker<'jit>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::lljit::ResourceTracker"]},{"text":"impl UnwindSafe for Module","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::module::Module"]},{"text":"impl<'llvm> UnwindSafe for FunctionPassManager<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::pass_manager::FunctionPassManager"]},{"text":"impl<'llvm> UnwindSafe for Type<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::type_::Type"]},{"text":"impl<'llvm> UnwindSafe for Value<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::Value"]},{"text":"impl<'llvm> UnwindSafe for FnValue<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::value::FnValue"]},{"text":"impl<'llvm> UnwindSafe for BasicBlock<'llvm>","synthetic":true,"types":["llvm_kaleidoscope_rs::llvm::BasicBlock"]},{"text":"impl UnwindSafe for ExprAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::ExprAST"]},{"text":"impl UnwindSafe for PrototypeAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::PrototypeAST"]},{"text":"impl UnwindSafe for FunctionAST","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::FunctionAST"]},{"text":"impl<I> UnwindSafe for Parser<I> where
    I: UnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::parser::Parser"]},{"text":"impl UnwindSafe for SmallCStr","synthetic":true,"types":["llvm_kaleidoscope_rs::SmallCStr"]},{"text":"impl<A, B> UnwindSafe for Either<A, B> where
    A: UnwindSafe,
    B: UnwindSafe
","synthetic":true,"types":["llvm_kaleidoscope_rs::Either"]}]; if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file -- cgit v1.2.3