| Age | Commit message (Expand) | Author | Lines |
| 2017-01-16 | Auto merge of #39069 - GuillaumeGomez:missing_blank_space, r=Manishearth | bors | -1/+1 |
| 2017-01-16 | Auto merge of #38806 - comex:lint-attr-fix, r=nrc | bors | -12/+31 |
| 2017-01-15 | Auto merge of #38610 - djzin:master, r=sfackler | bors | -3/+3 |
| 2017-01-15 | Fix missing blank space issue | Guillaume Gomez | -1/+1 |
| 2017-01-15 | Auto merge of #39040 - estebank:relevant-impl-multiline, r=nikomatsakis | bors | -4/+31 |
| 2017-01-14 | Merge branch 'master' into lint-attr-fix | comex | -679/+2154 |
| 2017-01-14 | Auto merge of #38992 - nagisa:i128-minvallit, r=eddyb | bors | -0/+14 |
| 2017-01-14 | fix failing test | djzin | -3/+3 |
| 2017-01-14 | Auto merge of #38944 - michaelwoerister:incr-generics-partitioning, r=nikomat... | bors | -30/+55 |
| 2017-01-14 | Auto merge of #38927 - petrochenkov:leven, r=jseyfried | bors | -3/+92 |
| 2017-01-14 | Auto merge of #38914 - est31:tidy-gate-tests, r=nikomatsakis | bors | -0/+106 |
| 2017-01-13 | resolve: Levenshtein-based suggestions for non-import paths | Vadim Petrochenkov | -3/+92 |
| 2017-01-13 | Use multiline Diagnostic for "relevant impl" list | Esteban Küber | -4/+31 |
| 2017-01-13 | Auto merge of #38890 - petrochenkov:noresolve, r=nrc | bors | -281/+280 |
| 2017-01-13 | Auto merge of #38675 - infinity0:more-jemalloc-fixes, r=alexcrichton | bors | -3/+6 |
| 2017-01-12 | Also mark the struct_field_attributes regression test | est31 | -0/+2 |
| 2017-01-12 | Mark even more tests as gate tests | est31 | -0/+96 |
| 2017-01-12 | Add gate-test- to some already existing tests | est31 | -0/+8 |
| 2017-01-12 | Auto merge of #38650 - infinity0:master, r=alexcrichton | bors | -0/+6 |
| 2017-01-12 | Auto merge of #38814 - Ralith:cfg-fields, r=jseyfried | bors | -0/+50 |
| 2017-01-12 | Disable jemalloc tests on platforms where it is disabled (closes #38612) | Ximin Luo | -3/+6 |
| 2017-01-12 | Add mips architectures to conditional-compile test | Ximin Luo | -0/+6 |
| 2017-01-12 | resolve: Do not use "resolve"/"resolution" in error messages | Vadim Petrochenkov | -281/+280 |
| 2017-01-11 | syntax: struct field attributes and cfg | Benjamin Saunders | -0/+50 |
| 2017-01-12 | Auto merge of #38605 - estebank:fix-38371, r=nikomatsakis | bors | -0/+73 |
| 2017-01-11 | Auto merge of #38313 - jseyfried:self_imports, r=nrc | bors | -2/+33 |
| 2017-01-11 | Fix two const-eval issues related to i128 negation | Simonas Kazlauskas | -0/+14 |
| 2017-01-11 | Auto merge of #38989 - arielb1:constant-mir-overflow2, r=eddyb | bors | -0/+7 |
| 2017-01-11 | Auto merge of #38925 - petrochenkov:varass, r=jseyfried | bors | -2/+19 |
| 2017-01-11 | fix function arguments in constant promotion | Ariel Ben-Yehuda | -0/+7 |
| 2017-01-11 | Auto merge of #38916 - estebank:pad-suggestion-list, r=nikomatsakis | bors | -9/+9 |
| 2017-01-10 | Auto merge of #38843 - Manishearth:proposed, r=GuillaumeGomez | bors | -3/+9 |
| 2017-01-10 | update test case to include `fn(&&u32: Foo)` | Niko Matsakis | -3/+15 |
| 2017-01-10 | Rollup merge of #38849 - michaelwoerister:ich-trait-impl-test, r=nikomatsakis | Seo Sanghyeon | -0/+152 |
| 2017-01-10 | Rollup merge of #38607 - estebank:test-for-36935, r=alexcrichton | Seo Sanghyeon | -0/+59 |
| 2017-01-10 | Rollup merge of #38606 - estebank:test-for-27522, r=petrochenkov | Seo Sanghyeon | -0/+30 |
| 2017-01-10 | Start warning cycle. | Jeffrey Seyfried | -5/+7 |
| 2017-01-10 | Change `self` in an import list `use foo::{self, ...}` to only import a modul... | Jeffrey Seyfried | -2/+31 |
| 2017-01-09 | Improved rustdoc rendering for unstable features | Manish Goregaokar | -3/+9 |
| 2017-01-10 | Auto merge of #38934 - Manishearth:nodrop, r=eddyb | bors | -0/+63 |
| 2017-01-09 | Make unions never have needs_drop | Manish Goregaokar | -0/+63 |
| 2017-01-09 | trans: Treat generics like regular functions, not like #[inline] functions du... | Michael Woerister | -30/+55 |
| 2017-01-09 | Auto merge of #38866 - alexcrichton:try-wait, r=aturon | bors | -0/+65 |
| 2017-01-08 | Auto merge of #38861 - est31:master, r=alexcrichton | bors | -0/+17 |
| 2017-01-08 | Auto merge of #38837 - eddyb:issue-38074, r=nikomatsakis | bors | -0/+27 |
| 2017-01-08 | Fix ICE when variant is used as a part of associated type | Vadim Petrochenkov | -2/+19 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -19/+10 |
| 2017-01-07 | Teach diagnostics to have correctly padded lists | Esteban Küber | -9/+9 |
| 2017-01-07 | add test case | Esteban Küber | -8/+31 |
| 2017-01-07 | Auto merge of #38859 - jonathandturner:E0088_fix, r=eddyb | bors | -0/+15 |