提交历史

作者 SHA1 备注 提交日期
  gingerBill d343e47a86 Add `user_data` parameter to `filepath.walk` and `filepath.Walk_Proc` 5 年之前
  gingerBill 1d21740afb Add `filepath.walk` 5 年之前
  gingerBill 9ae3879956 Add `os.stat`, `os.lstat`, `os.fstat`, `filepath.walk` 5 年之前
  gingerBill 2ebb94fa72 Allow `os.read_dir` to use a different allocator 5 年之前
  gingerBill 96a0125599 Fix typo in reflect.set_union_variant_type_info 5 年之前
  gingerBill 626d0736f4 Add more to package reflect (as_string, as_pointer, as_raw_data, relative_pointer_to_absolute) 5 年之前
  gingerBill e26f63b448 Update `package reflect` 5 年之前
  gingerBill b9076b0d5b Add `package unicode/utf8/utf8string` for efficient utf8 codepoint indexing to strings 5 年之前
  gingerBill c43b8ef387 Merge branch 'master' of https://github.com/odin-lang/Odin 5 年之前
  gingerBill b9f511954a Make runtime.slice_handle_error explicitly diverging 5 年之前
  gingerBill 4936713a5e Merge pull request #740 from bttelle/issue-697 5 年之前
  gingerBill 0bd38ba1f6 Add some comments to explain what the differences between packages path and path/filepath 5 年之前
  gingerBill 49eaeccd84 Remove OS specific stuff from `package path` 5 年之前
  gingerBill 840af6825a Update packages os, path, and filepath 5 年之前
  gingerBill 3ccaf47566 Remove unused imports 5 年之前
  gingerBill 8cc5cd1494 Add `package path/filepath`; Add `os.stat` for windows (TODO: unix) 5 年之前
  gingerBill 6b634d5e46 Fix fmt with -vet 5 年之前
  gingerBill 903ba1c5d8 Add built-in custom formatters for time.Time and time.Duration 5 年之前
  gingerBill b42c7f9161 Update `package path` and fix bugs; add path.match which uses shell pattern matching 5 年之前
  gingerBill 654b24e514 Add `-disallow-do` 5 年之前
  gingerBill fc4fdd588e Remove usage of `do` in core library 5 年之前
  gingerBill 4844dd4d96 Add check to block statements to see if they only contain one statement, a value declaration, and err. 5 年之前
  gingerBill 609af3a651 Fix and clean up default procedure parameter code for non-constant types 5 年之前
  gingerBill 20e4548999 Make llvm-c header use local includes 5 年之前
  Joseph Battelle 7490ac2cfd Fix issue #697 5 年之前
  gingerBill 10afc58d7d Minor style change in parser.odin 5 年之前
  gingerBill f5b18482f6 Merge pull request #739 from bttelle/issue-486 5 年之前
  gingerBill 97d7d8301a Fix ast.Branch_Node parsing in package odin/parser 5 年之前
  Joseph Battelle 3a3d415295 Fix issue #486 5 年之前
  gingerBill 33003d1bc1 Update README.md 5 年之前