| Age | Commit message (Expand) | Author | Lines |
| 2016-05-18 | trans: callee: normalize trait_ref before use | Wang Xuerui | -0/+36 |
| 2016-05-17 | Don't use env::current_exe with libbacktrace | Steven Fackler | -6/+10 |
| 2016-05-04 | trans: always register an item's symbol, even if duplicated. | Eduard Burtescu | -33/+7 |
| 2016-04-12 | 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 |
| 2016-03-26 | Rollup merge of #32131 - petrochenkov:prim, r=eddyb | Manish Goregaokar | -0/+91 |
| 2016-03-25 | change test to be specific for msvc | Niko Matsakis | -2/+1 |
| 2016-03-25 | Update backtrace test for FIXME on windows | Niko Matsakis | -3/+20 |
| 2016-03-25 | Revert "workarounds to make link guards work on windows" | Niko Matsakis | -1/+1 |
| 2016-03-25 | workarounds to make link guards work on windows | Niko Matsakis | -1/+1 |
| 2016-03-25 | Remove static linking hack since we are now passing absolute paths | Niko Matsakis | -2/+0 |
| 2016-03-25 | Use new symbol names for items of various kinds. | Michael Woerister | -5/+5 |
| 2016-03-25 | Make monomorphized functions use stable symbol names. | Michael Woerister | -4/+4 |
| 2016-03-25 | new tests for RFC #1445 | Niko Matsakis | -0/+58 |
| 2016-03-25 | fallout in existing tests | Niko Matsakis | -3/+14 |
| 2016-03-25 | Cleanup | Vadim Petrochenkov | -0/+14 |
| 2016-03-25 | Lift the restriction on reusing names of primitive types | Vadim Petrochenkov | -0/+77 |
| 2016-03-23 | Make warnings of renamed and removed lints themselves lints | Brian Anderson | -1/+1 |
| 2016-03-23 | Auto merge of #32454 - eddyb:rollup, r=eddyb | bors | -0/+42 |
| 2016-03-23 | Rollup merge of #32437 - eddyb:orbital-msvc, r=alexcrichton | Eduard-Mihai Burtescu | -0/+6 |
| 2016-03-23 | Rollup merge of #32430 - sanxiyn:const-trans, r=arielb1 | Eduard-Mihai Burtescu | -0/+14 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+7 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -5/+5 |
| 2016-03-23 | Annotate run-pass/backtrace with #[rustc_no_mir] on MSVC. | Eduard Burtescu | -0/+6 |
| 2016-03-23 | Fix const trans | Seo Sanghyeon | -0/+14 |
| 2016-03-21 | Add regression test for Issue 26997. | Corey Farwell | -0/+22 |
| 2016-03-21 | Auto merge of #32062 - Marwes:unification_table_for_eq_relations, r=nikomatsakis | bors | -0/+58 |
| 2016-03-21 | Improve time complexity of equality relations | Markus Westerlind | -0/+58 |
| 2016-03-21 | Fix tupling of fn args for rust-call ABI functions | Björn Steinbrink | -0/+20 |
| 2016-03-20 | Auto merge of #32344 - aturon:issue-32324, r=eddyb | bors | -0/+33 |