Messages by Thread
-
-
[elixir-core:10777] [Proposal] Allow String Literal in the TypeSpec
Yordis Prieto
-
[elixir-core:10775] [Proposal] Add defines_struct?/1
Yordis Prieto
-
[elixir-core:10762] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
SJ
-
Re: [elixir-core:10762] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
Adam Lancaster
-
Re: [elixir-core:10766] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
Wojtek Mach
-
Re: [elixir-core:10767] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
José Valim
-
Re: [elixir-core:10768] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
Adam Lancaster
-
Re: [elixir-core:10769] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
Benjamin Danklin
-
Re: [elixir-core:10770] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
Michał Muskała
-
Re: [elixir-core:10771] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
José Valim
-
Re: [elixir-core:10772] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
Aleksei Matiushkin
-
Re: [elixir-core:10773] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
José Valim
-
Re: [elixir-core:10763] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
José Valim
-
Re: [elixir-core:10764] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
Adam Lancaster
-
Re: [elixir-core:10765] [Proposal] Update MapSets with pattern matching, assignments, update shorthand, etc.
José Valim
-
[elixir-core:10751] [Proposal] dual alias of the same module should result in a warning
[email protected]
-
[elixir-core:10750] Should this result in a warning?
[email protected]
-
[elixir-core:10746] Proposal: Allow `describe` blocks in ExUnit test to be skipped
'eksperimental' via elixir-lang-core
-
[elixir-core:10742] [Proposal] A 'concise' flag for 'mix test'
sp
-
[elixir-core:10739] [Proposal] Formatter plugin to pre-format (or re-format) elixir files
Zach Daniel
-
[elixir-core:10735] [Proposal] Conditional pipe
xward
-
[elixir-core:10732] [Proposal] Add Kernel.get_in/1
Marc-André Lafortune
-
[elixir-core:10731] Concurrrent Release Builds/Compile File Lock
Brendan Ball
-
[elixir-core:10727] Proposal: Add support for list of strings in String.{trim, trim_leading, trim_trailing}
'eksperimental' via elixir-lang-core
-
Re: [elixir-core:10728] Proposal: Add support for list of strings in String.{trim, trim_leading, trim_trailing}
José Valim
-
Re: [elixir-core:10729] Proposal: Add support for list of strings in String.{trim, trim_leading, trim_trailing}
'eksperimental' via elixir-lang-core
-
Re: [elixir-core:10817] Proposal: Add support for list of strings in String.{trim, trim_leading, trim_trailing}
'eksperimental' via elixir-lang-core
-
Re: [elixir-core:10818] Proposal: Add support for list of strings in String.{trim, trim_leading, trim_trailing}
José Valim
-
Re: [elixir-core:10819] Proposal: Add support for list of strings in String.{trim, trim_leading, trim_trailing}
'eksperimental' via elixir-lang-core
-
Re: [elixir-core:10820] Proposal: Add support for list of strings in String.{trim, trim_leading, trim_trailing}
José Valim
-
Re: [elixir-core:10821] Proposal: Add support for list of strings in String.{trim, trim_leading, trim_trailing}
'eksperimental' via elixir-lang-core
-
[elixir-core:10717] [Proposal] Embedded Elixir Expressions in Formatter Plugins
Jonatan Männchen
-
[elixir-core:10710] [Proposal] Add a shortcut to access a struct within the module where it is defined
Tim Masliuchenko
-
[elixir-core:10708] Mix: Allow project specific mix tasks to be called in a project subdirectory
Benjamin Philip
-
[elixir-core:10707] Wrapper for receive block.
Andrzej Podobiński
-
[elixir-core:10706] [Proposal] add colored output to 'did you mean' suggestions
Daniel Kukuła
-
[elixir-core:10706] Logger.add_backend(:console, opts) doesn't work
'James Schinner' via elixir-lang-core
-
[elixir-core:10704] Map.transform_values
Marc-André Lafortune
-
[elixir-core:10701] Allow String.to_integer/1 to return integer when passed integer argument
Curtis Rock
-
[elixir-core:10698] Can I add the Dekatrian Calendar?
Luis Sousa
-
[elixir-core:10680] Can we optimize immediately-called anonymous functions such as the ones used with then/2?
[email protected]
-
[elixir-core:10670] Add support for simultaneously updating multiple key-value pairs in maps and keyword lists
Paul Alexander
-
[elixir-core:10638] Introduce let and reduce qualifiers to for
José Valim
-
[elixir-core:10631] Proposal: Emit warning on public functions without a proper function signature
'eksperimental' via elixir-lang-core
-
[elixir-core:10601] Feature request: Working directory independent way to get formatter configuration for a file
Jason Axelson
-
[elixir-core:10596] Introduce :let in for-comprehensions
José Valim
-
[elixir-core:10593] Add Enum.split_evenly/1
Masynchin