| Age | Commit message (Expand) | Author | Lines |
| 2015-07-17 | treat `for<'a> T: 'a` as `T: 'static` | Andrew Paseltiner | -4/+16 |
| 2015-07-17 | Auto merge of #27045 - nikomatsakis:better-object-defaults-error, r=pnkfelix | bors | -44/+80 |
| 2015-07-17 | Don't recurse down closures for duplicate-label checking | Manish Goregaokar | -0/+16 |
| 2015-07-17 | Auto merge of #27076 - alexcrichton:update-llvm, r=brson | bors | -0/+92 |
| 2015-07-17 | test: Ignore a failing test on LLDB | Alex Crichton | -0/+1 |
| 2015-07-17 | Improve error message for variant values used as types | Kevin Butler | -23/+73 |
| 2015-07-17 | Rollup merge of #25993 - nham:fix_23969, r=nikomatsakis | Manish Goregaokar | -0/+78 |
| 2015-07-16 | debuginfo: Fix type description generic enum discriminants. | Michael Woerister | -0/+91 |
| 2015-07-16 | Fixup test | Manish Goregaokar | -1/+1 |
| 2015-07-16 | Rollup merge of #27018 - arielb1:enum-update, r=eddyb | Manish Goregaokar | -0/+16 |
| 2015-07-16 | Rollup merge of #26988 - frewsxcv:regression-tests, r=alexcrichton | Manish Goregaokar | -0/+111 |
| 2015-07-16 | Rollup merge of #26819 - P1start:ref-suggestion, r=nikomatsakis | Manish Goregaokar | -0/+33 |
| 2015-07-16 | Add regression test for atomics being Send + Sync | William Throwe | -0/+22 |
| 2015-07-15 | Remove reference to gdb-pretty-struct-and-enums.rs | Tamir Duberstein | -4/+0 |
| 2015-07-15 | Better detection of duplicate associated items. | Nick Hamann | -0/+78 |
| 2015-07-14 | Transition to the new object lifetime defaults, replacing the old | Niko Matsakis | -44/+80 |
| 2015-07-14 | Fix negate_unsigned feature gate check | Simonas Kazlauskas | -22/+23 |
| 2015-07-14 | don't ICE when FRU is used on an enum variant | Ariel Ben-Yehuda | -0/+16 |
| 2015-07-14 | Add regression test for #21140 | Corey Farwell | -1/+18 |
| 2015-07-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -18/+3 |
| 2015-07-13 | Fix tests for changes in #26241. | Simon Sapin | -18/+3 |
| 2015-07-13 | Auto merge of #27000 - alexcrichton:semi-after-type, r=cmr | bors | -0/+17 |
| 2015-07-13 | Add regression tests for #23595 | Corey Farwell | -0/+40 |
| 2015-07-13 | Add regression test for #20544 | Corey Farwell | -0/+27 |
| 2015-07-13 | Add regression test for #22312 | Corey Farwell | -0/+27 |
| 2015-07-13 | Correctly detect reassignments to the interior of matched structs/tuples | Björn Steinbrink | -0/+19 |
| 2015-07-13 | simplify processing of ConstVal objects when not all variants are legal | Oliver Schneider | -17/+28 |
| 2015-07-13 | Auto merge of #26910 - nrc:ice-lang-item, r=@huonw | bors | -0/+26 |
| 2015-07-13 | Auto merge of #26947 - nagisa:unicode-escape-error, r=nrc | bors | -3/+5 |
| 2015-07-13 | Don't ICE when missing owned_box lang item | Nick Cameron | -0/+26 |
| 2015-07-12 | Auto merge of #26958 - alexcrichton:down-with-thread-dtors, r=brson | bors | -0/+38 |
| 2015-07-13 | Tell unicode escapes can’t be used as bytes earlier/more | Simonas Kazlauskas | -3/+5 |
| 2015-07-12 | syntax: Allow semi tokens after macro ty/path | Alex Crichton | -0/+17 |
| 2015-07-12 | std: Fix a TLS destructor bug on OSX | Alex Crichton | -0/+38 |
| 2015-07-11 | Suggest using `ref` inline in an error | P1start | -0/+33 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -3/+3 |
| 2015-07-10 | Improve incomplete unicode escape reporting | Simonas Kazlauskas | -1/+1 |
| 2015-07-10 | Auto merge of #26907 - nrc:save-fns, r=brson | bors | -0/+15 |
| 2015-07-10 | Preserve escape sequences in documentation comments on macro expansion | Barosl Lee | -0/+25 |
| 2015-07-09 | Auto merge of #26904 - bluss:no-repeat, r=alexcrichton | bors | -22/+12 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -22/+12 |
| 2015-07-09 | Auto merge of #26515 - quantheory:check_enum_recursion, r=nrc | bors | -0/+24 |
| 2015-07-08 | Add comments about the checks for recursive variant definition, as requested ... | Sean Patrick Santos | -0/+4 |
| 2015-07-09 | Fix a span bug for qualified paths | Nick Cameron | -0/+15 |
| 2015-07-08 | Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrc | bors | -3/+103 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -2/+102 |
| 2015-07-08 | this fixes the test failures on freebsd | Dave Huseby | -0/+6 |
| 2015-07-08 | Auto merge of #26859 - arielb1:const-deref-again, r=eddyb | bors | -0/+23 |
| 2015-07-07 | msvc: Get codegen-units working | Alex Crichton | -1/+1 |
| 2015-07-07 | Auto merge of #26747 - huonw:stability-issue, r=alexcrichton | bors | -0/+41 |