| Age | Commit message (Expand) | Author | Lines |
| 2015-07-22 | Add necessary feature gate opt-in for the pushpop_unsafe test. | Felix S. Klock II | -0/+2 |
| 2015-07-22 | Factor feature gate tests for box syntax into two separate files. | Felix S. Klock II | -8/+35 |
| 2015-07-22 | Add feature-gates for desugaring-based `box` and placement-`in`. | Felix S. Klock II | -1/+4 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -0/+141 |
| 2015-07-22 | Auto merge of #26683 - eefriedman:const-eval-hint, r=pnkfelix | bors | -8/+27 |
| 2015-07-21 | trans: Be a little more picky about dllimport | Alex Crichton | -0/+32 |
| 2015-07-22 | Auto merge of #27185 - pnkfelix:test-cyclic-collections, r=alexcrichton | bors | -0/+759 |
| 2015-07-21 | Auto merge of #27093 - Manishearth:closure-label-shadow, r=pnkfelix | bors | -0/+16 |
| 2015-07-21 | update compile-fail test for #21174 to account for #27127 | Andrew Paseltiner | -1/+1 |
| 2015-07-21 | add test for #14382 | Andrew Paseltiner | -0/+24 |
| 2015-07-21 | Auto merge of #26935 - oli-obk:const_val_description, r=eddyb | bors | -17/+28 |
| 2015-07-21 | This test attempts to exercise cyclic structure much of `std::collections` | Felix S. Klock II | -0/+759 |
| 2015-07-21 | Auto merge of #27160 - brson:revdoc, r=huonw | bors | -21/+0 |
| 2015-07-21 | Test | Nick Cameron | -0/+18 |
| 2015-07-21 | Auto merge of #27103 - wthrowe:doc_format, r=alexcrichton | bors | -0/+68 |
| 2015-07-20 | Add test of cross-crate impl formatting | William Throwe | -0/+45 |
| 2015-07-20 | Auto merge of #27056 - Eljay:doc-comments, r=nikomatsakis | bors | -0/+117 |
| 2015-07-20 | Auto merge of #26831 - arielb1:lifetime-fixes, r=nikomatsakis | bors | -0/+75 |
| 2015-07-20 | Revert "Fix `missing_docs` lint for const and static." | Brian Anderson | -21/+0 |
| 2015-07-20 | add test for #10436 | Andrew Paseltiner | -0/+20 |
| 2015-07-20 | Auto merge of #27026 - nagisa:overflowing-unsigned, r=pnkfelix | bors | -37/+38 |
| 2015-07-20 | Auto merge of #27025 - dotdash:issue-26484, r=pnkfelix | bors | -1/+24 |
| 2015-07-20 | Create proper debuginfo for closure variables | Björn Steinbrink | -1/+21 |
| 2015-07-20 | add test for #19404 | Andrew Paseltiner | -0/+47 |
| 2015-07-20 | add test for #14229 | Andrew Paseltiner | -0/+30 |
| 2015-07-20 | Auto merge of #27118 - apasel422:issue-20825, r=alexcrichton | bors | -0/+39 |
| 2015-07-20 | Convert negate_unsigned feature gate to a warning | Simonas Kazlauskas | -5/+5 |
| 2015-07-20 | Add a test for #26468 | Björn Steinbrink | -0/+38 |
| 2015-07-20 | Auto merge of #27132 - apasel422:issue-23491, r=arielb1 | bors | -0/+17 |
| 2015-07-19 | Add test of impl formatting | William Throwe | -0/+23 |
| 2015-07-20 | Auto merge of #27120 - apasel422:associated-item-error, r=arielb1 | bors | -0/+4 |
| 2015-07-20 | Auto merge of #27065 - marcusklaas:loop-label, r=nrc | bors | -0/+26 |
| 2015-07-20 | return erased regions from fulfill_obligation | Ariel Ben-Yehuda | -0/+23 |
| 2015-07-20 | implement 'a:'static region bounds | Ariel Ben-Yehuda | -0/+52 |
| 2015-07-19 | add test for #15919 | Andrew Paseltiner | -0/+21 |
| 2015-07-19 | add test for #23491 | Andrew Paseltiner | -0/+17 |
| 2015-07-19 | add test for #20162 | Andrew Paseltiner | -0/+17 |
| 2015-07-19 | add separate errors for out-of-place associated consts and types | Andrew Paseltiner | -0/+4 |
| 2015-07-19 | Auto merge of #27121 - apasel422:issue-21332, r=Gankro | bors | -8/+42 |
| 2015-07-18 | split "has incompatible type for trait" errors into multiple lines | Andrew Paseltiner | -8/+42 |
| 2015-07-18 | add tests for #20825 | Andrew Paseltiner | -0/+39 |
| 2015-07-18 | add test for #14821 | Andrew Paseltiner | -0/+28 |
| 2015-07-18 | Generate proper debug info for function pointers | Björn Steinbrink | -0/+3 |
| 2015-07-18 | Auto merge of #27096 - apasel422:issue-26217, r=nikomatsakis | bors | -4/+16 |
| 2015-07-18 | Properly create debug info for functions | Björn Steinbrink | -1/+1 |
| 2015-07-18 | Fix doc comment parsing in macros. | Lee Jeffery | -0/+117 |
| 2015-07-18 | Include label in the span of loops | Marcus Klaas | -0/+26 |
| 2015-07-18 | Auto merge of #27085 - Ryman:gh17546, r=alexcrichton | bors | -23/+73 |
| 2015-07-17 | Clarify the usage of "hints" in const_eval. | Eli Friedman | -8/+27 |
| 2015-07-18 | Rollup merge of #26777 - barosl:macro-doc-escapes, r=pnkfelix | Manish Goregaokar | -0/+25 |