| Age | Commit message (Expand) | Author | Lines |
| 2016-02-08 | driver: Extract handling of --explain to separate function | Kamal Marhubi | -20/+23 |
| 2016-02-08 | driver: Pass session options to CompilerCallbacks::early_callback() | Kamal Marhubi | -1/+8 |
| 2016-02-08 | Add compile-fail test for invalid cfg predicate in attribute | Kamal Marhubi | -0/+12 |
| 2016-02-08 | Auto merge of #31462 - thepowersgang:fix_29946, r=dotdash | bors | -1/+33 |
| 2016-02-08 | regression tests for issue #30438. | Felix S. Klock II | -0/+97 |
| 2016-02-08 | Split dummy in region inference graph into distinct source and sink nodes. | Felix S. Klock II | -3/+10 |
| 2016-02-08 | Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichton | bors | -2/+56 |
| 2016-02-07 | Auto merge of #31470 - alexcrichton:lets-find-jemalloc, r=brson | bors | -1/+1 |
| 2016-02-07 | Ignore if we can't create a symlink in this test | Paul Dicker | -1/+1 |
| 2016-02-07 | rustc: Tweak exe allocator for MinGW/rumprun | Alex Crichton | -1/+1 |
| 2016-02-07 | [MIR] Fix the destination of implicit else branch | Simonas Kazlauskas | -1/+1 |
| 2016-02-07 | Don't let `remove_dir_all` recursively remove a symlink | Paul Dicker | -2/+56 |
| 2016-02-07 | Emit destructor invocation in FnOnce shim for Fn/FnMut | John Hodge | -1/+33 |
| 2016-02-07 | Auto merge of #31450 - bluss:no-null-markers, r=Gankro | bors | -2/+10 |
| 2016-02-07 | Auto merge of #31440 - reem:rwlock-map-fix, r=alexcrichton | bors | -4/+6 |
| 2016-02-06 | Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichton | bors | -32/+240 |
| 2016-02-06 | Add emscripten support to compiletest | Brian Anderson | -1/+14 |
| 2016-02-06 | Add support for i686-unknown-linux-musl | Brian Anderson | -2/+49 |
| 2016-02-06 | rustc: Add obj_is_bitcode to TargetOptions | Brian Anderson | -10/+44 |
| 2016-02-06 | Add the asmjs-unknown-emscripten triple. Add cfgs to libs. | Brian Anderson | -19/+133 |
| 2016-02-06 | Auto merge of #31428 - reem:remove-mutexguard-map, r=alexcrichton | bors | -60/+1 |
| 2016-02-06 | Auto merge of #31427 - reem:more-debug-mutex, r=sfackler | bors | -1/+1 |
| 2016-02-06 | Document that Unique<T> and Shared<T> are non-null | Ulrik Sverdrup | -2/+10 |
| 2016-02-06 | Auto merge of #31417 - alexcrichton:cloexec-all-the-things, r=brson | bors | -44/+201 |
| 2016-02-06 | Auto merge of #31410 - rkruppe:issue31109, r=pnkfelix | bors | -41/+119 |
| 2016-02-06 | Auto merge of #31333 - lambda:31273-abort-on-stack-overflow, r=brson | bors | -20/+74 |
| 2016-02-05 | Fix RwLock*Guard::map to not allow escaping a reference to the data. | Jonathan Reem | -4/+6 |
| 2016-02-05 | Abort on stack overflow instead of re-raising SIGSEGV | Brian Campbell | -20/+74 |
| 2016-02-06 | Auto merge of #31307 - nagisa:mir-drop-terminator, r=nikomatsakis | bors | -332/+547 |
| 2016-02-05 | std: Try to use pipe2 on Linux for pipes | Alex Crichton | -4/+38 |
| 2016-02-05 | std: Add support for accept4 on Linux | Alex Crichton | -4/+28 |
| 2016-02-05 | std: Add a helper for symbols that may not exist | Alex Crichton | -27/+86 |
| 2016-02-05 | std: Atomically set CLOEXEC for sockets if possible | Alex Crichton | -0/+23 |
| 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 |