Chandler Carruth df6a5a50dc Remove the `Dump` method from `Printable` (#7118) пре 6 дана
..
BUILD 53c257d2e2 Switch libpfm and boost.unordered to BCR versions (#6847) пре 1 месец
all_llvm_targets.cpp a196b9840f Run clang-tidy on headers (#3572) пре 2 година
array_stack.h 6d9ee96584 Misc comment cleanups (#6200) пре 6 месеци
array_stack_test.cpp efa158d496 Refactor InstBlockStack to use ArrayStack. (#4104) пре 1 година
bazel_working_dir.h e545929386 Pivot towards relative paths for installs and runtimes (#6547) пре 4 месеци
build_data.cpp 2f81858a36 Switch BuildData to char arrays (#5464) пре 11 месеци
build_data.h 2f81858a36 Switch BuildData to char arrays (#5464) пре 11 месеци
build_data_linkstamp.cpp 2f81858a36 Switch BuildData to char arrays (#5464) пре 11 месеци
build_data_linkstamp.h 2f81858a36 Switch BuildData to char arrays (#5464) пре 11 месеци
build_data_test.cpp b1004012c3 Add linkstamp support to get the target name (#5451) пре 11 месеци
check.h 11e82e9872 Revert "Add FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION to fuzzer mode and enable DCHECKs under fuzzing (#5489)" (#5580) пре 11 месеци
check_internal.cpp bf32da8dad Add missing standard library header inclusions (#5316) пре 1 година
check_internal.h a376a2b27d Update pre-commit versions (#6666) пре 3 месеци
check_test.cpp f18fc40a32 Add missing standard library header inclusions (#5486) пре 11 месеци
command_line.cpp 67163096b6 Replace OwningArrayRef with SmallVector (#6633) пре 3 месеци
command_line.h 67163096b6 Replace OwningArrayRef with SmallVector (#6633) пре 3 месеци
command_line_test.cpp f18fc40a32 Add missing standard library header inclusions (#5486) пре 11 месеци
concepts.h dbf12eb3fc Add a SameAsOneOf helper (#5490) пре 11 месеци
emplace_by_calling.h 6753a715f6 Avoid moving around large suspended function states in the deferred definition worklist. (#5608) пре 10 месеци
emplace_by_calling_test.cpp 6753a715f6 Avoid moving around large suspended function states in the deferred definition worklist. (#5608) пре 10 месеци
enum_base.h b300f36e6f Use `inline constexpr` where appropriate. (#6374) пре 5 месеци
enum_base_test.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) пре 7 месеци
enum_base_test.def 44a5e371b2 Reduce clangd-displayed errors for def files (#4957) пре 1 година
enum_mask_base.h 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) пре 7 месеци
enum_mask_base_test.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) пре 7 месеци
error.h 3f799bd987 Use explicit(false) for implicit construction (#6039) пре 7 месеци
error_test.cpp 74016d47f9 Rework the `IsSuccess` matcher to be fully polymorphic (#5981) пре 8 месеци
error_test_helpers.h b2ab53e49c Fix an incompatiblitiy between our YAML and `ErrorOr` test helpers (#6636) пре 3 месеци
exe_path.cpp 3070e5cfc6 Try using getMainExecutable to address argv[0] limitations (#5643) пре 10 месеци
exe_path.h 6d9ee96584 Misc comment cleanups (#6200) пре 6 месеци
exe_path_test.cpp 3070e5cfc6 Try using getMainExecutable to address argv[0] limitations (#5643) пре 10 месеци
filesystem.cpp 7b6e3dfbb0 Fix ReadlinkSlow buffer when lstat reports zero size (#6948) пре 1 месец
filesystem.h e545929386 Pivot towards relative paths for installs and runtimes (#6547) пре 4 месеци
filesystem_benchmark.cpp 20a5c43e95 Update bazel to 8.5.1, plus module updates. (#6664) пре 3 месеци
filesystem_test.cpp e545929386 Pivot towards relative paths for installs and runtimes (#6547) пре 4 месеци
find.h 9a6c74f0cd Introduce FindIfOrNull() FindIfOrNone() and Contains() (#5322) пре 1 година
find_test.cpp 9a6c74f0cd Introduce FindIfOrNull() FindIfOrNone() and Contains() (#5322) пре 1 година
growing_range.h dc7839e893 Add a new facility GrowingRange for a range that might grow during iteration. (#5641) пре 10 месеци
growing_range_test.cpp dc7839e893 Add a new facility GrowingRange for a range that might grow during iteration. (#5641) пре 10 месеци
hashing.cpp bf32da8dad Add missing standard library header inclusions (#5316) пре 1 година
hashing.h ee97511496 Fix IsCarbonMap invocations to avoid build failures for non-Carbon map types (not sure when this broke). (#6662) пре 3 месеци
hashing_benchmark.cpp bf32da8dad Add missing standard library header inclusions (#5316) пре 1 година
hashing_test.cpp bf32da8dad Add missing standard library header inclusions (#5316) пре 1 година
hashtable_key_context.h 1cc699ddda Make heterogenous hash table lookup opt-in (#6950) пре 2 недеља
hashtable_key_context_test.cpp a8748f3e2d Key context improvements (#4095) пре 1 година
init_llvm.cpp e2256516e8 Fix InitLLVM argv (#4405) пре 1 година
init_llvm.h a196b9840f Run clang-tidy on headers (#3572) пре 2 година
latch.cpp 4024d300bc Add a more friendly "latch" synchronization tool (#6372) пре 5 месеци
latch.h 4024d300bc Add a more friendly "latch" synchronization tool (#6372) пре 5 месеци
latch_test.cpp 4024d300bc Add a more friendly "latch" synchronization tool (#6372) пре 5 месеци
map.h a376a2b27d Update pre-commit versions (#6666) пре 3 месеци
map_benchmark.cpp ee97511496 Fix IsCarbonMap invocations to avoid build failures for non-Carbon map types (not sure when this broke). (#6662) пре 3 месеци
map_test.cpp 63adcea9f0 Fix typename in forward (#6183) пре 6 месеци
move_only.h e060342411 Defer building thunks until the end of the enclosing definition. (#5403) пре 1 година
ostream.h df6a5a50dc Remove the `Dump` method from `Printable` (#7118) пре 6 дана
pretty_stack_trace_function.h fcf445b517 Print captured stdout/stderr on test crashes (#5740) пре 10 месеци
raw_hashtable.cpp bf32da8dad Add missing standard library header inclusions (#5316) пре 1 година
raw_hashtable.h b300f36e6f Use `inline constexpr` where appropriate. (#6374) пре 5 месеци
raw_hashtable_benchmark_helpers.cpp 67163096b6 Replace OwningArrayRef with SmallVector (#6633) пре 3 месеци
raw_hashtable_benchmark_helpers.h 20a5c43e95 Update bazel to 8.5.1, plus module updates. (#6664) пре 3 месеци
raw_hashtable_metadata_group.cpp 21a81bc59e Introduce custom hash table data structures. (#3940) пре 1 година
raw_hashtable_metadata_group.h 13bb660f7f Update LLVM and update APIs (#6147) пре 5 месеци
raw_hashtable_metadata_group_benchmark.cpp bf32da8dad Add missing standard library header inclusions (#5316) пре 1 година
raw_hashtable_test_helpers.h 1cc699ddda Make heterogenous hash table lookup opt-in (#6950) пре 2 недеља
raw_string_ostream.h 2fef1cb713 Switch to trailing returns in toolchain and related code. (#4919) пре 1 година
raw_string_ostream_test.cpp 4c4c4a4d2c Add RawStringOstream for slightly simpler streaming to strings (#4817) пре 1 година
set.h 55e5675373 Clarify const semantics of `Set` and `Map` (#6351) пре 5 месеци
set_benchmark.cpp bf32da8dad Add missing standard library header inclusions (#5316) пре 1 година
set_test.cpp 63adcea9f0 Fix typename in forward (#6183) пре 6 месеци
string_helpers.cpp eecbb7e508 Switch to BumpPtrAllocator for C-string storage (#6550) пре 3 месеци
string_helpers.h eecbb7e508 Switch to BumpPtrAllocator for C-string storage (#6550) пре 3 месеци
string_helpers_test.cpp eecbb7e508 Switch to BumpPtrAllocator for C-string storage (#6550) пре 3 месеци
struct_reflection.h 3f799bd987 Use explicit(false) for implicit construction (#6039) пре 7 месеци
struct_reflection_test.cpp f18fc40a32 Add missing standard library header inclusions (#5486) пре 11 месеци
template_string.h 93dc369ebd Add a base struct for singleton type insts (#6289) пре 6 месеци
template_string_test.cpp 93dc369ebd Add a base struct for singleton type insts (#6289) пре 6 месеци
type_enum.h 3f799bd987 Use explicit(false) for implicit construction (#6039) пре 7 месеци
version.h b51dc7f8e2 Introduce version and build info stamping. (#4054) пре 1 година
version.tmpl.cpp b51dc7f8e2 Introduce version and build info stamping. (#4054) пре 1 година
version_stamp.tmpl.cpp b51dc7f8e2 Introduce version and build info stamping. (#4054) пре 1 година
vlog.h 1d904556ef Remove `[[clang::preserve_most]]` (#4319) пре 1 година
vlog_test.cpp bf32da8dad Add missing standard library header inclusions (#5316) пре 1 година