Commit graph

12760 commits

Author SHA1 Message Date
Niko Matsakis 3d59ac3a19 De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi 2012-09-21 19:13:55 -07:00
Brian Anderson f3c31a07d7 rustdoc: Fix exports for new regime 2012-09-21 19:09:59 -07:00
Brian Anderson 298ab6f459 Revert "core: De-export at_vec and extfmt"
This reverts commit 6267d8a94a.
2012-09-21 19:04:06 -07:00
Brian Anderson 6267d8a94a core: De-export at_vec and extfmt 2012-09-21 18:49:22 -07:00
Patrick Walton f3d6c506a4 libsyntax: Fix botched merge 2012-09-21 18:44:00 -07:00
Patrick Walton d48396c986 libcore: De-mode str 2012-09-21 18:37:06 -07:00
Brian Anderson 49af969e2c rust-mode: Add pub and priv 2012-09-21 18:25:51 -07:00
Graydon Hoare dffe188991 Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports]; 2012-09-21 18:11:43 -07:00
Brian Anderson 60443d4888 rustdoc: Add prune_private_pass. Off for now 2012-09-21 18:07:17 -07:00
Brian Anderson c32cde16ab rustdoc: Cleanup 2012-09-21 17:11:29 -07:00
Patrick Walton 3c2b6110dd rustc: Shove the address of the box annihilator into the crate map 2012-09-21 11:42:57 -07:00
Brian Anderson a51a561852 rustc: Remove middle/tstate
I feel like I've done this before
2012-09-21 00:45:25 -07:00
Brian Anderson f5be40384f Revert "syntax: Make attributes sendable for rustdoc's benefit"
This reverts commit 90e3665fa7.
2012-09-20 18:15:39 -07:00
Brian Anderson 90e3665fa7 syntax: Make attributes sendable for rustdoc's benefit 2012-09-20 17:37:21 -07:00
Brian Anderson 19ad88c2b8 core: Mark gc and stackwalk as demoded 2012-09-20 17:29:20 -07:00
Brian Anderson ee426f177b core: Mark three more trivial mods as demoded 2012-09-20 17:18:18 -07:00
Brian Anderson 1b5efaac27 syntax: Pass the correct crate_cfg to the syntax expander 2012-09-20 16:41:53 -07:00
Brian Anderson e14a0eec23 core: Indicate that flate is demoded 2012-09-20 16:40:18 -07:00
Brian Anderson 89bbbd612a rustdoc: Use doc comments for rustdoc's rustdocs 2012-09-20 16:10:27 -07:00
Brian Anderson d3f0ede198 rustdoc: Support the --help option 2012-09-20 15:39:33 -07:00
Brian Anderson 3e9284d128 core: Demode sys 2012-09-20 15:37:55 -07:00
Brian Anderson 3480986408 core: Minor doc tweakage 2012-09-20 15:33:52 -07:00
Brian Anderson 0bd02b113c rustdoc: Also don't print struct attributes 2012-09-20 15:14:32 -07:00
Patrick Walton 5558ebb6b7 libcore: Fix level-of-indirection problem in str::buf_as_slice 2012-09-20 15:05:20 -07:00
Brian Anderson e0f5f25911 rustdoc: Don't print struct drop blocks 2012-09-20 14:41:09 -07:00
Niko Matsakis 38595e6664 remove cfg(stage0) version of Eq, not needed for tests 2012-09-20 14:34:22 -07:00
Brian Anderson 7abf55736c core: Move 'unreachable' to util. Improve docs 2012-09-20 14:27:37 -07:00
Niko Matsakis 77b0845a84 fix long lines 2012-09-20 14:08:21 -07:00
Niko Matsakis 1983e3d8d7 Make + mode by-value if the type is immediate, by-ref otherwise
Fixes #3523
2012-09-20 14:04:38 -07:00
Graydon Hoare 6e9f997f8e Fix ord test breakage. 2012-09-20 14:00:33 -07:00
Graydon Hoare 348d07f099 Remove export_map from resolve, just use export_map2. 2012-09-20 13:08:50 -07:00
Patrick Walton 69aaa410ca rustc: Fix buf_as_slice export 2012-09-20 12:26:40 -07:00
Patrick Walton 5cd9d4d9dd libcore: Make BytesWriters not require shared boxes. 2012-09-20 11:18:22 -07:00
Brian Anderson d6e731d823 Merge pull request #3545 from fsouza/incoming
Add support for clang 4.1 (Xcode 4.5)
2012-09-20 11:16:48 -07:00
Patrick Walton 9117dcb968 rustc: De-mode all overloaded operators 2012-09-20 09:48:05 -07:00
Francisco Souza 25bc65b487 configure: support clang 4.1 (provided by XCode 4.5)
Apple keeps calling 4.x its version of clang 3.1.
2012-09-20 11:29:28 -03:00
Niko Matsakis 6b670c306b correct grammar name for again_expr 2012-09-20 06:39:22 -07:00
Niko Matsakis 86c48f03d1 doc: s/again/loop 2012-09-20 05:58:29 -07:00
Niko Matsakis 0dd4fad3e3 doc: correct for-loop example 2012-09-20 05:58:29 -07:00
Brian Anderson 7350eba4b4 Update README.md 2012-09-20 02:08:11 -06:00
Brian Anderson 74dbdecb59 Remove old stage0 compat gunk 2012-09-19 19:25:29 -07:00
Brian Anderson 80524d3ad3 std: Demode test 2012-09-19 19:12:35 -07:00
Brian Anderson c946f65d41 std: Mostly demode net::tcp 2012-09-19 19:12:35 -07:00
Brian Anderson 2792071bd2 std: Demode uv::global_loop 2012-09-19 19:12:35 -07:00
Brian Anderson 677792c6b1 std: Demode uv::iotask 2012-09-19 19:12:35 -07:00
Brian Anderson c3f15c0982 std: Partially demode uv::ll 2012-09-19 19:12:34 -07:00
Brian Anderson 6cf496ce97 rustdoc: Find doc(hidden) even when there are multiple doc attrs 2012-09-19 19:08:32 -07:00
Brian Anderson b056e98a27 rustdoc: Fix spelling in tests 2012-09-19 19:08:32 -07:00
Brian Anderson acc3ec7d6c core: Hide the docs for the private TaskBuilder impl 2012-09-19 19:08:32 -07:00
Brian Anderson 4f5bff993b core: Decompose task into more submodules 2012-09-19 19:08:32 -07:00