| Age | Commit message (Expand) | Author | Lines |
| 2015-10-23 | add main fn to test | Niko Matsakis | -0/+2 |
| 2015-10-23 | distinguish projections from the env/obj-types vs those from | Niko Matsakis | -0/+31 |
| 2015-10-16 | check upvars in closures that are in statics | Ariel Ben-Yehuda | -0/+53 |
| 2015-10-16 | Warn on `pub extern crate`. | Nick Cameron | -0/+18 |
| 2015-10-16 | use the infcx tables to check if a closure is Copy | Ariel Ben-Yehuda | -0/+25 |
| 2015-10-16 | don't crash when there are multiple conflicting implementations of Drop | Ariel Ben-Yehuda | -0/+23 |
| 2015-10-16 | show each object-safety violation once | Ariel Ben-Yehuda | -0/+23 |
| 2015-10-16 | deduplicate trait errors before they are displayed | Ariel Ben-Yehuda | -39/+36 |
| 2015-10-16 | rustc: Don't lint about isize/usize in FFI | Alex Crichton | -8/+10 |
| 2015-10-01 | Converted test to rpass. | Vadim Chugunov | -10/+6 |
| 2015-10-01 | Fix dllimports of static data from rlibs | Vadim Chugunov | -0/+36 |
| 2015-09-15 | Auto merge of #28406 - petrochenkov:primitive, r=eddyb | bors | -0/+2 |
| 2015-09-15 | Auto merge of #28395 - ebfull:fix-associated-item-resolution, r=arielb1 | bors | -0/+51 |
| 2015-09-15 | Auto merge of #28351 - jonas-schievink:macro-bt, r=nrc | bors | -16/+19 |
| 2015-09-15 | Prohibit renaming to primitive types' names in import lists | Vadim Petrochenkov | -0/+2 |
| 2015-09-14 | Auto merge of #28247 - christopherdumas:fix_28243, r=eddyb | bors | -0/+16 |
| 2015-09-14 | Auto merge of #28248 - PeterReid:master, r=alexcrichton | bors | -0/+16 |
| 2015-09-14 | Fix tuple float bug. | christopherdumas | -0/+16 |
| 2015-09-14 | Auto merge of #28358 - dotdash:nounwind, r=alexcrichton | bors | -0/+23 |
| 2015-09-14 | Mark all extern functions as nounwind | Björn Steinbrink | -0/+23 |
| 2015-09-14 | Auto merge of #28396 - arielb1:misplaced-binding, r=eddyb | bors | -0/+31 |
| 2015-09-14 | Auto merge of #28392 - arielb1:sort-bounds-list, r=eddyb | bors | -0/+40 |
| 2015-09-13 | Added test for partially supplied type params in which remaining reference no... | Sean Bowe | -0/+2 |
| 2015-09-14 | Auto merge of #28383 - semarie:openbsd-jemalloc, r=alexcrichton | bors | -3/+6 |
| 2015-09-13 | Add test for overflowing pow | Peter Reid | -0/+16 |
| 2015-09-13 | Auto merge of #28178 - christopherdumas:fix_ice, r=nikomatsakis | bors | -0/+18 |
| 2015-09-13 | ensure projections are prohibited when type parameters are | Ariel Ben-Yehuda | -0/+31 |
| 2015-09-13 | Fixed regression in associated item resolution with default type parameters t... | Sean Bowe | -0/+49 |
| 2015-09-13 | Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon | bors | -1/+1 |
| 2015-09-13 | sort the existential bounds list in tydecode | Ariel Ben-Yehuda | -0/+40 |
| 2015-09-12 | disable jemalloc tests for openbsd | Sébastien Marie | -3/+6 |
| 2015-09-11 | Auto merge of #28350 - dotdash:llvm_fix, r=eddyb | bors | -1/+5 |
| 2015-09-11 | Fixed test | christopherdumas | -1/+3 |
| 2015-09-11 | Auto merge of #28348 - petrochenkov:novirt, r=alexcrichton | bors | -3/+2 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -1/+1 |
| 2015-09-11 | Update LLVM to fix nightly build failures | Björn Steinbrink | -1/+5 |
| 2015-09-11 | Remove some remains of virtual structs from the parser | Vadim Petrochenkov | -3/+2 |
| 2015-09-10 | Added test | christopherdumas | -0/+16 |
| 2015-09-11 | Auto merge of #28337 - apasel422:tests, r=alexcrichton | bors | -0/+13 |
| 2015-09-10 | Auto merge of #28321 - nikomatsakis:issue-27616, r=pnkfelix | bors | -0/+34 |
| 2015-09-10 | Don't print the macro definition site in backtraces | Jonas Schievink | -16/+19 |
| 2015-09-10 | Add test for #17994 | Andrew Paseltiner | -0/+13 |
| 2015-09-10 | Add tests for #22638, #22872, #23024, #23046 | Andrew Paseltiner | -0/+156 |
| 2015-09-09 | Treat loans of 'static data as extending to the end of the enclosing | Niko Matsakis | -0/+34 |
| 2015-09-09 | Auto merge of #28299 - apasel422:tests, r=alexcrichton | bors | -0/+208 |
| 2015-09-09 | Auto merge of #28300 - Manishearth:crate_err, r=eddyb | bors | -0/+71 |
| 2015-09-09 | Auto merge of #28277 - DiamondLovesYou:intrinsic-unnamed-addr, r=huonw | bors | -0/+22 |
| 2015-09-08 | Add tests for #17001, #21449, #22992, #23208, #23442 | Andrew Paseltiner | -0/+208 |
| 2015-09-09 | Print correct crate name | Manish Goregaokar | -2/+2 |
| 2015-09-09 | Add test | Manish Goregaokar | -0/+71 |