summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-01impl common traits for StarlarkCallableCheckedHEADmainStiopa Koltsov
2024-10-01StarlarkCallableChecked::to_uncheckedStiopa Koltsov
2024-10-01make types private & remove derefsRoman Perehonchuk
2024-10-01remove SetRef::from_valueRoman Perehonchuk
2024-10-01typecheckingRoman Perehonchuk
2024-10-01issubsetRoman Perehonchuk
2024-10-01issupersetRoman Perehonchuk
2024-10-01sub for setsRoman Perehonchuk
2024-10-01differenceRoman Perehonchuk
2024-10-01clearRoman Perehonchuk
2024-10-01popRoman Perehonchuk
2024-10-01discardRoman Perehonchuk
2024-10-01removeRoman Perehonchuk
2024-10-01add remove_hashed to small_setRoman Perehonchuk
2024-10-01implement addRoman Perehonchuk
2024-10-01symmetric differenceRoman Perehonchuk
2024-10-01bit xorRoman Perehonchuk
2024-10-01intersectionRoman Perehonchuk
2024-10-01bit andRoman Perehonchuk
2024-10-01unionRoman Perehonchuk
2024-10-01refs unpack valRoman Perehonchuk
2024-09-30Inline some trivial functionsStiopa Koltsov
2024-09-30Remove some dead codeStiopa Koltsov
2024-09-30Disable check bans sources in ossStiopa Koltsov
2024-09-30bit orRoman Perehonchuk
2024-09-30boolRoman Perehonchuk
2024-09-30add MutableSet type aliasRoman Perehonchuk
2024-09-30starlark native set part 1Roman Perehonchuk
2024-09-29StringValue::eq without virtual callStiopa Koltsov
2024-09-28Remove TyNameStiopa Koltsov
2024-09-28Inline TypeCompiled::new_impl into newStiopa Koltsov
2024-09-28Inline false into TypeCompiled::new_impl(allow_str=)Stiopa Koltsov
2024-09-28ADT for parsing &Arguments in proc macrosStiopa Koltsov
2024-09-28Move NativeCallableParamSpec init for &Arguments into __derive_refsStiopa Koltsov
2024-09-28Return syn::Expr from render_signatureStiopa Koltsov
2024-09-28Parse pos/kwargs without signatureStiopa Koltsov
2024-09-28Test for kwargs codegenStiopa Koltsov
2024-09-28Better parameter unpacking in proc macrosStiopa Koltsov
2024-09-28Do not panic in proc macros in render_binding_argStiopa Koltsov
2024-09-28Dead code in codegenStiopa Koltsov
2024-09-28Remove special handling of positional-only required-only parameters in codegenStiopa Koltsov
2024-09-28Rewrite this handling in codegenStiopa Koltsov
2024-09-28Remove some redundant typesStiopa Koltsov
2024-09-28Test for non-starlark attributes in native functionsStiopa Koltsov
2024-09-28Use syn types in codegenStiopa Koltsov
2024-09-28Assert &mut Evaluator and &Heap do not have attributesStiopa Koltsov
2024-09-28Stricted validation of &Heap and &mut Evaluator parametersStiopa Koltsov
2024-09-28Better errors in codegenStiopa Koltsov
2024-09-28Simplify codegenStiopa Koltsov
2024-09-28Simplify generated code for defaulted parametersStiopa Koltsov