| Age | Commit message (Expand) | Author | Lines |
| 2016-05-03 | add comments and tests | Ariel Ben-Yehuda | -0/+36 |
| 2016-05-03 | Rollup merge of #33339 - oli-obk:fix/const_eval, r=japaric | Manish Goregaokar | -0/+19 |
| 2016-05-02 | middle: reset loop labels while visiting closure | Georg Brandl | -0/+15 |
| 2016-05-02 | tests | Oliver Schneider | -1/+1 |
| 2016-05-02 | Auto merge of #33303 - Aatch:mir-coercion-cast, r=arielb1 | bors | -0/+42 |
| 2016-05-02 | check for wrong const_err warnings | Oliver Schneider | -0/+19 |
| 2016-05-01 | Handle coercion casts properly when building the MIR | James Miller | -0/+42 |
| 2016-04-30 | Fix patterns of the constants that are const meth | Simonas Kazlauskas | -0/+27 |
| 2016-04-26 | Auto merge of #31414 - durka:clone-copy, r=alexcrichton | bors | -8/+48 |
| 2016-04-26 | shallow Clone for #[derive(Copy,Clone)] | Alex Burka | -8/+48 |
| 2016-04-26 | Auto merge of #33099 - eddyb:issue-33096, r=michaelwoerister | bors | -0/+27 |
| 2016-04-25 | Auto merge of #32258 - nikomatsakis:fewer-errors, r=arielb1 | bors | -0/+17 |
| 2016-04-24 | Add tests | Vadim Petrochenkov | -0/+30 |
| 2016-04-20 | Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichton | bors | -0/+18 |
| 2016-04-20 | Normalize types before using them in debuginfo. | Eduard Burtescu | -0/+27 |
| 2016-04-19 | Add test for `target_feature` | Andrea Canciani | -0/+18 |
| 2016-04-17 | syntax: Parse import prefixes as paths | Vadim Petrochenkov | -0/+35 |
| 2016-04-16 | Rollup merge of #32946 - eddyb:issue-32783, r=dotdash | Manish Goregaokar | -30/+7 |
| 2016-04-16 | Rollup merge of #32945 - durka:rfc1494, r=pnkfelix | Manish Goregaokar | -1/+3 |
| 2016-04-14 | Be a bit more constrained in our early check | Niko Matsakis | -0/+17 |
| 2016-04-14 | trans: always register an item's symbol, even if duplicated. | Eduard Burtescu | -30/+7 |
| 2016-04-13 | implement RFC amendment 1494 | Alex Burka | -1/+3 |
| 2016-04-12 | Auto merge of #32803 - eddyb:mir-debuginfo, r=nikomatsakis | bors | -14/+0 |
| 2016-04-12 | Auto merge of #32590 - alexcrichton:rustbuild-tidy-checks, r=brson | bors | -2/+2 |
| 2016-04-12 | rustbuild: Migrate tidy checks to Rust | Alex Crichton | -2/+2 |
| 2016-04-12 | Auto merge of #32811 - alexcrichton:check-lints, r=nrc | bors | -6/+0 |
| 2016-04-11 | tests: update for MIR debuginfo. | Eduard Burtescu | -14/+0 |
| 2016-04-11 | rustdoc: Fix testing no_run code blocks | Alex Crichton | -6/+0 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -7/+7 |
| 2016-04-07 | Rollup merge of #32732 - dotdash:ext_arg, r=eddyb | Manish Goregaokar | -0/+22 |
| 2016-04-06 | Rollup merge of #32761 - tshepang:assert, r=steveklabnik | Steve Klabnik | -8/+8 |
| 2016-04-06 | avoid "==" in assert! when one of the values is a bool | Tshepang Lekhonkhobe | -8/+8 |
| 2016-04-05 | trans: don't declare symbols that were already imported. | Eduard Burtescu | -2/+13 |
| 2016-04-04 | Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddyb | bors | -9/+1 |
| 2016-04-04 | Handle integer-extending for C ABI | James Miller | -0/+22 |
| 2016-04-03 | Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis | bors | -0/+53 |
| 2016-03-31 | allow RUST_BACKTRACE=0 to act as if unset | Emanuel Czirai | -8/+27 |
| 2016-03-31 | Auto merge of #31938 - jseyfried:autoderef_privacy, r=nikomatsakis | bors | -0/+60 |
| 2016-03-31 | Only allow using the atomic intrinsics on integer types | Amanieu d'Antras | -9/+1 |
| 2016-03-30 | Auto merge of #32439 - jseyfried:visible_suggestions, r=nrc | bors | -1/+1 |
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -1/+1 |
| 2016-03-30 | Improve tests | Jeffrey Seyfried | -0/+60 |
| 2016-03-30 | Add a test | James Miller | -0/+53 |
| 2016-03-29 | Auto merge of #32557 - dotdash:issue-32518, r=nikomatsakis | bors | -0/+22 |
| 2016-03-29 | Use weak_odr linkage when reusing definitions across codegen units | Björn Steinbrink | -0/+22 |
| 2016-03-27 | add #[derive(Hash)] test for #21714 | Alex Burka | -0/+26 |
| 2016-03-26 | add regression test for try! | Jorge Aparicio | -0/+57 |
| 2016-03-26 | fix ? expansion in comment | Jorge Aparicio | -1/+1 |
| 2016-03-26 | Rollup merge of #32257 - alexcrichton:fix-status-stdin, r=aturon | Manish Goregaokar | -0/+41 |
| 2016-03-26 | Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk... | Manish Goregaokar | -3/+72 |