| Age | Commit message (Expand) | Author | Lines |
| 2015-08-15 | Auto merge of #27827 - w00ns:for-loop-expn-issue-27639, r=alexcrichton | bors | -0/+19 |
| 2015-08-15 | Fix issue with for loop expansion | w00ns | -0/+19 |
| 2015-08-15 | Auto merge of #27841 - jonas-schievink:still-repeating-span, r=alexcrichton | bors | -0/+19 |
| 2015-08-15 | Fix span of invalid metavariable repetition | Jonas Schievink | -0/+19 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -0/+394 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -159/+1923 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -433/+114 |
| 2015-08-12 | add regression test for #27592. Fixes #27592. | Niko Matsakis | -0/+29 |
| 2015-08-12 | Auto merge of #27698 - arielb1:foreign-type-import, r=alexcrichton | bors | -0/+28 |
| 2015-08-12 | Update test error messages based on changes to wfcheck; also, break | Niko Matsakis | -90/+231 |
| 2015-08-12 | traits: consider whether origin is RFC1214 when caching, ensuring | Niko Matsakis | -0/+37 |
| 2015-08-12 | regionck.rs: correct misuse of ty.regions() rather than regions() | Niko Matsakis | -0/+36 |
| 2015-08-12 | wip 082a011e2bd5c8254e6c1b2fdc97a6fcb2927a7f rm binary | Niko Matsakis | -0/+0 |
| 2015-08-12 | Fallout in tests -- explain an interesting test failure having to | Niko Matsakis | -2/+62 |
| 2015-08-12 | Fallout in tests --- misc error message changes, WF fixes | Niko Matsakis | -34/+64 |
| 2015-08-12 | Fallout in tests -- break test into a run-pass and compile-fail component | Niko Matsakis | -1/+41 |
| 2015-08-12 | Fallout in tests -- break this test into three tests, since we later saw | Niko Matsakis | -17/+65 |
| 2015-08-12 | Fallout in tests -- break the object safety part into a separate file because... | Niko Matsakis | -5/+19 |
| 2015-08-12 | Fallout in tests -- we now report an error if you even reference a type | Niko Matsakis | -27/+34 |
| 2015-08-12 | New tests --- projection outlives relation | Niko Matsakis | -23/+405 |
| 2015-08-12 | New tests --- check that wf relation is being checked in various positions | Niko Matsakis | -0/+985 |
| 2015-08-12 | Implement a new wfcheck to replace the old wf; this new code only issues | Niko Matsakis | -45/+0 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -433/+114 |
| 2015-08-12 | Auto merge of #27691 - jonas-schievink:for-macro, r=alexcrichton | bors | -0/+20 |
| 2015-08-12 | stop cross-crate associated types from being imported | Ariel Ben-Yehuda | -0/+28 |
| 2015-08-12 | Fix macro expansion in for loop pattern | Jonas Schievink | -0/+20 |
| 2015-08-12 | Auto merge of #27618 - dotdash:drop_fixes, r=luqmana | bors | -0/+46 |
| 2015-08-11 | Test fixes and rebase conflicts | Alex Crichton | -3/+3 |
| 2015-08-11 | rollup merge of #27650: dotdash/backtrace_test | Alex Crichton | -1/+11 |
| 2015-08-11 | rollup merge of #27636: llogiq/patch-1 | Alex Crichton | -16/+13 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -21/+1 |
| 2015-08-11 | rollup merge of #27618: dotdash/drop_fixes | Alex Crichton | -0/+46 |
| 2015-08-11 | rollup merge of #27615: GuillaumeGomez/send_sync | Alex Crichton | -0/+9 |
| 2015-08-12 | Auto merge of #27615 - GuillaumeGomez:send_sync, r=huonw | bors | -0/+9 |
| 2015-08-11 | Auto merge of #27584 - TimNN:macro-eof-span, r=huonw | bors | -0/+28 |
| 2015-08-11 | Auto merge of #27571 - TimNN:pretty-no-crate-type, r=alexcrichton | bors | -5/+22 |
| 2015-08-11 | Add HashSet and HashMap tests | Guillaume Gomez | -1/+7 |
| 2015-08-11 | Auto merge of #27575 - brson:lint, r=alexcrichton | bors | -0/+21 |
| 2015-08-11 | Fix #27567: remove --crate-type=lib from pretty test | Tim Neumann | -0/+22 |
| 2015-08-11 | remove unused file in test/pretty | Tim Neumann | -5/+0 |
| 2015-08-11 | Auto merge of #26818 - sfackler:duration-stabilization, r=aturon | bors | -15/+15 |
| 2015-08-10 | trans: Stop informing LLVM about dllexport | Alex Crichton | -0/+20 |
| 2015-08-10 | Stabilize the Duration API | Steven Fackler | -15/+15 |
| 2015-08-10 | placate the pretty tests by ignoring my test. | Felix S. Klock II | -0/+2 |
| 2015-08-10 | Regression test for dropflag reinit issue. | Felix S. Klock II | -0/+34 |
| 2015-08-10 | Auto merge of #27338 - alexcrichton:remove-morestack, r=brson | bors | -197/+38 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -197/+38 |
| 2015-08-11 | Make the backtrace-debuginfo test less error prone | Björn Steinbrink | -1/+11 |
| 2015-08-10 | Add Send/Sync traits on Iter struct in hash/table | Guillaume Gomez | -0/+3 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -1/+81 |