Ali Mohammad Pur
|
2eb0a8f3d2
Shell: Expand for loop's iterated expr before iterating over it
|
1 year ago |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 year ago |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 year ago |
Hendiadyoin1
|
3d83d70cac
Shell: Stop lying about string types
|
2 years ago |
Ali Mohammad Pur
|
24c7995743
Shell: Rename the verb {lookup => look_up}
|
2 years ago |
Ali Mohammad Pur
|
367da548ff
Shell: Make null_or_alternative actually look up the given variable
|
2 years ago |
Ali Mohammad Pur
|
7c312980b0
Shell: Implement arithmetic expansions for POSIX mode
|
2 years ago |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 years ago |
Linus Groh
|
51c3967516
Everywhere: Use '_{short_,}string' literals more
|
2 years ago |
Ali Mohammad Pur
|
0c28fd41ed
Shell: Convert all immediately convertible fallible functions to ErrorOr
|
2 years ago |
Ali Mohammad Pur
|
e403dbabfa
Shell: Convert the remaining fallible AST functions to ErrorOr
|
2 years ago |
Ali Mohammad Pur
|
5f950df3d4
Shell: Make Immediate expression invocation fallible
|
2 years ago |
Ali Mohammad Pur
|
beeb58bd93
Shell+LibCodeComprehension: Start replacing {Deprecated => }String
|
2 years ago |
Ali Mohammad Pur
|
2a276c86d4
Shell: Start implementing a POSIX-compliant parser
|
2 years ago |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
demostanis
|
3e8b5ac920
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Ali Mohammad Pur
|
7e4cc187d9
Shell: Implement program-aware autocompletion
|
3 years ago |
Ali Mohammad Pur
|
e6bd1f8807
Shell: Add the 'join' and 'filter_glob' immediate functions
|
3 years ago |
Ali Mohammad Pur
|
0ea775f257
Shell: Allow completing StringLiterals as paths
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Andreas Kling
|
eaf88cc78a
AK: Rename create<T> => make_ref_counted<T>
|
3 years ago |
Andreas Kling
|
dc65f54c06
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
|
4 years ago |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
AnotherTest
|
a45b2ea6fb
Shell: Add support for 'immediate' expressions as variable substitutions
|
4 years ago |