summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-09-17stabilized vec_splice (fixes #32310)Michal Budzynski-10/+9
2017-09-17std: Document thread builder panics for nul bytes in thread namesUlrik Sverdrup-0/+7
2017-09-17Auto merge of #44641 - alexcrichton:disable-more-osx-assertions, r=Mark-Simul...bors-1/+5
2017-09-17Ensure tcp test case passes when disconnected from networkTrevor Merrifield-2/+5
2017-09-16Fix network familiesJeremy Soller-2/+2
2017-09-17Auto merge of #44634 - alexcrichton:rollup, r=alexcrichtonbors-165/+423
2017-09-16ci: Disable rustc debug assertions on OSXAlex Crichton-1/+5
2017-09-16Rollup merge of #44616 - alexcrichton:rustdoc-fix-again-whee, r=Mark-SimulacrumAlex Crichton-7/+10
2017-09-16Rollup merge of #44609 - jonhoo:hash-alloc, r=steveklabnikAlex Crichton-0/+6
2017-09-16Rollup merge of #44606 - alexcrichton:update-cmake, r=Mark-SimulacrumAlex Crichton-9/+9
2017-09-16Rollup merge of #44598 - RalfJung:installer, r=alexcrichtonAlex Crichton-0/+0
2017-09-16Rollup merge of #44593 - budziq:stabilize_ord_max_min, r=alexcrichtonAlex Crichton-7/+2
2017-09-16Rollup merge of #44590 - oli-obk:allow_unused_mut_on_vars, r=eddybAlex Crichton-12/+12
2017-09-16Rollup merge of #44589 - makotokato:thumb2, r=alexcrichtonAlex Crichton-1/+1
2017-09-16Rollup merge of #44586 - alexcrichton:smaller-query, r=michaelwoeristerAlex Crichton-3/+16
2017-09-16Rollup merge of #44577 - cuviper:flat_map-fold, r=alexcrichtonAlex Crichton-0/+64
2017-09-16Rollup merge of #44574 - alexcrichton:new-sccache-region, r=aidanhsAlex Crichton-6/+7
2017-09-16Rollup merge of #44560 - qmx:import-TyCtxt, r=eddybAlex Crichton-94/+94
2017-09-16Rollup merge of #44542 - alexcrichton:fix-windows-emscripten, r=nikomatsakisAlex Crichton-2/+20
2017-09-16Rollup merge of #44531 - QuietMisdreavus:bump-gcc, r=alexcrichtonAlex Crichton-19/+19
2017-09-16Rollup merge of #44395 - jcdyer:ip-constructors, r=alexcrichtonAlex Crichton-1/+89
2017-09-16Rollup merge of #44356 - nrc:rls-component-manifest, r=@alexcrichtonAlex Crichton-4/+13
2017-09-16Rollup merge of #44273 - bluss:rc-downcast, r=alexcrichtonAlex Crichton-0/+61
2017-09-16Implement `Arc`/`Rc` raw pointer conversions for `?Sized`Murarth-33/+71
2017-09-16Auto merge of #43989 - circuitfox:sliceext-binary-search-sig, r=alexcrichtonbors-15/+10
2017-09-16stabilized needs_drop (fixes #41890)Michal Budzynski-4/+1
2017-09-16stabilized iterator_for_each (closes #42986)Michal Budzynski-22/+1
2017-09-16Added more text from unstable-book to `compiler_fence` docsMichal Budzynski-4/+19
2017-09-16Added example to `compiler_fence` docs taken from unstable-bookMichal Budzynski-0/+34
2017-09-16stabilized compiler_fences (fixes #41091)Michal Budzynski-107/+1
2017-09-16Auto merge of #43964 - Gankro:unsafe-reform, r=sfacklerbors-12/+1174
2017-09-16Auto merge of #43017 - durka:stabilize-const-invocation, r=eddybbors-101/+311
2017-09-16bump rlsAlex Burka-3/+3
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-75/+127
2017-09-16ci: Upload/download from a new S3 bucketAlex Crichton-7/+9
2017-09-16fix test name being printed twice for ui testsRalf Jung-2/+0
2017-09-16compiletest: print the correct basename of the src dirRalf Jung-1/+1
2017-09-16`--cap-lints allow` switches off `can_emit_warnings`Zack M. Davis-3/+29
2017-09-16ci: haiku: wrap lines as necessary for tidy.Jessica Hamilton-4/+41
2017-09-15Skip passing /natvis to lld-link until supported.MaulingMonkey-0/+12
2017-09-15Expand some of the std{in,out,err} usages.Corey Farwell-8/+14
2017-09-15Indicate how ChildStd{in,out,err} FDs are closed.Corey Farwell-0/+12
2017-09-15ci: haiku: rename llvm-config to address tidy issues.Jessica Hamilton-1/+1
2017-09-15Retain suid/sgid/sticky bits in Metadata.permissionsTrevor Merrifield-3/+3
2017-09-15Fix incorrect `into_inner` link in docs.Corey Farwell-1/+1
2017-09-15unstable book section for `fn_must_use`Zack M. Davis-0/+30
2017-09-15ci: move dist-x86_64-haiku into disabled.Jessica Hamilton-0/+0
2017-09-15RFC 1940 UI test in own directory, exercise must_use trait methodsZack M. Davis-53/+100
2017-09-15rustbuild: Fix test "test rustdoc" invocationAlex Crichton-7/+10
2017-09-15HashMap::new and HashSet::new do not allocateJon Gjengset-0/+6