| 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/+34 |
| 2016-05-04 | Check transmutes between types without statically known sizes. | Eduard Burtescu | -21/+75 |
| 2016-05-04 | Make data-layout mandatory in target specs. | Eduard Burtescu | -0/+1 |
| 2016-05-04 | Add regression test for #32797 (fixes #32797) | Jeffrey Seyfried | -0/+21 |
| 2016-05-04 | Add test | Jeffrey Seyfried | -0/+26 |
| 2016-04-12 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -19/+12 |
| 2016-04-12 | Fix beta branch | Brian Anderson | -2/+0 |
| 2016-04-11 | Auto merge of #32850 - jseyfried:add_tests, r=alexcrichton | bors | -0/+57 |
| 2016-04-10 | Auto merge of #32816 - eddyb:variadic-fn-item, r=Aatch | bors | -6/+28 |
| 2016-04-08 | Auto merge of #32773 - mitaa:rdoc-ttfn-json, r=alexcrichton | bors | -29/+0 |
| 2016-04-09 | Add regression test for #26930 | Jeffrey Seyfried | -0/+20 |
| 2016-04-09 | Add regression test for #24883 | Jeffrey Seyfried | -0/+28 |
| 2016-04-09 | Add regression test for #22146 | Jeffrey Seyfried | -0/+9 |
| 2016-04-08 | Blacklist fn item types from being used with variadic functions. | Eduard Burtescu | -6/+28 |
| 2016-04-07 | Auto merge of #32800 - Manishearth:rollup, r=Manishearth | bors | -0/+22 |
| 2016-04-07 | Rollup merge of #32732 - dotdash:ext_arg, r=eddyb | Manish Goregaokar | -0/+22 |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -8/+165 |
| 2016-04-07 | Rollup merge of #32789 - jseyfried:fix_duplicate_resolve_errors, r=eddyb | Manish Goregaokar | -31/+7 |
| 2016-04-07 | Rollup merge of #32674 - jseyfried:1422_groundwork, r=nikomatsakis | Manish Goregaokar | -0/+55 |
| 2016-04-07 | Auto merge of #32583 - arielb1:need-a-bound, r=nikomatsakis | bors | -364/+409 |
| 2016-04-07 | test the substs ppaux code both with and without -Z verbose | Ariel Ben-Yehuda | -47/+61 |
| 2016-04-07 | Auto merge of #32649 - Amanieu:intrinsic_monomorphization_assert, r=eddyb | bors | -0/+44 |
| 2016-04-07 | Fix fallout in tests | Jeffrey Seyfried | -31/+7 |
| 2016-04-07 | Add test for #30079 | Jeffrey Seyfried | -0/+55 |
| 2016-04-07 | Remove rustdocs json format | mitaa | -29/+0 |
| 2016-04-06 | Fix test cases to reflect that #32014...went away | Niko Matsakis | -4/+3 |
| 2016-04-06 | Rollup merge of #32761 - tshepang:assert, r=steveklabnik | Steve Klabnik | -8/+8 |
| 2016-04-06 | Fix LLVM assert when handling bad intrinsic monomorphizations | Amanieu d'Antras | -0/+44 |
| 2016-04-06 | add incremental test runner and some tests | Niko Matsakis | -0/+158 |
| 2016-04-06 | restructure rustc options relating to incr. comp. | Niko Matsakis | -8/+8 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -1/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -9/+4 |
| 2016-04-06 | avoid "==" in assert! when one of the values is a bool | Tshepang Lekhonkhobe | -8/+8 |
| 2016-04-05 | improve the printing of substs and trait-refs | Ariel Ben-Yehuda | -200/+247 |
| 2016-04-05 | remove obsolete tests | Ariel Ben-Yehuda | -82/+0 |
| 2016-04-05 | improve error message | Ariel Ben-Yehuda | -16/+16 |
| 2016-04-05 | suggest adding a where-clause when that can help | Ariel Ben-Yehuda | -274/+340 |
| 2016-04-05 | Auto merge of #32743 - Manishearth:rollup, r=Manishearth | bors | -0/+183 |
| 2016-04-05 | Auto merge of #32742 - eddyb:cast-fns, r=dotdash | bors | -2/+13 |
| 2016-04-05 | Rollup merge of #32712 - jonas-schievink:autoderef-fields-for-fn-ty, r=nagisa | Manish Goregaokar | -0/+25 |
| 2016-04-05 | Rollup merge of #32710 - jonas-schievink:consider-last-semi, r=nagisa | Manish Goregaokar | -0/+23 |
| 2016-04-05 | Rollup merge of #32678 - mitaa:rdoc-stripped, r=alexcrichton | Manish Goregaokar | -0/+113 |
| 2016-04-05 | Rollup merge of #32403 - vlastachu:super_in_path, r=jseyfried | Manish Goregaokar | -0/+22 |
| 2016-04-05 | trans: don't declare symbols that were already imported. | Eduard Burtescu | -2/+13 |
| 2016-04-05 | Fixes bug which accepting using `super` in use statemet. | vlastachu | -0/+22 |
| 2016-04-04 | Auto merge of #32328 - jseyfried:coherence, r=nikomatsakis | bors | -6/+11 |
| 2016-04-04 | Auto merge of #32647 - Amanieu:checked_atomic_intrinsics, r=eddyb | bors | -9/+118 |
| 2016-04-04 | Handle integer-extending for C ABI | James Miller | -0/+22 |