| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-21 | rollup merge of #24669: steveklabnik/fix | Alex Crichton | -0/+2 | |
| This section was added but the list wasn't updated. | ||||
| 2015-04-21 | rollup merge of #24667: steveklabnik/more_editing | Alex Crichton | -145/+145 | |
| r? @alexcrichton | ||||
| 2015-04-21 | rollup merge of #24665: sw17ch/document-complete-slice-syntax | Alex Crichton | -0/+1 | |
| The documentation doesn't appear to describe the `&foo[..]` syntax. I tried looking in `primitive-types.html#slices` and `std/primitive.slice.html`. There's an example of partially slicing an array in trpl and a mention of `&foo[..]` in [the standard library documentation](https://doc.rust-lang.org/std/primitive.slice.html), but neither place, from what I can see, actually describes the behavior of `&foo[..]`. +r? @steveklabnik | ||||
| 2015-04-21 | rollup merge of #24663: steveklabnik/gh24639 | Alex Crichton | -0/+30 | |
| Fixes #24639 | ||||
| 2015-04-21 | rollup merge of #24654: mdinger/patch-2 | Alex Crichton | -2/+2 | |
| This just fixes some comments made on https://github.com/rust-lang/rust/pull/24632 . The second I think is better unless @steveklabnik actually meant something else. | ||||
| 2015-04-21 | Document functional update syntax | Steve Klabnik | -0/+30 | |
| Fixes #24639 | ||||
| 2015-04-21 | Add research to README of TRPL | Steve Klabnik | -0/+2 | |
| This section was added but the list wasn't updated. | ||||
| 2015-04-21 | small edits for recently written book chapters | Steve Klabnik | -145/+145 | |
| 2015-04-21 | Add an example of completely slicing an object. | John Van Enk | -0/+1 | |
| 2015-04-21 | Refocus unsafe code chapter on unsafe itself. | Steve Klabnik | -2/+3 | |
| 2015-04-21 | Fix typos | mdinger | -2/+2 | |
| 2015-04-20 | Refocus unsafe code chapter on unsafe itself. | Steve Klabnik | -77/+121 | |
| 2015-04-20 | Rollup merge of #24643 - steveklabnik:doc_if_let, r=jakub- | Steve Klabnik | -1/+80 | |
| and while let | ||||
| 2015-04-20 | Rollup merge of #24632 - steveklabnik:casting_guide, r=alexcrichton | Steve Klabnik | -1/+87 | |
| Due to documenting `transmute`, addresses part of #12905 | ||||
| 2015-04-20 | Rollup merge of #24631 - steveklabnik:unsafe_guide, r=alexcrichton | Steve Klabnik | -101/+124 | |
| Many unsafe features are now in the unstable section, so this section is really just about raw pointers now. That also makes sense for its place in the TOC. This addresses part of #12905. | ||||
| 2015-04-20 | Rollup merge of #24630 - steveklabnik:quickfix, r=alexcrichton | Steve Klabnik | -1/+1 | |
| 2015-04-20 | Rollup merge of #24577 - steveklabnik:gh24573, r=alexcrichton | Steve Klabnik | -115/+46 | |
| Fixes #24573 | ||||
| 2015-04-20 | Rollup merge of #24571 - steveklabnik:editing, r=alexcrichton | Steve Klabnik | -503/+404 | |
| A bunch of chapters, fixes an issue or two as well. r? @alexcrichton | ||||
| 2015-04-20 | Rollup merge of #24516 - steveklabnik:gh22621, r=alexcrichton | Steve Klabnik | -0/+110 | |
| Fixes #22621 | ||||
| 2015-04-20 | TRPL: if let | Steve Klabnik | -1/+80 | |
| and while let | ||||
| 2015-04-20 | Add common macros to TRPL | Steve Klabnik | -0/+110 | |
| Fixes #22621 | ||||
| 2015-04-20 | TRPL: unsafe -> raw pointers | Steve Klabnik | -101/+124 | |
| Many unsafe features are now in the unstable section, so this section is really just about raw pointers now. That also makes sense for its place in the TOC. This addresses part of #12905. | ||||
| 2015-04-20 | Remove feature gated examples from the reference. | Steve Klabnik | -115/+46 | |
| The slice patterns example was nice, so let's put it with the other slice pattern feature gate documentation. Fixes #24573 | ||||
| 2015-04-20 | TRPL: casting | Steve Klabnik | -1/+87 | |
| Due to documenting `transmute`, addresses part of #12905 | ||||
| 2015-04-20 | Fix small typo in TRPL intro | Steve Klabnik | -1/+1 | |
| 2015-04-20 | TRPL edits: generics | Steve Klabnik | -40/+72 | |
| 2015-04-20 | Remove inverse example from generics part of TRPL | Steve Klabnik | -85/+0 | |
| Fixes #24325. | ||||
| 2015-04-20 | TRPL edits: traits | Steve Klabnik | -189/+101 | |
| Let's talk about generics first, since we use traits to bound them in funtions. Partially addresses #24325 Fixes #24271 | ||||
| 2015-04-20 | move Deref coercions to syntax and semantics | Steve Klabnik | -1/+1 | |
| It's a language feature, so it belongs here. | ||||
| 2015-04-20 | TRPL copyedits: strings | Steve Klabnik | -23/+91 | |
| 2015-04-20 | TRPL editing: vectors | Steve Klabnik | -21/+42 | |
| 2015-04-20 | Move drop back in TRPL TOC | Steve Klabnik | -1/+1 | |
| It's a trait implementation, so we need traits first. | ||||
| 2015-04-20 | TRPL edits: method syntax | Steve Klabnik | -36/+35 | |
| 2015-04-20 | TRPL editing: structs | Steve Klabnik | -5/+5 | |
| 2015-04-20 | TRPL editing: move patterns back | Steve Klabnik | -1/+1 | |
| We want to talk about how to pattern match on structs, so let's bump it back one. | ||||
| 2015-04-20 | TRPL editing: patterns | Steve Klabnik | -4/+36 | |
| Partially addresses #24388 | ||||
| 2015-04-20 | TRPL editing: match | Steve Klabnik | -15/+16 | |
| 2015-04-20 | TRPL editing: enums | Steve Klabnik | -104/+25 | |
| Now that we're not doing the guessing game, a lot of this is irrelevant. | ||||
| 2015-04-19 | Auto merge of #24572 - steveklabnik:gh24569, r=brson | bors | -583/+2 | |
| Fixes #24569. Should wait until https://github.com/rust-lang/rust-www/pull/114 is merged. | ||||
| 2015-04-19 | Auto merge of #24567 - tamird:windows-caviats, r=steveklabnik | bors | -4/+1 | |
| - https://github.com/rust-lang/rust/issues/1237 is closed - `libgcc` is now statically linked: https://github.com/rust-lang/rust/pull/17471 | ||||
| 2015-04-19 | Auto merge of #24554 - tshepang:let-faq, r=steveklabnik | bors | -4/+5 | |
| 2015-04-18 | Auto merge of #24383 - avdi:patch-1, r=steveklabnik | bors | -1/+1 | |
| "Dynamically typed" didn't seem like a relevant distinction; there are statically-compiled dynamically-typed languages. Another term that might work here (despite being notoriously vague) is "scripting languages". | ||||
| 2015-04-18 | Remove the 30 minute intro | Steve Klabnik | -583/+2 | |
| Fixes #24569. | ||||
| 2015-04-18 | Update Windows caveats | Tamir Duberstein | -4/+1 | |
| - https://github.com/rust-lang/rust/issues/1237 is closed - `libgcc` is now statically linked: https://github.com/rust-lang/rust/pull/17471 | ||||
| 2015-04-19 | fix doctest (fixup #24466) | Manish Goregaokar | -1/+1 | |
| 2015-04-18 | Rollup merge of #24548 - graydon:reference-tidying, r=steveklabnik | Manish Goregaokar | -96/+53 | |
| This just deletes some egregious lies and obsolete terminology -- all of which I originally wrote -- from the reference. I expect the reference itself will be deleted soon enough, but I found myself gritting teeth over these bits too much to let them into a 1.0 release. | ||||
| 2015-04-18 | Rollup merge of #24466 - steveklabnik:more_more_more, r=alexcrichton | Manish Goregaokar | -3/+105 | |
| Link to the big chapter for now, and add move semantics. | ||||
| 2015-04-18 | doc: improve/fix 'let' FAQ | Tshepang Lekhonkhobe | -4/+5 | |
| 2015-04-17 | Remove obsolete discusison of runtime, promote `Linkage` to chapter. | Graydon Hoare | -38/+1 | |
| 2015-04-17 | Improve memory-model section very slightly. | Graydon Hoare | -2/+4 | |
