| .. |
|
BUILD
|
2044366652
Support initialization of specific classes from struct literals (#4320)
|
1 年之前 |
|
block_value_store.h
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 年之前 |
|
builtin_function_kind.cpp
|
8bb80d8271
Add a basic Core.Print function for ints. (#4078)
|
1 年之前 |
|
builtin_function_kind.def
|
8bb80d8271
Add a basic Core.Print function for ints. (#4078)
|
1 年之前 |
|
builtin_function_kind.h
|
76ed3c73cb
Promote FunctionType to a standard instruction. (#3931)
|
2 年之前 |
|
builtin_inst_kind.cpp
|
a81d67c629
Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind (#4115)
|
1 年之前 |
|
builtin_inst_kind.def
|
a81d67c629
Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind (#4115)
|
1 年之前 |
|
builtin_inst_kind.h
|
a81d67c629
Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind (#4115)
|
1 年之前 |
|
class.cpp
|
2044366652
Support initialization of specific classes from struct literals (#4320)
|
1 年之前 |
|
class.h
|
2044366652
Support initialization of specific classes from struct literals (#4320)
|
1 年之前 |
|
constant.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 年之前 |
|
constant.h
|
5d0ec91c20
Collection of minor tweaks to get approx. 10-15% compile time (#4245)
|
1 年之前 |
|
copy_on_write_block.h
|
5c8fa6ad5c
Replace `FoldingSet` with `DenseMap` for instruction canonicalization. (#3979)
|
1 年之前 |
|
entity_name.h
|
326609857d
Rename BindNameInfo to EntityName (#4090)
|
1 年之前 |
|
entity_with_params_base.h
|
dc32aa2690
Initial support for binding patterns in SemIR (#4221)
|
1 年之前 |
|
entry_point.cpp
|
71aa4a45be
Distinguish between name IDs and string IDs in the type system. (#3341)
|
2 年之前 |
|
entry_point.h
|
bfa5463e5b
Add signature enforcement for `Main.Run` and give it the symbol name `main`. (#3266)
|
2 年之前 |
|
file.cpp
|
bdbd1079a6
`where` check stage, step 2: SemIR (#4349)
|
1 年之前 |
|
file.h
|
61e87c3a88
Lower global variables (#4228)
|
1 年之前 |
|
formatter.cpp
|
49e0c186fc
Add comma between the arguments to the `bind_symbolic_name` instruction (#4358)
|
1 年之前 |
|
formatter.h
|
65d6e3e221
Use verbose formatting of instructions on crash messages. (#4125)
|
1 年之前 |
|
function.cpp
|
37a8bfa488
Refactor `ReturnTypeInfo` and `InitRepr`. (#4169)
|
1 年之前 |
|
function.h
|
5806d8385d
Add SemIR support for virtual functions (#4272)
|
1 年之前 |
|
generic.cpp
|
2044366652
Support initialization of specific classes from struct literals (#4320)
|
1 年之前 |
|
generic.h
|
3cb769a053
Rename "generic instance" to "specific" throughout the toolchain. (#4165)
|
1 年之前 |
|
id_kind.h
|
42bda1e38f
Don't substitute into the targeted instructions of an associated constant. (#4342)
|
1 年之前 |
|
ids.h
|
42bda1e38f
Don't substitute into the targeted instructions of an associated constant. (#4342)
|
1 年之前 |
|
impl.h
|
9d5ec52232
Use more compact storage for impl lookup buckets. (#4351)
|
1 年之前 |
|
import_ir.h
|
5ebcbae2e8
Add a location to indirect imports. (#4098)
|
1 年之前 |
|
inst.cpp
|
5c8fa6ad5c
Replace `FoldingSet` with `DenseMap` for instruction canonicalization. (#3979)
|
1 年之前 |
|
inst.h
|
0354efa1fc
Rework how we check calls to support deduced implicit parameters (#4302)
|
1 年之前 |
|
inst_kind.cpp
|
469f1c8e64
Refactor InstKind to move metadata from macros to the type. (#4119)
|
1 年之前 |
|
inst_kind.def
|
bdbd1079a6
`where` check stage, step 2: SemIR (#4349)
|
1 年之前 |
|
inst_kind.h
|
469f1c8e64
Refactor InstKind to move metadata from macros to the type. (#4119)
|
1 年之前 |
|
inst_namer.cpp
|
2f3ad26f0e
Basic support for declaring generic impls. (#4336)
|
1 年之前 |
|
inst_namer.h
|
fc8e686607
Rebuild all constants in the eval block. (#4155)
|
1 年之前 |
|
interface.h
|
bf89652a4d
Move common entity fields to a 'base' struct. (#4161)
|
1 年之前 |
|
name.cpp
|
49a8efbe1b
`where` check stage, step 1: designators (#4329)
|
1 年之前 |
|
name.h
|
e71e6ca07f
Use separate value stores for identifiers and string literals (#4106)
|
1 年之前 |
|
name_scope.h
|
4631767943
Stop name mangling at an imported package name (#4294)
|
1 年之前 |
|
type.h
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 年之前 |
|
type_info.cpp
|
37a8bfa488
Refactor `ReturnTypeInfo` and `InitRepr`. (#4169)
|
1 年之前 |
|
type_info.h
|
37a8bfa488
Refactor `ReturnTypeInfo` and `InitRepr`. (#4169)
|
1 年之前 |
|
typed_insts.h
|
5ab957d012
Make ImplDecls evaluate to themselves. (#4352)
|
1 年之前 |
|
typed_insts_test.cpp
|
3fa70de101
Remove some C++17 workarounds now we build in C++20 mode. (#3653)
|
2 年之前 |
|
yaml_test.cpp
|
72cb9d0d06
Refactor testing exe path and benchmark main handling. (#4216)
|
1 年之前 |