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
wg-traits meeting agenda and dev log
Instructions
During the week, find the section for the upcoming meeting. Add into the "Log of notable events" any interesting things that you did – PRs opened, notes made, problems encountered. Then add to the Agenda possible topics for focused discussion. During the meeting we'll focus on some of the agenda items, and we'll add a link to the Zulip topic so you can read the details.
Current sprint
The current sprint runs from 2020.05.26 to 2020.07.07. You can find our sprint goals here.
Upcoming meeting topics
Previous meeting topics
[2021.03.30]
[2020.10.20]
To discuss
Bindermap_bound_ref
(rust#77685)TyKind
->TyData
(rust#77768)[2020.09.29]
To discuss
rebind
function toBinder
?dummy
: adds a level of binding without allowing capturing escaping vars (enforced)bind
: potentially captures escaping varsrebind
: (potentially) recaptures escaping varsmap
/map_ref
, but this isn't possible in a lot of cases currentlywrap_nonbinding
: adds a level of binding, shifting vars to avoid capturesAction items
Kind
changes to MCP topic (Jack)[2020.09.22]
[2020.09.15]
Action Items
ReStatic
(Jack)2020.09.08
Meeting notes
2020.09.01
Action Items
Meeting notes
&TyKind
; we hit some complications trying to do soUnpin
,CoerceUnsied
,DispatchFromDyn
* generators (chalk#593) and extern types
2020.06.02
Notes from meeting
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →2020.05.26
Agenda and possible topics
2020.05.12
Agenda and possible topics
Log of notable events, please feel free to add
2020.05.05
Agenda and possible topics
Log of notable events, please feel free to add
2020.04.28
Agenda and possible topics
from_fallible
onInterner
list-like types2020.04.21
Agenda and possible topics
Log of notable events, please feel free to add
impl Trait
landedCopy
,Clone
andDrop
traits2020.04.14
Agenda and possible topics
chalk-ir
orchalk-rust-ir
? (#368 and #371)chalk-rust-ir
,chalk_ir::ApplicationType.name
would have to an associated type onInterner
. And thenchalk_solve
would have to have some way to constrain this for a fixed set of types.RegionOutlives
,TypeOutlives
Constraint
s.LifetimeEq
->Outlives
?Subtype
Log of notable events, please feel free to add
2020.04.07
Agenda and possible topics
Notes from meeting
Log of notable events, please feel free to add
TypeName
Sized
,Drop
,Copy
, andClone
Visitor
2020.03.31
Agenda and possible topics
Notes from meeting
Log of notable events, please feel free to add
2020.03.24
Agenda and possible topics
Goal: Rustc integration MVP
()
type for now*Outlives
andSubtype
Fn
traits as applied to fn-def and closuresGoal: Plan for what const integration looks like
Goal: Move towards alignment of rustc and chalk types, and towards extracting a shared library
FnDef
andClosure
ty.kind(tcx)
instead ofty.kind
GenericArg
)Goal: basic support for impl Trait
Goal: progress towards removing leak check in rustc
Goal: exploration and research
Goal: increase Chalk performance (very open-ended)
TypeOutlives
,RegionOutlives
,Subtype
*Outlives
areWhereClause
variants,Subtype
isGoalKind
any_future_answer
/MayInvalidate
: https://github.com/rust-lang/chalk/pull/331Log of notable events, please feel free to add
2020.03.17
Agenda and possible topics
Sized
and other built-in TraitsNotes from meeting
Ongoing things from this sprint
Discussing next sprint topics
interner
data methods to have&self
ty.kind
toty.kind(tcx)
Log of notable events, please feel free to add
2020.03.10
Agenda and possible topics
TypeOutlives
,RegionOutlives
,Subtype
Log of notable events, please feel free to add
&self
to all the other interning methods besides typing