1
Fork 0
Empowering everyone to build reliable and efficient software. Gabriel's commits. https://www.rust-lang.org/
Find a file
Kevin Atkinson e1c50c4410 Don't evaluate discriminator value constants when parsing.
Remove disr_val from ast::variant_ and always use ty::variant_info
when the value is needed.  Move what was done during parsing into
other passes, primary typeck.rs.  This move also correctly type checks
the disr. value expression; thus, fixing rustc --pretty=typed when
disr. values are used.
2012-01-16 11:19:33 +01:00
doc In the tutorial, document that C-like enums can have the discriminator 2012-01-16 11:19:32 +01:00
man Begin shift over to using pandoc, markdown and llnextgen for reference manual. Fix man page URL while at it. 2012-01-12 19:10:30 -08:00
mk build: Start running rustdoc tests 2012-01-16 01:07:41 -08:00
src Don't evaluate discriminator value constants when parsing. 2012-01-16 11:19:33 +01:00
.gitignore Add /inst/ to .gitignore 2011-12-23 11:43:27 -08:00
.gitmodules Re-add libuv as a submodule. 2011-11-08 19:01:47 -08:00
AUTHORS.txt Add Kevin Cantu to AUTHORS.txt 2012-01-15 21:27:19 -08:00
configure Register snapshots 2012-01-15 13:50:37 -08:00
LICENSE.txt Update license text for 2012 2012-01-08 16:24:09 -08:00
Makefile.in Register snapshots 2012-01-15 13:50:37 -08:00
README Switch URLs. 2011-09-20 16:27:08 -07:00

This is a compiler and suite of associated libraries and documentation for the
Rust programming language.

See LICENSE.txt for terms of copyright and redistribution.

See http://www.rust-lang.org for more information.