Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -35/+35 |
| | |||||
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -18/+18 |
| | |||||
* | Rename ra_ssr -> ssr | Aleksey Kladov | 2020-08-13 | 1 | -16/+16 |
| | |||||
* | Rename ra_ide_db -> ide_db | Aleksey Kladov | 2020-08-13 | 1 | -23/+23 |
| | |||||
* | Rename ra_hir -> hir | Aleksey Kladov | 2020-08-13 | 1 | -23/+23 |
| | |||||
* | Rename ra_hir_ty -> hir_ty | Aleksey Kladov | 2020-08-13 | 1 | -30/+30 |
| | |||||
* | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 1 | -30/+30 |
| | |||||
* | Rename ra_hir_expand -> hir_expand | Aleksey Kladov | 2020-08-13 | 1 | -20/+20 |
| | |||||
* | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 1 | -25/+25 |
| | |||||
* | Rename ra_proc_macro -> proc_macro_api | Aleksey Kladov | 2020-08-13 | 1 | -14/+14 |
| | |||||
* | Merge #5744 | bors[bot] | 2020-08-13 | 1 | -20/+20 |
|\ | | | | | | | | | | | | | | | 5744: Rename ra_project_model -> project_model r=matklad a=pksunkara Co-authored-by: Pavan Kumar Sunkara <[email protected]> | ||||
| * | Rename ra_project_model -> project_model | Pavan Kumar Sunkara | 2020-08-13 | 1 | -20/+20 |
| | | |||||
* | | Remove ra_fmt crate | Aleksey Kladov | 2020-08-13 | 1 | -10/+0 |
|/ | |||||
* | Rename ra_cfg -> cfg | Aleksey Kladov | 2020-08-13 | 1 | -15/+15 |
| | |||||
* | Rename ra_mbe -> mbe | Aleksey Kladov | 2020-08-13 | 1 | -18/+18 |
| | |||||
* | :arrow_up: crates | Aleksey Kladov | 2020-08-13 | 1 | -36/+19 |
| | |||||
* | Minor | Aleksey Kladov | 2020-08-13 | 1 | -18/+18 |
| | |||||
* | Rename ra_proc_macro_srv -> proc_macro_srv | Pavan Kumar Sunkara | 2020-08-13 | 1 | -3/+3 |
| | |||||
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -34/+34 |
| | |||||
* | Rename ra_parser -> parser | Aleksey Kladov | 2020-08-12 | 1 | -10/+10 |
| | |||||
* | Rename ra_text_edit -> text_edit | Aleksey Kladov | 2020-08-12 | 1 | -13/+13 |
| | |||||
* | Cleanup TextEdit API | Aleksey Kladov | 2020-08-12 | 1 | -1/+1 |
| | |||||
* | Rename ra_toolchain -> toolchain | Aleksey Kladov | 2020-08-12 | 1 | -11/+11 |
| | |||||
* | Rename ra_tt -> tt | Aleksey Kladov | 2020-08-12 | 1 | -16/+16 |
| | |||||
* | Rename ra_prof -> profile | Aleksey Kladov | 2020-08-12 | 1 | -21/+21 |
| | |||||
* | Rename ra_arena | Aleksey Kladov | 2020-08-12 | 1 | -9/+9 |
| | |||||
* | Fix build on musl and test it in CI | Jonas Schievink | 2020-08-12 | 1 | -2/+2 |
| | |||||
* | cargo update | kjeremy | 2020-08-10 | 1 | -8/+8 |
| | |||||
* | Update chalk | Jeremy Kolb | 2020-08-06 | 1 | -8/+8 |
| | |||||
* | Use salsa's purge to account for all memory | Aleksey Kladov | 2020-08-05 | 1 | -10/+10 |
| | |||||
* | Update grammar | Aleksey Kladov | 2020-08-01 | 1 | -12/+12 |
| | |||||
* | Better JSON serialization in metrics | Aleksey Kladov | 2020-08-01 | 1 | -0/+7 |
| | |||||
* | Bump chalk | Laurențiu Nicola | 2020-07-30 | 1 | -8/+8 |
| | |||||
* | Bump perf-event and rustc_lexer | Laurențiu Nicola | 2020-07-30 | 1 | -6/+6 |
| | |||||
* | Report instructions in addition to time | Aleksey Kladov | 2020-07-30 | 1 | -0/+20 |
| | | | | They hopefully will be more stable on CI | ||||
* | cargo_metadata 0.11.1 and cargo update | kjeremy | 2020-07-29 | 1 | -9/+8 |
| | |||||
* | Replace rand with oorandom | Aleksey Kladov | 2020-07-29 | 1 | -79/+11 |
| | |||||
* | Switch to ungrammar from ast_src | Aleksey Kladov | 2020-07-29 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | The primary advantage of ungrammar is that it (eventually) allows one to describe concrete syntax tree structure -- with alternatives and specific sequence of tokens & nodes. That should be re-usable for: * generate `make` calls * Rust reference * Hypothetical parser's evented API We loose doc comments for the time being unfortunately. I don't think we should add support for doc comments to ungrammar -- they'll make grammar file hard to read. We might supply docs as out-of band info, or maybe just via a reference, but we'll think about that once things are no longer in flux | ||||
* | :arrow_up: deps | Aleksey Kladov | 2020-07-27 | 1 | -12/+12 |
| | |||||
* | SSR: Use expect! in tests | David Lattimore | 2020-07-24 | 1 | -0/+1 |
| | |||||
* | Lighter weight tempdir | Aleksey Kladov | 2020-07-23 | 1 | -24/+0 |
| | |||||
* | Update tracing | kjeremy | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Replace superslice with API on path to stabilization | Aleksey Kladov | 2020-07-23 | 1 | -7/+1 |
| | |||||
* | Use symbol tags | kjeremy | 2020-07-22 | 1 | -2/+2 |
| | |||||
* | Setup global allocator in the correct crate | Aleksey Kladov | 2020-07-22 | 1 | -1/+1 |
| | | | | It worked before, but was roundabout | ||||
* | Remove support for jemalloc | Aleksey Kladov | 2020-07-22 | 1 | -65/+0 |
| | | | | | We only used it for measuring memory usage, but now we can use glibc's allocator for that just fine | ||||
* | Merge #5479 | bors[bot] | 2020-07-22 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | 5479: Allow gathering memory stats on non-jemalloc Linux r=matklad a=jonas-schievink I could also parse `/proc/$PID/statm` to get the resident set size, but decided against that for now as it isn't terribly useful. Note that `mallinfo()` is incredibly slow for some reason, and unfortunately this will be exposed to users via the "Memory Usage" command (even worse, the opened document will show the outdated values while the server is processing). So, not very ideal, but it keeps me from recompiling r-a with different feature sets all the time. Co-authored-by: Jonas Schievink <[email protected]> | ||||
| * | Allow gathering memory stats on non-jemalloc Linux | Jonas Schievink | 2020-07-21 | 1 | -0/+2 |
| | | |||||
* | | bump crossbeam-channel | kjeremy | 2020-07-21 | 1 | -3/+3 |
|/ | |||||
* | Remove insta dep | Laurențiu Nicola | 2020-07-21 | 1 | -87/+0 |
| |