about summary refs log tree commit diff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2022-05-01style: rename crates to kebab casePeh-1/+1
2021-10-25Drop resolver and authors manifest entriesLaurențiu Nicola-1/+0
2021-10-19internal: Parse const trait boundsLukas Wirth-1/+2
2021-06-09Build test-macros in a build scriptJonas Schievink-0/+1
2021-05-31minor: reenable incremental test buildsDawer-3/+0
2021-05-31reenable incremental release buildsJonas Schievink-0/+1
2021-05-30Don't force-disable incrementalJonas Schievink-7/+0
2021-05-11internal: use modern resoleverAleksey Kladov-0/+1
I don't think this affects us, but better to stick to modern practicies.
2021-05-08Disable more incrementalAleksey Kladov-0/+7
2021-05-08internal: disable broken incremental builds 😿Aleksey Kladov-1/+3
2021-05-06Don't store call-site text offsets in hygiene infoJonas Schievink-0/+2
2021-01-15Handle self/super/crate in PathSegment as NameRefLukas Wirth-1/+1
2021-01-14prepare to publish el libro de arenaAleksey Kladov-1/+1
2020-12-15Move to upstream `macro_rules!` modelJonas Schievink-0/+2
2020-10-30Upgrade Chalk to 0.36Florian Diebold-2/+1
Quite a few changes, because Chalk got rid of the `ApplicationTy` nesting.
2020-10-09Remove release build overridesLaurențiu Nicola-12/+0
2020-08-18Speedup tests in dev modeAleksey Kladov-25/+22
2020-07-07Gzip artifactsVeetaha-0/+5
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com> Override miniz_oxide to build it with optimizations Building this crate with optimizations decreases the gzipping part of `cargo xtask dist` from `30-40s` down to `3s`, the overhead for `rustc` to apply optimizations is miserable on this background
2020-07-01Disable optimizations for tracing-attributesLaurențiu Nicola-0/+2
2020-05-27Upgrade ChalkFlorian Diebold-2/+0
Chalk newly added TypeName::Never and Array; I implemented the conversion for Never, but not Array since that expects a const argument.
2020-02-15Extend analysis-stats a bitFlorian Diebold-0/+5
This adds some tools helpful when debugging nondeterminism in analysis-stats: - a `--randomize` option that analyses everything in random order - a `-vv` option that prints even more detail Also add a debug log if Chalk fuel is exhausted (which would be a source of nondeterminism, but didn't happen in my tests). I found one source of nondeterminism (rust-lang/chalk#331), but there are still other cases remaining.
2020-01-31Disable optimizations for some build-time cratesLaurențiu Nicola-0/+19
2020-01-11Stick to defaulter release profileAleksey Kladov-3/+1
2020-01-09Reducing binary size and optimising a bit more.Giles Cope-0/+2
2019-12-04:arrow_up: rowanAleksey Kladov-0/+1
2019-11-15Speedup builds for usersAleksey Kladov-1/+1
2019-11-11Disable debuginfo in dev buildsAleksey Kladov-1/+3
Hopefully, this makes printf debugging faster!
2019-10-17rename tools -> xtaskAleksey Kladov-1/+1
2019-10-17WIP: move to xtasksAleksey Kladov-1/+1
2019-10-17scale website backAleksey Kladov-1/+1
We have dedicated https://rust-analyzer.github.io/ now
2019-10-11save disk spaceAleksey Kladov-0/+3
2019-09-02start GitHub pagesAleksey Kladov-1/+1
2019-07-22smaller debuginfo in releaseAleksey Kladov-1/+1
2019-06-07:arrow_up: salsaAleksey Kladov-1/+0
2019-06-04switch to panic-safe salsaAleksey Kladov-0/+1
2019-05-30switch to upstream salsaAleksey Kladov-1/+0
2019-05-30:arrow_up: parking_lotAleksey Kladov-0/+1
2019-04-21:arrow_up: lspAleksey Kladov-1/+0
2019-04-21switch to official extend selection APIAleksey Kladov-0/+1
2019-01-15update salsaAleksey Kladov-1/+0
2019-01-14update cargo_metadataAleksey Kladov-1/+0
2019-01-10use unwinding for cancelationAleksey Kladov-1/+1
2019-01-09unwind on cancelAleksey Kladov-0/+1
2019-01-09Fix rev to deleted branchGeorg Semmler-1/+1
2019-01-08switch to newer cargo-metadataAleksey Kladov-0/+1
2019-01-04:arrow_up: salsaAleksey Kladov-1/+0
2018-12-30fix the cancellation bugAleksey Kladov-0/+3
2018-12-28:arrow_up: salsaAleksey Kladov-7/+0
2018-12-27fix cancelation?Aleksey Kladov-1/+1
2018-12-22workaround salsa/parking-log bugAleksey Kladov-0/+7
https://github.com/salsa-rs/salsa/issues/99 https://github.com/Amanieu/parking_lot/issues/101