or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Rust GCC Meeting 2021-06-04
Second community video call on Zulip via jitsi: https://meet.jit.si/259057065581073
Agenda
Monthly report overview
Monthly Report for May 2021: https://github.com/Rust-GCC/Reporting/blob/main/2021-05-monthly-report.org
The traits milestone will have progress made by Monday; if Philip gets the initial building blocks right, the rest of the milestone will go smoothly; otherwise, we risk rewriting iterating on obligations are managed.
This milestone is all about completing the type system.
Planning Spreadsheet Update
https://docs.google.com/spreadsheets/d/1B_JFzHgGclpdtPcQvnThkNJnP7Hh8fCIAU1rYFu_23M/edit?usp=sharing
This is about Philip Herron's focus each month.
Builds on different architectures
Recently Mark Wielaard has created a buildbot infrastructure for GCCRS: https://builder.wildebeest.org/buildbot/#/builders?tags=gccrust and John Paul Adrian Glaubitz manually tested further configurations and supplied a few small patches.
Thanks for maintaining the Target Info stuff, this is not clear why it is used yet, but both Arthurs Google Summer of Code project depends on this and configuration expansion needs this as well; both are in progress.
Merging GCC upstream
This is done periodically; our front-end code is agnostic of the changes in general, so it is not a priority, but we should try to keep up to date to avoid awkward conflicts.
GCC Copyright assignment and us
We have no plans to change our policy of Copyright assignment for now. When the dust settles, we can figure out what changes we need to make.
GCC Mailing List and IRC
The mailing list will be in addition to Zulip supplying the traditional communication methods for the project and notifying those with status reports etc.
Google Summer of Code 2021 projects
Both students are progressing nicely. Thank you for your hard work.
Arthur - cargo support for GCCRS.
Thomas - unused/deadcode