rust/src/libsyntax
Steven Fackler 55cae0a094 Implement RFC#28: Add PartialOrd::partial_cmp
I ended up altering the semantics of Json's PartialOrd implementation.
It used to be the case that Null < Null, but I can't think of any reason
for an ordering other than the default one so I just switched it over to
using the derived implementation.

This also fixes broken `PartialOrd` implementations for `Vec` and
`TreeMap`.

RFC: 0028-partial-cmp
2014-06-29 21:42:09 -07:00
..
ext Implement RFC#28: Add PartialOrd::partial_cmp 2014-06-29 21:42:09 -07:00
parse auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton 2014-06-28 20:11:34 +00:00
print librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
util librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
abi.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
ast.rs working on hygiene 2014-06-27 21:41:10 -07:00
ast_map.rs Remove unnecessary to_string calls 2014-06-26 08:56:49 +02:00
ast_util.rs Remove unnecessary to_string calls 2014-06-26 08:56:49 +02:00
attr.rs Add stability inheritance 2014-06-18 22:22:26 -07:00
codemap.rs Dump results of analysis phase as CSV 2014-06-13 21:09:50 +12:00
crateid.rs Remove unnecessary to_string calls 2014-06-26 08:56:49 +02:00
diagnostic.rs librustc: Match trait self types exactly. 2014-06-28 11:18:37 -07:00
fold.rs adjust fold to fold over interpolated items/exprs/etc. 2014-06-27 22:14:13 -07:00
lib.rs Register new snapshots 2014-06-22 21:16:11 -07:00
owned_slice.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
visit.rs libsyntax: Allow + to separate trait bounds from objects. 2014-06-13 13:53:34 -07:00