about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-02-20 20:26:32 -0800
committerbors <bors@rust-lang.org>2013-02-20 20:26:32 -0800
commit0aa1aaa2c1d095365e341017e443d61a960e0af6 (patch)
treeefe137545e83fe0b69d4c4c9ccc0b6e1ccfe5dea /src/libsyntax/parse/parser.rs
parenta307608781027d8c1b4c99bf1a8ac2c0d960a1bc (diff)
parent9776c387319f4078fb748c5f365b713d603bfc4f (diff)
downloadrust-0aa1aaa2c1d095365e341017e443d61a960e0af6.tar.gz
rust-0aa1aaa2c1d095365e341017e443d61a960e0af6.zip
auto merge of #5058 : Thiez/rust/incoming, r=catamorphism
I've moved all intrinsics in a single file (libcore/private/intrinsics.rs) and changed a few files to make use of this file (e.g. vec.rs: move_val_init).

Two intrinsics have been commented out:
visit_tydesc: it uses TyDesc and TyVisitor, this would create a dependency on librustc which seems undesirable.
frame_address: I really had no idea what it should look like without the legacy modes (would it even work? In several places in libcore the (legacy-modes) intrinsics were wrapped
with a normal fn) and what it was supposed to do.

Some documentation is still required, but many names are fairly self-explanatory.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
0 files changed, 0 insertions, 0 deletions