Skip to content

Commit

Permalink
chore: Add docs for each comptime method (noir-lang/noir#5802)
Browse files Browse the repository at this point in the history
chore: Add comptime docs (noir-lang/noir#5800)
fix: Handle multiple entry points for Brillig call stack resolution after metadata deduplication (noir-lang/noir#5788)
fix(acir_gen): Nested dynamic array initialization (noir-lang/noir#5810)
fix: honor function visibility in LSP completion (noir-lang/noir#5809)
feat: LSP completion now works better in the middle of idents (noir-lang/noir#5795)
feat: Explicit Associated Types & Constants (noir-lang/noir#5739)
feat: add `Expr::as_cast` and `UnresolvedType::is_field` (noir-lang/noir#5801)
feat: add `Expr` methods: as_comptime, as_unsafe, is_break, is_continue (noir-lang/noir#5799)
fix: do not use predicate for index in array operation, when the index is safe (noir-lang/noir#5779)
chore: Toggle underconstrained check (noir-lang/noir#5724)
feat: Add `Expr::as_block` and `Expr::has_semicolon` (noir-lang/noir#5784)
feat: LSP hover and go-to-definition for crates (noir-lang/noir#5786)
fix(acvm): Clear ACIR call stack after successful circuit execution (noir-lang/noir#5783)
chore: sanitize url's to only allow github (noir-lang/noir#5776)
chore: enable constant inputs for more blackbox (noir-lang/noir#5647)
chore: move sha2 functions into the `hash` module (noir-lang/noir#5768)
  • Loading branch information
AztecBot committed Aug 25, 2024
2 parents 331e938 + e38b6fd commit 3887420
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions noir/noir-repo/noir_stdlib/src/meta/typ.nr
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ impl Type {
fn get_trait_impl(self, constraint: TraitConstraint) -> Option<TraitImpl> {}
// docs:end:get_trait_impl

#[builtin(type_get_trait_impl)]
fn get_trait_impl(self, constraint: TraitConstraint) -> Option<TraitImpl> {}

#[builtin(type_implements)]
// docs:start:implements
fn implements(self, constraint: TraitConstraint) -> bool {}
Expand Down

0 comments on commit 3887420

Please sign in to comment.