aboutsummaryrefslogtreecommitdiff
path: root/xtask
Commit message (Expand)AuthorAgeFilesLines
* internal: disable debug symbols due to failing windows buildAleksey Kladov2021-05-231-1/+6
* Merge #8926bors[bot]2021-05-221-19/+1
|\
| * Drop uncompressed release artifacts and those following the old naming conven...Laurențiu Nicola2021-05-221-19/+1
* | internal: try enabling debug info for releasesAleksey Kladov2021-05-221-0/+1
|/
* Add last remaining module docstringFlorian Diebold2021-05-221-21/+2
* Add even more docsAleksey Kladov2021-05-221-2/+2
* Add more docsAleksey Kladov2021-05-221-12/+1
* internal: scalable module structure for fixitsAleksey Kladov2021-05-171-3/+2
* fix: direct people to the right repositoryAleksey Kladov2021-05-071-2/+4
* internal: use API stabilized in 1.52Aleksey Kladov2021-05-061-1/+1
* Merge #8710bors[bot]2021-05-031-0/+1
|\
| * feat: build releases with lto=trueAleksey Kladov2021-05-031-0/+1
* | Merge #8427bors[bot]2021-05-033-86/+0
|\ \ | |/ |/|
| * Move CI to rust-cache ActionArpad Borsos2021-04-083-86/+0
* | Use -u instead of --utc date flagKirill Bulatov2021-04-261-1/+1
* | fix: add date to the version string on MacAleksey Kladov2021-04-261-1/+1
* | fix: dont' misundentify nightly as stable in --version on Mac&WinAleksey Kladov2021-04-263-22/+17
* | Update xtask/src/release.rsAleksey Kladov2021-04-261-1/+1
* | Update xtask/src/release.rsAleksey Kladov2021-04-261-1/+1
* | internal: make normal release after a poin release less annoyingAleksey Kladov2021-04-261-1/+10
* | fix: correct version string to contain hash, build date and channelAleksey Kladov2021-04-241-3/+5
* | minorAleksey Kladov2021-04-241-1/+1
* | minorAleksey Kladov2021-04-241-1/+1
* | fix: 'configuration.property' error in VS CodeAleksey Kladov2021-04-231-1/+3
* | Automatically categorize the changelog entriesLaurențiu Nicola2021-04-202-37/+161
* | Update license checkkjeremy2021-04-151-1/+1
|/
* Rust 1.51kjeremy2021-03-251-1/+1
* a lot of clippy::style fixesMatthias Krüger2021-03-213-3/+3
* xtask: remove redundant lifetime (clippy::extra_unused_lifetimes)Matthias Krüger2021-03-211-1/+1
* use strip_prefix() instead of starts_with and slicing (clippy::manual_strip)Matthias Krüger2021-03-212-8/+6
* Parse extended_key_value_attributesLukas Wirth2021-03-191-1/+1
* Merge #8042bors[bot]2021-03-161-2/+6
|\
| * Add perf_revision to benchmark resultsDouglas Weber2021-03-151-2/+6
* | Fix macro expansion for statements w/o semicolonEdwin Cheng2021-03-161-1/+1
|/
* Add diesel to the benchmark suiteGeorg Semmler2021-03-151-1/+2
* xtask: replace "lint" command by a simply cargo aliasMatthias Krüger2021-03-142-22/+0
* Fix remaining references to `cargo xtask codegen`Lukas Wirth2021-03-122-2/+2
* MinorAleksey Kladov2021-03-081-1/+1
* Cleanup the error messageAleksey Kladov2021-03-081-1/+1
* Remove now dead codeAleksey Kladov2021-03-089-90/+76
* Unused paramsAleksey Kladov2021-03-085-10/+10
* Make `code generation` just workAleksey Kladov2021-03-085-45/+35
* Make working with codegen less annoyingAleksey Kladov2021-03-083-21/+25
* :arrow_up: xflagsAleksey Kladov2021-03-072-9/+10
* Underengineer `cargo xtask install --client`Aleksey Kladov2021-03-053-70/+37
* Cleanup install commandAleksey Kladov2021-03-053-47/+52
* Fix regression where the client was not installedAleksey Kladov2021-03-051-1/+1
* Fix xflags falloutAleksey Kladov2021-03-021-1/+1
* Merge #7836bors[bot]2021-03-021-10/+33
|\
| * Check for path dev-dependencies with a version numberLaurențiu Nicola2021-03-011-10/+33