| Age | Commit message (Expand) | Author | Lines |
| 2018-06-17 | Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavus | bors | -2/+50 |
| 2018-06-16 | Auto merge of #51594 - eddyb:issue-51582, r=nagisa | bors | -0/+27 |
| 2018-06-16 | Auto merge of #51584 - QuietMisdreavus:globs-and-crosses, r=ollie27 | bors | -0/+36 |
| 2018-06-16 | rustc_codegen_llvm: don't treat i1 as signed, even for #[repr(i8)] enums. | Eduard-Mihai Burtescu | -0/+27 |
| 2018-06-16 | Auto merge of #51562 - SimonSapin:transparent, r=cramertj | bors | -35/+3 |
| 2018-06-16 | Auto merge of #51550 - eddyb:queries-not-maps, r=nikomatsakis | bors | -1/+1 |
| 2018-06-15 | process cross-crate glob re-exports | QuietMisdreavus | -0/+36 |
| 2018-06-16 | Add rustdoc-js tester should-fail option | Guillaume Gomez | -0/+39 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-06-13 | Removed various update-reference and update-all-references scripts | Chris Cesare | -234/+0 |
| 2018-06-13 | Rename intra-doc lint | Guillaume Gomez | -4/+4 |
| 2018-06-13 | Update help message to escape square brackets | Guillaume Gomez | -13/+13 |
| 2018-06-13 | Fix rustdoc test failure | Guillaume Gomez | -2/+2 |
| 2018-06-13 | Add help for intra-link lint | Guillaume Gomez | -0/+20 |
| 2018-06-13 | Fix options issues | Guillaume Gomez | -10/+8 |
| 2018-06-12 | Auto merge of #51519 - ExpHP:issue-51331-b, r=petrochenkov | bors | -4/+101 |
| 2018-06-12 | add tests for $crate in QSelf paths | Michael Lamparski | -4/+101 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -35/+3 |
| 2018-06-11 | Remove some '#[feature]' attributes for stabilized features | Simon Sapin | -20/+3 |
| 2018-06-11 | Stabilize the #[global_allocator] attribute | Simon Sapin | -25/+0 |
| 2018-06-11 | Stablize the alloc module without changing stability of its contents. | Simon Sapin | -0/+7 |
| 2018-06-11 | Remove some unneeded casts | Simon Sapin | -2/+2 |
| 2018-06-11 | Replace `impl GlobalAlloc for Global` with a set of free functions | Mike Hommey | -3/+3 |
| 2018-06-11 | Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAlloc | Mike Hommey | -10/+10 |
| 2018-06-11 | Auto merge of #51480 - dtolnay:lifetime, r=kennytm | bors | -1/+44 |
| 2018-06-11 | Auto merge of #51467 - toidiu:ak-51409, r=nikomatsakis | bors | -0/+22 |
| 2018-06-10 | Auto merge of #51475 - GuillaumeGomez:fix-error-codes, r=Manishearth | bors | -8/+8 |
| 2018-06-10 | Enable fall through past $:lifetime matcher | David Tolnay | -1/+44 |
| 2018-06-10 | Auto merge of #50205 - topecongiro:include-parens-to-type-parameter, r=petroc... | bors | -10/+10 |
| 2018-06-10 | Fix error codes | Guillaume Gomez | -8/+8 |
| 2018-06-10 | Auto merge of #51196 - Havvy:remove-keywords, r=petrochenkov | bors | -3/+12 |
| 2018-06-10 | create separate dep-nodes for predicates_of and explicit_predicates_of | toidiu | -0/+22 |
| 2018-06-10 | Auto merge of #51320 - tmccombs:step-by, r=SimonSapin | bors | -3/+0 |
| 2018-06-10 | Update tests | Seiichi Uchida | -6/+6 |
| 2018-06-10 | Include parens to type parameter | Seiichi Uchida | -6/+6 |
| 2018-06-09 | Test keyword unreservations | Havvy | -0/+22 |
| 2018-06-09 | Implement RFC 2421, 'Keyword unreservations (pure, sizeof, alignof, offsetof)' | Havvy | -13/+0 |
| 2018-06-09 | Auto merge of #51068 - Crazycolorz5:pluseqsplitting, r=petrochenkov | bors | -0/+20 |
| 2018-06-09 | Add lint for intra link resolution failure | Guillaume Gomez | -0/+30 |
| 2018-06-09 | Auto merge of #51400 - xfix:patch-6, r=kennytm | bors | -16/+19 |
| 2018-06-09 | Auto merge of #51042 - matthewjasper:reenable-trivial-bounds, r=nikomatsakis | bors | -40/+240 |
| 2018-06-08 | Auto merge of #51448 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -263/+704 |
| 2018-06-08 | Rollup merge of #51401 - estebank:warn-repr, r=cramertj | Mark Rousskov | -202/+318 |
| 2018-06-08 | Rollup merge of #51391 - estebank:docspan, r=GuillaumeGomez | Mark Rousskov | -27/+131 |
| 2018-06-08 | Rollup merge of #51360 - estebank:braces-around-literal-structs, r=nikomatsakis | Mark Rousskov | -2/+60 |
| 2018-06-08 | Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakis | Mark Rousskov | -28/+2 |
| 2018-06-08 | Rollup merge of #51276 - Havvy:dyn-trait-send-send, r=nikomatsakis | Mark Rousskov | -0/+94 |
| 2018-06-08 | Rollup merge of #51099 - Crazycolorz5:expectedcloseparen, r=estebank | Mark Rousskov | -12/+54 |
| 2018-06-08 | Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakis | Mark Rousskov | -2/+55 |
| 2018-06-08 | Built, corrected, and run tests. Added expected stderr files. | Crazycolorz5 | -1/+43 |