rust/src/libsyntax/parse
Daniel Micay dc7d7d2698 add support for quadruple precision floating point
This currently requires linking against a library like libquadmath (or
libgcc), because compiler-rt barely has any support for this and most
hardware does not yet have 128-bit precision floating point. For this
reason, it's currently hidden behind a feature gate.

When compiler-rt is updated to trunk, some tests can be added for
constant evaluation since there will be support for the comparison
operators.

Closes #13381
2014-04-22 20:47:28 -04:00
..
attr.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
classify.rs Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00
comments.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
common.rs syntax: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
lexer.rs add support for quadruple precision floating point 2014-04-22 20:47:28 -04:00
mod.rs auto merge of #13435 : edwardw/rust/span, r=brson 2014-04-21 18:41:35 -07:00
obsolete.rs syntax: Tweak parsing lifetime bounds on closures 2014-04-06 00:08:21 -07:00
parser.rs auto merge of #13435 : edwardw/rust/span, r=brson 2014-04-21 18:41:35 -07:00
token.rs Allow inheritance between structs. 2014-04-20 13:41:18 +12:00