| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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. | ||||
| 2015-06-18 | Rollup merge of #26342 - steveklabnik:quix_reference_fix, r=alexcrichton | Manish Goregaokar | -3/+14 | |
| https://github.com/rust-lang/rust/pull/26323/files#r32503568 | ||||
| 2015-06-17 | Document behavior of bitwise operators with boolean arguments | Vadim Petrochenkov | -5/+7 | |
| 2015-06-16 | Auto merge of #24738 - joliv:patch-2, r=steveklabnik | bors | -2/+5 | |
| The "unit value" is a value of the "unit type," not the "unit value type." Regardless of correctness, this straight syntax is easier to grok. Part of #16676 Sorry if something's off here, it's my first pull request to rust! | ||||
| 2015-06-16 | One more consistency fix in the reference | Steve Klabnik | -3/+14 | |
| https://github.com/rust-lang/rust/pull/26323/files#r32503568 | ||||
| 2015-06-15 | Add unit type info and update associated link | joliv | -2/+5 | |
| Fixes #25244 | ||||
| 2015-06-15 | Significantly simplify generic example | Steve Klabnik | -10/+9 | |
| Fixes #26320 | ||||
| 2015-06-12 | [reference] Fix typo in extern fn section | Matt Brubeck | -1/+1 | |
| 2015-06-10 | Add explanation for E0116 and update the error message. | Nick Hamann | -1/+1 | |
| Also updates the reference on this point. | ||||
| 2015-06-09 | Rollup merge of #26111 - tshepang:consistency, r=brson | Steve Klabnik | -1/+0 | |
| 2015-06-09 | Rollup merge of #26113 - tshepang:avoid-abbreviations, r=steveklabnik | Manish Goregaokar | -6/+6 | |
| 2015-06-09 | Rollup merge of #26112 - tshepang:readability, r=steveklabnik | Manish Goregaokar | -3/+7 | |
| 2015-06-09 | reference: that looks better without those abbreviations | Tshepang Lekhonkhobe | -6/+6 | |
| 2015-06-09 | reference: improve readability | Tshepang Lekhonkhobe | -3/+7 | |
| 2015-06-09 | reference: get consistent by removing unneeded whitespace | Tshepang Lekhonkhobe | -1/+0 | |
| 2015-06-07 | Make all leaks safe in language reference | diwic | -1/+1 | |
| Since it was determined that no leaks were unsafe, some of the documentation is still not clear about this. Here's one example. | ||||
| 2015-06-04 | Fix doctest (fixup #25900) | Manish Goregaokar | -16/+17 | |
| 2015-06-04 | Rollup merge of #25900 - lorenzb:more_about_types, r=nikomatsakis | Manish Goregaokar | -0/+140 | |
| My main sources of information are [RFC401](https://github.com/rust-lang/rfcs/blob/master/text/0401-coercions.md), the rust IRC channel, and a bunch of experiments to figure out what `rustc` currently supports. Note that the RFC calls for some coercion behaviour that is not implemented yet (see #18469). The documentation in this PR mostly covers current behaviour of rust and doesn't document the future behaviour. I haven't written about receiver expression coercion. I would be happy to rewrite/adapt the PR according to feedback. r? @steveklabnik | ||||
| 2015-06-03 | Remove #[static_assert] | Steve Klabnik | -9/+0 | |
| This was always a weird feature, and isn't being used in the compiler. Static assertions should be done better than this. This implements RFC #1096. Fixes #13951 Fixes #23008 Fixes #6676 This is behind a feature gate, but that's still a [breaking-change] | ||||
| 2015-05-30 | Extend rust reference with a section about type coercions | Lorenz | -0/+120 | |
| 2015-05-30 | Extend rust reference with a section about subtyping | Lorenz | -0/+20 | |
| 2015-05-28 | floating-point types are machine types, not machine-dependent types | Liigo Zhuang | -2/+2 | |
| 2015-05-21 | Document the debug_assertions cfg option | Matt Brubeck | -0/+4 | |
| 2015-05-15 | Update reference.md | Michael Rosenberg | -0/+8 | |
| Added `Deref` to the "Special Traits" section | ||||
| 2015-05-13 | Fix link to RFC 255 in Reference. | Nick Hamann | -1/+3 | |
| 2015-05-13 | Fix test failure in the reference | Steve Klabnik | -0/+5 | |
| 2015-05-12 | Improve wording for the "Trait objects" section of the reference. | Nick Hamann | -7/+15 | |
| 2015-05-12 | Expand the "Traits" section of the reference. | Nick Hamann | -0/+40 | |
| 2015-05-12 | Correct various small points, expand some sections, while avoiding | Niko Matsakis | -52/+151 | |
| too much detail. | ||||
| 2015-05-11 | Rollup merge of #25283 - steveklabnik:gh24999, r=alexcrichton | Steve Klabnik | -20/+17 | |
| and remove references to the unit type, which no longer exists Fixes #24999 | ||||
| 2015-05-11 | Rollup merge of #25282 - badboy:reference-macro-1, r=alexcrichton | Steve Klabnik | -1/+1 | |
| As mentioned in https://github.com/rust-lang/rust/issues/16676#issuecomment-100676326 this makes it a little bit more correct. I'm a bit unsure whether or not it should be explained that the transcriber can be wrapped in parentheses or curly braces if necessary. | ||||
| 2015-05-11 | Fix links in the referece | Steve Klabnik | -20/+17 | |
| and remove references to the unit type, which no longer exists Fixes #24999 | ||||
| 2015-05-11 | Rollup merge of #25291 - johannhof:let-expressions-example, r=steveklabnik | Manish Goregaokar | -0/+14 | |
| Maybe it's me, but I really needed an example to understand if let and refutable statements. Playpen: http://is.gd/mjX3Gf Let me know if the variable names are too, uh, culinary. | ||||
