| Age | Commit message (Expand) | Author | Lines |
| 2018-01-25 | Rollup merge of #47609 - ritiek:test-mutating-references, r=nikomatsakis | Guillaume Gomez | -6/+6 |
| 2018-01-25 | Auto merge of #47374 - topecongiro:issue-47096, r=nikomatsakis | bors | -0/+24 |
| 2018-01-25 | Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddyb | bors | -4/+0 |
| 2018-01-23 | Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis | bors | -0/+141 |
| 2018-01-23 | Remove similar test that does not run the result | ritiek | -35/+1 |
| 2018-01-23 | Make immovable generators unsafe | John Kåre Alsaker | -6/+8 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -0/+139 |
| 2018-01-23 | Stabilized `#[repr(align(x))]` attribute (RFC 1358) | Cameron Hart | -4/+0 |
| 2018-01-22 | Add dynamic-drop test to nll tests also | Santiago Pastorino | -0/+3 |
| 2018-01-22 | Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakis | bors | -0/+3 |
| 2018-01-21 | Auto merge of #47001 - arielb1:private-match, r=nikomatsakis | bors | -0/+28 |
| 2018-01-21 | Auto merge of #47622 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+57 |
| 2018-01-21 | Auto merge of #47495 - nikomatsakis:nll-issue-47153, r=pnkfelix | bors | -0/+27 |
| 2018-01-20 | Rollup merge of #47193 - cramertj:result-opts, r=TimNN | Guillaume Gomez | -0/+57 |
| 2018-01-20 | Stabilize std::ptr::NonNull | Simon Sapin | -2/+0 |
| 2018-01-20 | Mark Unique as perma-unstable, with the feature renamed to ptr_internals. | Simon Sapin | -3/+3 |
| 2018-01-20 | Replace Unique<T> with NonZero<T> in Alloc trait | Simon Sapin | -1/+1 |
| 2018-01-20 | NLL test for mutating &mut references | ritiek | -0/+34 |
| 2018-01-19 | Run yield-subtype test on nll mode too as a regression check | Santiago Pastorino | -0/+3 |
| 2018-01-19 | Auto merge of #47503 - arielb1:check-size, r=eddyb | bors | -0/+37 |
| 2018-01-17 | Simplify irrefutable slice patterns | Seiichi Uchida | -0/+24 |
| 2018-01-16 | avoid double-unsizing arrays in bytestring match lowering | Ariel Ben-Yehuda | -0/+37 |
| 2018-01-16 | remove bogus assertion and comments | Niko Matsakis | -0/+27 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -1/+1 |
| 2018-01-14 | syntax: Rewrite parsing of impls | Vadim Petrochenkov | -4/+4 |
| 2018-01-13 | check_match: fix handling of privately uninhabited types | Ariel Ben-Yehuda | -0/+28 |
| 2018-01-13 | Parse `auto trait` inside fns. | leonardo.yvens | -1/+4 |
| 2018-01-13 | Adjust tests for removal of `impl Foo for .. {}` | leonardo.yvens | -6/+2 |
| 2018-01-13 | Rollup merge of #47344 - topecongiro:fixed-ices, r=alexcrichton | kennytm | -0/+94 |
| 2018-01-13 | Rollup merge of #47305 - cramertj:better-calendar-alone, r=eddyb | kennytm | -47/+14 |
| 2018-01-13 | Rollup merge of #47298 - cramertj:path-as-modrs, r=nikomatsakis | kennytm | -0/+0 |
| 2018-01-12 | Auto merge of #46551 - jseyfried:improve_legacy_modern_macro_interaction, r=nrc | bors | -0/+160 |
| 2018-01-11 | Add tests to fixed issues. | Seiichi Uchida | -0/+94 |
| 2018-01-10 | Add transpose conversions for Option and Result | Taylor Cramer | -0/+57 |
| 2018-01-10 | Auto merge of #47167 - ivanbakel:builtin_indexing, r=nikomatsakis | bors | -0/+58 |
| 2018-01-09 | Use copy/clone closures to simplify calendar test | Taylor Cramer | -47/+14 |
| 2018-01-09 | Treat #[path] files as mod.rs files | Taylor Cramer | -0/+0 |
| 2018-01-07 | Added tests for non-obvious builtin indexing | Isaac van Bakel | -0/+58 |
| 2018-01-07 | Auto merge of #47156 - petrochenkov:extpath, r=nikomatsakis | bors | -0/+31 |
| 2018-01-04 | Auto merge of #47147 - projektir:to_ptr_cast, r=eddyb | bors | -0/+18 |
| 2018-01-04 | Auto merge of #47132 - cramertj:impl-trait-camel-case, r=nikomatsakis | bors | -0/+20 |
| 2018-01-03 | Support `extern` in paths | Vadim Petrochenkov | -0/+31 |
| 2018-01-02 | Force appropriate extension when converting from int to ptr #43291 | projektir | -0/+18 |
| 2018-01-02 | Limit style lint to non-synthetic generic params | Taylor Cramer | -0/+20 |
| 2018-01-02 | Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. | Ed Schouten | -31/+105 |
| 2018-01-01 | Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfried | bors | -0/+119 |
| 2018-01-01 | Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebank | bors | -12/+10 |
| 2017-12-30 | Add tests on fixed ICEs | Seiichi Uchida | -0/+42 |
| 2017-12-30 | Remove excessive trailing newlines. | kennytm | -2/+0 |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -10/+10 |