0
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #15 from wulmer/feature/windows-and-mac-eol-characters More... almost 6 years ago
vm/import: add module name to message of NotFound error More... almost 6 years ago
Merge branch 'warnings_cleanup' More... almost 6 years ago
Suppress unused variable warnings. More... almost 6 years ago
Deal with warnings for Ellipsis and Rarrow More... almost 6 years ago
Add support for Windows/Mac EOL characters in lexer More... almost 6 years ago
Added closures More... almost 6 years ago
Add scope object to to_str function More... almost 6 years ago
Merge branch 'master' of github.com:RustPython/RustPython More... almost 6 years ago
Add environment thingy More... almost 6 years ago
Merge pull request #14 from nyirog/master More... almost 6 years ago
vm/import: support package import More... almost 6 years ago
Merge pull request #13 from cthulahoops/warnings_cleanup More... almost 6 years ago
Fix warnings in main.rs. More... almost 6 years ago
Merge pull request #12 from cthulahoops/lambdas More... almost 6 years ago
Add compilation of lambdas and support function arguments. More... almost 6 years ago
Update lexer and parser to support lambdas. More... almost 6 years ago
Merge pull request #10 from cthulahoops/string_literal_escapes More... almost 6 years ago
Add support for a escape sequence in string literals to lexer. More... almost 6 years ago
Add else clause to for loop More... almost 6 years ago
Merge pull request #9 from yodalee/add-bool-constant More... almost 6 years ago
Change block stack unwind a little bit More... almost 6 years ago
add boolean constant More... almost 6 years ago
resume debug code object print at startup More... almost 6 years ago
Add compile builtin More... almost 6 years ago
Add spiffy dir function More... almost 6 years ago
Reduce dependencies of vm and parser crates More... almost 6 years ago
Store local variables in REPL More... almost 6 years ago
Add more arithmatic More... almost 6 years ago
Add else statement More... almost 6 years ago