aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/creader.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed ↵Graydon Hoare2011-03-251-1/+1
| | | | | | build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵Graydon Hoare2011-03-251-1/+1
| | | | off src root.
* rustc: Store cached crate metadata in the sessionPatrick Walton2011-03-251-16/+20
|
* Start hooking resolve into creater.Graydon Hoare2011-03-241-0/+15
|
* rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; ↵Patrick Walton2011-03-241-6/+35
| | | | XFAIL use-import-export.rs in rustc
* Teach creader about reading ty_float, and trim trailing whitespace.Graydon Hoare2011-03-241-1/+2
|
* rustc: Remove uses of Unicode in type deserialization and fix vector-push ↵Patrick Walton2011-03-211-37/+40
| | | | operations
* rustc: Update type serialization and deserialization for the "mutable?" changePatrick Walton2011-03-211-5/+15
|
* rustc: Merge in type serialization and deserializationMarijn Haverbeke2011-03-211-0/+171
| | | | Signed-off-by: Patrick Walton <[email protected]>
* Revert 6fdb81fa17b3c7147a69edc5217c9f93ff485410, it is causing failures inRafael Ávila de Espíndola2011-03-161-20/+3
| | | | the bots.
* rustc: Remove the memory-managed interface to LLVM memory buffers; passing ↵Patrick Walton2011-03-151-1/+0
| | | | them around transfers ownership
* rustc: Open "use"d crates with the LLVM object file readerPatrick Walton2011-03-151-3/+26
|
* rustc: Add an annotation for the crate definition to view_item_usePatrick Walton2011-03-151-7/+36
|
* rustc: Add a stub crate reader module for "use" directivesPatrick Walton2011-03-151-0/+28