rust/src/libsyntax
bors d5798b3902 auto merge of #10972 : metajack/rust/pkgid-with-name, r=alexcrichton
This change extends the pkgid attribute to allow of explicit crate names, instead of always inferring them based on the path. This means that if your GitHub repo is called `rust-foo`, you can have your pkgid set your library name to `foo`. You'd do this with a pkgid attribute like `github.com/somewhere/rust-foo#foo:1.0`.

This is half of the fix for #10922.
2013-12-17 07:41:40 -08:00
..
ext Remove obsolete mutability from ast::Ty 2013-12-17 03:01:40 +09:00
parse Remove obsolete mutability from ast::Ty 2013-12-17 03:01:40 +09:00
print Remove obsolete mutability from ast::Ty 2013-12-17 03:01:40 +09:00
util Remove dead codes 2013-12-08 02:55:28 -05:00
abi.rs libsyntax: Remove all non-proc do syntax. 2013-11-26 08:24:18 -08:00
ast.rs Remove obsolete mutability from ast::Ty 2013-12-17 03:01:40 +09:00
ast_map.rs Box Block, fn_decl, variant and Ty in the AST, as they were inflating critical enum sizes. 2013-12-01 00:00:39 +02:00
ast_util.rs Remove fk_anon 2013-12-12 23:01:47 +09:00
attr.rs Make crate hash stable and externally computable. 2013-12-10 17:04:24 -07:00
codemap.rs Add --dep-info to write Makefile-compatible dependency info. 2013-12-12 13:57:47 -07:00
diagnostic.rs syntax: print expansion info from #[attribute] macros in the correct 2013-12-07 13:41:11 +11:00
fold.rs Remove obsolete mutability from ast::Ty 2013-12-17 03:01:40 +09:00
lib.rs Register new snapshots 2013-12-15 22:17:59 -08:00
opt_vec.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
pkgid.rs Change pkgid parser to allow overriding the inferred crate name. 2013-12-17 07:41:39 -07:00
visit.rs auto merge of #11005 : sanxiyn/rust/mut, r=alexcrichton 2013-12-17 06:26:40 -08:00