- Notifications
You must be signed in to change notification settings - Fork2.6k
Insights: modular/modular
Overview
Could not load contribution data
Please try again later
21 Pull requests merged by3 people
- [CI] Limit concurrency for PR CI
#4472 merged
Apr 30, 2025 - [kernels] Open source the nvml package
#4471 merged
Apr 30, 2025 - [kernels] Open source the quantization package
#4470 merged
Apr 30, 2025 - [kernels] Open source the kv_cache package
#4468 merged
Apr 30, 2025 - [kernels] Open source the nn package
#4466 merged
Apr 30, 2025 - [OSS] Update README for repo rename
#4463 merged
Apr 29, 2025 - [kernels] Open source the linalg package
#4462 merged
Apr 29, 2025 - [max] Open source the serve package
#4459 merged
Apr 29, 2025 - [kernels] Open source the layout package
#4455 merged
Apr 29, 2025 - [stdlib] Open source the math unit tests
#4452 merged
Apr 28, 2025 - [Kernels] Open source the register package
#4451 merged
Apr 28, 2025 - [stdlib] Open source the asyncrt tests
#4448 merged
Apr 28, 2025 - [stdlib] Exclude asyncrt tests
#4450 merged
Apr 28, 2025 - [stdlib] Open source algorithm package
#4445 merged
Apr 28, 2025 - [stdlib] Open source benchmark package
#4441 merged
Apr 27, 2025 - [stdlib] Open source runtime package
#4440 merged
Apr 27, 2025 - [stdlib] Open source compile tests
#4435 merged
Apr 27, 2025 - [stdlib] Open source the gpu package
#4427 merged
Apr 26, 2025 - [stdlib] Open source the compile package
#4426 merged
Apr 25, 2025 - [stdlib] Open source the buffer package
#4422 merged
Apr 25, 2025 - [stdlib] Open source the complex package
#4419 merged
Apr 24, 2025
5 Pull requests opened by4 people
- [stdlib] Trivial cleanups in `compile.mojo`
#4429 opened
Apr 25, 2025 - [stdlib] ABI hardening in `_startup.mojo`
#4433 opened
Apr 26, 2025 - [stdlib] Remove `WritableCollectionElement` using trait composition instead
#4444 opened
Apr 27, 2025 - [max-examples] fix image_pipeline grayscale filter: set simd_width=1
#4456 opened
Apr 29, 2025 - [stdlib] Add `String.unsafe_ptr_mut[is_owned]()` parameter and rename internal fns
#4460 opened
Apr 29, 2025
4 Issues closed by2 people
- [BUG] Unexpected inability of compiler to optimize away moves
#2410 closed
Apr 30, 2025 - [BUG] Function call with `IntLiteral` incorrectly eliminated despite side-effects
#4362 closed
Apr 28, 2025 - [Docs] missing import in mandelbrot.mojo example
#4438 closed
Apr 27, 2025 - [BUG] Python.evaluate doesn't handle nul termination correctly
#4431 closed
Apr 26, 2025
18 Issues opened by12 people
- [BUG] FileHandle.seek takes negative values in the docs despite being of type uint64
#4473 opened
May 1, 2025 - [BUG] Mojo crashed when use value method of Optional.
#4469 opened
Apr 30, 2025 - [Feature Request][docs] Document @no_inline
#4467 opened
Apr 30, 2025 - [BUG] Compiler crashes when using `@value` on a `struct` with wrong `__copyinit__` type
#4465 opened
Apr 30, 2025 - [BUG] Misuse of parametric alias defined in `struct` not rejected during typechecking
#4464 opened
Apr 30, 2025 - [Feature Request][LSP] Add auto-import feature
#4461 opened
Apr 29, 2025 - [Magic] [Feature Request] Package Modular's LLVM builds in Magic Conda Repos
#4458 opened
Apr 29, 2025 - [BUG]Struct with optional self type member crashes
#4457 opened
Apr 29, 2025 - [BUG] Wrong origin interpreted from read-only operation
#4454 opened
Apr 28, 2025 - [BUG][LSP] Compiler crashes if keyword argument unpacking syntax is used
#4447 opened
Apr 28, 2025 - [BUG][CRASH] I am kindof confused on what has happened here. "Segmentation Fault?"
#4446 opened
Apr 28, 2025 - [BUG] Infer-only parameters on parameterized struct methods aren't infer-only
#4443 opened
Apr 27, 2025 - [Feature Request] `IntLiteral.__pow__(self, pow: IntLiteral) -> IntLiteral`
#4439 opened
Apr 26, 2025 - [Magic] `libpython3.12.so` not found
#4424 opened
Apr 25, 2025 - [Feature Request] Implement `IntLiteral.__truediv__(self, other: IntLiteral) -> FloatLiteral`
#4423 opened
Apr 25, 2025 - [Feature Request] Lexer: Add support for named escaped sequenes ( \N{name} )
#4421 opened
Apr 24, 2025 - [BUG] Code runs with `max = "==25.1"` but not with `max = "*"`
#4420 opened
Apr 24, 2025
28 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
- [stdlib] [proposal] String, ASCII, Unicode, UTF, Graphemes
#3988 commented on
May 1, 2025 • 30 new comments - [stdlib] Fix immutable pointers implicitly cast to mutable in `string.mojo` and `stringslice.mojo`
#4397 commented on
Apr 29, 2025 • 10 new comments - [stdlib] Fix `UnsafePointer` origins in `format.mojo`
#4401 commented on
Apr 29, 2025 • 2 new comments - [stdlib] Fix ABI for `CPython.PyObject_HasAttrString`
#4202 commented on
May 1, 2025 • 2 new comments - [stdlib] Hardening ABI for `CPython.PyDict_*`
#4204 commented on
Apr 25, 2025 • 1 new comment - [stdlib] Add `math.next_multiple_of()` and fix `String` impl
#4416 commented on
Apr 29, 2025 • 0 new comments - [stdlib] Fix unsafe `String.join()` and let write methods receive `StringSlice`s
#4414 commented on
Apr 29, 2025 • 0 new comments - [stdlib] Fix origin mutability of pointers in `memory.mojo`
#4398 commented on
Apr 30, 2025 • 0 new comments - [stdlib] Chase after `UnsafePointer` origin bugs
#4396 commented on
Apr 26, 2025 • 0 new comments - [stdlib] Add back a safer filehandle read function
#4382 commented on
Apr 28, 2025 • 0 new comments - [stdlib] Fix example in `builtin/int.mojo`
#4377 commented on
Apr 26, 2025 • 0 new comments - [stdlib] Fix sqrt loop range and rewrite to prevent overflow
#4353 commented on
Apr 29, 2025 • 0 new comments - [stdlib] Fix `SIMD[..., u128/s128]` construction from `UInt`
#4339 commented on
Apr 27, 2025 • 0 new comments - [stdlib] Add optional small buffer optimization to `List`, take 2
#2825 commented on
Apr 25, 2025 • 0 new comments - [BUG] the VScode language support seems to have a problem
#4418 commented on
Apr 30, 2025 • 0 new comments - [Feature Request] Replace `__copyinit__` (a constructor) with an ordinary instance method named `__copy__`. (And do the same for move constructors.)
#3914 commented on
Apr 30, 2025 • 0 new comments - [BUG] Unexpected constructor resolution due to implicit type casting
#3351 commented on
Apr 30, 2025 • 0 new comments - [BUG] VSCode extension doesn't run simple file after switch to magic
#3560 commented on
Apr 29, 2025 • 0 new comments - [Feature Request] Explicit parametric alias with default argument
#1904 commented on
Apr 29, 2025 • 0 new comments - [BUG]pandas == condition fails
#4258 commented on
Apr 28, 2025 • 0 new comments - [BUG] Compiler gives a very unhelpful error message when calling `String.__add__` with the wrong type
#4392 commented on
Apr 28, 2025 • 0 new comments - [Feature Request] Add `.name` syntax for parameter access
#4346 commented on
Apr 27, 2025 • 0 new comments - [BUG] ImportError: cannot import name 'ParameterSource' from 'click.core'
#4326 commented on
Apr 26, 2025 • 0 new comments - [BUG] The compiler allows implicit casting from non-mut `UnsafePointer` to mut ones.
#4386 commented on
Apr 26, 2025 • 0 new comments - [BUG] Compiler optimization removes calling code lines for some SIMD conditions
#1975 commented on
Apr 26, 2025 • 0 new comments - [BUG] Trait inheritance discards some function calls
#4166 commented on
Apr 26, 2025 • 0 new comments - [BUG] The field storing the number of items in a List or Dict should be named "length", not "size"
#3511 commented on
Apr 25, 2025 • 0 new comments - [BUG] <code>__mlir_attr[`#pop.simd<"nan"> :`, Scalar[dtype]._mlir_type]</code> doesn't work
#4252 commented on
Apr 24, 2025 • 0 new comments