summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-10-25reformat the docs for hidden code in rust sectionsRicardo Signes-37/+35
2015-10-25Say that `std::env::{set_var, unset_var}` *may* panicTobias Bucher-4/+6
2015-10-25Auto merge of #29266 - apasel422:wf, r=alexcrichtonbors-5/+7
2015-10-25mk: Package libstdc++-6.dll on x86_64 MinGWAlex Crichton-2/+0
2015-10-25Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors-195/+274
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-195/+274
2015-10-25syntax/rustc_front: Simplify VariantData::fieldsVadim Petrochenkov-124/+90
2015-10-25Auto merge of #29281 - skeleten:issue-28189, r=steveklabnikbors-0/+15
2015-10-25Fix doc comment typoLee Jenkins-1/+1
2015-10-25Auto merge of #29279 - Ryman:strtests, r=alexcrichtonbors-55/+35
2015-10-25Document possible panics for `std::env::{set_var, unset_var}`Tobias Bucher-0/+10
2015-10-25Remove key duplication from `BTreeMap` example in `collections`Tobias Bucher-4/+4
2015-10-25Add testsAndrew Paseltiner-0/+203
2015-10-25compiletest: show usage/help when passed no argsEmanuel Czirai-1/+1
2015-10-25Auto merge of #29273 - Manishearth:regression, r=alexcrichtonbors-0/+17
2015-10-25Auto merge of #29272 - sanxiyn:llvm-update, r=alexcrichtonbors-0/+28
2015-10-25Auto merge of #29261 - apasel422:issue-22403, r=alexcrichtonbors-0/+15
2015-10-25Switch to 'const unsafe fn' ordering (rust-lang/rust#29107)John Hodge-16/+21
2015-10-25Auto merge of #29256 - alexcrichton:less-flaky, r=brsonbors-1/+3
2015-10-25libsyntax: Consolidate branch to benefit from exhaustive checking instead of ...Kevin Butler-6/+6
2015-10-25libsyntax: remove panics from Parser::parse_pat_nopanicKevin Butler-9/+3
2015-10-25libsyntax: better error for lifetimes in patternsKevin Butler-0/+20
2015-10-24Auto merge of #29151 - wthrowe:linker-output-ICE, r=alexcrichtonbors-0/+60
2015-10-24adding test for #28189skeleten-0/+15
2015-10-24Fix docattr to match surrounding textKevin Butler-1/+1
2015-10-24Add assertions to test_total_ord for strKevin Butler-5/+5
2015-10-24Remove unnecessary String allocations from str testsKevin Butler-50/+30
2015-10-24Auto merge of #29215 - fhahn:issue-28157-bad-semicolon, r=alexcrichtonbors-10/+10
2015-10-24Add regression test for #26886Manish Goregaokar-0/+17
2015-10-24Auto merge of #29259 - arielb1:supertrait-self-2, r=eddybbors-10/+36
2015-10-24rustllvm: Update to LLVM trunkSeo Sanghyeon-0/+28
2015-10-24Auto merge of #29260 - GuillaumeGomez:E0211_improvement, r=Manishearthbors-4/+60
2015-10-24Auto merge of #29252 - steveklabnik:safety, r=alexcrichtonbors-9/+9
2015-10-23Make `{Default, From, FromIterator, One, Zero}` well-formedAndrew Paseltiner-5/+7
2015-10-24Auto merge of #29245 - james-darkfox:master, r=alexcrichtonbors-0/+5
2015-10-23Add test for #22403Andrew Paseltiner-0/+15
2015-10-24Improve E0211 error diagnosticGuillaume Gomez-4/+60
2015-10-24Allow bare semicolon in grammar doc, closes #28157Florian Hahn-1/+1
2015-10-24Remove bare semicolonsFlorian Hahn-9/+9
2015-10-23Auto merge of #29065 - steveklabnik:doc_iter_traits, r=alexcrichtonbors-25/+315
2015-10-24object_safety: check whether a supertrait contains Self even without being itAriel Ben-Yehuda-10/+36
2015-10-23Add a regression test for #29122 (fixed in #29134)William Throwe-0/+60
2015-10-23Document a bunch of std::iter traitsSteve Klabnik-25/+315
2015-10-23Auto merge of #29241 - nikomatsakis:issue-28871, r=arielb1bors-14/+114
2015-10-24Implements Default for mutable slices. Fixes: #29244James McGlashan-0/+5
2015-10-23std: Add more entries to stdtest base_portAlex Crichton-1/+3
2015-10-23Auto merge of #29243 - skeleten:issue-29184, r=alexcrichtonbors-1/+35
2015-10-23Unsafety -> Safety in doc headingsSteve Klabnik-9/+9
2015-10-23add main fn to testNiko Matsakis-0/+2
2015-10-23Add error message for using `typeof` instead of an ICE.skeleten-1/+35