Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 tahun lalu |
Andreas Kling
|
d1477bcb8e
Shell: Replace Result<T, E> use with ErrorOr<T>
|
3 tahun lalu |
Brian Gianforcaro
|
951cd68979
Shell: Use default instead of an empty constructor/destructor
|
3 tahun lalu |
Andreas Kling
|
eaf88cc78a
AK: Rename create<T> => make_ref_counted<T>
|
3 tahun lalu |
TheFightingCatfish
|
f67c2c97b1
Shell: Improve the parsing of history event designators
|
4 tahun lalu |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
4 tahun lalu |
Brian Gianforcaro
|
8063ca881d
Shell: Remove unused InlineLinkedList header include
|
4 tahun lalu |
Gunnar Beutner
|
d476144565
Userland: Allow building SerenityOS with -funsigned-char
|
4 tahun lalu |
Ali Mohammad Pur
|
323a408d8c
Shell: Make set_is_syntax_error() also copy the error location
|
4 tahun lalu |
Ali Mohammad Pur
|
3048274f5e
Shell: Add support for heredocs
|
4 tahun lalu |
Ali Mohammad Pur
|
0d742557c6
Shell: Allow Syntax errors to be mutated while parsing
|
4 tahun lalu |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 tahun lalu |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 tahun lalu |
AnotherTest
|
3b8fa5a753
Shell: Add support for indexing into variables
|
4 tahun lalu |
AnotherTest
|
13b65b632a
Shell: Add support for enumerating lists in for loops
|
4 tahun lalu |
AnotherTest
|
a45b2ea6fb
Shell: Add support for 'immediate' expressions as variable substitutions
|
4 tahun lalu |
AnotherTest
|
afc1097023
Shell: Make Node::hit_test_position() const
|
4 tahun lalu |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 tahun lalu |
AnotherTest
|
e3ec759f97
Shell: Make history range values larger than u32 a syntax error
|
4 tahun lalu |
AnotherTest
|
2bd77bc93b
Shell: Make the parser read consecutive sequences without recursing
|
4 tahun lalu |
AnotherTest
|
5ec139e728
Shell: Make 'if' expressions return the unevaluated value of blocks
|
4 tahun lalu |
AnotherTest
|
2843526513
Shell: Mark control structures to be executed in the current process
|
4 tahun lalu |
AnotherTest
|
1c78d12f1c
Shell: Implement `for_each_entry()` for syntactic list nodes
|
4 tahun lalu |
AnotherTest
|
239472ba69
Shell: Add (basic) support for history event designators
|
4 tahun lalu |
Andreas Kling
|
c4e2fd8123
Shell: Move to Userland/Shell/
|
4 tahun lalu |