| Age | Commit message (Expand) | Author | Lines |
| 2015-12-22 | Stop re-exporting PathParameters's variants. | Ms2ger | -35/+36 |
| 2015-12-22 | Fix def paths creation for items inlined from external crates. | Michael Woerister | -23/+50 |
| 2015-12-22 | Removed usage of `drop` from `std::net::UdpSocket` docs | defyrlt | -10/+11 |
| 2015-12-22 | variable `CPUS_SIZE` should have a snake case name such as `cpus_size` | Sébastien Marie | -3/+3 |
| 2015-12-22 | explicit use libc to refer to HW_NCPU | Sébastien Marie | -1/+1 |
| 2015-12-22 | Auto merge of #30417 - alexcrichton:better-detect-elf-tls, r=alexcrichton | bors | -84/+103 |
| 2015-12-22 | Auto merge of #30175 - alexcrichton:less-c-code, r=brson | bors | -662/+154 |
| 2015-12-21 | std: Remove rust_builtin C support library | Alex Crichton | -662/+154 |
| 2015-12-21 | std: Use cfg(target_thread_local) in thread_local! | Alex Crichton | -78/+50 |
| 2015-12-21 | syntax: Respect allow_internal_unstable in macros | Alex Crichton | -5/+11 |
| 2015-12-21 | rustc: Add feature-gated cfg(target_thread_local) | Alex Crichton | -2/+43 |
| 2015-12-22 | add openbsd snapshot | Sébastien Marie | -0/+1 |
| 2015-12-22 | Auto merge of #30516 - retep998:non-universal-crt, r=alexcrichton | bors | -2/+9 |
| 2015-12-22 | Add an impl for Box<Error> from String. | Michael Sproul | -0/+27 |
| 2015-12-21 | Fix Universal CRT detection on weird setups | Peter Atashian | -2/+9 |
| 2015-12-21 | Auto merge of #30434 - alexcrichton:update-jemalloc, r=alexcrichton | bors | -0/+0 |
| 2015-12-21 | std: Ensure AssertRecoverSafe indeed is more often | Alex Crichton | -16/+24 |
| 2015-12-21 | Auto merge of #30352 - alexcrichton:new-snashots, r=nikomatsakis | bors | -836/+44 |
| 2015-12-21 | std: Update jemalloc version | Alex Crichton | -0/+0 |
| 2015-12-21 | Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton | bors | -27/+26 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -836/+44 |
| 2015-12-21 | Auto merge of #30512 - semarie:openbsd-libc, r=alexcrichton | bors | -1/+1 |
| 2015-12-21 | unbreak openbsd code | Sébastien Marie | -1/+1 |
| 2015-12-21 | Auto merge of #30413 - pnkfelix:fsk-span_note, r=Manishearth | bors | -5/+133 |
| 2015-12-21 | Auto merge of #30400 - fbergr:master, r=steveklabnik | bors | -1/+1 |
| 2015-12-21 | Auto merge of #30493 - semarie:openbsd-cc, r=alexcrichton | bors | -5/+1 |
| 2015-12-21 | Revert to colon. The text is introducing a list. | Luke Jones | -1/+1 |
| 2015-12-21 | Update patterns.md | Luke Jones | -1/+1 |
| 2015-12-21 | Correct line wrap | Luke Jones | -4/+12 |
| 2015-12-21 | Auto merge of #30486 - nagisa:mir-fix-geps, r=luqmana | bors | -3/+6 |
| 2015-12-21 | Auto merge of #30482 - luqmana:const-fat-ptr, r=dotdash | bors | -0/+12 |
| 2015-12-20 | Auto merge of #30470 - petrochenkov:owned5, r=nrc | bors | -34/+69 |
| 2015-12-20 | Stop re-exporting the ast::BindingMode variants. | Ms2ger | -27/+26 |
| 2015-12-20 | Auto merge of #30469 - nagisa:mir-gv-prettify, r=luqmana | bors | -9/+9 |
| 2015-12-21 | Rewrite paragraph in 'match' to be more concise and readable. Start | Luke Jones | -18/+10 |
| 2015-12-20 | Corrected deprecation reference to appropriate crate | ebadf | -1/+1 |
| 2015-12-20 | Auto merge of #30468 - Eljay:fix-doc-link, r=alexcrichton | bors | -1/+1 |
| 2015-12-20 | Auto merge of #30454 - mmcco:size_t, r=alexcrichton | bors | -3/+3 |
| 2015-12-20 | openbsd: use specific linker for building | Sébastien Marie | -0/+1 |
| 2015-12-20 | remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGS | Sébastien Marie | -5/+0 |
| 2015-12-20 | Auto merge of #30455 - mmcco:beautify-isaac, r=alexcrichton | bors | -16/+62 |
| 2015-12-20 | Auto merge of #30436 - durka:patch-14, r=alexcrichton | bors | -2/+2 |
| 2015-12-19 | Auto merge of #30430 - mmcco:master, r=alexcrichton | bors | -1/+62 |
| 2015-12-19 | Auto merge of #30401 - DiamondLovesYou:pnacl-target, r=alexcrichton | bors | -26/+61 |
| 2015-12-19 | Auto merge of #30394 - geofft:dt-runpath, r=alexcrichton | bors | -0/+10 |
| 2015-12-19 | Fix GEPs for MIR indexing translation | Simonas Kazlauskas | -3/+6 |
| 2015-12-19 | [MIR] Handle FatPtr in mir::constant::trans_constval. | Luqman Aden | -0/+12 |
| 2015-12-19 | Auto merge of #30435 - Ms2ger:ParseResult, r=alexcrichton | bors | -6/+5 |
| 2015-12-19 | Update no-stdlib.md | nwin | -1/+1 |
| 2015-12-19 | Auto merge of #30408 - durka:issue-26873, r=alexcrichton | bors | -0/+106 |