about summary refs log tree commit diff
path: root/xtask
AgeCommit message (Expand)AuthorLines
2021-06-05Enable proc macros and build scripts by default in CLILaurențiu Nicola-3/+2
2021-06-04Exclude `crates/ide_db/src/helpers/generated_lints.rs` from `tidy::check_todo`Lukas Wirth-3/+5
2021-06-04Replace `-` with `_` in generated lint namesLukas Wirth-7/+12
2021-06-04Generate default lint groupsLukas Wirth-9/+24
2021-06-04Generate default lint completionsLukas Wirth-11/+41
2021-06-04Implement hover for lintsLukas Wirth-8/+12
2021-06-03Use push_strClemens Wasser-2/+2
2021-06-03Apply more clippy suggestions and update generatedClemens Wasser-6/+6
2021-06-03Apply a few clippy suggestionsClemens Wasser-11/+9
2021-05-27internal: disable debuginfo afterallAleksey Kladov-1/+5
2021-05-24tidyDomantas Jadenkus-0/+1
2021-05-24internal: try re-enabling debug info on releases againAleksey Kladov-6/+2
2021-05-23internal: disable debug symbols due to failing windows buildAleksey Kladov-1/+6
2021-05-22Merge #8926bors[bot]-19/+1
2021-05-22internal: try enabling debug info for releasesAleksey Kladov-0/+1
2021-05-22Drop uncompressed release artifacts and those following the old naming conven...Laurențiu Nicola-19/+1
2021-05-22Add last remaining module docstringFlorian Diebold-21/+2
2021-05-22Add even more docsAleksey Kladov-2/+2
2021-05-22Add more docsAleksey Kladov-12/+1
2021-05-17internal: scalable module structure for fixitsAleksey Kladov-3/+2
2021-05-08fix: direct people to the right repositoryAleksey Kladov-2/+4
2021-05-06internal: use API stabilized in 1.52Aleksey Kladov-1/+1
2021-05-03Merge #8710bors[bot]-0/+1
2021-05-03feat: build releases with lto=trueAleksey Kladov-0/+1
2021-05-03Merge #8427bors[bot]-86/+0
2021-04-26Use -u instead of --utc date flagKirill Bulatov-1/+1
2021-04-26fix: add date to the version string on MacAleksey Kladov-1/+1
2021-04-26fix: dont' misundentify nightly as stable in --version on Mac&WinAleksey Kladov-22/+17
2021-04-26Update xtask/src/release.rsAleksey Kladov-1/+1
2021-04-26Update xtask/src/release.rsAleksey Kladov-1/+1
2021-04-26internal: make normal release after a poin release less annoyingAleksey Kladov-1/+10
2021-04-24fix: correct version string to contain hash, build date and channelAleksey Kladov-3/+5
2021-04-24minorAleksey Kladov-1/+1
2021-04-24minorAleksey Kladov-1/+1
2021-04-23fix: 'configuration.property' error in VS CodeAleksey Kladov-1/+3
2021-04-20Automatically categorize the changelog entriesLaurențiu Nicola-37/+161
2021-04-15Update license checkkjeremy-1/+1
2021-04-08Move CI to rust-cache ActionArpad Borsos-86/+0
2021-03-25Rust 1.51kjeremy-1/+1
2021-03-21a lot of clippy::style fixesMatthias Krüger-3/+3
2021-03-21xtask: remove redundant lifetime (clippy::extra_unused_lifetimes)Matthias Krüger-1/+1
2021-03-21use strip_prefix() instead of starts_with and slicing (clippy::manual_strip)Matthias Krüger-8/+6
2021-03-19Parse extended_key_value_attributesLukas Wirth-1/+1
2021-03-16Merge #8042bors[bot]-2/+6
2021-03-16Fix macro expansion for statements w/o semicolonEdwin Cheng-1/+1
2021-03-15Add perf_revision to benchmark resultsDouglas Weber-2/+6
2021-03-15Add diesel to the benchmark suiteGeorg Semmler-1/+2
2021-03-14xtask: replace "lint" command by a simply cargo aliasMatthias Krüger-22/+0
2021-03-12Fix remaining references to `cargo xtask codegen`Lukas Wirth-2/+2
2021-03-08MinorAleksey Kladov-1/+1