rust/src/libsyntax
Jakub Wieczorek 6f35ede5a4 Remove the branch merging optimisations for slice patterns
They were only correct in the simplest case. Some of the optimisations
are certainly possible but should be introduced carefully and only
when the whole pattern codegen infrastructure is in a better shape.

Fixes #16648.
2014-08-30 19:50:46 +02:00
..
ast_map Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
diagnostics Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
ext Add support for labeled while loops. 2014-08-29 23:43:55 -04:00
parse Add support for labeled while loops. 2014-08-29 23:43:55 -04:00
print auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelix 2014-08-30 10:51:26 +00:00
util DST coercions and DST structs 2014-08-26 12:38:51 +12:00
abi.rs Unify non-snake-case lints and non-uppercase statics lints 2014-08-30 09:10:05 +12:00
ast.rs Add support for labeled while loops. 2014-08-29 23:43:55 -04:00
ast_util.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
attr.rs Remove the branch merging optimisations for slice patterns 2014-08-30 19:50:46 +02:00
codemap.rs ignore-lexer-test to broken files and remove some tray hyphens 2014-07-21 10:59:58 -07:00
crateid.rs core: Change the argument order on splitn and rsplitn for strs. 2014-08-13 15:27:37 -07:00
diagnostic.rs Convert a first batch of diagnostics to have error codes 2014-07-12 21:53:34 +02:00
fold.rs Fix formatting, update copyright dates 2014-08-29 23:44:08 -04:00
lib.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
owned_slice.rs libsyntax::ast: Derive Show impls 2014-07-15 18:54:47 -04:00
visit.rs Fix formatting, update copyright dates 2014-08-29 23:44:08 -04:00