| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-09-24 | Rollup merge of #28619 - tshepang:fix-link, r=steveklabnik | Steve Klabnik | -1/+1 | |
| 2015-09-24 | Rollup merge of #28617 - tshepang:optional, r=steveklabnik | Steve Klabnik | -3/+4 | |
| 2015-09-24 | reference: rename "structure" to the more familiar "struct" | Tshepang Lekhonkhobe | -8/+8 | |
| 2015-09-24 | reference: follow idiom in code snippet | Tshepang Lekhonkhobe | -1/+1 | |
| 2015-09-24 | reference: 3 of the 4 things mentioned here are optional | Tshepang Lekhonkhobe | -3/+4 | |
| 2015-09-24 | reference: fix anchor link | Tshepang Lekhonkhobe | -1/+1 | |
| 2015-09-24 | reference: not sure this is the right place to discuss design | Tshepang Lekhonkhobe | -4/+0 | |
| 2015-09-24 | reference: make that less awkward to read | Tshepang Lekhonkhobe | -2/+2 | |
| 2015-09-24 | reference: "ffi" is normally in upper case | Tshepang Lekhonkhobe | -1/+1 | |
| 2015-09-24 | rustc: Add target_vendor for target triples | Sebastian Wicki | -1/+6 | |
| This adds a new target property, `target_vendor` which can be used as a matcher for conditional compilation. The vendor is part of the autoconf target triple: <arch><sub>-<vendor>-<os>-<env> The default value for `target_vendor` is "unknown". Matching against the `target_vendor` with `#[cfg]` is currently feature gated as `cfg_target_vendor`. | ||||
| 2015-09-18 | Add feature gate | Vadim Petrochenkov | -1/+4 | |
| 2015-09-18 | Add some more tests | Vadim Petrochenkov | -2/+11 | |
| 2015-09-17 | Rollup merge of #28473 - tshepang:lowercase, r=steveklabnik | Steve Klabnik | -10/+10 | |
| 2015-09-17 | Rollup merge of #28471 - tshepang:markup, r=steveklabnik | Steve Klabnik | -1/+1 | |
| 2015-09-17 | reference: actual keywords feel more appropriate | Tshepang Lekhonkhobe | -10/+10 | |
| 2015-09-17 | reference: mark that up to make it more clear it is a keyword | Tshepang Lekhonkhobe | -1/+1 | |
| 2015-09-17 | doc: follow idiom in code snippet | Tshepang Lekhonkhobe | -1/+1 | |
| 2015-09-11 | Auto merge of #28348 - petrochenkov:novirt, r=alexcrichton | bors | -3/+0 | |
| Noticed these yesterday while reading libsyntax | ||||
| 2015-09-11 | Remove some remains of virtual structs from the parser | Vadim Petrochenkov | -3/+0 | |
| 2015-09-11 | Auto merge of #28328 - tshepang:unusual, r=brson | bors | -10/+10 | |
| 2015-09-10 | Auto merge of #28329 - tshepang:comfort, r=steveklabnik | bors | -2/+2 | |
| 2015-09-10 | reference: not comfortable seeing a paragraph starting with a lowercase letter | Tshepang Lekhonkhobe | -2/+2 | |
| 2015-09-10 | reference: using periods here is unusual | Tshepang Lekhonkhobe | -10/+10 | |
| 2015-09-09 | reference: format code snippets in an idiomatic manner | Tshepang Lekhonkhobe | -36/+40 | |
| 2015-09-03 | Removed incorrect reference from #28196 | christopherdumas | -10/+0 | |
| 2015-08-25 | Document the recursion_limit crate attribute | Matt Brubeck | -1/+5 | |
| 2015-08-24 | Use correct indefinite article in reference.md | Corey Farwell | -1/+1 | |
| 2015-08-21 | Include cfg(test) in the reference | Matt Brubeck | -0/+1 | |
| 2015-08-18 | add cfg(target_env) to the reference | Steve Klabnik | -0/+5 | |
| Fixes #27587 | ||||
| 2015-08-10 | syntax: Add a new unstable #[linked_from] attribute | Alex Crichton | -2/+8 | |
| To correctly reexport statically included libraries from a DLL on Windows, the compiler will soon need to have knowledge about what symbols are statically included and which are not. To solve this problem a new unstable `#[linked_from]` attribute is being added and recognized on `extern` blocks to indicate which native library the symbols are coming from. The compiler then keeps track of what the set of FFI symbols are that are included statically. This information will be used in a future commit to configure how we invoke the linker on Windows. | ||||
| 2015-08-05 | Add an example to Trait section of reference | Steve Klabnik | -1/+23 | |
| Fixes #26115 | ||||
| 2015-08-04 | add `meta` designator to macro reference | Matt Friedman | -2/+3 | |
| 2015-08-03 | reference: follow idiom in this tiny snippet | Tshepang Lekhonkhobe | -2/+2 | |
| 2015-07-27 | Auto merge of #27274 - tshepang:not-needed-word, r=steveklabnik | bors | -2/+3 | |
| Also, join the 2 sentences to improve flow | ||||
| 2015-07-25 | Add feature gate | Jared Roesch | -0/+2 | |
| 2015-07-25 | reference: "those" feels misplaced there | Tshepang Lekhonkhobe | -2/+3 | |
| Also, join the 2 sentences to improve flow | ||||
| 2015-07-25 | reference: it is sometimes called "the compiler" in this document | Tshepang Lekhonkhobe | -2/+2 | |
| 2015-07-21 | Note possiblities of empty extern blocks (based on #12575) | Aidan Hobson Sayers | -0/+4 | |
| 2015-07-16 | Merge branch 'more-ref-fixes' of https://github.com/tshepang/rust into ↵ | Steve Klabnik | -8/+8 | |
| rollup_central | ||||
| 2015-07-16 | Merge branch 'coercions' of https://github.com/tshepang/rust into rollup_central | Steve Klabnik | -41/+66 | |
| 2015-07-14 | Don't mention packed attribute in reference.md | Steven Allen | -2/+0 | |
| 2015-07-08 | reference: miscellaneous fixes | Tshepang Lekhonkhobe | -8/+8 | |
| 2015-07-06 | Rollup merge of #26835 - tshepang:copy-or-not, r=steveklabnik | Steve Klabnik | -3/+2 | |
| 2015-07-06 | Rollup merge of #26834 - tshepang:space, r=brson | Steve Klabnik | -1/+0 | |
| 2015-07-06 | reference: make 'Move and copied types' section more simple | Tshepang Lekhonkhobe | -3/+2 | |
| 2015-07-06 | reference: do not display the extra space | Tshepang Lekhonkhobe | -1/+0 | |
| 2015-07-05 | Rollup merge of #26808 - tshepang:closures, r=steveklabnik | Steve Klabnik | -3/+4 | |
| 2015-07-06 | reference: 'inherits' is more clear than 'implies' | Tshepang Lekhonkhobe | -3/+4 | |
| 2015-07-05 | Rollup merge of #26800 - tshepang:comma, r=Gankro | Steve Klabnik | -1/+1 | |
| 2015-07-05 | Rollup merge of #26789 - tshepang:improve-array-examples, r=alexcrichton | Steve Klabnik | -4/+9 | |
