aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | More style fixes to tree-sitter codePo Lu2022-11-032-2/+3
* | | | | | | Minor fixes to last tree-sitter changePo Lu2022-11-031-9/+10
* | | | | | | Stylistic changes to tree-sitter codePo Lu2022-11-032-179/+221
* | | | | | | Check for outdated tree-sitter node when printingYuan Fu2022-11-023-3/+18
* | | | | | | ; * src/print.c (print_vectorlike): Fix comment for tree-sitter.Yuan Fu2022-11-021-2/+2
* | | | | | | Don't print buffer when printing tree-sitter node and parserYuan Fu2022-11-011-4/+5
* | | | | | | ; Explain the BEG and END argument in treesit-query-capture betterYuan Fu2022-10-311-2/+4
* | | | | | | Make Emacs compile without tree-sitter libraryYuan Fu2022-10-281-5/+4
* | | | | | | ; Update copyright yearsStefan Kangas2022-10-271-1/+1
* | | | | | | ; Fix typos and formatting in treesit.[ch]Stefan Kangas2022-10-272-28/+28
* | | | | | | ; * src/treesit.c: Fix typos.Stefan Kangas2022-10-271-2/+2
* | | | | | | * src/treesit.c (treesit_search_dfs): Fix traverse algorithm.Yuan Fu2022-10-251-1/+2
* | | | | | | ; * src/treesit.c (treesit_search_forward): Fix comment.Yuan Fu2022-10-251-1/+1
* | | | | | | * src/treesit.c (treesit_search_forward): Fix traverses algorithm.Yuan Fu2022-10-251-1/+1
* | | | | | | Make treesit-node-child and fiends accept negative indexYuan Fu2022-10-231-9/+36
* | | | | | | Change function signiture of treesit search functionsYuan Fu2022-10-231-4/+4
* | | | | | | ; Resolve FIXME's in tree-sitter manual sectionsYuan Fu2022-10-231-11/+12
* | | | | | | Fix infinite loop in treesit-search-forward-gotoYuan Fu2022-10-221-37/+71
* | | | | | | ; Fix typos in treesit.cDaniel Martín2022-10-181-2/+2
* | | | | | | Change free to xfree in treesit.elYuan Fu2022-10-171-1/+1
* | | | | | | Change malloc to xmalloc in treesit.cYuan Fu2022-10-171-2/+1
* | | | | | | Fix casts to uint32_t in treesit.cYuan Fu2022-10-171-10/+37
* | | | | | | Simplify error reported by loading tree-sitter language definitionYuan Fu2022-10-171-4/+4
* | | | | | | Fix memory leak in ts_load_languageYuan Fu2022-10-171-6/+5
* | | | | | | Make sure the treesit path variables are listsEli Zaretskii2022-10-171-0/+3
* | | | | | | ; Rename ts_* symbols in treesit.cEli Zaretskii2022-10-176-294/+305
* | | | | | | ; * src/treesit.c (ts_search_dfs): Fix tab inline.Yuan Fu2022-10-171-1/+1
* | | | | | | ; * src/treesit.c: Change commentary to reflect recent changes.Yuan Fu2022-10-171-2/+4
* | | | | | | ; Fix doc strings in treesit.cEli Zaretskii2022-10-171-78/+94
* | | | | | | ; * src/treesit.c: Fix some indentation problems and doc strings.Eli Zaretskii2022-10-161-236/+200
* | | | | | | Support MinGW build on MS-WindowsEli Zaretskii2022-10-165-19/+380
* | | | | | | * src/treesit.c (Ftreesit_query_language): New function.Yuan Fu2022-10-131-0/+11
* | | | | | | Better signal data for treesit-load-language-errorYuan Fu2022-10-121-12/+27
* | | | | | | Lazily compile tree-sitter queryYuan Fu2022-10-112-93/+194
* | | | | | | Fix typo in Makefile.inDaniel Martín2022-10-101-1/+1
* | | | | | | * src/treesit.c (syms_of_treesit): Add Streesit_language_version.Yuan Fu2022-10-061-0/+1
* | | | | | | Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-064-2/+13
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add missing staticpro (bug#58327)Gerd Möllmann2022-10-061-0/+2
| * | | | | | Inhibit GC in probably_quit (bug#58042)Gerd Möllmann2022-10-061-0/+2
| * | | | | | ; * src/xterm.c (x_term_init): Fix typo.Po Lu2022-10-061-1/+1
| * | | | | | Minor fixes to IM locale handlingPo Lu2022-10-061-1/+5
| * | | | | | Fix nsmenu crash when exiting popup dialogPo Lu2022-10-061-1/+4
* | | | | | | Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-0570-2099/+3567
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Add face help-key-binding in help-char echoStefan Kangas2022-10-051-16/+9
| * | | | | | Fix bug in "macintization" of x_draw_glyph_stringPo Lu2022-10-051-2/+16
| * | | | | | Add comment explaining gcc_jit_context_new_bitcast usage.Vibhav Pant2022-10-051-0/+5
| * | | | | | Address styling comments.Vibhav Pant2022-10-051-7/+7
| * | | | | | comp.c: Add declaration for gcc_jit_type_is_pointer.Vibhav Pant2022-10-051-2/+12
| * | | | | | src/comp.c: Use libgccjit's bitcast API for type coercion, when available.Vibhav Pant2022-10-051-5/+57
| * | | | | | Merge from origin/emacs-28Stefan Kangas2022-10-041-3/+7
| |\ \ \ \ \ \ | | |/ / / / /