Commit Graph

13056 Commits

Author SHA1 Message Date
Graydon Hoare 3654287826 De-export logging, to_str, to_bytes, from_str, util. Part of #3583. 2012-09-28 17:47:09 -07:00
Tim Chevalier fec96b2ae0 Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec 2012-09-28 17:44:15 -07:00
Brian Anderson f7e90fca6e docs: Make external links in manual relative so they link to the correct versions 2012-09-28 17:32:01 -07:00
Brian Anderson 9a8d4adb7d Long lines 2012-09-28 17:30:40 -07:00
Graydon Hoare eba5eeaef8 De-export std::deque. Part of #3583. 2012-09-28 17:21:35 -07:00
Brian Anderson ed42f26a48 rustdoc: Fix build errors 2012-09-28 17:17:29 -07:00
Brian Anderson 8766c2e35b core: Demode patterns 2012-09-28 16:57:36 -07:00
Brian Anderson 517206fd08 Merge pull request #3621 from z0w0/jit-crates
Add support for crate loading to JIT
2012-09-28 16:55:28 -07:00
Brian Anderson a6fe5ef1a9 core: Fix more windows bustage 2012-09-28 16:44:38 -07:00
Brian Anderson 4e2899ba88 docs: Note that the manual is out of date 2012-09-28 16:36:11 -07:00
Graydon Hoare 9b64d71848 Fix windows breakage. 2012-09-28 16:35:33 -07:00
Graydon Hoare ad951b5976 De-export ptr, hash. Part of #3583. 2012-09-28 16:27:28 -07:00
Graydon Hoare baa08d5a95 Fix long line. 2012-09-28 16:27:28 -07:00
Graydon Hoare 1d51cfa1e8 Finish de-exporting send_map, future, pipes. Part of #3583. 2012-09-28 16:27:09 -07:00
Graydon Hoare e17d998e95 De-export std::{time, prettyprint{,2}, arena}. Part of #3583. 2012-09-28 16:26:33 -07:00
Graydon Hoare 1948ddf583 De-mode std::unicode. Part of #3583. 2012-09-28 16:26:18 -07:00
Brian Anderson 37ff152851 docs: Fix links to libs in manual 2012-09-28 16:23:08 -07:00
Brian Anderson 74a46ea74c std: More demoding 2012-09-28 16:19:38 -07:00
Niko Matsakis 565b39b302 rename iter2 to each2, make it follow iterator protocol 2012-09-28 16:13:03 -07:00
Graydon Hoare fd8e7aab71 De-export bool, tuple, unit, uniq. Part of #3583. 2012-09-28 16:05:53 -07:00
Graydon Hoare 43a9d90b48 De-export std::{arc,comm,sync}. Part of #3583. 2012-09-28 16:05:45 -07:00
Graydon Hoare 4b7d4cd0cf De-export str. Part of #3583. 2012-09-28 15:41:15 -07:00
Brian Anderson 9e0a43c932 Pretty-print item visibility modifiers 2012-09-28 15:04:23 -07:00
Tim Chevalier 2fe451c6ba Fix patterns in either 2012-09-28 14:59:23 -07:00
Tim Chevalier d9a06be224 Fix patterns in tuple 2012-09-28 14:59:22 -07:00
Graydon Hoare 70ae3e7bf2 De-export std::{bitv, cell, timer}. Part of #3583. 2012-09-28 14:55:43 -07:00
Graydon Hoare 94f7bf98f9 Finish de-exporting uint modules. Part of #3583. 2012-09-28 14:54:39 -07:00
Tim Chevalier 2f4ee89119 Demode extfmt
Needs a snapshot before this can be completed, because I changed
the mode for conv_poly.
2012-09-28 13:47:45 -07:00
Niko Matsakis 21519bc7e0 demode vec 2012-09-28 13:27:45 -07:00
Brian Anderson 6c15dd6d82 rust-mode: Add 'ref' keyword 2012-09-28 12:41:34 -07:00
Graydon Hoare 7e8c363da8 Fix missed pattern on std::net_tcp. 2012-09-28 12:30:33 -07:00
Graydon Hoare 70c202e218 De-export f32 and f64. 2012-09-28 12:30:33 -07:00
Graydon Hoare 3eb7b5ca13 De-export ops, cmp, num. Part of #3583. 2012-09-28 12:30:18 -07:00
Graydon Hoare 0792ebe08a Finish de-exporting int-template and the int modules. 2012-09-28 12:03:54 -07:00
Graydon Hoare 3efe499734 Long lines. 2012-09-28 11:36:09 -07:00
Zack Corr 00b2086374 jit: Change expected main signature 2012-09-28 19:46:40 +10:00
Brian Anderson a09a49627e Long lines 2012-09-28 02:26:20 -07:00
Zack Corr b3f418c10e jit: Remove old crate loading code and don't search through loaded crates (use llvm default instead) 2012-09-28 18:05:49 +10:00
Brian Anderson bc9efaad9c std: Eliminate deprecated patterns 2012-09-28 00:22:28 -07:00
Brian Anderson 467f2abdd8 Update llvm to pick up a dynamic linking fix for the JIT 2012-09-28 00:02:40 -07:00
Erick Tryzelaar b68d287780 libsyntax: Fix long line 2012-09-27 19:24:11 -07:00
Brian Anderson dc2f775037 Add Benjamin Peterson to AUTHORS.txt 2012-09-27 18:37:23 -07:00
Brian Anderson 463d5d5f0b Merge pull request #3607 from gutworth/incoming
utterly trivial refactoring
2012-09-27 18:35:43 -07:00
Graydon Hoare fe62ff465c De-mode std::{treemap,sort}. Part of #3583. 2012-09-27 18:21:32 -07:00
Graydon Hoare 86041c421d De-export std::{dbg,sha1,md4,tempfile,term}. Part of #3583. 2012-09-27 18:03:13 -07:00
Brian Anderson 438bdd687b core: More option demoding 2012-09-27 17:49:10 -07:00
Patrick Walton 7b0ed94bdc rustc: Make enum export visibility inherit properly 2012-09-27 17:43:09 -07:00
Graydon Hoare 4eb5177d8c Finish de-exporting cast, mutable, flate, repr, cleanup, reflect. Part of #3583. 2012-09-27 17:17:27 -07:00
Brian Anderson 24265b1598 core: Add failure tests for higher-order vec functions 2012-09-27 16:58:24 -07:00
Brian Anderson 5b93d1a29f std: Fix mode warning in std::test 2012-09-27 16:50:42 -07:00