Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-26 | Shell: Implement program-aware autocompletion | Ali Mohammad Pur |
2022-03-26 | Shell: Add the 'join' and 'filter_glob' immediate functions | Ali Mohammad Pur |
2022-03-06 | Shell: Allow completing StringLiterals as paths | Ali Mohammad Pur |
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-09-03 | AK: Rename create<T> => make_ref_counted<T> | Andreas Kling |
2021-06-12 | AK: Rename Vector::append(Vector) => Vector::extend(Vector) | Andreas Kling |
2021-04-29 | Everywhere: Use "the SerenityOS developers." in copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-07 | Shell: Add support for 'immediate' expressions as variable substitutions | AnotherTest |