| Age | Commit message (Collapse) | Author | Lines |
|
|
|
imports
|
|
|
|
|
|
|
|
Also touch up use of 'pub' and move some tests around so the tested functions
don't have to be 'pub'
|
|
|
|
|
|
compiles-as-is, but needs a snapshot to remove the `stage0`ed extfmt export in core.
Closes #4750
|
|
Needs a snapshot to remove stage0 extfmt export in core
|
|
|
|
|
|
|
|
|
|
|
|
module scope. r=tjc
|
|
nearest module scope. r=tjc"
This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6.
|
|
module scope. r=tjc
|
|
contain at least two components. r=graydon
|
|
|
|
|
|
rs=refactoring
|
|
|
|
Change int to uint in some extfmt code. Remove the #[cfg(stage0)] code
after a snapshot.
|
|
This commit replaces nearly all remaining uses of #fmt, #debug, #error,
and #info, and fixes some error messages...
|
|
Everything should now call ptr::addr_of instead of
ptr::p2::addr_of. Only the pipes macro code when compiled
by stage0 will call ptr::p2::addr_of. Needs a snapshot to get
rid of that.
|
|
|
|
Needs a snapshot before this can be completed, because I changed
the mode for conv_poly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Require comma separators for all expression types except the plain block
|
|
|
|
|
|
|
|
|
|
#2907.
|
|
|
|
|
|
|
|
|
|
|
|
Closes #2746.
|
|
|