Chandler Carruth
|
b4d4f5423d
[highlightjs] Add virtual method keywords. (#1377)
|
3 лет назад |
Chandler Carruth
|
0ed6600615
[highlightjs] Add struct literal support. (#1370)
|
3 лет назад |
Chandler Carruth
|
e2c5a7ef68
[highlightjs] Add support for `var` and `let`. (#1366)
|
3 лет назад |
Céline Dedaj
|
22743976a8
Replaced "good intent" with our "learning journey" (#1375)
|
3 лет назад |
Céline Dedaj
|
c5bca42e73
Replaced "positive" with "constructive" (#1374)
|
3 лет назад |
Céline Dedaj
|
f0ee96d6f5
Replaced "respectful" with "kind" (#1373)
|
3 лет назад |
Céline Dedaj
|
5fbbc2ad97
Corrected definition of "doxing" (#1372)
|
3 лет назад |
Chandler Carruth
|
1f075a1348
Add a language definition for highlight.js. (#1365)
|
3 лет назад |
josh11b
|
77df7c56d9
Design overview update part 6 (#1368)
|
3 лет назад |
josh11b
|
5535f5ee30
Design overview update part 5: Names (#1347)
|
3 лет назад |
Richard Smith
|
3603db0a08
Give a different diagnostic if a name is used before it's declared. (#1364)
|
3 лет назад |
SlaterLatiao
|
9106e9239e
Initial implementation of returned var. (#1348)
|
3 лет назад |
Jon Ross-Perkins
|
a23f15e901
Refactoring Semantics towards a more instruction-like model (#1349)
|
3 лет назад |
Chandler Carruth
|
4aa462c2ac
Make the Carbon experiment public. (#1363)
|
3 лет назад |
Richard Smith
|
75d10e326f
Make the names of declarations unusable before the point where their type is known. (#1352)
|
3 лет назад |
pk19604014
|
98f4bb3110
Changed fuzzer_util_test to not process the full fuzzer corpus, but instead just run on a single file, to minimize friction when making fuzzer proto changes (#1354)
|
3 лет назад |
Chandler Carruth
|
b8ebea81ef
Update LLVM. (#1353)
|
3 лет назад |
Jon Ross-Perkins
|
8adcf8b5dd
rm update_llvm.sh (it's legacy) (#1351)
|
3 лет назад |
Chandler Carruth
|
d7a79ca7fd
Fix missing actions in our Bazel toolchain. (#1350)
|
3 лет назад |
Chandler Carruth
|
df345b5ec7
Remove LLVM from the repo, and clean up history. (#1344)
|
3 лет назад |
Jon Ross-Perkins
|
b626cb9c64
Run brew install on all platforms, and stop searching for clang-format (#1346)
|
3 лет назад |
josh11b
|
fbf353afe8
Design overview update part 4: C and C++ Interop (#1336)
|
3 лет назад |
Richard Smith
|
9ea405788e
Combine most ast/ build targets into one. (#1334)
|
3 лет назад |
Chandler Carruth
|
282bac207e
Switch back to `std::abort()` in `CARBON_CHECK`. (#1341)
|
3 лет назад |
Jon Ross-Perkins
|
6dd08d09ac
Add workaround for StatementBlock declaration circularity (#1342)
|
3 лет назад |
SlaterLatiao
|
8d0f3364d8
Initial implementation of raw string literals (#1304)
|
3 лет назад |
Richard Smith
|
a1be2a8a38
Track the arguments and witnesses on values indirectly. (#1335)
|
3 лет назад |
Chandler Carruth
|
8705e29d9f
Workaround LLVM compiler bug when fuzzing. (#1340)
|
3 лет назад |
Richard Smith
|
d1c8496858
Evaluate the type prior to the `.` in `Type.member` accesses (#1337)
|
3 лет назад |
Richard Smith
|
17ee3ed9b7
Track a resolved `Member` on each member access expression. (#1333)
|
3 лет назад |