| Age | Commit message (Expand) | Author | Lines |
| 2015-04-17 | Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichton | bors | -0/+236 |
| 2015-04-17 | Fix test for 32-bit targets. | Felix S. Klock II | -2/+2 |
| 2015-04-16 | rustdoc: Inline methods inhereted through Deref | Alex Crichton | -0/+113 |
| 2015-04-16 | Auto merge of #24448 - alexcrichton:issue-24445, r=huonw | bors | -0/+53 |
| 2015-04-16 | Auto merge of #24437 - fhahn:issue-24434, r=alexcrichton | bors | -0/+16 |
| 2015-04-16 | Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichton | bors | -0/+40 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -11/+11 |
| 2015-04-16 | Auto merge of #24485 - brson:is, r=alexcrichton | bors | -9/+23 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -9/+23 |
| 2015-04-15 | Auto merge of #24481 - steveklabnik:rollup, r=steveklabnik | bors | -1/+33 |
| 2015-04-15 | Rollup merge of #24460 - bytewiseand:master, r=alexcrichton | Steve Klabnik | -0/+32 |
| 2015-04-15 | Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakis | bors | -0/+29 |
| 2015-04-15 | Regression test. | Felix S. Klock II | -0/+29 |
| 2015-04-15 | std: Fix thread_local! in non-PIE binaries | Alex Crichton | -0/+53 |
| 2015-04-15 | Added a test for include_bytes! dep info | Theo Belaire | -0/+40 |
| 2015-04-15 | Add tests for "ident only path should have been covered"-ICE | Andreas Martens | -0/+32 |
| 2015-04-15 | Fix some typos. | Ms2ger | -1/+1 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -5/+5 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -6/+6 |
| 2015-04-14 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+2 |
| 2015-04-14 | Strip configuration before checking feature gates of macros | Florian Hahn | -0/+16 |
| 2015-04-14 | Test fixes and rebase conflicts | Alex Crichton | -381/+0 |
| 2015-04-14 | rollup merge of #24385: aturon/unstable-scoped | Alex Crichton | -74/+482 |
| 2015-04-14 | rollup merge of #24399: brson/stab | Alex Crichton | -0/+18 |
| 2015-04-14 | rollup merge of #24380: arielb1/no-enum-suggest | Alex Crichton | -0/+29 |
| 2015-04-14 | rollup merge of #24379: rkruppe/fmt-negative-zero | Alex Crichton | -1/+7 |
| 2015-04-14 | rollup merge of #24371: dotdash/24353 | Alex Crichton | -0/+16 |
| 2015-04-14 | More test fixes | Alex Crichton | -45/+27 |
| 2015-04-14 | bench: Fix fallout in benchmarks | Alex Crichton | -157/+100 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -40/+28 |
| 2015-04-14 | test: Fix fallout in run-pass tests | Alex Crichton | -721/+143 |
| 2015-04-14 | Regression tests for `wrapping_*` operations for integer types. | Felix S. Klock II | -0/+236 |
| 2015-04-14 | Fallout: move from scoped to spawn | Aaron Turon | -81/+113 |
| 2015-04-14 | Auto merge of #24312 - rprichard:destabilize-format-args, r=alexcrichton | bors | -13/+0 |
| 2015-04-14 | Reviewer comments | Nick Cameron | -1/+1 |
| 2015-04-14 | Rebased | Nick Cameron | -5/+7 |
| 2015-04-14 | eddyb's refactoring of coercions/adjustments | Eduard Burtescu | -8/+11 |
| 2015-04-14 | Auto merge of #24295 - contradictioned:master, r=alexcrichton | bors | -0/+18 |
| 2015-04-13 | Make use of the stability attributes issue a deprecation warning. #22830 | Brian Anderson | -0/+18 |
| 2015-04-13 | Don't try to suggest fields of an enum | Ariel Ben-Yehuda | -0/+29 |
| 2015-04-13 | Added a help span which informs the user about the escaping of curly braces i... | Manuel Hoffmann | -0/+18 |
| 2015-04-13 | Auto merge of #24351 - michaelwoerister:named-tuple-fields, r=alexcrichton | bors | -121/+123 |
| 2015-04-13 | Fix ICE when returning a variable whose declaration is unreachable | Björn Steinbrink | -0/+16 |
| 2015-04-12 | Remove pretty-expanded from tests that use format_args! | Ryan Prichard | -13/+0 |
| 2015-04-12 | Make Debug include the - in -0.0 | Robin Kruppe | -1/+7 |
| 2015-04-12 | Add a name for tuple fields in debuginfo so that they can be accessed in debu... | Michael Woerister | -121/+123 |
| 2015-04-12 | Rollup merge of #24321 - lstat:16602-needstest, r=pnkfelix | Manish Goregaokar | -0/+70 |
| 2015-04-12 | Rollup merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelix | Manish Goregaokar | -0/+30 |
| 2015-04-12 | Auto merge of #24003 - rprichard:span-fixes, r=huonw | bors | -0/+156 |
| 2015-04-12 | Auto merge of #24109 - sanxiyn:diverging-closure, r=pnkfelix | bors | -0/+18 |