Commit Graph

69 Commits

Author SHA1 Message Date
oxalica
63ce41c054
rust-analyzer: 2021-09-06 -> 2021-09-20 2021-09-22 00:13:13 +08:00
Jörg Thalheim
43152ffb57 rust-analyzer: 2021-08-30 -> 2021-09-06 2021-09-08 16:57:42 +09:00
xrelkd
90982af6a1 rust-analyzer: 2021-08-23 -> 2021-08-30 2021-09-04 20:18:35 +09:00
oxalica
4b8c79896c
rust-analyzer: enable check by default 2021-08-26 02:18:53 +08:00
R. RyanTM
0caabc36af rust-analyzer-unwrapped: 2021-08-16 -> 2021-08-23 2021-08-24 13:22:19 +00:00
oxalica
6353f88074 rust-analyzer: 2021-08-09 -> 2021-08-16
Note that upstream replaced `rollup` with `esbuild` now.
2021-08-17 10:05:30 +09:00
oxalica
ce81702e84 rust-analyzer: 2021-08-02 -> 2021-08-09 2021-08-10 15:16:20 +09:00
oxalica
cd9ed036d6 vscode-extensions.matklad.rust-analyzer: use extension version and apply patches 2021-08-10 15:16:20 +09:00
Mukund Lakshman
6a04d273d6 vscode-extensions/rust-analyzer: pin rollup dep to avoid regression. 2021-08-08 12:07:28 +01:00
Mukund Lakshman
60069171ea rust-analyzer: 2021-07-12 -> 2021-08-02 2021-08-02 11:14:14 +01:00
oxalica
1454412796 rust-analyzer: 2021-07-05 -> 2021-07-12 2021-07-12 23:02:28 -07:00
oxalica
5ea6289543
rust-analyzer: 2021-06-28 -> 2021-07-05 2021-07-06 04:41:46 +08:00
oxalica
d92ef97346
rust-analyzer: 2021-06-21 -> 2021-06-28 2021-06-28 22:34:02 +08:00
oxalica
2beb0f7b06
rust-analyzer: 2021-06-07 -> 2021-06-21 and fix the extension 2021-06-23 20:03:58 +08:00
oxalica
9d6ec2ea0f
rust-analyzer: 2021-05-31 -> 2021-06-07 2021-06-08 01:23:39 +08:00
oxalica
7cdccfafb7
rust-analyzer: 2021-05-17 -> 2021-05-31 2021-06-01 04:01:05 +08:00
oxalica
64ecd834ad
rust-analyzer: 2021-05-10 -> 2021-05-17 2021-05-17 18:02:44 +08:00
oxalica
4b544285bf
rust-analyzer: 2021-04-19 -> 2021-05-10 (#122474) 2021-05-11 17:20:41 +02:00
oxalica
9bcc52e8d9
rust-analyzer: 2021-04-12 -> 2021-04-19 2021-04-20 21:33:30 +08:00
Riey
62b44d8dfa
rust-analyzer: 2021-04-05 -> 2021-04-12 2021-04-13 03:05:22 +09:00
oxalica
501284ea42
rust-analyzer: rename nix file 2021-04-12 01:49:58 +08:00
oxalica
6efb930e18
rust-analyzer: merge version specific fields into generic derivation 2021-04-12 01:49:58 +08:00
oxalica
d4e758c5ac
rust-analyzer: 2021-03-22 -> 2021-04-05 2021-04-12 01:04:33 +08:00
oxalica
f8d0005177
rust-analyzer: 2021-03-15 -> 2021-03-22 2021-03-23 22:34:00 +08:00
Andrey Kuznetsov
18ff588551
rust-analyzer: fix build on darwin 2021-03-18 18:55:36 +04:00
Bastian Köcher
a88aa04c28
rust-analyzer: 2021-03-01 -> 2021-03-15 2021-03-15 19:18:11 +01:00
Bastian Köcher
d8ce2df744
rust-analyzer: 2021-02-22 -> 2021-03-01 2021-03-01 12:21:10 +01:00
oxalica
0ca2e7d621
rust-analyzer: 2021-02-15 -> 2021-02-22 2021-02-22 20:00:24 +08:00
oxalica
e58c6f5f42
rust-analyzer: 2021-02-08 -> 2021-02-15 2021-02-15 21:53:06 +08:00
oxalica
cad9457feb
rust-analyzer: 2021-02-01 -> 2021-02-08 2021-02-08 20:04:09 +08:00
oxalica
6c2b3f0cc2
rust-analyzer: 2021-01-25 -> 2021-02-01 2021-02-02 00:04:19 +08:00
Badi Abdul-Wahid
9afe3525f3 rust-analyzer: 2021-01-18 -> 2021-01-25 2021-01-26 22:16:05 -08:00
oxalica
af2a8552a0
rust-analyzer: 2021-01-04 -> 2021-01-18 2021-01-19 22:06:30 +08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
oxalica
4c247d7729
rust-analyzer: 2020-11-09 -> 2021-01-04 2021-01-07 03:16:02 +08:00
oxalica
44a8cf19b1
rust-analyzer: fix update script 2021-01-05 23:37:09 +08:00
oxalica
4894ffd620
rust-analyzer: 2020-11-02 -> 2020-11-09 2020-11-09 20:33:37 +08:00
oxalica
d52578bd31
rust-analyzer: fix update script with unstable nix 2020-11-09 20:33:23 +08:00
oxalica
68060f6f6f
makeRustPlatform: add rustLibSrc
rust-analyzer: rustcSrc -> rustLibSrc to fix build
2020-11-07 01:42:27 +08:00
oxalica
7ac7ce8b1a
rust-analyzer: 2020-10-19 -> 2020-11-02 2020-11-07 01:29:51 +08:00
oxalica
dc12101886 rust-analyzer: 2020-10-12 -> 2020-10-19 2020-10-19 13:26:54 -07:00
oxalica
c652646390 rust-analyzer: 2020-10-05 -> 2020-10-12 2020-10-13 20:01:37 -07:00
oxalica
714abbc5f5
rust-analyzer: 2020-09-28 -> 2020-10-05 2020-10-06 16:38:38 +08:00
oxalica
7d32577544
rust-analyzer: 2020-09-21 -> 2020-09-28 2020-09-29 23:19:02 +08:00
oxalica
21a6f3aa65 rust-analyzer: fix build 2020-09-21 10:55:15 -07:00
oxalica
0e0dc5544c rust-analyzer: 2020-08-24 -> 2020-09-21 2020-09-21 10:55:15 -07:00
oxalica
a445a22b3a
rust-analyzer: 2020-08-17 -> 2020-08-24 2020-08-24 22:39:39 +08:00
oxalica
0c6905244f
rust-analyzer: 2020-08-10 -> 2020-08-17 2020-08-17 21:45:54 +08:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
oxalica
ebea92b8db
rust-analyzer: 2020-08-03 -> 2020-08-10 2020-08-13 02:02:14 +08:00