about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-02-08driver: Extract handling of --explain to separate functionKamal Marhubi-20/+23
2016-02-08driver: Pass session options to CompilerCallbacks::early_callback()Kamal Marhubi-1/+8
2016-02-08Add compile-fail test for invalid cfg predicate in attributeKamal Marhubi-0/+12
2016-02-08Auto merge of #31462 - thepowersgang:fix_29946, r=dotdashbors-1/+33
2016-02-08regression tests for issue #30438.Felix S. Klock II-0/+97
2016-02-08Split dummy in region inference graph into distinct source and sink nodes.Felix S. Klock II-3/+10
2016-02-08Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-2/+56
2016-02-07Auto merge of #31470 - alexcrichton:lets-find-jemalloc, r=brsonbors-1/+1
2016-02-07Ignore if we can't create a symlink in this testPaul Dicker-1/+1
2016-02-07rustc: Tweak exe allocator for MinGW/rumprunAlex Crichton-1/+1
2016-02-07[MIR] Fix the destination of implicit else branchSimonas Kazlauskas-1/+1
2016-02-07Don't let `remove_dir_all` recursively remove a symlinkPaul Dicker-2/+56
2016-02-07Emit destructor invocation in FnOnce shim for Fn/FnMutJohn Hodge-1/+33
2016-02-07Auto merge of #31450 - bluss:no-null-markers, r=Gankrobors-2/+10
2016-02-07Auto merge of #31440 - reem:rwlock-map-fix, r=alexcrichtonbors-4/+6
2016-02-06Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichtonbors-32/+240
2016-02-06Add emscripten support to compiletestBrian Anderson-1/+14
2016-02-06Add support for i686-unknown-linux-muslBrian Anderson-2/+49
2016-02-06rustc: Add obj_is_bitcode to TargetOptionsBrian Anderson-10/+44
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-19/+133
2016-02-06Auto merge of #31428 - reem:remove-mutexguard-map, r=alexcrichtonbors-60/+1
2016-02-06Auto merge of #31427 - reem:more-debug-mutex, r=sfacklerbors-1/+1
2016-02-06Document that Unique<T> and Shared<T> are non-nullUlrik Sverdrup-2/+10
2016-02-06Auto merge of #31417 - alexcrichton:cloexec-all-the-things, r=brsonbors-44/+201
2016-02-06Auto merge of #31410 - rkruppe:issue31109, r=pnkfelixbors-41/+119
2016-02-06Auto merge of #31333 - lambda:31273-abort-on-stack-overflow, r=brsonbors-20/+74
2016-02-05Fix RwLock*Guard::map to not allow escaping a reference to the data.Jonathan Reem-4/+6
2016-02-05Abort on stack overflow instead of re-raising SIGSEGVBrian Campbell-20/+74
2016-02-06Auto merge of #31307 - nagisa:mir-drop-terminator, r=nikomatsakisbors-332/+547
2016-02-05std: Try to use pipe2 on Linux for pipesAlex Crichton-4/+38
2016-02-05std: Add support for accept4 on LinuxAlex Crichton-4/+28
2016-02-05std: Add a helper for symbols that may not existAlex Crichton-27/+86
2016-02-05std: Atomically set CLOEXEC for sockets if possibleAlex Crichton-0/+23
2016-02-05std: When duplicating fds, skip extra set_cloexecAlex Crichton-6/+15
2016-02-05std: Only have extra set_cloexec for files on LinuxAlex Crichton-4/+12
2016-02-06Ignore a test on MSVCSimonas Kazlauskas-0/+2
2016-02-05Auto merge of #31304 - nikomatsakis:incr-comp-read-from-hir-map, r=michaelwoe...bors-69/+289
2016-02-05Address nits.Niko Matsakis-5/+5
2016-02-05Update collect to use the standard visit routine, rather than rollingNiko Matsakis-5/+1
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-42/+123
2016-02-05Instrument the AST map so that it registers reads when data isNiko Matsakis-18/+118
2016-02-05Add a local counter that tracks how many tasks are pushed or not pushed,Niko Matsakis-4/+47
2016-02-05Auto merge of #31349 - nikomatsakis:issue-31157-obligation-forest-cache, r=at...bors-152/+314
2016-02-05Auto merge of #31400 - durka:civilized-deriving, r=alexcrichtonbors-168/+4
2016-02-05Auto merge of #31390 - dotdash:fix_quadratic_drop, r=nagisabors-13/+71
2016-02-05Auto merge of #31389 - mitaa:schars, r=nrcbors-10/+10
2016-02-05Remove MutexGuard::map, as it is not safe in combination with Condvar.Jonathan Reem-60/+1
2016-02-05Remove an unnecessary 'static bound in the impl of Debug for Mutex.Jonathan Reem-1/+1
2016-02-05Auto merge of #31386 - tbu-:pr_cow_from_vec, r=alexcrichtonbors-0/+36
2016-02-05Auto merge of #31321 - jseyfried:cleanup, r=nrcbors-290/+128