| Age | Commit message (Expand) | Author | Lines |
| 2015-09-14 | Auto merge of #28383 - semarie:openbsd-jemalloc, r=alexcrichton | bors | -3/+6 |
| 2015-09-13 | Refactor ty_infer invocation | Sean Bowe | -11/+16 |
| 2015-09-13 | Add test for overflowing pow | Peter Reid | -0/+16 |
| 2015-09-14 | Auto merge of #28368 - lfairy:write-impl, r=alexcrichton | bors | -0/+15 |
| 2015-09-13 | Auto merge of #28357 - semmaz:libfmt-macros, r=alexcrichton | bors | -112/+79 |
| 2015-09-13 | Add an attribute to mark function as unwinding | Björn Steinbrink | -1/+6 |
| 2015-09-13 | Centralise the handling of attributes on extern functions | Björn Steinbrink | -10/+6 |
| 2015-09-13 | Auto merge of #28178 - christopherdumas:fix_ice, r=nikomatsakis | bors | -2/+20 |
| 2015-09-13 | ensure projections are prohibited when type parameters are | Ariel Ben-Yehuda | -33/+66 |
| 2015-09-13 | Fixed regression in associated item resolution with default type parameters t... | Sean Bowe | -1/+61 |
| 2015-09-13 | Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon | bors | -140/+121 |
| 2015-09-13 | don't duplicate the code snippet in the "trait unimplemented" error | Ariel Ben-Yehuda | -41/+46 |
| 2015-09-13 | sort the existential bounds list in tydecode | Ariel Ben-Yehuda | -11/+59 |
| 2015-09-13 | Implement more traits for function pointers | Vadim Petrochenkov | -69/+71 |
| 2015-09-13 | Update musl build in light of llvm 3.7 release | Aidan Hobson Sayers | -17/+14 |
| 2015-09-13 | Auto merge of #28286 - matklad:remove-dead-code, r=eddyb | bors | -38/+31 |
| 2015-09-13 | Auto merge of #28370 - ranma42:slow_pat_gen, r=alexcrichton | bors | -1/+10 |
| 2015-09-13 | Add a blanket impl for &mut std::fmt::Write | Chris Wong | -0/+15 |
| 2015-09-12 | Rwind LLVM | christopherdumas | -0/+0 |
| 2015-09-12 | Auto merge of #28375 - tbu-:pr_sip_write, r=alexcrichton | bors | -8/+3 |
| 2015-09-12 | Auto merge of #28371 - killercup:docs/trpl-markup-fixes, r=steveklabnik | bors | -36/+39 |
| 2015-09-12 | disable jemalloc tests for openbsd | Sébastien Marie | -3/+6 |
| 2015-09-12 | Add a comment to explain the `#[inline(never)]` annotation | Andrea Canciani | -1/+9 |
| 2015-09-12 | Stop a private method on `SipHasher` from shadowing `Hasher::write` | Tobias Bucher | -8/+3 |
| 2015-09-12 | Nomicon: Fix Links | Pascal Hertleif | -8/+8 |
| 2015-09-12 | TRPL: Fix Headlines, Links in "Error Handling" | Pascal Hertleif | -36/+39 |
| 2015-09-12 | Fix generator.py to avoid pathological inlining | Andrea Canciani | -0/+1 |
| 2015-09-11 | Auto merge of #28350 - dotdash:llvm_fix, r=eddyb | bors | -2/+6 |
| 2015-09-11 | Auto merge of #28306 - alexcrichton:less-rt, r=brson | bors | -431/+272 |
| 2015-09-11 | Fixed test | christopherdumas | -1/+3 |
| 2015-09-11 | std: Internalize almost all of `std::rt` | Alex Crichton | -431/+272 |
| 2015-09-11 | Auto merge of #28348 - petrochenkov:novirt, r=alexcrichton | bors | -22/+8 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -140/+121 |
| 2015-09-11 | some code improvements in libfmt_macros | Simon Mazur | -108/+74 |
| 2015-09-11 | Changed libfmt_macros Parse iterator to Peekable | Simon Mazur | -25/+26 |
| 2015-09-11 | Update LLVM to fix nightly build failures | Björn Steinbrink | -2/+6 |
| 2015-09-11 | Auto merge of #28354 - dotdash:slow_plat, r=eddyb | bors | -0/+3 |
| 2015-09-11 | Avoid triggering a pathological case in the LLVM inliner | Björn Steinbrink | -0/+3 |
| 2015-09-11 | Auto merge of #28338 - erickt:str-cmp, r=bluss | bors | -15/+20 |
| 2015-09-11 | Don't print duplicate macro backtrace frames | Jonas Schievink | -6/+12 |
| 2015-09-11 | manual fixups | Nick Cameron | -12/+12 |
| 2015-09-11 | rustfmt libgraphviz | Nick Cameron | -74/+100 |
| 2015-09-11 | Remove some remains of virtual structs from the parser | Vadim Petrochenkov | -22/+8 |
| 2015-09-11 | Auto merge of #28328 - tshepang:unusual, r=brson | bors | -10/+10 |
| 2015-09-11 | Auto merge of #28312 - GuillaumeGomez:privacy, r=Manishearth | bors | -11/+252 |
| 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 | Fix ICE per #28172 | christopherdumas | -2/+2 |
| 2015-09-10 | Optimize string comparison by using memcmp | Erick Tryzelaar | -15/+20 |
| 2015-09-10 | Auto merge of #28321 - nikomatsakis:issue-27616, r=pnkfelix | bors | -11/+35 |