Brian Anderson
|
f3c31a07d7
|
rustdoc: Fix exports for new regime
|
2012-09-21 19:09:59 -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 |
|
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
|
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
|
0bd02b113c
|
rustdoc: Also don't print struct attributes
|
2012-09-20 15:14:32 -07:00 |
|
Brian Anderson
|
e0f5f25911
|
rustdoc: Don't print struct drop blocks
|
2012-09-20 14:41:09 -07:00 |
|
Patrick Walton
|
9117dcb968
|
rustc: De-mode all overloaded operators
|
2012-09-20 09:48:05 -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
|
1397dca2dd
|
core: Move TLS to task::local_data
|
2012-09-19 19:08:32 -07:00 |
|
Niko Matsakis
|
cfed923600
|
demode the each() method on vec and other iterables.
|
2012-09-19 17:03:01 -07:00 |
|
Brian Anderson
|
10e760efc8
|
rustdoc: Hide impl __extensions__ name in index
|
2012-09-19 16:10:06 -07:00 |
|
Brian Anderson
|
c6ed447221
|
rustdoc: Begin support for structs
|
2012-09-19 15:32:43 -07:00 |
|
Brian Anderson
|
bd4365f15b
|
rustdoc: Fix some script-mangled idents
|
2012-09-19 15:32:33 -07:00 |
|
Niko Matsakis
|
9cf271fe96
|
De-mode vec::each() and many of the str iteration routines
Note that the method foo.each() is not de-moded, nor the other
vec routines.
|
2012-09-19 10:52:59 -07:00 |
|
Brian Anderson
|
2906f2de31
|
core: Rename 'unsafe' mod to 'cast'
|
2012-09-18 19:36:25 -07:00 |
|
Brian Anderson
|
b3b1e62750
|
rustdoc: Camel case
|
2012-09-18 16:48:58 -07:00 |
|
Patrick Walton
|
e653d493fb
|
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
|
2012-09-18 15:53:04 -07:00 |
|
Patrick Walton
|
c755449fd6
|
Revert "rustc: Change all non-keyword uses of "link""
This reverts commit 3b013cd800 .
|
2012-09-18 11:47:04 -07:00 |
|
Patrick Walton
|
3b013cd800
|
rustc: Change all non-keyword uses of "link"
|
2012-09-18 11:27:37 -07:00 |
|
Brian Anderson
|
859a892eb0
|
Add allow(non_camel_case_types) to unconverted crates
|
2012-09-18 11:21:07 -07:00 |
|
Brian Anderson
|
ec225166cd
|
rustdoc: Fix formatting of -h
|
2012-09-11 19:40:20 -07:00 |
|
Brian Anderson
|
ea01ee2e9e
|
Convert 'use' to 'extern mod'. Remove old 'use' syntax
|
2012-09-11 19:25:43 -07:00 |
|
Brian Anderson
|
298eb8c726
|
Convert 'import' to 'use'. Remove 'import' keyword.
|
2012-09-10 19:04:26 -07:00 |
|
Brian Anderson
|
df79026169
|
Promote 'return' from a restricted keyword to a strict keyword
|
2012-09-10 17:27:10 -07:00 |
|
Brian Anderson
|
cb7a5395dd
|
Convert std::map to camel case
|
2012-09-10 17:08:36 -07:00 |
|
Jeff Olson
|
27129c6aba
|
core/std: finish making futures sendable + test.. still issues
|
2012-09-08 14:22:15 -07:00 |
|
Brian Anderson
|
3bd1f32cd9
|
Convert all kind bounds to camel case. Remove send, owned keywords.
|
2012-09-07 18:10:11 -07:00 |
|
Tim Chevalier
|
f5093dff7b
|
Remove support for multiple traits in a single impl
There was half-working support for them, but they were never fully
implemented or even approved. Remove them altogether.
Closes #3410
|
2012-09-07 17:22:04 -07:00 |
|
Brian Anderson
|
2572e80355
|
Remove 'let' syntax for struct fields
|
2012-09-07 14:02:33 -07:00 |
|
Patrick Walton
|
feb014eb3c
|
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
|
2012-09-07 12:24:48 -07:00 |
|
Brian Anderson
|
b4e547d71a
|
Remove struct ctors
|
2012-09-06 10:52:26 -07:00 |
|
Patrick Walton
|
fa2fb0f868
|
rustdoc: "import" -> "use"
|
2012-09-05 10:41:47 -07:00 |
|
Brian Anderson
|
200959d7ce
|
Remove 'with'
|
2012-09-04 15:47:04 -07:00 |
|
Tim Chevalier
|
4128cc4cb4
|
Make utility funs in core::int, core::uint, etc. not by-reference
Closes #3302
|
2012-08-31 16:21:47 -07:00 |
|
Brian Anderson
|
65b05a6ce8
|
Bump version to 0.4
|
2012-08-30 14:05:59 -07:00 |
|
Patrick Walton
|
96534365c2
|
rustc: Make < and = into traits
|
2012-08-29 18:25:22 -07:00 |
|
Brian Anderson
|
d8b34b2af8
|
Fix breakage
|
2012-08-29 16:56:04 -07:00 |
|
Ben Striegel
|
a605fd0cad
|
CamelCasify lots of std
|
2012-08-28 18:52:44 -07:00 |
|
Brian Anderson
|
161a82e433
|
Camel case various core constructors
|
2012-08-27 17:22:18 -07:00 |
|
Brian Anderson
|
0c6e470a25
|
Convert core::result to camel case
|
2012-08-27 14:37:04 -07:00 |
|
Brian Anderson
|
8337fa1a54
|
Camel case the option type
|
2012-08-26 15:56:16 -07:00 |
|
Patrick Walton
|
ed1ab9a598
|
libstd: Don't make task-local GC data when creating TCP streams.
This exposed an ICE in a test; it's commented out for now.
|
2012-08-25 18:43:38 -07:00 |
|
Brian Anderson
|
0cece20ea5
|
Fix some unused variable warnings
|
2012-08-25 18:19:54 -07:00 |
|
Patrick Walton
|
8ef4551904
|
rustc: Implement foreign constants.
This is needed for a lot of Apple libraries, as Apple tends to put a lot of
globals in dynamic libraries.
|
2012-08-25 15:09:33 -07:00 |
|
Graydon Hoare
|
c284b8b1dc
|
Start using core::path2::Path in a lot of places.
|
2012-08-24 15:51:16 -07:00 |
|