rust/src/libsyntax
Alex Crichton ad14891957 std: Stabilize the env module
Now that the `std::env` module has had some time to bake this commit marks most
of its APIs as `#[stable]`. Some notable APIs that are **not** stable (and still
use the same `env` feature gate) are:

* `{set,get}_exit_status` - there are still questions about whether this is the
  right interface for setting/getting the exit status of a process.
* `page_size` - this may change location in the future or perhaps name as well.

This also effectively closes #22122 as the variants of `VarError` are
`#[stable]` now. (this is done intentionally)
2015-02-27 13:41:49 -08:00
..
ast_map Rename DefTrait to DefaultImpl 2015-02-22 02:14:25 +01:00
diagnostics rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket 2015-02-18 15:48:40 -08:00
ext Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik 2015-02-25 10:27:03 +05:30
parse Implement <T>::method UFCS expression syntax. 2015-02-24 14:16:02 +02:00
print syntax: update pretty-printer for the <T>::method shorthand. 2015-02-24 14:16:03 +02:00
util Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
abi.rs bitrig integration 2015-02-11 14:49:06 -08:00
ast.rs Implement <T>::method UFCS expression syntax. 2015-02-24 14:16:02 +02:00
ast_util.rs Implement <T>::method UFCS expression syntax. 2015-02-24 14:16:02 +02:00
attr.rs Validate inline attribute arguments 2015-02-22 13:44:28 +02:00
codemap.rs Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00
config.rs Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00
diagnostic.rs Round 3 test fixes and conflicts 2015-02-18 16:34:04 -08:00
feature_gate.rs Whitelist #[should_panic] 2015-02-25 22:04:00 -08:00
fold.rs Implement <T>::method UFCS expression syntax. 2015-02-24 14:16:02 +02:00
lib.rs std: Stabilize the env module 2015-02-27 13:41:49 -08:00
owned_slice.rs make FromIterator use IntoIterator 2015-02-18 14:01:47 -05:00
ptr.rs Register new snapshots 2015-02-20 22:17:17 -08:00
show_span.rs std: Stabilize FromStr and parse 2015-01-30 08:52:44 -08:00
std_inject.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
test.rs Remove remaining uses of []. This time I tried to use deref coercions where possible. 2015-02-20 14:08:14 -05:00
visit.rs Implement <T>::method UFCS expression syntax. 2015-02-24 14:16:02 +02:00