summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-10-26Revert "Add UFCS privacy test."Alex Crichton-24/+0
2015-10-26Auto merge of #29310 - mdinger:book_playpen, r=steveklabnikbors-6/+9
2015-10-27Distinguish argument from local variableSeo Sanghyeon-8/+71
2015-10-26Auto merge of #29280 - Ryman:bad_docattr, r=Manishearthbors-1/+1
2015-10-26Auto merge of #29247 - dcarral:missing_word_trpl, r=steveklabnikbors-1/+1
2015-10-26Auto merge of #29312 - apasel422:issue-21410, r=alexcrichtonbors-0/+51
2015-10-26reference: clarify implAleksey Kladov-5/+5
2015-10-26Auto merge of #29303 - petrochenkov:unistrimp, r=eddybbors-124/+90
2015-10-26Auto merge of #29301 - reddraggone9:patch-1, r=alexcrichtonbors-1/+1
2015-10-26Auto merge of #29306 - alexcrichton:yet-another-windows-dist-fix, r=vadimcnbors-2/+0
2015-10-26Auto merge of #29299 - tbu-:pr_btreemap_example_dup, r=alexcrichtonbors-4/+4
2015-10-25Add tests for #21410 and #24972Andrew Paseltiner-0/+51
2015-10-26Auto merge of #29296 - zazdxscf:compiletest_noargs_show_help, r=alexcrichtonbors-1/+1
2015-10-25Auto merge of #29284 - apasel422:tests, r=alexcrichtonbors-0/+203
2015-10-25Update the playpen link for code in the rust book to agree with rustdoc's new...mdinger-6/+9
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-25Tweak stability to not require annotations on impl items and unnamed fieldsVadim Petrochenkov-2/+2
2015-10-25Auto merge of #29256 - alexcrichton:less-flaky, r=brsonbors-1/+3
2015-10-25rustc_privacy: Expand public node set, build exported node set more correctlyVadim Petrochenkov-92/+149
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