This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
libsyntax
History
Steven Allen
f21655ec02
Allow patterns to be followed by if and in.
...
Needed to support: match X { pattern if Y ... } for pattern in Y {}
2015-05-22 12:47:52 -04:00
..
ast_map
Structural changes for associated constants
2015-04-23 21:02:25 -06:00
diagnostics
Add metadata output to the diagnostics system.
2015-04-30 08:59:53 +10:00
ext
Allow patterns to be followed by if and in.
2015-05-22 12:47:52 -04:00
parse
Auto merge of
#25387
- eddyb:syn-file-loader, r=nikomatsakis
2015-05-17 00:05:34 +00:00
print
syntax: Add unquoting ast::{Generics,WhereClause}
2015-05-15 08:01:55 -07:00
util
syntax: replace sess.span_diagnostic.cm with sess.codemap().
2015-05-14 01:47:56 +03:00
abi.rs
…
ast_util.rs
Auto merge of
#23606
- quantheory:associated_const, r=nikomatsakis
2015-04-27 16:45:21 +00:00
ast.rs
Fix spelling errors in documentation.
2015-05-04 13:21:27 -04:00
attr.rs
…
codemap.rs
syntax: abstract over the file loading mechanism.
2015-05-14 01:47:56 +03:00
config.rs
…
diagnostic.rs
Auto merge of
#25387
- eddyb:syn-file-loader, r=nikomatsakis
2015-05-17 00:05:34 +00:00
feature_gate.rs
syntax: Remove unused
packed
attribute
2015-05-18 00:30:40 +09:00
fold.rs
syntax: Add unquoting ast::{Generics,WhereClause}
2015-05-15 08:01:55 -07:00
lib.rs
libs: Move favicon URLs to HTTPS
2015-05-15 16:04:01 -07:00
owned_slice.rs
…
ptr.rs
…
show_span.rs
…
std_inject.rs
…
str.rs
…
test.rs
syntax: replace sess.span_diagnostic.cm with sess.codemap().
2015-05-14 01:47:56 +03:00
visit.rs
Get associated consts working in match patterns.
2015-04-23 21:02:29 -06:00