Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test_utils: Make overlapping annotations possible | Florian Diebold | 2021-06-20 | 1 | -6/+44 |
| | |||||
* | minor: use minicore | Aleksey Kladov | 2021-06-18 | 1 | -2/+24 |
| | |||||
* | internal: add index to minicore | Aleksey Kladov | 2021-06-18 | 1 | -0/+43 |
| | |||||
* | internal: add Copy to minicore | Aleksey Kladov | 2021-06-18 | 1 | -3/+54 |
| | |||||
* | Minor clippy perf fixes | Laurențiu Nicola | 2021-06-18 | 1 | -1/+1 |
| | |||||
* | internal: add derive and ord support to minicore | Aleksey Kladov | 2021-06-17 | 1 | -1/+61 |
| | |||||
* | internal: add From to minicore | Aleksey Kladov | 2021-06-17 | 1 | -0/+28 |
| | |||||
* | internal: add default to minicore | Aleksey Kladov | 2021-06-17 | 1 | -0/+10 |
| | |||||
* | internal: minimize minicore | Aleksey Kladov | 2021-06-17 | 1 | -3/+8 |
| | | | | | | We want to keep minicore small, so let's split out iterator adapters and sources into a separate `iterators` region, and use them only when needed. | ||||
* | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-17 | 2 | -1/+35 |
| | |||||
* | internal: cleanup tests | Aleksey Kladov | 2021-06-16 | 1 | -1/+26 |
| | |||||
* | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-16 | 1 | -0/+7 |
| | |||||
* | internal: add iterator to minicore | Aleksey Kladov | 2021-06-16 | 1 | -0/+30 |
| | |||||
* | internal: add fn to minicore | Aleksey Kladov | 2021-06-16 | 2 | -4/+28 |
| | |||||
* | internal: add deref_mut to minicore | Aleksey Kladov | 2021-06-16 | 2 | -19/+43 |
| | |||||
* | internal: add result to minicore | Aleksey Kladov | 2021-06-15 | 1 | -2/+17 |
| | |||||
* | internal: add option to minicore | Aleksey Kladov | 2021-06-15 | 2 | -1/+19 |
| | |||||
* | internal: add future to minicore | Aleksey Kladov | 2021-06-15 | 1 | -0/+37 |
| | |||||
* | internal: sanity-check minicore flags | Aleksey Kladov | 2021-06-15 | 2 | -2/+11 |
| | |||||
* | internal: add ranges to minicore | Aleksey Kladov | 2021-06-15 | 1 | -1/+41 |
| | |||||
* | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-15 | 1 | -3/+25 |
| | |||||
* | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-15 | 1 | -2/+7 |
| | |||||
* | internal: introduce minicore -- a subset of libcore for testing | Aleksey Kladov | 2021-06-15 | 3 | -10/+221 |
| | |||||
* | internal: check diagnostics in all files and not just the first one | Aleksey Kladov | 2021-06-13 | 1 | -9/+38 |
| | |||||
* | Apply a few clippy suggestions | Clemens Wasser | 2021-06-03 | 1 | -8/+3 |
| | |||||
* | simplify | Lukas Wirth | 2021-05-28 | 1 | -0/+15 |
| | |||||
* | internal: use API stabilized in 1.52 | Aleksey Kladov | 2021-05-06 | 2 | -7/+7 |
| | |||||
* | internal: fix flakiness of accidentally quadratic test | Aleksey Kladov | 2021-04-13 | 2 | -1/+114 |
| | |||||
* | Let's try testing for "is not quadratic" condition | Aleksey Kladov | 2021-04-10 | 1 | -0/+3 |
| | |||||
* | Adjust fixture docs a bit | Kirill Bulatov | 2021-04-06 | 1 | -1/+61 |
| | |||||
* | Add new_source_root meta to test fixtures | Lukas Wirth | 2021-03-16 | 1 | -1/+14 |
| | |||||
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 2 | -80/+0 |
| | |||||
* | Cleanup the error message | Aleksey Kladov | 2021-03-08 | 1 | -1/+1 |
| | |||||
* | Make `code generation` just work | Aleksey Kladov | 2021-03-08 | 1 | -1/+4 |
| | | | | | Contributors don't need to learn about `cargo xtask codegen` if `cargo test` just does the right thing. | ||||
* | Use the same name in xtask and test utils | Aleksey Kladov | 2021-03-08 | 2 | -6/+6 |
| | |||||
* | Generalize file ensuring infrastructure | Aleksey Kladov | 2021-03-08 | 1 | -1/+34 |
| | |||||
* | Don't punish every crate with serde-json | Aleksey Kladov | 2021-03-08 | 2 | -97/+0 |
| | |||||
* | Add benchmark test for mbe | Edwin Cheng | 2021-02-24 | 1 | -0/+5 |
| | |||||
* | Add parsing benchmark | Aleksey Kladov | 2021-02-09 | 1 | -0/+9 |
| | |||||
* | Infra for "unit" benchmarking | Aleksey Kladov | 2021-02-09 | 3 | -0/+72 |
| | |||||
* | Remove redundant clones | Yoshua Wuyts | 2021-02-05 | 1 | -10/+1 |
| | |||||
* | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 1 | -1/+1 |
| | |||||
* | Better fixture highlight | Aleksey Kladov | 2021-01-07 | 1 | -0/+1 |
| | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -8/+8 |
| | |||||
* | Replace last usages of difference with dissimilar | Jesse Bakker | 2021-01-06 | 2 | -4/+17 |
| | |||||
* | Make config.rs a single source of truth for configuration. | Aleksey Kladov | 2020-12-08 | 1 | -9/+17 |
| | | | | | | | | | | | | | | | | | Configuration is editor-independent. For this reason, we pick JSON-schema as the repr of the source of truth. We do specify it using rust-macros and some quick&dirty hackery though. The idea for syncing truth with package.json is to just do that manually, but there's a test to check that they are actually synced. There's CLI to print config's json schema: $ rust-analyzer --print-config-schema We go with a CLI rather than LSP request/response to make it easier to incorporate the thing into extension's static config. This is roughtly how we put the thing in package.json. | ||||
* | Fix indentation of inserted use statements | Florian Diebold | 2020-10-24 | 1 | -3/+3 |
| | |||||
* | Add description for crates that will be published | Pavan Kumar Sunkara | 2020-08-24 | 1 | -0/+1 |
| | |||||
* | Add version to deps in cargo.toml | Pavan Kumar Sunkara | 2020-08-24 | 1 | -1/+1 |
| | |||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -3/+4 |
| |