| Age | Commit message (Expand) | Author | Lines |
| 2017-12-03 | Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavus | bors | -0/+105 |
| 2017-12-02 | Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoerister | bors | -10/+10 |
| 2017-12-02 | Auto merge of #46381 - estebank:expected-span, r=nikomatsakis | bors | -9/+3 |
| 2017-12-02 | Auto merge of #46347 - raventid:did-you-mean-increase-accuracy, r=estebank | bors | -0/+29 |
| 2017-12-02 | Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrc | bors | -1/+65 |
| 2017-12-02 | Auto merge of #46326 - GuillaumeGomez:sidebar-text, r=QuietMisdreavus | bors | -0/+23 |
| 2017-12-02 | Auto merge of #46256 - estebank:suggest-deref, r=arielb1 | bors | -21/+39 |
| 2017-12-02 | Auto merge of #45904 - sunjay:gat-parser, r=nikomatsakis | bors | -0/+355 |
| 2017-12-01 | Use suggestions instead of notes ref mismatches | Esteban Küber | -21/+39 |
| 2017-12-02 | Rollup merge of #46412 - chrisduerr:issue-46380, r=QuietMisdreavus | kennytm | -0/+34 |
| 2017-12-02 | Rollup merge of #46405 - alexcrichton:fix-rustdoc, r=estebank | kennytm | -0/+15 |
| 2017-12-02 | Rollup merge of #46401 - alexcrichton:wasm-tests, r=arielb1 | kennytm | -1/+0 |
| 2017-12-02 | Rollup merge of #46387 - chrisduerr:master, r=QuietMisdreavus | kennytm | -0/+13 |
| 2017-12-02 | Rollup merge of #45880 - arielb1:never-coerce, r=nikomatsakis | kennytm | -10/+41 |
| 2017-12-01 | Auto merge of #46236 - davidtwco:issue-46023, r=arielb1 | bors | -0/+24 |
| 2017-12-01 | add magic comment for ui test, remove newline | Julian Kulesh | -0/+1 |
| 2017-12-01 | Updated generic-associated-types-where stderr | Sunjay Varma | -2/+2 |
| 2017-12-01 | Added case for when impl generic associated type has a where clause | Sunjay Varma | -0/+2 |
| 2017-12-01 | Moved all of the tests over to ui and annotated why they are failing with app... | Sunjay Varma | -35/+97 |
| 2017-12-01 | Removed FIXME on a line that actually works for some reason... | Sunjay Varma | -1/+0 |
| 2017-12-01 | Adding error line so that test passes | Sunjay Varma | -0/+1 |
| 2017-12-01 | added must-compile-successfully | Sunjay Varma | -0/+2 |
| 2017-12-01 | Testing and fixes | Sunjay Varma | -45/+18 |
| 2017-12-01 | Parsing where clauses correctly and documenting the grammar being parsed | Sunjay Varma | -1/+1 |
| 2017-12-01 | demonstrate how we can write "successful parse" tests quite easily | Niko Matsakis | -0/+44 |
| 2017-12-01 | Added stderr files for ui tests | Sunjay Varma | -0/+32 |
| 2017-12-01 | More testing for generic associated types parsing | Sunjay Varma | -1/+72 |
| 2017-12-01 | Fixed tidy errors | Sunjay Varma | -0/+0 |
| 2017-12-01 | Adding feature gate | Sunjay Varma | -0/+27 |
| 2017-12-01 | Added run-pass tests for associated generic types | Sunjay Varma | -0/+142 |
| 2017-12-01 | Auto merge of #45997 - estebank:pub-ident, r=nikomatsakis | bors | -7/+144 |
| 2017-12-01 | Auto merge of #45846 - pietroalbini:use-nested-groups, r=petrochenkov | bors | -4/+128 |
| 2017-12-01 | Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddyb | bors | -1117/+5 |
| 2017-11-30 | Added test for spurious cannot borrow immutable item error with a closure | David Wood | -0/+2 |
| 2017-11-30 | Added test for immutable unique closure upvar mutation. | David Wood | -0/+22 |
| 2017-12-01 | move comparator into +find_best_match_name+ function | Julian Kulesh | -14/+28 |
| 2017-11-30 | Fix htmldocck naming | Christian Duerr | -2/+2 |
| 2017-11-30 | Hide trait impl with private trait type parameter | Christian Duerr | -0/+19 |
| 2017-11-30 | Show hidden items with rustdoc's document-private | Christian Duerr | -0/+15 |
| 2017-11-30 | rustc: Filter out bogus extern crate warnings | Alex Crichton | -0/+15 |
| 2017-11-30 | rustc: Prepare to enable ThinLTO by default | Alex Crichton | -3/+3 |
| 2017-11-30 | Rename long test names to be a bit shorter | Alex Crichton | -7/+7 |
| 2017-11-30 | wasm: Update LLVM to fix a test | Alex Crichton | -1/+0 |
| 2017-11-30 | make coercions to `!` in unreachable code a hard error | Ariel Ben-Yehuda | -10/+41 |
| 2017-11-30 | Implement RFC 2128 (use_nested_groups) | Pietro Albini | -4/+128 |
| 2017-11-30 | Auto merge of #46226 - arielb1:special-region-obligation, r=nikomatsakis | bors | -0/+32 |
| 2017-11-30 | Auto merge of #46041 - zilbuz:issue-44837, r=arielb1 | bors | -16/+39 |
| 2017-11-30 | Fix rustoc item summaries that are headers | Christian Duerr | -0/+13 |
| 2017-11-29 | rustdoc: Fix issues with cross-crate inlined associated items | Oliver Middleton | -0/+105 |
| 2017-11-29 | Point to next token when it is in the expected line | Esteban Küber | -9/+3 |