-
-
Notifications
You must be signed in to change notification settings - Fork 407
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: boa-dev/boa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: boa-dev/boa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 22 files changed
- 4 contributors
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 31607e6 - Browse repository at this point
Copy the full SHA 31607e6View commit details
Commits on Nov 12, 2019
-
Implement macro for setting builtin functions
* Add make_fn macro in builtins module * Replace all array methods with the make_fn macro * Set builtins method with make_fn for bool, console, error, json, math, number, object, regexp and string * Rename make_fn macro to make_builtin_fn * Rename the actual macro rule to make_builtin_fn * make_builtin_fn macro without length will result to length 0 * Add length property for every builtin method * Remove duplicate definition of toString method in regexp * Add missing length attributes to builtins methods
Configuration menu - View commit details
-
Copy full SHA for 7698873 - Browse repository at this point
Copy the full SHA 7698873View commit details
Commits on Nov 26, 2019
-
* Added the initial re-implementation of Display for Objects * Added internal object slots printing * Used INSTANCE_PROTOTYPE instead of "__proto__" * Updated TODO comment * rustfmt * Fixed clippy and unit tests * WIP: Added a working prototype for detecting cycles * Refactored the object printing logic * Reverted test.js * Fixed print identation * rustfmt * Added printing for the internal_slots * Fixed missing comma between internal slots & props when printing * Clippy * Implemented a macro for printing objects & refactored * Used display_obj in console.log * rustfmt * Fixed String & Array prototypes length not being set * Extracted common logic in a function * Commented out problematic lines in `concat` * rustfmt * Refactored console.rs & value.rs * Fixed log_string_from looking for wrong string slot * Reverted commented test * Removed Array & String prototype lengths' getters * Removed unused functions * rustfmt
Configuration menu - View commit details
-
Copy full SHA for 724dd65 - Browse repository at this point
Copy the full SHA 724dd65View commit details
Commits on Nov 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cf516f6 - Browse repository at this point
Copy the full SHA cf516f6View commit details
Commits on Dec 2, 2019
-
updating rest-spread (rebased) (#213)
* Adding support for rest/spread
Configuration menu - View commit details
-
Copy full SHA for 80a9e6a - Browse repository at this point
Copy the full SHA 80a9e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 993efac - Browse repository at this point
Copy the full SHA 993efacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b1249 - Browse repository at this point
Copy the full SHA 89b1249View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.0...v0.5.1