aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* minor: reenable incremental test buildsDawer2021-05-311-3/+0
|
* reenable incremental release buildsJonas Schievink2021-05-311-0/+1
|
* Don't force-disable incrementalJonas Schievink2021-05-301-7/+0
|
* internal: use modern resoleverAleksey Kladov2021-05-111-0/+1
| | | | | I don't think this affects us, but better to stick to modern practicies.
* Disable more incrementalAleksey Kladov2021-05-081-0/+7
|
* internal: disable broken incremental builds 😿Aleksey Kladov2021-05-081-1/+3
|
* Don't store call-site text offsets in hygiene infoJonas Schievink2021-05-061-0/+2
|
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-1/+1
|
* prepare to publish el libro de arenaAleksey Kladov2021-01-141-1/+1
|
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-0/+2
|
* Upgrade Chalk to 0.36Florian Diebold2020-10-301-2/+1
| | | | Quite a few changes, because Chalk got rid of the `ApplicationTy` nesting.
* Remove release build overridesLaurențiu Nicola2020-10-091-12/+0
|
* Speedup tests in dev modeAleksey Kladov2020-08-181-25/+22
|
* Gzip artifactsVeetaha2020-07-071-0/+5
| | | | | | | | | | Co-authored-by: bjorn3 <[email protected]> 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
* Disable optimizations for tracing-attributesLaurențiu Nicola2020-07-011-0/+2
|
* Upgrade ChalkFlorian Diebold2020-05-271-2/+0
| | | | | Chalk newly added TypeName::Never and Array; I implemented the conversion for Never, but not Array since that expects a const argument.
* Extend analysis-stats a bitFlorian Diebold2020-02-151-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.
* Disable optimizations for some build-time cratesLaurențiu Nicola2020-01-311-0/+19
|
* Stick to defaulter release profileAleksey Kladov2020-01-111-3/+1
|
* Reducing binary size and optimising a bit more.Giles Cope2020-01-091-0/+2
|
* :arrow_up: rowanAleksey Kladov2019-12-041-0/+1
|
* Speedup builds for usersAleksey Kladov2019-11-151-1/+1
|
* Disable debuginfo in dev buildsAleksey Kladov2019-11-111-1/+3
| | | | Hopefully, this makes printf debugging faster!
* rename tools -> xtaskAleksey Kladov2019-10-171-1/+1
|
* WIP: move to xtasksAleksey Kladov2019-10-171-1/+1
|
* scale website backAleksey Kladov2019-10-171-1/+1
| | | | We have dedicated https://rust-analyzer.github.io/ now
* save disk spaceAleksey Kladov2019-10-111-0/+3
|
* start GitHub pagesAleksey Kladov2019-09-021-1/+1
|
* smaller debuginfo in releaseAleksey Kladov2019-07-221-1/+1
|
* :arrow_up: salsaAleksey Kladov2019-06-071-1/+0
|
* switch to panic-safe salsaAleksey Kladov2019-06-041-0/+1
|
* switch to upstream salsaAleksey Kladov2019-05-301-1/+0
|
* :arrow_up: parking_lotAleksey Kladov2019-05-301-0/+1
|
* :arrow_up: lspAleksey Kladov2019-04-211-1/+0
|
* switch to official extend selection APIAleksey Kladov2019-04-211-0/+1
|
* update salsaAleksey Kladov2019-01-151-1/+0
|
* update cargo_metadataAleksey Kladov2019-01-141-1/+0
|
* use unwinding for cancelationAleksey Kladov2019-01-101-1/+1
|
* unwind on cancelAleksey Kladov2019-01-091-0/+1
|
* Fix rev to deleted branchGeorg Semmler2019-01-091-1/+1
|
* switch to newer cargo-metadataAleksey Kladov2019-01-081-0/+1
|
* :arrow_up: salsaAleksey Kladov2019-01-041-1/+0
|
* fix the cancellation bugAleksey Kladov2018-12-301-0/+3
|
* :arrow_up: salsaAleksey Kladov2018-12-281-7/+0
|
* fix cancelation?Aleksey Kladov2018-12-271-1/+1
|
* workaround salsa/parking-log bugAleksey Kladov2018-12-221-0/+7
| | | | | https://github.com/salsa-rs/salsa/issues/99 https://github.com/Amanieu/parking_lot/issues/101
* enable incremental releaseAleksey Kladov2018-12-201-0/+1
|
* more crate boilerplateAleksey Kladov2018-12-091-1/+0
|
* Move to rowan for syntax tree implAleksey Kladov2018-10-021-0/+1
|
* matching braceAleksey Kladov2018-08-151-1/+3
|