issues
search
carbon-language
/
carbon-lang
Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
http://docs.carbon-lang.dev/
Other
32.35k
stars
1.48k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
disallow impl without base
#4583
dwblaikie
opened
1 hour ago
2
Add framework for singleton instructions.
#4582
jonmeow
opened
3 hours ago
0
Remove vim swap files
#4581
jonmeow
closed
4 hours ago
0
Update links to the DiagnosticConsumers
#4580
danakj
opened
6 hours ago
0
When are interface requirements enforced for an `impl`?
#4579
josh11b
opened
6 hours ago
1
Link to video for 2024 CppNorth talk
#4578
josh11b
opened
6 hours ago
2
Remove return_slot_id
#4577
geoffromer
opened
6 hours ago
0
Switch to video link for CppNorth talk
#4576
jonmeow
closed
6 hours ago
0
`private` and `protected` access
#4575
josh11b
opened
8 hours ago
1
In Context::LookupUnqualifiedName(), prefer lexical result over non lexical result
#4574
bricknerb
opened
10 hours ago
2
Suppress unused-includes in clangd for false positives
#4573
danakj
closed
9 hours ago
0
Add a basic test for name poisoning
#4572
bricknerb
opened
14 hours ago
0
Clarify what specific name in the Core package is looked for when diagnosing that the Core package is not found
#4571
bricknerb
closed
10 hours ago
0
Change the test timeouts for the benchmarks to moderate.
#4570
chandlerc
closed
9 hours ago
0
Fix comment in test
#4569
josh11b
closed
1 day ago
0
Refactor command line errors to mirror diagnostic style
#4568
jonmeow
opened
1 day ago
0
Switch to our custom benchmark main.
#4567
chandlerc
closed
1 day ago
1
Implementing multiple interfaces with a single `impl` definition
#4566
josh11b
opened
1 day ago
0
element index init with vptr
#4565
dwblaikie
closed
48 minutes ago
2
Track the type as written in `BaseDecl` and `AdaptDecl`.
#4564
zygoloid
opened
1 day ago
0
Change how CheckParseTrees receives NodeLocConverters
#4563
jonmeow
closed
8 hours ago
0
Import the full list of extended scopes.
#4562
zygoloid
closed
1 day ago
0
Simplify logic in `StringifyTypeExpr` using `push_string`
#4561
josh11b
opened
1 day ago
0
Should an adapter have access to `protected` fields of its adapted type?
#4560
zygoloid
opened
2 days ago
0
Split deferred node traversal out from check.cpp
#4559
jonmeow
closed
2 days ago
0
Remove labels from the builtin inst kind macro
#4558
jonmeow
closed
1 day ago
1
Factor out the common import pattern in import_ref.cpp.
#4557
zygoloid
opened
3 days ago
0
Adds per-builtin instructions, removing `BuiltinInst`
#4556
jonmeow
closed
2 days ago
1
Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst
#4555
jonmeow
closed
3 days ago
0
Remove links to weekly sync and open discussion as these docs weren't updated for 2 years and link the Minutes folder instead
#4554
bricknerb
closed
15 hours ago
1
Reject/error on base declarations that appear after field declarations
#4553
dwblaikie
closed
2 days ago
1
Have sh_test directly invoke benchmarks
#4552
jonmeow
closed
2 days ago
1
Explain more on the difference of where constraints
#4551
danakj
closed
1 day ago
0
Change prettier to a direct node use.
#4550
jonmeow
closed
4 days ago
0
Update pre-commit config
#4549
jonmeow
closed
4 days ago
0
Use a single `=` in 'impl as where' to assign an associated constant
#4548
danakj
closed
4 days ago
1
Correct name of ComparableFromDifference in Generics details
#4547
danakj
closed
4 days ago
1
Drop std:: on size_t in various spots.
#4546
jonmeow
closed
4 days ago
0
Add a `FacetValue` instruction
#4545
josh11b
closed
1 day ago
1
Allow `extend adapt` of non-class types.
#4544
zygoloid
closed
4 days ago
0
Remove the special case for `i32`.
#4543
zygoloid
closed
4 days ago
0
Use llvm::any_of instead of std::ranges::any_of
#4542
danakj
closed
1 week ago
0
Reconstruct rational for disabled clang-tidy checks.
#4541
jonmeow
closed
1 week ago
0
Suppress readability-enum-initial-value in clang-tidy
#4540
danakj
closed
1 week ago
2
Use std::ranges::any_of instead of std::any_of
#4539
danakj
closed
1 week ago
2
Suppress readability-redundant-member-init
#4538
danakj
closed
4 days ago
2
Propagate `llvm::vfs::FileSystem` from `driver_env` to Clang
#4537
josh11b
closed
4 days ago
0
Add blank lines between EntityWithParamsBase members.
#4536
jonmeow
closed
1 week ago
0
Reduce the size of formatted SemIR.
#4534
zygoloid
closed
1 week ago
4
Add support for scoped timings.
#4533
jonmeow
closed
1 week ago
0
Next