| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-30 | Use CmdArgs pattern for bench & analysis stats | Aleksey Kladov | -278/+289 | |
| 2020-07-30 | Use split_once polyfill | Aleksey Kladov | -11/+10 | |
| 2020-07-30 | Code shuffle resiliently | Aleksey Kladov | -3/+8 | |
| 2020-07-30 | Rename metric | Aleksey Kladov | -1/+1 | |
| 2020-07-30 | Do not show progress with parallel analysis | Aleksey Kladov | -0/+1 | |
| 2020-07-30 | Report instructions in addition to time | Aleksey Kladov | -20/+20 | |
| They hopefully will be more stable on CI | ||||
| 2020-07-30 | Allow negative bytes | Aleksey Kladov | -11/+3 | |
| Gotta be optimistic about those memory usage optimizations | ||||
| 2020-07-29 | Update crates/rust-analyzer/src/cli/analysis_stats.rs | Aleksey Kladov | -1/+1 | |
| Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com> | ||||
| 2020-07-29 | Replace rand with oorandom | Aleksey Kladov | -5/+20 | |
| 2020-07-26 | Report type errors in metrics | Aleksey Kladov | -0/+4 | |
| 2020-07-25 | Add rustc-perf to metrics | Aleksey Kladov | -19/+40 | |
| 2020-07-24 | Only display experimental diagnostics when enabled | Jonas Schievink | -2/+2 | |
| 2020-07-24 | SSR: Match paths based on what they resolve to | David Lattimore | -2/+2 | |
| Also render template paths appropriately for their context. | ||||
| 2020-07-24 | SSR: Pass current file position through to SSR code. | David Lattimore | -2/+2 | |
| In a subsequent commit, it will be used for resolving paths. | ||||
| 2020-07-24 | Move iteration over all files into the SSR crate | David Lattimore | -29/+12 | |
| The methods `edits_for_file` and `find_matches_in_file` are replaced with just `edits` and `matches`. This simplifies the API a bit, but more importantly it makes it possible in a subsequent commit for SSR to decide to not search all files. | ||||
| 2020-07-15 | Add --memory-usage to analysis-bench | Jonas Schievink | -19/+16 | |
| 2020-07-08 | Remove unwanted dependency | Aleksey Kladov | -3/+4 | |
| 2020-07-04 | Add Item change to the set of benches | Aleksey Kladov | -0/+13 | |
| 2020-07-04 | Fix bench to work with relative paths | Aleksey Kladov | -12/+7 | |
| 2020-07-03 | Track VFS and remaining/unaccounted memory | Jonas Schievink | -4/+14 | |
| 2020-07-01 | Structured search debugging | David Lattimore | -1/+39 | |
| 2020-06-30 | analysis-stats: allow parallel type inference | Jonas Schievink | -2/+29 | |
| 2020-06-29 | Merge #5120 | bors[bot] | -0/+33 | |
| 5120: Add a simple SSR subcommand to the rust-analyzer command line binary r=davidlattimore a=davidlattimore Is adding the dependency on ra_ide_db OK? It's needed for the call to `db.local_roots()` Co-authored-by: David Lattimore <dml@google.com> | ||||
| 2020-06-29 | Use more of FxHash* | Laurențiu Nicola | -6/+11 | |
| 2020-06-29 | Add a simple SSR subcommand to the rust-analyzer command line binary | David Lattimore | -0/+33 | |
| 2020-06-28 | Simlify with matches!() | Veetaha | -4/+1 | |
| 2020-06-26 | reduce visibility | Aleksey Kladov | -1/+1 | |
| 2020-06-26 | Add new module for project loading stuff | Aleksey Kladov | -1/+1 | |
| 2020-06-25 | Unify style | Aleksey Kladov | -1/+1 | |
| 2020-06-24 | Less error-prone naming | Aleksey Kladov | -2/+2 | |
| 2020-06-24 | Cleanup project.json deserialization | Aleksey Kladov | -6/+5 | |
| 2020-06-24 | Merge #5015 #5027 #5028 | bors[bot] | -1/+1 | |
| 5015: Account for updated module ids when determining whether a resolution is changed r=matklad a=Nashenas88 Fixes #4943 5027: Make Debug less verbose for VfsPath and use Display in analysis-stats r=matklad a=lnicola 5028: Remove namedExports config r=matklad a=lnicola Fixes a warning: ``` (!) Plugin commonjs: The namedExports option from "@rollup/plugin-commonjs" is deprecated. Named exports are now handled automatically. ``` Co-authored-by: Paul Daniel Faria <Nashenas88@users.noreply.github.com> Co-authored-by: Laurențiu Nicola <lnicola@dend.ro> | ||||
| 2020-06-24 | Be more explicit about absolute paths at various places | Aleksey Kladov | -1/+1 | |
| 2020-06-24 | Make Debug less verbose for VfsPath and use Display in analysis-stats | Laurențiu Nicola | -1/+1 | |
| 2020-06-23 | New VFS | Aleksey Kladov | -192/+99 | |
| 2020-06-11 | Remove dead code | Aleksey Kladov | -4/+0 | |
| 2020-06-10 | Reduce OUT_DIR special casing | Aleksey Kladov | -19/+19 | |
| 2020-06-08 | Remove default_cfg_options, pass target instead so it can be used for ↵ | Paul Daniel Faria | -16/+4 | |
| building cargo workspaces | ||||
| 2020-06-07 | Change management of test cfg to better support json projects | Paul Daniel Faria | -1/+0 | |
| 2020-06-03 | Groundwork for specifying the set of projects via config | Aleksey Kladov | -1/+2 | |
| 2020-06-03 | Rename ProjectRoot -> ProjectManifest | Aleksey Kladov | -2/+2 | |
| 2020-05-19 | Add AssistConfig | Aleksey Kladov | -1/+1 | |
| 2020-05-14 | Make some stuff public so that they can be reused by other tools | Pavan Kumar Sunkara | -1/+1 | |
| 2020-05-05 | Pass cargo.target to rustc | Christophe MASSOLIN | -1/+1 | |
| 2020-04-25 | Convert code to text-size | Aleksey Kladov | -1/+1 | |
| 2020-04-23 | Fully get rid of SyntaxNodePtr::range | Aleksey Kladov | -1/+5 | |
| 2020-04-20 | ra_proc_macro: cleanups here and there | veetaha | -1/+1 | |
| 2020-04-17 | Merge #3996 | bors[bot] | -3/+1 | |
| 3996: Fix path for proc-macro in nightly / stable release r=matklad a=edwin0cheng I messed up that I forget we use different executable names for nightly / stable release, I changed to use the current executable name instead. Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com> | ||||
| 2020-04-17 | Fix path for proc-macro in nightly / stable build | Edwin Cheng | -3/+1 | |
| 2020-04-16 | Merge #3995 | bors[bot] | -3/+5 | |
| 3995: Separate project discovery from project loading r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com> | ||||
