| Age | Commit message (Expand) | Author | Lines |
| 2017-10-06 | Merge remote-tracking branch 'origin/beta' into beta-next | Alex Crichton | -13/+58 |
| 2017-10-06 | tweak test case error message for #42023 | Niko Matsakis | -3/+3 |
| 2017-10-06 | Revert "Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint" | Niko Matsakis | -30/+71 |
| 2017-10-02 | Auto merge of #44918 - michaelwoerister:backport-44215, r=alexcrichton | bors | -13/+33 |
| 2017-09-29 | WIP: don't suggest placing `use` statements into expanded code | Oliver Schneider | -5/+5 |
| 2017-09-29 | Add test for broken suggestion | Oliver Schneider | -9/+29 |
| 2017-09-28 | `--cap-lints allow` switches off `can_emit_warnings` | Zack M. Davis | -0/+22 |
| 2017-09-28 | Fix bug in collecting trait and impl items with derives. | Jeffrey Seyfried | -0/+28 |
| 2017-09-26 | Add a run-pass-valgrind test for vecdeque issue | Steven Fackler | -0/+25 |
| 2017-09-14 | stabilize mem::discriminant (closes #24263) | Alex Burka | -2/+0 |
| 2017-09-01 | std: Mark allocation functions as nounwind | Alex Crichton | -0/+32 |
| 2017-08-27 | Auto merge of #44060 - taleks:issue-43205, r=arielb1 | bors | -0/+14 |
| 2017-08-27 | Address review comments, second turn | Tatsuyuki Ishi | -1/+13 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -4/+16 |
| 2017-08-26 | Auto merge of #44096 - Dushistov:master, r=japaric | bors | -0/+38 |
| 2017-08-26 | Auto merge of #44082 - pnkfelix:issue-43457, r=eddyb | bors | -0/+55 |
| 2017-08-26 | Auto merge of #44098 - frewsxcv:rollup, r=frewsxcv | bors | -6/+63 |
| 2017-08-26 | Rollup merge of #43966 - GuillaumeGomez:remove-dup, r=QuietMisdreavus | Corey Farwell | -0/+24 |
| 2017-08-26 | Rollup merge of #43776 - zackmdavis:feature_gate_fn_must_use, r=alexcrichton | Corey Farwell | -6/+39 |
| 2017-08-26 | Auto merge of #44081 - est31:master, r=eddyb | bors | -0/+52 |
| 2017-08-26 | Add test for wrong code generation for HashSet creation on arm cpu | Evgeniy A. Dushistov | -0/+38 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -1/+1 |
| 2017-08-25 | Fix a byte/char confusion issue in the error emitter | est31 | -0/+52 |
| 2017-08-25 | Regression test. | Felix S. Klock II | -0/+55 |
| 2017-08-25 | Auto merge of #43700 - gaurikholkar:struct_lifetimes, r=nikomatsakis | bors | -53/+306 |
| 2017-08-25 | Auto merge of #43786 - scalexm:issue-43784, r=nikomatsakis | bors | -0/+43 |
| 2017-08-24 | Add duplicate test | Guillaume Gomez | -0/+24 |
| 2017-08-24 | Auto merge of #43532 - petrochenkov:pgargs, r=nikomatsakis | bors | -2/+27 |
| 2017-08-23 | minor fix | gaurikholkar | -1/+1 |
| 2017-08-23 | code review fixes | gaurikholkar | -66/+6 |
| 2017-08-23 | Fixes issue #43205: ICE in Rvalue::Len evaluation. | Alexey Tarasov | -0/+14 |
| 2017-08-23 | Rollup merge of #44047 - cuviper:union-basic-endian, r=petrochenkov | Corey Farwell | -6/+2 |
| 2017-08-23 | Auto merge of #40113 - smaeul:native-musl, r=alexcrichton | bors | -2/+0 |
| 2017-08-22 | fn_must_use soft feature-gate warning on methods too, not only functions | Zack M. Davis | -0/+7 |
| 2017-08-22 | "soft" (warn instead of error) feature-gate for #[must_use] on functions | Zack M. Davis | -3/+13 |
| 2017-08-22 | hard feature-gate for #[must_use] on functions | Zack M. Davis | -6/+22 |
| 2017-08-22 | Fix fallout in tests. | Jeffrey Seyfried | -44/+38 |
| 2017-08-22 | Ensure that generic arguments don't end up in attribute paths. | Jeffrey Seyfried | -0/+22 |
| 2017-08-22 | Update ignored tests for dynamic musl | Samuel Holland | -2/+0 |
| 2017-08-22 | Fix little-endian assumptions in run-pass/union/union-basic | Josh Stone | -6/+2 |
| 2017-08-22 | Auto merge of #44013 - arielb1:coerce-snapshot, r=eddyb | bors | -0/+19 |
| 2017-08-22 | Auto merge of #44033 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -6/+6 |
| 2017-08-22 | Rollup merge of #43993 - tamird:better-wording-error, r=arielb1 | Guillaume Gomez | -6/+6 |
| 2017-08-22 | Auto merge of #44008 - RalfJung:staged1, r=alexcrichton | bors | -0/+30 |
| 2017-08-22 | Auto merge of #43854 - estebank:missing-cond, r=nikomatsakis | bors | -0/+39 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -2/+125 |
| 2017-08-21 | Auto merge of #43540 - petrochenkov:pathrelax, r=nikomatsakis | bors | -20/+30 |
| 2017-08-21 | Auto merge of #43971 - alexcrichton:lint-statements, r=michaelwoerister | bors | -0/+16 |
| 2017-08-21 | register fn-ptr coercion obligations out of a snapshot | Ariel Ben-Yehuda | -0/+19 |
| 2017-08-21 | Auto merge of #43929 - oli-obk:use_placement, r=nrc | bors | -17/+82 |