aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Add basic infrastructure for assoc type projectionFlorian Diebold2019-06-151-0/+1
|
* Get rid of failure: ra_batch ra_cliMuhammad Mominul Huque2019-06-151-2/+0
|
* Get rid of failure: ra_lsp_server & ra_project_modelMuhammad Mominul Huque2019-06-141-3/+0
|
* Get rid of failure: gen_lsp_serverMuhammad Mominul Huque2019-06-141-1/+0
|
* use salsa's LRU for syntax treesAleksey Kladov2019-06-121-3/+4
|
* Merge #1391bors[bot]2019-06-101-12/+11
|\ | | | | | | | | | | | | | | 1391: rename tools -> ra_tools r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * rename tools -> ra_toolsAleksey Kladov2019-06-101-12/+11
| | | | | | | | | | This should help with caching on CI I hope (see .travis.yml before_cache)
* | use single version of either in hirAleksey Kladov2019-06-101-1/+0
|/
* :arrow_up: salsaAleksey Kladov2019-06-071-18/+18
|
* :arrow_up: depsAleksey Kladov2019-06-051-72/+73
|
* switch to panic-safe salsaAleksey Kladov2019-06-041-6/+6
|
* add couple of debug utilsAleksey Kladov2019-06-031-4/+5
|
* add built-in types to scopesAleksey Kladov2019-05-301-0/+1
|
* switch to upstream salsaAleksey Kladov2019-05-301-6/+6
|
* :arrow_up: parking_lotAleksey Kladov2019-05-301-83/+32
|
* More clever highlighting, incl draft for structsPascal Hertleif2019-05-271-0/+1
|
* Add Either depEdwin Cheng2019-05-261-0/+1
|
* cargo updatekjeremy2019-05-231-97/+100
|
* Improve highlighting of name refsLaurențiu Nicola2019-05-231-0/+1
|
* Move NameRef classification logic out of reference_definitionLaurențiu Nicola2019-05-231-0/+1
|
* better profiligAleksey Kladov2019-05-211-0/+1
|
* Use fuel branch for ChalkFlorian Diebold2019-05-211-23/+23
| | | | This makes sure we don't take too long in trait solving.
* publish gen_lsp_server 0.2Aleksey Kladov2019-05-211-2/+2
|
* sort hash maps for testsAleksey Kladov2019-05-211-7/+7
|
* :arrow_up: instaAleksey Kladov2019-05-211-4/+4
|
* :arrow_up: text_unitAleksey Kladov2019-05-151-6/+6
|
* cargo updateJeremy Kolb2019-05-091-76/+69
|
* switch to once_cell from lazy_staticAleksey Kladov2019-05-071-2/+11
|
* :arrow_up: depsAleksey Kladov2019-05-041-89/+131
|
* Update ChalkFlorian Diebold2019-05-041-23/+23
|
* Chalk integrationFlorian Diebold2019-05-041-0/+121
| | | | | - add proper canonicalization logic - add conversions from/to Chalk IR
* Fix more bugsEdwin Cheng2019-04-251-0/+1
|
* Add handling `token` seperator in mbeEdwin Cheng2019-04-251-0/+1
|
* Update some depskjeremy2019-04-241-23/+30
|
* start structured editing APIAleksey Kladov2019-04-211-0/+2
|
* :arrow_up: lspAleksey Kladov2019-04-211-5/+5
|
* switch to official extend selection APIAleksey Kladov2019-04-211-14/+14
|
* :arrow_up: vfsAleksey Kladov2019-04-171-52/+63
|
* add a couple of profiling pointsAleksey Kladov2019-04-141-0/+1
|
* :arrow_up: vfsAleksey Kladov2019-04-121-38/+38
|
* migrate to untyped rowanAleksey Kladov2019-04-091-3/+3
|
* Update depskjeremy2019-04-051-119/+119
|
* Add multi-byte token support in tkn tree to astEdwin Cheng2019-04-041-0/+1
|
* Merge #1106bors[bot]2019-04-041-6/+6
|\ | | | | | | | | | | | | | | 1106: :arrow_up: salsa r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * :arrow_up: salsaAleksey Kladov2019-04-041-6/+6
| |
* | Merge #1068bors[bot]2019-04-031-0/+10
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | 1068: profiling crate first draft r=matklad a=pasa I've made this first draft for #961 Could you look at it? Is this something what you are looking for? It has lack of tests. I can't figure out how to test stderr output in rust right now. Do you have some clues? Additionally I'm thinking about to implement procedural macros to annotate methods with this profiler. Will it be helpful? Co-authored-by: Sergey Parilin <[email protected]>
| * Merge remote-tracking branch 'upstream/master' into issue961_profilingSergey Parilin2019-04-021-67/+46
| |\
| * | PR issuse resolvedSergey Parilin2019-04-021-0/+3
| | |
| * | profiling crate first draftSergey Parilin2019-03-271-0/+7
| | |
* | | switch to new rowanAleksey Kladov2019-04-011-8/+8
| |/ |/|