Commit History

Author SHA1 Message Date
  Richard Smith dc7839e893 Add a new facility GrowingRange for a range that might grow during iteration. (#5641) 10 months ago
  Richard Smith 2472f44e44 Track pending thunks on the deferred definition worklist. (#5609) 10 months ago
  Richard Smith e24ba02352 Fix lowering of thunks in generic impls (#5631) 10 months ago
  Jon Ross-Perkins 81ca949ab8 Replacing lowering vectors with FixedSizeValueStore (#5636) 10 months ago
  Ivana Ivanovska 3d603fced7 Fix C++ function params and return values printed in SemIR (#5468) 10 months ago
  Boaz Brickner e4c8150f2c Store Clang `Decl`s in a `CanonicalValueStore` (#5638) 10 months ago
  Richard Smith 6753a715f6 Avoid moving around large suspended function states in the deferred definition worklist. (#5608) 10 months ago
  dependabot[bot] 8727065a52 Bump requests from 2.32.0 to 2.32.4 in /github_tools in the pip group across 1 directory (#5637) 10 months ago
  Boaz Brickner ec97ec9664 Use `InImport` pointing to C++ imports in `ConvertLocInFile()` instead of adding a separate `InCppImport` when emitting (#5614) 10 months ago
  Jon Ross-Perkins 6683cf3b1c Switch token_infos_ to a ValueStore (#5633) 11 months ago
  Jon Ross-Perkins 78d4cce9f8 Put min_prelude in a testdata dir (#5635) 11 months ago
  Dana Jansens f506376e53 Resolve rewrites in facet types, looking for duplicates (#5620) 11 months ago
  Dana Jansens 52727f9e4b Print test names when running with --threads=1 (#5629) 11 months ago
  Jon Ross-Perkins 766ef7077d Change comments and lines to ValueStores (#5621) 11 months ago
  Jon Ross-Perkins 2e297b5258 Add a fixed-size ValueStore (#5628) 11 months ago
  Jon Ross-Perkins b7c582ad22 Add floats to SharedValueStores yaml (#5626) 11 months ago
  Jon Ross-Perkins 1b55459da6 Add filenames to stack traces (#5623) 11 months ago
  Dana Jansens 5b68b8338e Mention where vsce is installed (#5622) 11 months ago
  Dana Jansens dc93ec27e1 Consider `//@dump-sem-ir-begin` and `//@dump-sem-ir-end` as comments in syntax highlighting (#5624) 11 months ago
  Jon Ross-Perkins 0a727c32e9 Change min_prelude to use EXTRA-ARGS and INCLUDE-FILE (#5625) 11 months ago
  Jon Ross-Perkins 1e9e148c3b Rename the ImportRefs block to Imports (#5618) 11 months ago
  Jon Ross-Perkins 9b1a0729a1 Move imported C++ entities to the import block (#5616) 11 months ago
  Jon Ross-Perkins 51b4abec20 Allow args, includes, and splits in file_test includes (#5610) 11 months ago
  Richard Smith a508b00883 Fix expected signature for `type.and`. (#5613) 11 months ago
  Dana Jansens 315c79ea33 Apply enclosing specifics to symbolic arguments in generic calls (#5597) 11 months ago
  Jon Ross-Perkins 126f7b38e3 Mark stdin output file test as no-prelude (#5612) 11 months ago
  Jon Ross-Perkins 04d534abee Remove the no_prelude directory, using --no-prelude-import directly (#5607) 11 months ago
  Boaz Brickner fb33f7c481 In `test_clang_cpp`, if `CalledProcessError` is raised, log the stderr for easier debugging (#5595) 11 months ago
  Boaz Brickner 5435877745 Simplify the test that accesses `LangOptions` due to handling diagnostic with `FixItHints` and clarify the test if for diagnostic with `FixItHints` (#5596) 11 months ago
  Richard Smith 7a55568f15 Fix crash when impl lookup fails and the type of `.Self` is symbolic. (#5603) 11 months ago