rust/src/libsyntax
bors d0811c9148 Auto merge of #41145 - matthewjasper:stabilize-relaxed-adts, r=petrochenkov
Stabilize rfc 1506 - Clarified ADT Kinds

Closes #35626

Documentation:

- [ ] Reference rust-lang-nursery/reference#37
- [ ] Book?
- [ ] Rust by example?
2017-05-25 07:24:18 +00:00
..
diagnostics adressed comments by @kennytm and @petrochenkov 2017-05-15 23:56:09 +02:00
ext Rollup merge of #42071 - nrc:parse-mods, r=nikomatsakis 2017-05-24 19:50:00 -06:00
parse Rollup merge of #42120 - euclio:unicode, r=arielb1 2017-05-24 19:50:00 -06:00
print (hopefully) fix pprust error 2017-05-16 09:21:30 +02:00
util Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov 2017-05-16 17:31:50 -06:00
abi.rs Add support for x86-interrupt calling convention 2017-03-02 19:01:15 +01:00
ast.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
attr.rs Add an option to the parser to avoid parsing out of line modules 2017-05-18 11:03:07 +12:00
Cargo.toml fix the easy features in libsyntax 2017-05-07 01:20:15 -07:00
codemap.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
config.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
diagnostic_list.rs Added feature gate, updated error messages and tests. 2017-04-21 07:37:10 +10:00
entry.rs Cleanup InternedString. 2016-11-21 09:00:56 +00:00
feature_gate.rs Stabilize in 1.19 2017-05-23 14:00:20 +01:00
fold.rs support default impl for specialization 2017-04-24 10:08:48 +00:00
json.rs Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov 2017-05-16 17:31:50 -06:00
lib.rs rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
ptr.rs Introduce HashStable trait and base ICH implementations on it. 2017-04-06 16:01:51 +02:00
show_span.rs annotate stricter lifetimes on LateLintPass methods to allow them to forward to a Visitor 2016-12-06 11:28:51 +01:00
std_inject.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs Fix some clippy warnings in libsyntax 2017-05-12 20:05:39 +02:00
test_snippet.rs Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
tokenstream.rs Add an option to the parser to avoid parsing out of line modules 2017-05-18 11:03:07 +12:00
visit.rs Auto merge of #42049 - Mark-Simulacrum:rollup, r=Mark-Simulacrum 2017-05-17 01:57:45 +00:00