summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Expand)Author
2024-02-20Relax syntax mapping rule restrictions to allow brace expansioncyqsimon
2024-02-08Eliminate dependency on serde's "derive" featureDavid Tolnay
2024-01-18Minor codestyle improvementscyqsimon
2023-12-11Additional sanity check for matcher parsercyqsimon
2023-12-11`-` is not a legal character in variable namecyqsimon
2023-12-11Impl per-target syntax mappingscyqsimon
2023-12-11Add doc comment for `BUILTIN_MAPPINGS`cyqsimon
2023-12-11Suppress clippy warning for `MappingTarget` in build scriptcyqsimon
2023-12-11`s/Lazy<GlobMatcher>/Lazy<Option<GlobMatcher>>/`cyqsimon
2023-12-11Split `syntax_mapping/builtin.rs`cyqsimon
2023-12-11Guard against duplicate matchers in build scriptcyqsimon
2023-12-11Remove `BuiltinMatcher` enumcyqsimon
2023-12-11`STATIC_RULES` => `BUILTIN_MAPPINGS`cyqsimon
2023-12-11Matcher parser errors when emptycyqsimon
2023-12-11Rerun build script only when necessarycyqsimon
2023-12-11Use regex for matcher parsingcyqsimon
2023-12-11Minor improvement of variable naming accuracycyqsimon
2023-12-11`join_segments` -> `build_glob_string`cyqsimon
2023-12-11Isolate variables at compile timecyqsimon
2023-12-11Fix codegen type declarationcyqsimon
2023-12-11Ensure lexicographical orderingcyqsimon
2023-12-11`MappingDefModel::into_mapping_list` returns `MappingList`cyqsimon
2023-12-11Build script codegen initial implcyqsimon
2023-11-02Rerun build script only when necessarycyqsimon
2023-11-02Reorganise build script into modulescyqsimon