rust/src/libsyntax/ext
bors 79dd393a4f Auto merge of #23229 - aturon:stab-path, r=alexcrichton
This commit stabilizes essentially all of the new `std::path` API. The
API itself is changed in a couple of ways (which brings it in closer
alignment with the RFC):

* `.` components are now normalized away, unless they appear at the
  start of a path. This in turn effects the semantics of e.g. asking for
  the file name of `foo/` or `foo/.`, both of which yield `Some("foo")`
  now. This semantics is what the original RFC specified, and is also
  desirable given early experience rolling out the new API.

* The `parent` method is now `without_file` and succeeds if, and only
  if, `file_name` is `Some(_)`. That means, in particular, that it fails
  for a path like `foo/../`. This change affects `pop` as well.

In addition, the `old_path` module is now deprecated.

[breaking-change]

r? @alexcrichton
2015-03-13 01:00:02 +00:00
..
deriving Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis 2015-03-12 20:13:23 +00:00
tt syntax: move MethMac to MacImplItem and combine {Provided,Required}Method into MethodTraitItem. 2015-03-11 23:39:16 +02:00
asm.rs Add #[allow_internal_unstable] to track stability for macros better. 2015-03-06 00:18:28 +11:00
base.rs syntax: move MethMac to MacImplItem and combine {Provided,Required}Method into MethodTraitItem. 2015-03-11 23:39:16 +02:00
build.rs Implement <T>::method UFCS expression syntax. 2015-02-24 14:16:02 +02:00
cfg.rs Replace MacExpr / MacPat / MacItems with MacEager 2015-02-27 11:17:05 -08:00
concat.rs Replace MacExpr / MacPat / MacItems with MacEager 2015-02-27 11:17:05 -08:00
concat_idents.rs Replace MacExpr / MacPat / MacItems with MacEager 2015-02-27 11:17:05 -08:00
env.rs Replace MacExpr / MacPat / MacItems with MacEager 2015-02-27 11:17:05 -08:00
expand.rs Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis 2015-03-12 20:13:23 +00:00
format.rs Replace MacExpr / MacPat / MacItems with MacEager 2015-02-27 11:17:05 -08:00
log_syntax.rs Address the other cases of #22234; fix #22234. 2015-02-16 01:36:06 +01:00
mtwt.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
quote.rs syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
source_util.rs Stabilize std::path 2015-03-12 16:38:58 -07:00
trace_macros.rs Address the other cases of #22234; fix #22234. 2015-02-16 01:36:06 +01:00