| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And monomorphize dtors correctly.
|
|
|
|
|
|
Nothing on Earth depends on this functionality and it is probably unexpected
|
|
|
|
|
|
Get rid of the >>> operator and make >> logical or arithmetic depending ...
|
|
the signedness. Closes #2417.
|
|
non-copyable resources. Closes #2420.
|
|
|
|
|
|
|
|
|
|
This will allow ast_map to move to the syntax crate
|
|
|
|
|
|
|
|
|
|
The old way was inconsistent---the head was unboxed but the
tail was boxed. This resulted in numerous needless copies and
also made the borrow check unhappy, because the head tended to be
stored in mutable memory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Compile time for the included test goes from 5min to 18s.
|
|
|
|
|
|
|
|
|
|
|
|
to eliminate some repeated code.
|
|
Fixed up a few FIXMEs in lib/llvm to use more descriptive data
types. Covered FIXMEs in metadata::{creader, csearch, decoder} and
one in encoder.
|
|
|
|
|