| Age | Commit message (Expand) | Author | Lines |
| 2015-03-02 | Auto merge of #22882 - alexcrichton:stabilize-process, r=aturon | bors | -15/+57 |
| 2015-03-02 | Add regression tests for #15778 | Keegan McAllister | -0/+80 |
| 2015-03-02 | Readd int_uint feature to libstd | Simonas Kazlauskas | -0/+1 |
| 2015-03-03 | Rollup merge of #22966 - nikomatsakis:closure-region-hierarchy, r=pnkfelix | Manish Goregaokar | -230/+93 |
| 2015-03-03 | Add cfg_attr to known attributes | Manish Goregaokar | -0/+1 |
| 2015-03-03 | Rollup merge of #22961 - dotdash:branch_drop, r=eddyb | Manish Goregaokar | -2/+1 |
| 2015-03-03 | Rollup merge of #22925 - leonardinius:issue-22646-fmt, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-03 | Rollup merge of #22911 - djmally:master, r=steveklabnik | Manish Goregaokar | -9/+9 |
| 2015-03-03 | Rollup merge of #22906 - alexandercampbell:readme_typo_fix, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2015-03-03 | Rollup merge of #22689 - tshepang:thread-doc-improvements, r=steveklabnik | Manish Goregaokar | -22/+16 |
| 2015-03-02 | Added note that method names in tables may differ from actual collections | David Mally | -1/+2 |
| 2015-03-02 | Fixed references to set & take ; minor wording & syntax fixes | David Mally | -5/+5 |
| 2015-03-02 | Make `test/run-pass/backtrace.rs` more robust about own host environment. | Felix S. Klock II | -1/+3 |
| 2015-03-02 | Drop alloca_zeroed | Björn Steinbrink | -27/+5 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -424/+419 |
| 2015-03-02 | Properly propagate block changes while translating drop glue | Björn Steinbrink | -2/+1 |
| 2015-03-02 | Auto merge of #22510 - GuillaumeGomez:audit-integer-libstd-thread, r=alexcric... | bors | -10/+10 |
| 2015-03-02 | Remove the synthetic "region bound" from closures and instead update how | Niko Matsakis | -230/+93 |
| 2015-03-02 | iter: use Option::map() in struct Iterater::map() | Lai Jiangshan | -16/+3 |
| 2015-03-02 | Auto merge of #22797 - alexcrichton:io-stdio, r=aturon | bors | -108/+732 |
| 2015-03-02 | Add missing stability attributes on struct fields. | Huon Wilson | -0/+2 |
| 2015-03-02 | Manual Clone for Windows/Chunks. | Huon Wilson | -2/+22 |
| 2015-03-02 | Fix broken aarch64 build | Eunji Jeong | -1/+1 |
| 2015-03-01 | std: Stabilize the `process` module | Alex Crichton | -15/+57 |
| 2015-03-02 | Rollup merge of #22944 - Manishearth:patch-1, r=sfackler | Manish Goregaokar | -0/+2 |
| 2015-03-02 | Fix unknown attribute in test | Manish Goregaokar | -0/+2 |
| 2015-03-02 | Rollup merge of #22941 - sfackler:re-disable, r=sfackler | Manish Goregaokar | -0/+2 |
| 2015-03-01 | Ignore issue #16671 test on android (again) | Steven Fackler | -0/+2 |
| 2015-03-01 | Replace int/uint by isize/usize | GuillaumeGomez | -10/+10 |
| 2015-03-02 | Rollup merge of #22935 - dotdash:method_attr, r=eddyb | Manish Goregaokar | -6/+35 |
| 2015-03-02 | Rollup merge of #22931 - semarie:dragonfly-ino_t, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-03-02 | Rollup merge of #22923 - dotdash:trans_arg, r=eddyb | Manish Goregaokar | -10/+11 |
| 2015-03-02 | Rollup merge of #22922 - dotdash:closure_env_attr, r=eddyb | Manish Goregaokar | -7/+11 |
| 2015-03-02 | Rollup merge of #22893 - Ms2ger:lints, r=huonw | Manish Goregaokar | -153/+173 |
| 2015-03-02 | Rollup merge of #22821 - ipetkov:lint-method-rename, r=eddyb | Manish Goregaokar | -3/+3 |
| 2015-03-02 | Rollup merge of #22777 - pnkfelix:issue-22443, r=nikomatsakis | Manish Goregaokar | -24/+299 |
| 2015-03-02 | Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=Manishearth | Manish Goregaokar | -122/+53 |
| 2015-03-01 | Bison grammar: parse higher ranked constraints in where clauses | Brian Leibig | -2/+12 |
| 2015-03-01 | Bison grammar: allow ExprQualifiedPath to have optional "as TRAIT_REF" | Brian Leibig | -13/+18 |
| 2015-03-01 | Bison grammar: support parsing default trait impls | Brian Leibig | -0/+8 |
| 2015-03-01 | Emit proper attributes for the self pointer in method call through trait objects | Björn Steinbrink | -6/+35 |
| 2015-03-01 | unbreak dragonfly build after nacl integration | Sébastien Marie | -1/+0 |
| 2015-03-01 | Auto merge of #22880 - alexcrichton:deprecate-io-extensions, r=huonw | bors | -46/+53 |
| 2015-03-01 | Addresses rust-lang/rust#22646 | Leonids Maslovs | -1/+1 |
| 2015-03-01 | Remove int/uint from libstd/lib.rs | Guillaume Gomez | -65/+39 |
| 2015-03-01 | Use trans_arg_datum in trans_args_under_call_abi | Björn Steinbrink | -10/+11 |
| 2015-03-01 | Emit proper function argument attributes for closure environments | Björn Steinbrink | -7/+11 |
| 2015-03-01 | Add regression tests for issue 22443. | Felix S. Klock II | -0/+174 |
| 2015-03-01 | Add check for unbounded due to non-regular types in dropck. | Felix S. Klock II | -24/+125 |
| 2015-03-01 | Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichton | bors | -3/+15 |