Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge #5744 | bors[bot] | 2020-08-13 | 1 | -20/+20 | |
| |\ | ||||||
| | * | 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 | |
* | | Reorganise code | Zac Pullar-Strecker | 2020-08-24 | 1 | -5/+2 | |
* | | update & configure cmark to render three backticks | Zac Pullar-Strecker | 2020-08-02 | 1 | -2/+2 | |
* | | pulldown_cmark no-default-features | Zac Pullar-Strecker | 2020-08-01 | 1 | -16/+0 | |
* | | use static data for namespace recognition | Zac Pullar-Strecker | 2020-08-01 | 1 | -1/+1 | |
* | | remove some crates.io deps | Zac Pullar-Strecker | 2020-08-01 | 1 | -84/+1 | |
* | | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-07-31 | 1 | -309/+229 | |
|\| | ||||||
| * | 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 | |
| * | 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 | |
| * | :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 | |
| * | Remove support for jemalloc | Aleksey Kladov | 2020-07-22 | 1 | -65/+0 | |
| * | Merge #5479 | bors[bot] | 2020-07-22 | 1 | -0/+2 | |
| |\ | ||||||
| | * | 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 | |
| *---. | Merge #5451 #5463 #5465 #5466 | bors[bot] | 2020-07-21 | 1 | -10/+10 | |
| |\ \ \ | ||||||
| | | | * | Bump chalk | kjeremy | 2020-07-20 | 1 | -8/+8 | |
| | |_|/ | |/| | | ||||||
| | | * | Bump lexer | kjeremy | 2020-07-20 | 1 | -2/+2 | |
| | |/ | |/| | ||||||
| * | | cargo update | kjeremy | 2020-07-20 | 1 | -6/+6 |