rust/src/libsyntax
bors 077f4eeb84 Auto merge of #30567 - steffengy:master, r=alexcrichton
Add support to use functions exported using vectorcall.
This essentially only allows to pass a new LLVM calling convention
from rust to LLVM.

```rust
extern "vectorcall" fn abc(param: c_void);
```

references
----
http://llvm.org/docs/doxygen/html/CallingConv_8h_source.html
https://msdn.microsoft.com/en-us/library/dn375768.aspx
2016-01-16 23:30:30 +00:00
..
diagnostics use structured errors 2015-12-30 14:27:59 +13:00
errors Rollup merge of #30787 - nikomatsakis:future-incompatible-lint, r=brson 2016-01-15 17:28:28 +05:30
ext extending FOLLOW(NT) as specified in amendment. 2016-01-07 20:53:33 +01:00
parse Auto merge of #30763 - gchp:issue/30033, r=nagisa 2016-01-15 06:38:26 +00:00
print Auto merge of #30526 - Ms2ger:PathParameters, r=brson 2015-12-30 14:19:08 +00:00
util use structured errors 2015-12-30 14:27:59 +13:00
abi.rs llvm: Add support for vectorcall (X86_VectorCall) convention 2015-12-26 21:40:40 +01:00
ast.rs Grammar fixes 2016-01-02 01:26:22 -06:00
ast_util.rs Stop re-exporting PathParameters's variants. 2015-12-22 17:12:33 +01:00
attr.rs use structured errors 2015-12-30 14:27:59 +13:00
codemap.rs Use a more efficient encoding for opaque data in RBML. 2015-12-28 12:15:44 -05:00
config.rs move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* 2015-12-17 09:35:50 +13:00
entry.rs Cleanup interfaces of Name, SyntaxContext and Ident 2015-09-24 23:05:02 +03:00
feature_gate.rs Auto merge of #30567 - steffengy:master, r=alexcrichton 2016-01-16 23:30:30 +00:00
fold.rs Stop re-exporting PathParameters's variants. 2015-12-22 17:12:33 +01:00
lib.rs use structured errors 2015-12-30 14:27:59 +13:00
owned_slice.rs Deprecate name OwnedSlice and don't use it 2015-12-18 00:52:56 +03:00
ptr.rs Improve OwnedSlice and use it in HIR 2015-12-19 04:20:11 +03:00
show_span.rs use structured errors 2015-12-30 14:27:59 +13:00
std_inject.rs Stop re-exporting AttrStyle's variants and rename them. 2015-10-01 18:03:34 +02:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs Rollup merge of #30420 - petrochenkov:owned2, r=nrc 2015-12-18 20:02:12 +05:30
visit.rs Stop re-exporting PathParameters's variants. 2015-12-22 17:12:33 +01:00