| Age | Commit message (Expand) | Author | Lines |
| 2016-03-26 | syntax: Stop the bump loop for trait items at } and EOF. | Eduard Burtescu | -5/+21 |
| 2016-03-26 | Improve the error message for paths with too many initial `super`s | Jeffrey Seyfried | -1/+1 |
| 2016-03-26 | add regression test for try! | Jorge Aparicio | -0/+57 |
| 2016-03-26 | fix ? expansion in comment | Jorge Aparicio | -1/+1 |
| 2016-03-26 | Rollup merge of #32435 - nrc:fix-err-recover, r=nikomatsakis | Manish Goregaokar | -7/+91 |
| 2016-03-26 | Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturon | Manish Goregaokar | -0/+41 |
| 2016-03-26 | Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk... | Manish Goregaokar | -3/+189 |
| 2016-03-26 | Rollup merge of #32131 - petrochenkov:prim, r=eddyb | Manish Goregaokar | -13/+36 |
| 2016-03-25 | remove link-guard test | Niko Matsakis | -60/+0 |
| 2016-03-25 | change test to be specific for msvc | Niko Matsakis | -2/+1 |
| 2016-03-25 | fix error message | Niko Matsakis | -1/+1 |
| 2016-03-25 | Update backtrace test for FIXME on windows | Niko Matsakis | -3/+20 |
| 2016-03-25 | document test, don't use grep | Niko Matsakis | -1/+26 |
| 2016-03-25 | test for immediate symbol name hashing | Niko Matsakis | -0/+24 |
| 2016-03-25 | Revert "workarounds to make link guards work on windows" | Niko Matsakis | -1/+1 |
| 2016-03-25 | workarounds to make link guards work on windows | Niko Matsakis | -1/+1 |
| 2016-03-25 | check only that symbol names are deterministic | Niko Matsakis | -3/+9 |
| 2016-03-25 | Remove static linking hack since we are now passing absolute paths | Niko Matsakis | -2/+0 |
| 2016-03-25 | Fix accursed issue-4264.pp | Niko Matsakis | -29/+29 |
| 2016-03-25 | unit-test symbol-names and item-paths | Niko Matsakis | -0/+51 |
| 2016-03-25 | fallout: update codegen-units tests | Niko Matsakis | -74/+74 |
| 2016-03-25 | Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime. | Michael Woerister | -3/+61 |
| 2016-03-25 | Make the compiler emit an error if the crate graph contains two crates with t... | Michael Woerister | -2/+25 |
| 2016-03-25 | Add a test to verify that we have reproducible compiler builds. | Michael Woerister | -0/+180 |
| 2016-03-25 | Use new symbol names for items of various kinds. | Michael Woerister | -5/+5 |
| 2016-03-25 | Make monomorphized functions use stable symbol names. | Michael Woerister | -4/+4 |
| 2016-03-25 | check for both partialeq and eq | Niko Matsakis | -0/+35 |
| 2016-03-25 | Auto merge of #31908 - jseyfried:disallow_shadowed_traits, r=nikomatsakis | bors | -0/+24 |
| 2016-03-25 | new tests for RFC #1445 | Niko Matsakis | -4/+133 |
| 2016-03-25 | fallout in existing tests | Niko Matsakis | -3/+25 |
| 2016-03-25 | Cleanup | Vadim Petrochenkov | -0/+14 |
| 2016-03-25 | Lift the restriction on reusing names of primitive types | Vadim Petrochenkov | -14/+22 |
| 2016-03-25 | Introduce name resolution fallback for primitive types | Vadim Petrochenkov | -0/+1 |
| 2016-03-24 | Auto merge of #32465 - steveklabnik:rollup, r=steveklabnik | bors | -2/+2 |
| 2016-03-24 | Rollup merge of #32459 - nrc:json-err-text, r=nikomatsakis | Steve Klabnik | -2/+2 |
| 2016-03-24 | address nits | Alex Burka | -3/+3 |
| 2016-03-24 | error during parsing for malformed inclusive range | Alex Burka | -1/+3 |
| 2016-03-24 | fatal error instead of ICE for impossible range during HIR lowering | Alex Burka | -2/+3 |
| 2016-03-24 | test errors for malformed inclusive ranges | Alex Burka | -0/+27 |
| 2016-03-24 | Tests | Nick Cameron | -7/+91 |
| 2016-03-24 | Include source text in JSON errors | Nick Cameron | -2/+2 |
| 2016-03-23 | Make warnings of renamed and removed lints themselves lints | Brian Anderson | -3/+39 |
| 2016-03-23 | Auto merge of #32454 - eddyb:rollup, r=eddyb | bors | -0/+111 |
| 2016-03-23 | Rollup merge of #32437 - eddyb:orbital-msvc, r=alexcrichton | Eduard-Mihai Burtescu | -0/+6 |
| 2016-03-23 | Rollup merge of #32434 - mitaa:rdoc-no-inline, r=alexcrichton | Eduard-Mihai Burtescu | -0/+33 |
| 2016-03-23 | Rollup merge of #32430 - sanxiyn:const-trans, r=arielb1 | Eduard-Mihai Burtescu | -0/+14 |
| 2016-03-23 | Rollup merge of #32423 - mitaa:rdoc-vstruct-fields, r=alexcrichton | Eduard-Mihai Burtescu | -0/+36 |
| 2016-03-23 | Rollup merge of #32420 - frewsxcv:regression-test-26997, r=alexcrichton | Eduard-Mihai Burtescu | -0/+22 |
| 2016-03-23 | Auto merge of #32390 - japaric:untry, r=pnkfelix | bors | -5/+12 |
| 2016-03-23 | Auto merge of #32410 - Ticki:master, r=eddyb | bors | -0/+88 |