| Age | Commit message (Expand) | Author | Lines |
| 2018-03-13 | Rollup merge of #48898 - GuillaumeGomez:remove-empty-section, r=QuietMisdreavus | kennytm | -0/+20 |
| 2018-03-13 | Rollup merge of #48934 - Phlosioneer:42453-debug-hygene, r=petrochenkov | kennytm | -0/+17 |
| 2018-03-13 | Rollup merge of #48928 - zackmdavis:span_suggestion_field_day, r=estebank | kennytm | -20/+34 |
| 2018-03-13 | Rollup merge of #48880 - petrochenkov:badstderr, r=kennytm | kennytm | -140/+0 |
| 2018-03-12 | Auto merge of #48770 - bobtwinkles:two_phase_borrows_rewrite, r=pnkfelix | bors | -30/+20 |
| 2018-03-11 | Auto merge of #48549 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -627/+0 |
| 2018-03-11 | Update Cargo submodule | Alex Crichton | -627/+0 |
| 2018-03-11 | Fix hygene issue when deriving Debug | Phlosioneer | -0/+17 |
| 2018-03-11 | Auto merge of #48799 - alexcrichton:more-osx-cores, r=Mark-Simulacrum | bors | -17/+68 |
| 2018-03-11 | in which some labels and notes are upgraded to structured suggestions | Zack M. Davis | -20/+34 |
| 2018-03-10 | Auto merge of #48419 - bobtwinkles:fix_late_bound_reg_self, r=nikomatsakis | bors | -0/+71 |
| 2018-03-10 | Auto merge of #48388 - kyrias:relro-level-cg, r=alexcrichton | bors | -0/+34 |
| 2018-03-10 | Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis | bors | -13/+61 |
| 2018-03-10 | Auto merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavus | bors | -0/+19 |
| 2018-03-09 | Remove added two-phase-borrows flag | bobtwinkles | -1/+1 |
| 2018-03-09 | Remove auto trait implementation section when empty | Guillaume Gomez | -0/+20 |
| 2018-03-09 | Fix tests after two-phase borrow rewrite | bobtwinkles | -14/+2 |
| 2018-03-09 | Complete re-implementation of 2-phase borrows | bobtwinkles | -1/+0 |
| 2018-03-09 | Finally start down the right path | bobtwinkles | -16/+19 |
| 2018-03-09 | Add missing items in the sidebar for functions | Guillaume Gomez | -0/+19 |
| 2018-03-09 | tidy: Add a check for stray `.stderr` and `.stdout` files in UI test directories | Vadim Petrochenkov | -140/+0 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -36/+184 |
| 2018-03-08 | Rollup merge of #48801 - Manishearth:epoch-features, r=nikomatsakis | Manish Goregaokar | -1/+22 |
| 2018-03-08 | Rollup merge of #48527 - zackmdavis:and_the_social_construction_of_tuples, r=... | Manish Goregaokar | -0/+135 |
| 2018-03-08 | Add rust_2018_idioms lint group | Manish Goregaokar | -1/+1 |
| 2018-03-08 | Add test | Manish Goregaokar | -0/+21 |
| 2018-03-08 | Update tests | Basile Desloges | -13/+61 |
| 2018-03-08 | in which parentheses are suggested for should-have-been-tuple-patterns | Zack M. Davis | -0/+135 |
| 2018-03-08 | Rollup merge of #48752 - alexcrichton:fix-target-feature, r=michaelwoerister | Manish Goregaokar | -1/+14 |
| 2018-03-08 | Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis | Manish Goregaokar | -34/+46 |
| 2018-03-08 | Unify the const folding errors | Oliver Schneider | -124/+167 |
| 2018-03-08 | Regenerate tests | Oliver Schneider | -239/+223 |
| 2018-03-08 | Adjust test which differs between 32 bit and 64 bit | Oliver Schneider | -2/+2 |
| 2018-03-08 | Don't use the undefined bytes of PrimVal::Bytes | Oliver Schneider | -0/+2 |
| 2018-03-08 | Fix mozjs crater failure | Oliver Schneider | -0/+37 |
| 2018-03-08 | Add regression test | Oliver Schneider | -0/+34 |
| 2018-03-08 | Rebase fallout | Oliver Schneider | -2/+2 |
| 2018-03-08 | Report tcx errors with the span of the currently evaluating statement | Oliver Schneider | -2/+2 |
| 2018-03-08 | Update compile-fail tests | Oliver Schneider | -89/+24 |
| 2018-03-08 | Add a test for transmuting via unions in constants | Oliver Schneider | -0/+62 |
| 2018-03-08 | Unregress error spans in constant errors | Oliver Schneider | -4/+3 |
| 2018-03-08 | Stage 2 doesn't see suggestion_approximate | Oliver Schneider | -16/+0 |
| 2018-03-08 | Remove dead code | Oliver Schneider | -0/+37 |
| 2018-03-08 | Update tests | Oliver Schneider | -26/+30 |
| 2018-03-08 | Add regression test for const prop | Oliver Schneider | -0/+28 |
| 2018-03-08 | Update tests | Oliver Schneider | -0/+24 |
| 2018-03-08 | Update tests | Oliver Schneider | -50/+67 |
| 2018-03-08 | Adjust tests to changed const err lints | Oliver Schneider | -27/+47 |
| 2018-03-08 | Adjust tests to more aggressive const err linting | Oliver Schneider | -0/+26 |
| 2018-03-08 | Report errors in statics during collecting instead of translating | Oliver Schneider | -4/+14 |