summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-04-28Add error explanation for E0013Robin Stocker-1/+19
2015-04-28=BG= change definition to use 'statics' as well as 'constants'Brendan Graetz-2/+2
2015-04-28=BG= Add detailed error message for E0265Brendan Graetz-1/+16
2015-04-28collections: Implement vec::drain(range) according to RFC 574Ulrik Sverdrup-85/+128
2015-04-28TRPL: Tiny incoherence in UFCS example.Toni Cárdenas-1/+1
2015-04-28Auto merge of #24835 - rprichard:rfail-full, r=alexcrichtonbors-0/+0
2015-04-28Fix #24872, XSS in docs not found page.Chris Morgan-1/+5
2015-04-27Make item sections match item EBNFCarol (Nichols || Goulding)-1/+5
2015-04-28Auto merge of #24478 - alexcrichton:issue-24313, r=aturonbors-31/+55
2015-04-27std: Expand the area of std::fsAlex Crichton-914/+2404
2015-04-27std: Don't assume thread::current() works on panicAlex Crichton-11/+51
2015-04-27Auto merge of #24701 - Stebalien:slice, r=alexcrichtonbors-25/+110
2015-04-27std: Clean up some annotations in thread::localAlex Crichton-20/+4
2015-04-27Auto merge of #24765 - pnkfelix:fsk-enum-swapindrop, r=nikomatsakisbors-116/+447
2015-04-27core: Fix size_hint for signed integer Range<T> iteratorsUlrik Sverdrup-4/+41
2015-04-27collections: Add trait RangeArgumentUlrik Sverdrup-0/+46
2015-04-27compiletest: Add support for `// ignore-musl`Alex Crichton-0/+8
2015-04-27std: Don't assume dlopen() works on yourselfAlex Crichton-1/+4
2015-04-27compiletest: Don't force dylibs on muslAlex Crichton-1/+14
2015-04-27std: Prepare for linking to muslAlex Crichton-6/+21
2015-04-27rustc: Add support for linking arbitrary objectsAlex Crichton-7/+24
2015-04-27rustc_back: Add x86_64-unknown-linux-musl as a targetAlex Crichton-31/+96
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-724/+2801
2015-04-27[reference] Fix a typo in 3.4 WhitespaceMatt Brubeck-1/+1
2015-04-27rustc: Add target_env for triples by defaultAlex Crichton-2/+31
2015-04-27reference: add missing bracketTshepang Lekhonkhobe-2/+2
2015-04-27Auto merge of #24869 - steveklabnik:rollup, r=steveklabnikbors-31/+61
2015-04-27Rollup merge of #24868 - tshepang:fix-vec-remove-doc, r=steveklabnikSteve Klabnik-1/+1
2015-04-27Rollup merge of #24867 - tshepang:patch-3, r=steveklabnikSteve Klabnik-1/+1
2015-04-27Rollup merge of #24866 - tshepang:vec-intro, r=steveklabnikSteve Klabnik-2/+3
2015-04-27Rollup merge of #24863 - dhardy:patch-1, r=steveklabnikSteve Klabnik-8/+16
2015-04-27Rollup merge of #24860 - Manishearth:cargo-doc, r=steveklabnikSteve Klabnik-0/+7
2015-04-27Rollup merge of #24855 - richo:thread-doc, r=alexcrichtonSteve Klabnik-2/+1
2015-04-27Rollup merge of #24854 - frewsxcv:patch-19, r=alexcrichtonSteve Klabnik-3/+1
2015-04-27Rollup merge of #24848 - bluss:deref-string, r=alexcrichtonSteve Klabnik-4/+21
2015-04-27Rollup merge of #24804 - liigo:new-trait-color, r=steveklabnikSteve Klabnik-1/+1
2015-04-27Rollup merge of #24797 - roryokane:patch-1, r=nikomatsakisSteve Klabnik-9/+9
2015-04-27Bug fix: `Rvalue(ByRef)` will issue a lifetime_end as its post_store, which i...Felix S. Klock II-1/+1
2015-04-27doc: it is 'index', not 'i'Tshepang Lekhonkhobe-1/+1
2015-04-27drive-by fix: scheduled drops are executed in reverse order.Felix S. Klock II-1/+1
2015-04-27reference: block-comment -> block commentTshepang Lekhonkhobe-1/+1
2015-04-27trpl: clarify lib.rs vs main.rsManish Goregaokar-0/+7
2015-04-27Auto merge of #24834 - shepmaster:default-atomic-ptr, r=alexcrichtonbors-0/+6
2015-04-27book: improve Vec introTshepang Lekhonkhobe-2/+3
2015-04-27Update reference.md: floating-point sectionDiggory Hardy-2/+10
2015-04-27Auto merge of #24820 - bradking:fix-windows-process-spawn-command-line, r=ale...bors-18/+21
2015-04-27Update reference.md: string literals sectionDiggory Hardy-6/+6
2015-04-27Adjusted intro error to match codeDominic van Berkel-1/+1
2015-04-27Change literal minus ‘−’ to HTML entity ‘&minus;’Rory O’Kane-9/+9
2015-04-27Change hyphen to minus in HTML template tooRory O’Kane-1/+1