Commit graph

75 commits

Author SHA1 Message Date
Laurențiu Nicola a99a48e786 ⬆️ rust-analyzer 2022-10-18 09:12:49 +03:00
Peh 1f011fa4a3 style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
Laurențiu Nicola 0e0ad0377c Drop resolver and authors manifest entries 2021-10-25 18:12:40 +03:00
Lukas Wirth b219a4c465 internal: Parse const trait bounds 2021-10-19 14:20:00 +02:00
Jonas Schievink 05b3a4bc93 Build test-macros in a build script 2021-06-09 17:16:52 +02:00
Dawer 9899bb450a minor: reenable incremental test builds 2021-05-31 12:15:40 +05:00
Jonas Schievink c9ba634627 reenable incremental release builds 2021-05-31 01:12:11 +02:00
Jonas Schievink b12d8dcb82 Don't force-disable incremental 2021-05-30 23:46:39 +02:00
Aleksey Kladov 4b5600b2e8 internal: use modern resolever
I don't think this affects us, but better to stick to modern
practicies.
2021-05-11 13:06:35 +03:00
Aleksey Kladov 2a4819ca19 Disable more incremental 2021-05-08 20:00:15 +03:00
Aleksey Kladov 1d88a3f4a2 internal: disable broken incremental builds 😿 2021-05-08 13:36:06 +03:00
Jonas Schievink 976a3226fe Don't store call-site text offsets in hygiene info 2021-05-06 19:59:54 +02:00
Lukas Wirth cb863390f2 Handle self/super/crate in PathSegment as NameRef 2021-01-15 19:21:23 +01:00
Aleksey Kladov 4c4e54ac8a prepare to publish el libro de arena 2021-01-14 19:06:02 +03:00
Jonas Schievink c1cb595382 Move to upstream macro_rules! model 2020-12-15 15:37:37 +01:00
Florian Diebold bca51e3519 Upgrade Chalk to 0.36
Quite a few changes, because Chalk got rid of the `ApplicationTy` nesting.
2020-10-30 18:57:55 +01:00
Laurențiu Nicola cca330ef53 Remove release build overrides 2020-10-09 19:55:30 +03:00
Aleksey Kladov bbb1c617b9 Speedup tests in dev mode 2020-08-18 17:44:51 +02:00
Veetaha f92bfb5807 Gzip artifacts
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-07 23:30:11 +03:00
Laurențiu Nicola ddcd98f604 Disable optimizations for tracing-attributes 2020-07-01 20:51:09 +03:00
Florian Diebold c8a4bb1445 Upgrade Chalk
Chalk newly added TypeName::Never and Array; I implemented the conversion for
Never, but not Array since that expects a const argument.
2020-05-27 21:07:08 +02:00
Florian Diebold 3484d727c3 Extend analysis-stats a bit
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-02-15 18:04:01 +01:00
Laurențiu Nicola f83154d4bf Disable optimizations for some build-time crates 2020-01-31 21:49:44 +02:00
Aleksey Kladov dde64aa744 Stick to defaulter release profile 2020-01-11 22:15:27 +01:00
Giles Cope 42942fc662 Reducing binary size and optimising a bit more. 2020-01-09 22:11:25 +00:00
Aleksey Kladov 193b1a7437 ⬆️ rowan 2019-12-04 17:15:55 +01:00
Aleksey Kladov b8b81846ca Speedup builds for users 2019-11-15 21:18:44 +03:00
Aleksey Kladov 9a04426617 Disable debuginfo in dev builds
Hopefully, this makes printf debugging faster!
2019-11-11 10:11:46 +03:00
Aleksey Kladov 5376c769f0 rename tools -> xtask 2019-10-17 23:14:05 +03:00
Aleksey Kladov 7b15c4f7ae WIP: move to xtasks 2019-10-17 22:54:38 +03:00
Aleksey Kladov 9a7c8d4b0f scale website back
We have dedicated https://rust-analyzer.github.io/ now
2019-10-17 22:37:01 +03:00
Aleksey Kladov e4eb970273 save disk space 2019-10-11 11:06:28 +03:00
Aleksey Kladov 798dc2ca80 start GitHub pages 2019-09-02 14:42:23 +03:00
Aleksey Kladov 40c10932cd smaller debuginfo in release 2019-07-22 18:30:39 +03:00
Aleksey Kladov 9d7cb8ce80 ⬆️ salsa 2019-06-07 09:44:28 +03:00
Aleksey Kladov b3b096234a switch to panic-safe salsa 2019-06-04 13:30:07 +03:00
Aleksey Kladov 54f77ad68d switch to upstream salsa 2019-05-30 13:05:09 +03:00
Aleksey Kladov 18ed351747 ⬆️ parking_lot 2019-05-30 12:02:30 +03:00
Aleksey Kladov 47672726d8 ⬆️ lsp 2019-04-21 15:17:22 +03:00
Aleksey Kladov fa12ed2b8f switch to official extend selection API 2019-04-21 12:13:48 +03:00
Aleksey Kladov dd45697e53 update salsa 2019-01-15 15:06:45 +03:00
Aleksey Kladov db43b44f71 update cargo_metadata 2019-01-14 16:15:25 +03:00
Aleksey Kladov 64455ad701 use unwinding for cancelation 2019-01-10 12:20:32 +03:00
Aleksey Kladov cf20ecae9f unwind on cancel 2019-01-09 22:51:05 +03:00
Georg Semmler e7bf5dc940
Fix rev to deleted branch 2019-01-09 16:33:45 +01:00
Aleksey Kladov 141ab166cf switch to newer cargo-metadata 2019-01-08 19:36:09 +03:00
Aleksey Kladov 6c8e54aaee ⬆️ salsa 2019-01-04 22:31:13 +03:00
Aleksey Kladov c97bb8f7e4 fix the cancellation bug 2018-12-30 11:09:17 +03:00
Aleksey Kladov 13631a2955 ⬆️ salsa 2018-12-28 19:10:31 +03:00
Aleksey Kladov 532e68692d fix cancelation? 2018-12-27 21:02:55 +03:00