Історія комітів

Автор SHA1 Опис Дата
  gingerBill 9e6e769141 Add sanity checks to checker 4 роки тому
  Jeroen van Rijn c0f746a251 Merge pull request #1065 from Kelimion/string_cut 4 роки тому
  gingerBill ccbdf086ff Add `@(warning=<string>)` 4 роки тому
  Jeroen van Rijn d260ca6738 string.cut uses context.allocator by default. 4 роки тому
  gingerBill b0e64ca7e8 Prepare tokenizer for optimizations 4 роки тому
  gingerBill 7f3d4cb504 Remove the literal conversion logic to the parser from the tokenizer 4 роки тому
  gingerBill 97be36d18a Replace `line` with `column_minus_one` in `Tokenizer`; Remove dead code 4 роки тому
  gingerBill be76da2c90 Begin optimizing tokenizer; Replace `gb_utf8_decode` with `utf8_decode` (CC but easier to change later) 4 роки тому
  gingerBill b1a8357f50 Clean up a bit of the tokenizer code so that the semicolon insertion rules are in one place 4 роки тому
  Jeroen van Rijn 0dc900ba34 Add `strings.cut`, which returns a substring. 4 роки тому
  gingerBill 700624119b Give `begin_error_block` its own recursive mutex 4 роки тому
  gingerBill af32aba7fc Modify MPMCQueue behaviour to use `i32` over `isize`; Correct cache line padding within MPMCQueue 4 роки тому
  gingerBill 541c79c01a Add mutex for `@(builtin)` attributes 4 роки тому
  gingerBill 358226468d EXPERIMENT: Set `DEFAULT_TO_THREADED_CHECKER` on all platforms 4 роки тому
  gingerBill d1e5f34f76 Use `DEFAULT_TO_THREADED_CHECKER` 4 роки тому
  gingerBill 416dd93bf7 Add accidentally removed call 4 роки тому
  gingerBill 7c80577160 Correct race condition on untyped expr info map logic on global evaluations 4 роки тому
  gingerBill a5d6fda433 Define which mutexes are blocking and recursive explicitly 4 роки тому
  gingerBill 4bc3796f9b Short circuit `check_with_workers` logic on `worker_count == 0` 4 роки тому
  gingerBill 5e12f5a746 Unify threading logic 4 роки тому
  gingerBill 4080ba4026 Remove global semaphore and place in CheckerInfo 4 роки тому
  gingerBill e17593be94 Remove dead mutex 4 роки тому
  gingerBill 44aa69748c Correct logic for `check_import_entities - collect file decls` 4 роки тому
  gingerBill 9cd5ea59dd Big simplification and improvement of the entity collection system, reducing unneeded steps for packages 4 роки тому
  gingerBill 116e98b378 Improve default scope size 4 роки тому
  gingerBill ae25787f48 Fix syntax error for a missing package name 4 роки тому
  gingerBill 08dc829b70 Manually short circuit in `lb_build_if_stmt` for constant conditions 4 роки тому
  gingerBill 3ac674cf02 Fix typo 4 роки тому
  gingerBill 6cd06ab95f Minor fix 4 роки тому
  gingerBill 99080d41f3 INTERNAL USE ONLY: `//+lazy` build flag 4 роки тому