summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-17Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakisbors-142/+149
2015-05-16Make error message consistent with source codepeferron-2/+2
2015-05-16Fixed reserve_exact exampleMário Feroldi-1/+1
2015-05-17Make `Arc` support DSTsP1start-36/+743
2015-05-17test/compile-fail: fix expected error message for non-UTF8 source.Eduard Burtescu-1/+1
2015-05-16fs::walk_dir example without unstable featuresJohannes Hoff-6/+5
2015-05-16Avoid calling a variable 'string' when discussing strings.Wilfred Hughes-2/+2
2015-05-16Auto merge of #25463 - jeremyschlatter:master, r=alexcrichtonbors-1/+1
2015-05-16Make a test compatible with the beta channelBrian Anderson-2/+0
2015-05-16Auto merge of #25485 - XuefengWu:24968_err_msg_parse_self_type_2, r=nrcbors-3/+28
2015-05-16Auto merge of #25434 - dotdash:gep, r=alexcrichtonbors-46/+219
2015-05-16std: Fix missing stability on iter::ClonedAlex Crichton-1/+1
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-59/+243
2015-05-16std: Add an unstable method Child::idAlex Crichton-0/+17
2015-05-16Auto merge of #25462 - alexcrichton:favicon-https, r=nrcbors-29/+29
2015-05-16Update windows install links to 1.0Maximilian Haack-2/+2
2015-05-16Auto merge of #25460 - P1start:rc-unsized-impls, r=luqmanabors-0/+54
2015-05-16Update the shown installed rust version to 1.0Maximilian Haack-1/+1
2015-05-16Update rust-inside-other-languages.mdHuachao Huang-1/+1
2015-05-16fix error message in testXuefeng Wu-1/+1
2015-05-16Auto merge of #25444 - nikomatsakis:macro-tt-fix, r=pnkfelixbors-34/+173
2015-05-16Add test for two sequence repetitions in a rowNiko Matsakis-0/+18
2015-05-16Auto merge of #25487 - P1start:extern-crate-unexpected-error, r=huonwbors-6/+13
2015-05-16Clarify the error message for malformed `extern crate` statementsP1start-6/+13
2015-05-16fix trait capitalise typo in test fileXuefeng Wu-1/+1
2015-05-16fix typo for copyright year and trait capitaliseXuefeng Wu-1/+16
2015-05-16change Self type error messageXuefengWu-1/+1
2015-05-16more friend error message for in fn argXuefeng Wu-2/+12
2015-05-16Fix deadlinks in complement-lang-faq.mdsumito3478-4/+4
2015-05-16Auto merge of #25453 - jimblandy:FQA-fiasco-link, r=alexcrichtonbors-1/+1
2015-05-16Auto merge of #25450 - dnaeon:docs, r=alexcrichtonbors-1/+1
2015-05-16Auto merge of #25449 - IvanUkhov:std-doc, r=alexcrichtonbors-1/+1
2015-05-15Test that associated types are not required as type parametersRussell Johnston-0/+21
2015-05-16Auto merge of #25440 - durka:patch-3, r=alexcrichtonbors-1/+1
2015-05-15Update reference.mdMichael Rosenberg-0/+8
2015-05-15Correct two small typos in the Dining Philosophers example.Will Engler-2/+2
2015-05-16fix to size_hint(); documentation for bit-twiddle;ray glover-15/+22
2015-05-16Auto merge of #25466 - P1start:move-closure-span, r=alexcrichtonbors-4/+22
2015-05-16Small typo in the docsEmilio Cobos Álvarez-1/+1
2015-05-16Fix the spans of `move` closuresP1start-4/+22
2015-05-16libstd: Path docs: `file` is now `file_name`Ryman-2/+2
2015-05-15Fix quotation mark in ruby example.Jeremy Schlatter-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-29/+29
2015-05-16Allow `?Sized` types in `Rc`’s impls of {Partial,}{Ord,Eq} and BorrowP1start-0/+54
2015-05-15Auto merge of #25432 - killercup:patch-12, r=steveklabnikbors-3/+1
2015-05-15Auto merge of #25437 - MazinZ1:master, r=alexcrichtonbors-2/+2
2015-05-15Make description of Borrow trait uses match the example.Jim Blandy-3/+3
2015-05-15docs: Typo fixMarin Atanasov Nikolov-1/+1
2015-05-15std: fix a linkIvan Ukhov-1/+1
2015-05-15Permit token trees, identifiers, and blocks to be following byNiko Matsakis-34/+155