summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-28Auto merge of #25744 - SimonSapin:cell-eq, r=alexcrichtonbors-2/+8
2015-05-28removed lonely closing parenthesisMathieu David-1/+1
2015-05-28Move std::cell::clone_ref to a clone associated function on std::cell::RefSimon Sapin-5/+22
2015-05-28Auto merge of #25856 - bluss:binary-heap-hole, r=Gankrobors-25/+196
2015-05-28Improve Debug documentationSteve Klabnik-0/+44
2015-05-28collections: Make BinaryHeap panic safe in sift_up / sift_downUlrik Sverdrup-25/+196
2015-05-28Mention UFCS sadness in instability messagesSteven Fackler-3/+6
2015-05-28Auto merge of #25829 - steveklabnik:ioresult_fixes, r=alexcrichtonbors-6/+6
2015-05-28Return a TaggedDocsIterator from each_reexport.Ms2ger-15/+4
2015-05-28std: Add an option to disable ELF based TLSAlex Crichton-27/+75
2015-05-28remove references to IoResultSteve Klabnik-6/+6
2015-05-28Auto merge of #25835 - steveklabnik:gh25438, r=alexcrichtonbors-2/+2
2015-05-28TRPL: Fix Unescaped URLPascal Hertleif-1/+1
2015-05-28Auto merge of #25834 - steveklabnik:gh25326, r=alexcrichtonbors-3/+3
2015-05-28Auto merge of #25849 - reinh:patch-1, r=huonwbors-1/+1
2015-05-28floating-point types are machine types, not machine-dependent typesLiigo Zhuang-2/+2
2015-05-28Auto merge of #25843 - shepmaster:remove-public-int-and-uint, r=huonwbors-39/+23
2015-05-28Auto merge of #25783 - nrc:save-api-2, r=@huonwbors-40/+109
2015-05-27Add a test for downcastingSteven Fackler-2/+38
2015-05-27TRPL: fix typo, borow for borrowRein Henrichs-1/+1
2015-05-28save-analysis: move another couple of things to the APINick Cameron-40/+109
2015-05-27Add accessors for io::Error's inner error.Steven Fackler-6/+42
2015-05-27Delegate io::Error::cause to inner errorSteven Fackler-0/+7
2015-05-28Auto merge of #25840 - arielb1:ptr-compare-fixes, r=nrcbors-8/+61
2015-05-28Auto merge of #25824 - alexcrichton:fix-deadlocking-test-on-windows, r=nikoma...bors-3/+1
2015-05-28Prevent comparison and dereferencing of raw pointers in constexprsAriel Ben-Yehuda-8/+61
2015-05-28Auto merge of #25805 - jooert:colorized_tests, r=alexcrichtonbors-1/+1
2015-05-27Remove mentions of int / uint from public documentationJake Goulding-23/+23
2015-05-27Remove mentions of int / uint from the isize / usize docsJake Goulding-16/+0
2015-05-27Fix section headers on Not Found pageSteve Klabnik-3/+3
2015-05-27Auto merge of #25796 - arielb1:default-assoc, r=eddybbors-120/+222
2015-05-28Rollup merge of #25806 - nrc:20184-msg, r=alexcrichtonManish Goregaokar-4/+5
2015-05-27Improve docs for Vec::as_slice and as_mut_sliceMatt Brubeck-1/+5
2015-05-28Rollup merge of #25726 - nham:cell_docs, r=alexcrichtonManish Goregaokar-4/+4
2015-05-28Rollup merge of #25668 - steveklabnik:doc_const, r=alexcrichtonManish Goregaokar-0/+54
2015-05-28Rollup merge of #25128 - steveklabnik:gh24816, r=alexcrichtonManish Goregaokar-0/+2
2015-05-27Small wording fix in TRPL: lifetimesSteve Klabnik-2/+2
2015-05-27fix example for E0018Steve Klabnik-3/+3
2015-05-27Address review commentsAriel Ben-Yehuda-0/+2
2015-05-27test fixesAriel Ben-Yehuda-2/+2
2015-05-27test: Join child threads on windows in testsAlex Crichton-3/+1
2015-05-27Auto merge of #25797 - eddyb:const-trait-to-trait, r=luqmanabors-3/+36
2015-05-27Auto merge of #25762 - dotdash:codegen_test, r=alexcrichtonbors-519/+209
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-519/+209
2015-05-27Remove build date from the output of --versionJohannes Oertel-5/+0
2015-05-27Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichtonbors-1878/+441
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-525/+417
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-1353/+14
2015-05-27Register snapshots (2015-05-24 ba0e1cd).Eduard Burtescu-0/+10
2015-05-27Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichtonbors-0/+29