rust/src/libsyntax
John Clements fdf8543cf6 add nonempty encoding for spans
Before this change, encoding an object containing a codemap::span
using the JSON encodeng produced invalid JSON, for instance:
[{"span":,"global":false,"idents":["abc"]}]
Since the decoder for codemap::span's ignores its argument, I
conjecture that this will not damage decoding, and should improve
it for many decoders.
2013-03-15 08:44:21 -07:00
..
ext librustc: Remove "base types" from the language. 2013-03-13 20:07:09 -07:00
parse libsyntax: Remove a use of deprecated Encodable from libsyntax. rs=burningtree 2013-03-13 21:54:51 -07:00
print librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
util syntax: Remove uses of DVec 2013-03-08 09:54:20 -05:00
ast_map.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
ast_util.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
ast.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
attr.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
codemap.rs add nonempty encoding for spans 2013-03-15 08:44:21 -07:00
diagnostic.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
fold.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
opt_vec.rs librustc: Replace all uses of fn() with &fn(). rs=defun 2013-03-11 09:35:58 -07:00
syntax.rc test: Fix tests. rs=tests 2013-03-13 20:08:35 -07:00
visit.rs Parse inline assembly. 2013-03-12 01:03:34 -07:00