summaryrefslogtreecommitdiffstats
path: root/build.rs
AgeCommit message (Expand)Author
2023-08-24all: normalize license notice in all *.rs filesTerts Diepraam
2023-08-21Don't warn too_many_lines for generated mapSylvestre Ledru
2023-07-17coreutils multicall: Sort the command by alphabetic order (for the man)Sylvestre Ledru
2023-03-18build.rs: ignore a clippy warning: match_same_armsSylvestre Ledru
2022-12-14fix some clippy warnings (#4229)Sylvestre Ledru
2022-12-13build.rs: remove two commentsDaniel Hofstetter
2022-10-13coreutils: update to clap 4Terts Diepraam
2022-10-05tests: do not generate module structure in build.rsTerts Diepraam
2022-06-10hashsum: Refactor `uu_app` to isolate non-"GNU Coreutils" optionsJack Grigg
2022-04-25uudoc: require a feature to buildTerts Diepraam
2022-03-17fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6Terts Diepraam
2022-02-19Added b2sum and b3sum utility entriesPat Laster
2022-01-30Merge pull request #2963 from danieleades/refactor/code-qualitySylvestre Ledru
2022-01-30use semicolons if nothing returnedDaniel Eades
2022-01-30Avoid unneeded Strings in building phf mapZachary Dremann
2022-01-30Use a PHF map for util_map()Zachary Dremann
2022-01-17Merge branch 'main' into clap-3Terts Diepraam
2022-01-16fix Rust 1.58 clippy lints (#2874)Terts Diepraam
2022-01-11coreutils: clap 3Terts Diepraam
2021-12-26fixes suggested by nightly version of clippyJeffrey Finkelstein
2021-10-18build.rs: silence clippy warningsJan Scheer
2021-07-13id: add conditional compilation for selinuxJan Scheer
2021-06-25uutils: enable shell completionsMichael Debertol
2021-06-19test: Implement [ expr ] syntaxTuomas Tynkkynen
2021-04-02chores: run `cargo +1.40.0 fmt`ReggaeMuffin
2020-06-16Use an iterator over OsString for uumain()Alex Lyon
2020-06-02maint/build ~ (build.rs) support new tests directory organizationRoy Ivy III
2020-05-30docs ~ spell-check repairs and addition of exceptionsRoy Ivy III
2020-05-29build/fix ~ (build.rs) fix 'feature => sub-crate/util' translation logic + im...Roy Ivy III
2020-05-29change ~ remove transition-only and unneeded code for independent sub-cratesRoy Ivy III
2020-05-29change ~ add work-around for crate name collisionsRoy Ivy III
2020-05-29change ~ make all sub-crates independentRoy Ivy III
2020-04-11refactor/polish ~ fix `cargo clippy` complaints (string_lit_as_bytes)Roy Ivy III
2020-02-09maint/build ~ refactor feature strategy (allows simple `cargo build` on all p...Roy Ivy III
2020-01-28`cargo fmt`Roy Ivy III
2020-01-27Add 'windows_legacy' feature to allow build for older windows versionsRoy Ivy III
2019-05-01Add windows feature and make unix imply genericAlex Lyon
2018-03-12Format everything using rustfmtAlex Lyon
2018-03-05uucore: read from sys:uname on RedoxAlex Lyon
2017-01-15create redox feature as subset of genericDaan Hoogland
2016-12-08Temporary fix for errors in testingknight42
2016-11-24Create a new feature for Fuchsia-enabled utilities.Lei Zhang
2016-08-30hashsum: implement SHAKE-128 and SHAKE-256Alex Lyon
2016-07-29CI: add nightly featuresKnight
2016-04-16hashsum: add support for SHA-3 functionsMike Swanson
2016-02-15allow feature-gated integration tests for unimplemented functionalityNathan Ross
2015-12-07Refactor and simplify build for utilities.Joseph Crail
2015-11-29build: create group features for target systemsJoseph Crail
2015-11-27test: fix namespace and broken testJoseph Crail
2015-11-27Fix multicall trueMichael Gehring