Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

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: RustPython/RustPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2025-03-03-main-14
Choose a base ref
...
head repository: RustPython/RustPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2025-03-10-main-20
Choose a head ref
  • 16 commits
  • 19 files changed
  • 9 contributors

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    defcada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6804dd4 View commit details
    Browse the repository at this point in the history
  3. Remove winapi dependency

    arihant2math authored and coolreader18 committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    3ae1160 View commit details
    Browse the repository at this point in the history
  4. formatting

    arihant2math authored and coolreader18 committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    4d9804f View commit details
    Browse the repository at this point in the history
  5. fix non-windows build

    arihant2math authored and coolreader18 committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    8d2c680 View commit details
    Browse the repository at this point in the history
  6. Update socket.rs

    Co-authored-by: Jeong, YunWon <[email protected]>
    2 people authored and coolreader18 committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    05cb8c0 View commit details
    Browse the repository at this point in the history
  7. upgrade to windows-sys 0.59.0

    arihant2math authored and coolreader18 committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    3394072 View commit details
    Browse the repository at this point in the history
  8. resolve comments

    arihant2math authored and coolreader18 committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    ddf2e59 View commit details
    Browse the repository at this point in the history
  9. formatting

    arihant2math authored and coolreader18 committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    b4929d2 View commit details
    Browse the repository at this point in the history
  10. fix clippy

    arihant2math authored and coolreader18 committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    d2bf317 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7fea1e1 View commit details
    Browse the repository at this point in the history
  12. Add JIT compilation support for integer multiplication, division, and…

    … exponents (#5561)
    
    * Initial commit for power function
    
    * Float power jit developed
    
    * Addded support for Floats and Ints
    
    * Integration Testing for JITPower implementation.
    
    * Update instructions.rs
    
    cranelift more like painlift
    
    * Update instructions.rs
    
    * Update instructions.rs
    
    * initial commit for making stable PR ready features
    
    * fixed final edge case for compile_ipow
    
    * fixed final edge case for compile_ipow
    
    * commenting out compile_ipow
    
    * fixed spelling errors
    
    * removed unused tests
    
    * forgot to run clippy
    
    ---------
    
    Co-authored-by: Nicholas Paulick <[email protected]>
    Co-authored-by: Nick <[email protected]>
    Co-authored-by: JoeLoparco <[email protected]>
    Co-authored-by: Nathan Rusch <[email protected]>
    Co-authored-by: dohear <[email protected]>
    6 people authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    58ebf04 View commit details
    Browse the repository at this point in the history
  13. Update webpack (#5585)

    * Update webpack
    
    * Build demo before notebook
    
    * Use with instead of env for actions-gh-pages
    coolreader18 authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    cc0a1ce View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    97853bf View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Configuration menu
    Copy the full SHA
    bae0ad3 View commit details
    Browse the repository at this point in the history
  2. add os support modules

    arihant2math authored and youknowone committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    bf28152 View commit details
    Browse the repository at this point in the history
Loading