| Age | Commit message (Expand) | Author | Lines |
| 2015-07-17 | Rollup merge of #25993 - nham:fix_23969, r=nikomatsakis | Manish Goregaokar | -0/+78 |
| 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-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 | 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 | 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-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 |
| 2015-07-07 | mark user-defined derefs as non-constant | Ariel Ben-Yehuda | -0/+23 |
| 2015-07-07 | Auto merge of #26699 - eddyb:unstable-prelude_import, r=huonw | bors | -1/+15 |
| 2015-07-06 | Rollup merge of #26807 - eddyb:trans-normalize, r=cmr | Steve Klabnik | -0/+15 |
| 2015-07-06 | Auto merge of #26741 - alexcrichton:noinline-destructors, r=brson | bors | -1/+2 |
| 2015-07-06 | rustc: implement `unstable(issue = "nnn")`. | Huon Wilson | -0/+41 |
| 2015-07-06 | don't use type_parameter_def during astconv | Ariel Ben-Yehuda | -0/+12 |
| 2015-07-05 | Auto merge of #26464 - Gankro:send, r=alexcrichton | bors | -1/+0 |
| 2015-07-05 | Auto merge of #26473 - Eljay:missing_docs, r=alexcrichton | bors | -0/+21 |
| 2015-07-05 | rustc_trans: always use normalizing_infer_ctxt. | Eduard Burtescu | -0/+15 |
| 2015-07-05 | Feature-gate #[prelude_import]. | Eduard Burtescu | -1/+15 |
| 2015-07-04 | Auto merge of #26694 - eddyb:method-nan, r=arielb1 | bors | -0/+40 |
| 2015-07-04 | rustc: compute the vtable base of a supertrait during selection. Fixes #26339. | Eduard Burtescu | -0/+40 |