| Age | Commit message (Expand) | Author | Lines |
| 2015-08-27 | Auto merge of #28001 - arielb1:dtor-fixes, r=pnkfelix | bors | -3/+53 |
| 2015-08-26 | Auto merge of #27992 - wthrowe:dead-main-2, r=alexcrichton | bors | -0/+90 |
| 2015-08-25 | handle dtors having generics in an order different from their ADT | Ariel Ben-Yehuda | -0/+48 |
| 2015-08-25 | use the parameter environment when checking dtors | Ariel Ben-Yehuda | -3/+5 |
| 2015-08-25 | Respect `--color` when printing early errors | Barosl Lee | -2/+3 |
| 2015-08-25 | Auto merge of #27966 - GuillaumeGomez:iterator, r=alexcrichton | bors | -0/+31 |
| 2015-08-25 | Auto merge of #27945 - Eljay:upgrade-hoedown, r=alexcrichton | bors | -0/+15 |
| 2015-08-24 | Remove #[start] as well as #[main] in --test | William Throwe | -0/+16 |
| 2015-08-24 | Move main removal to its own pass in --test mode | William Throwe | -0/+24 |
| 2015-08-24 | Mark main-like functions allow(dead_code) in tests | William Throwe | -0/+50 |
| 2015-08-24 | Add test for LookupHost iterator Send/Sync traits | Guillaume Gomez | -0/+31 |
| 2015-08-24 | Auto merge of #27239 - apasel422:issue-19102, r=huonw | bors | -0/+20 |
| 2015-08-24 | Update hoedown to latest version (3.0.4). | Eljay | -0/+15 |
| 2015-08-23 | Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichton | bors | -0/+14 |
| 2015-08-22 | Auto merge of #27914 - pnkfelix:fix-fcnr-for-valgrind, r=alexcrichton | bors | -4/+28 |
| 2015-08-22 | Auto merge of #27565 - TimNN:dead-visit-type-in-path, r=nrc | bors | -0/+68 |
| 2015-08-22 | Auto merge of #27892 - nikomatsakis:issue-27583, r=pnkfelix | bors | -0/+81 |
| 2015-08-22 | Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon | bors | -8/+8 |
| 2015-08-22 | Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichton | bors | -0/+25 |
| 2015-08-21 | fix accidental reversal of 'static, and add a test | Niko Matsakis | -0/+25 |
| 2015-08-20 | Show variadic args in rustdoc output. | Lee Jeffery | -0/+14 |
| 2015-08-20 | Fix (and extend) src/test/run-pass/foreign-call-no-runtime.rs | Felix S. Klock II | -4/+28 |
| 2015-08-19 | fallout of reworking rc and arc APIs | Alexis Beingessner | -2/+3 |
| 2015-08-19 | Auto merge of #27677 - sylvestre:issue-27628, r=dotdash | bors | -6/+6 |
| 2015-08-19 | Issue #27628 - Also support the LLVM 3.6 IR format in two tests | Sylvestre Ledru | -6/+6 |
| 2015-08-19 | Auto merge of #27875 - alexcrichton:msvc-f32-rem, r=nrc | bors | -0/+27 |
| 2015-08-19 | Auto merge of #27849 - jonas-schievink:macro-errors, r=nikomatsakis | bors | -1/+1 |
| 2015-08-18 | Auto merge of #27850 - alexcrichton:fix-musl, r=brson | bors | -0/+3 |
| 2015-08-18 | add a regression test for #27583. Fixes #27583. | Niko Matsakis | -0/+56 |
| 2015-08-17 | trans: Call `fmod` manually for 32-bit float rem | Alex Crichton | -0/+27 |
| 2015-08-17 | core: Shuffle around float parsing | Alex Crichton | -8/+8 |
| 2015-08-17 | Auto merge of #27169 - huonw:simd, r=alexcrichton | bors | -569/+967 |
| 2015-08-17 | Revamp SIMD intrinsic trans error handling. | Huon Wilson | -49/+58 |
| 2015-08-17 | Shim some of the old std::simd functionality. | Huon Wilson | -1/+1 |
| 2015-08-17 | Add tests for various intrinsic behaviours. | Huon Wilson | -0/+911 |
| 2015-08-17 | Fix existing tests for new `#[repr(simd)]`. | Huon Wilson | -604/+43 |
| 2015-08-17 | feature gate `cfg(target_feature)`. | Huon Wilson | -2/+27 |
| 2015-08-17 | Auto merge of #27833 - arielb1:robust-construction, r=eddyb | bors | -17/+134 |
| 2015-08-17 | rustdoc: Add test for #27759 | Martin Wernstål | -0/+25 |
| 2015-08-17 | Implement `repr(simd)` as an alias for `#[simd]`. | Huon Wilson | -0/+14 |
| 2015-08-17 | use the correct substs when checking struct patterns | Ariel Ben-Yehuda | -0/+38 |
| 2015-08-17 | Add regression tests for #23304 | Corey Farwell | -0/+51 |
| 2015-08-15 | test: Fix tests for requiring issues | Alex Crichton | -84/+91 |
| 2015-08-15 | test: Fix tests for MUSL | Alex Crichton | -0/+3 |
| 2015-08-15 | Slightly improved macro diagnostics + Indentation fixes | Jonas Schievink | -1/+1 |
| 2015-08-15 | prevent non-dict-structs from being intialized via FRU | Ariel Ben-Yehuda | -1/+35 |
| 2015-08-15 | clean-up ExprStruct and PatStruct type-checking | Ariel Ben-Yehuda | -14/+39 |
| 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 |