| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-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 | |
| 2015-07-05 | reference: remove stray comma | Tshepang Lekhonkhobe | -1/+1 | |
| 2015-07-05 | reference: improve coercions section | Tshepang Lekhonkhobe | -41/+66 | |
| 2015-07-05 | Rollup merge of #26795 - tshepang:typo, r=steveklabnik | Steve Klabnik | -1/+1 | |
| 2015-07-05 | reference: fix typo | Tshepang Lekhonkhobe | -1/+1 | |
| 2015-07-05 | Rollup merge of #26792 - tshepang:follow-idiom, r=steveklabnik | Steve Klabnik | -4/+2 | |
| 2015-07-05 | reference: improve lambda example | Tshepang Lekhonkhobe | -4/+2 | |
| 2015-07-05 | Rollup merge of #26791 - tshepang:misc-ref-fixes, r=steveklabnik | Steve Klabnik | -2/+2 | |
| One is for grammar, and the other is for clarity | ||||
| 2015-07-05 | reference: tiny fixes | Tshepang Lekhonkhobe | -2/+2 | |
| One is for grammar, and the other is for clarity | ||||
| 2015-07-05 | Rollup merge of #26788 - tshepang:not-exclamation-marks, r=steveklabnik | Steve Klabnik | -2/+2 | |
| The sentences are also so short that they don't need periods at the end | ||||
| 2015-07-05 | Rollup merge of #26787 - tshepang:tuple-usage, r=steveklabnik | Steve Klabnik | -3/+6 | |
| 2015-07-05 | Rollup merge of #26785 - tshepang:inference, r=steveklabnik | Steve Klabnik | -12/+21 | |
| …at and integer types | ||||
| 2015-07-05 | reference: improve examples of the different array types | Tshepang Lekhonkhobe | -4/+9 | |
| 2015-07-05 | reference: that looks like exclamations marks for some fonts | Tshepang Lekhonkhobe | -2/+2 | |
| The sentences are also so short that they don't need periods at the end | ||||
| 2015-07-05 | reference: make tuple usage examples more meaningful | Tshepang Lekhonkhobe | -3/+6 | |
| 2015-07-05 | reference: improve readability of type inference explanations for float and ↵ | Tshepang Lekhonkhobe | -12/+21 | |
| integer types | ||||
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -1/+1 | |
| 2015-06-26 | accessing private fields is not safe, and io isn't scary | Alexis Beingessner | -3/+0 | |
| 2015-06-18 | Rollup merge of #26349 - petrochenkov:bitwise, r=steveklabnik | Manish Goregaokar | -5/+7 | |
| I'm surprised that bitwise operators `&`, `|` and `^` are implemented for `bool` arguments, because inspection of boolean's bits is not something that should be encouraged and because `&&` -> `&` is a common typo, but if they are implemented, then their behavior should be documented. | ||||
