| Age | Commit message (Expand) | Author | Lines |
| 2016-02-05 | std: When duplicating fds, skip extra set_cloexec | Alex Crichton | -6/+15 |
| 2016-02-05 | std: Only have extra set_cloexec for files on Linux | Alex Crichton | -4/+12 |
| 2016-02-06 | Ignore a test on MSVC | Simonas Kazlauskas | -0/+2 |
| 2016-02-05 | Auto merge of #31304 - nikomatsakis:incr-comp-read-from-hir-map, r=michaelwoe... | bors | -69/+289 |
| 2016-02-05 | Address nits. | Niko Matsakis | -5/+5 |
| 2016-02-05 | Update collect to use the standard visit routine, rather than rolling | Niko Matsakis | -5/+1 |
| 2016-02-05 | Instrument a bunch of tasks that employ the HIR map in one way or | Niko Matsakis | -42/+123 |
| 2016-02-05 | Instrument the AST map so that it registers reads when data is | Niko Matsakis | -18/+118 |
| 2016-02-05 | Add a local counter that tracks how many tasks are pushed or not pushed, | Niko Matsakis | -4/+47 |
| 2016-02-05 | Auto merge of #31349 - nikomatsakis:issue-31157-obligation-forest-cache, r=at... | bors | -152/+314 |
| 2016-02-05 | Auto merge of #31400 - durka:civilized-deriving, r=alexcrichton | bors | -168/+4 |
| 2016-02-05 | Auto merge of #31390 - dotdash:fix_quadratic_drop, r=nagisa | bors | -13/+71 |
| 2016-02-05 | Auto merge of #31389 - mitaa:schars, r=nrc | bors | -10/+10 |
| 2016-02-05 | Remove MutexGuard::map, as it is not safe in combination with Condvar. | Jonathan Reem | -60/+1 |
| 2016-02-05 | Remove an unnecessary 'static bound in the impl of Debug for Mutex. | Jonathan Reem | -1/+1 |
| 2016-02-05 | Auto merge of #31386 - tbu-:pr_cow_from_vec, r=alexcrichton | bors | -0/+36 |
| 2016-02-05 | Auto merge of #31321 - jseyfried:cleanup, r=nrc | bors | -290/+128 |
| 2016-02-05 | Auto merge of #30865 - alexcrichton:mtime-system-time, r=aturon | bors | -8/+183 |
| 2016-02-04 | Auto merge of #31416 - steveklabnik:rollup, r=steveklabnik | bors | -12/+33 |
| 2016-02-04 | ICE more gracefully in constant evaluation when float parsing fails | Robin Kruppe | -3/+24 |
| 2016-02-04 | Rollup merge of #31415 - tshepang:2-space-indent, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2016-02-04 | Rollup merge of #31413 - tshepang:improve, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-02-04 | Rollup merge of #31412 - tshepang:add-trailing-commas, r=steveklabnik | Steve Klabnik | -5/+5 |
| 2016-02-04 | Rollup merge of #31411 - tshepang:idiom, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-04 | Rollup merge of #31401 - frewsxcv:clarify-ascii, r=steveklabnik | Steve Klabnik | -0/+21 |
| 2016-02-04 | Rollup merge of #31396 - mbrubeck:grammar-stmts, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-02-04 | doc: Rust indents are 4-space wide by convention | Tshepang Lekhonkhobe | -3/+3 |
| 2016-02-04 | std: Expose SystemTime accessors on fs::Metadata | Alex Crichton | -8/+183 |
| 2016-02-04 | Auto merge of #30759 - Manishearth:attr-tls, r=alexcrichton | bors | -23/+43 |
| 2016-02-04 | reference: add trailing commas | Tshepang Lekhonkhobe | -5/+5 |
| 2016-02-04 | reference: make the line a little more readable | Tshepang Lekhonkhobe | -2/+2 |
| 2016-02-04 | reference: explicit return at function end is not idiomatic | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-04 | Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -183/+192 |
| 2016-02-04 | Test for unsafe code in TLS macro | Manish Goregaokar | -0/+16 |
| 2016-02-04 | Stop using unsafe code in TLS macro expansion (fixes #30756) | Manish Goregaokar | -23/+27 |
| 2016-02-04 | Clarify scenario where AsciiExt appears to operate on non-ASCII | Corey Farwell | -0/+21 |
| 2016-02-04 | Auto merge of #31382 - DanielJCampbell:SaveSpans, r=nrc | bors | -8/+51 |
| 2016-02-04 | Allow dead code for `symlink_junction()` | Paul Dicker | -0/+2 |
| 2016-02-04 | drive-by doc fixes | Robin Kruppe | -6/+7 |
| 2016-02-04 | Enable unit tests for literals that overflow. I have no idea why this conditi... | Robin Kruppe | -7/+5 |
| 2016-02-04 | Prevent the immediate panic uncovered by #31109 and add a test. | Robin Kruppe | -8/+39 |
| 2016-02-04 | Add the kind of input from #31109 to the expensive tests (not run by default) | Robin Kruppe | -16/+43 |
| 2016-02-04 | Use the right target ratio in Algorithm M quickstart. | Robin Kruppe | -1/+1 |
| 2016-02-04 | Address nits on build/scope.rs | Simonas Kazlauskas | -101/+141 |
| 2016-02-04 | Translation part of drop panic recovery | Simonas Kazlauskas | -7/+66 |
| 2016-02-04 | Convert Drop statement into terminator | Simonas Kazlauskas | -161/+309 |
| 2016-02-04 | Remove the CallKind | Simonas Kazlauskas | -145/+53 |
| 2016-02-04 | Change successor{,_mut} to return a Vec | Simonas Kazlauskas | -28/+28 |
| 2016-02-04 | Synthesize calls to box_free language item | Simonas Kazlauskas | -69/+127 |
| 2016-02-04 | Auto merge of #31161 - sfackler:slice-to-socket-addrs, r=alexcrichton | bors | -0/+11 |