rust/src/librustdoc
John Clements 19e718b34d carry self ident forward through re-parsing
formerly, the self identifier was being discarded during parsing, which
stymies hygiene. The best fix here seems to be to attach a self identifier
to ExplicitSelf_, a change that rippled through the rest of the compiler,
but without any obvious damage.
2014-07-08 16:28:21 -07:00
..
clean carry self ident forward through re-parsing 2014-07-08 16:28:21 -07:00
html auto merge of #15493 : brson/rust/tostr, r=pcwalton 2014-07-08 20:06:40 +00:00
core.rs rustc: Default #[crate_name] on input, not output 2014-07-05 12:46:42 -07:00
doctree.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
externalfiles.rs Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
flock.rs Add utf16_units 2014-06-30 18:50:32 +02:00
fold.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
lib.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
markdown.rs Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
passes.rs Remove unnecessary to_string calls 2014-06-26 08:56:49 +02:00
plugins.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
test.rs rustc: Remove CrateId and all related support 2014-07-05 12:38:42 -07:00
visit_ast.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00