about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-20Fix up some ‘help’ messagesP1start-16/+16
2015-01-19Auto merge of #19490 - oli-obk:json_non_string_key_maps, r=alexcrichtonbors-91/+201
2015-01-19Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale...bors-26/+87
2015-01-19Auto merge of #20082 - pczarn:btree-bounded-iter, r=Gankrobors-194/+605
2015-01-19Fixes #21033 with accompanying test.Tom Chittenden-26/+87
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-194/+605
2015-01-19Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelixbors-308/+341
2015-01-19ugly hack to convert BadHashMapKey error to general fmt::ErrorOliver 'ker' Schneider-5/+20
2015-01-19add unit test for non string/numeric map keysOliver 'ker' Schneider-1/+20
2015-01-19lower FnMut to FnOnce since json-hack is no longer requiredOliver 'ker' Schneider-7/+7
2015-01-19json-encoder: report error when hash map key is not string or numericOliver 'ker' Schneider-78/+154
2015-01-19Auto merge of #21282 - Aatch:init-memzero, r=alexcrichtonbors-5/+29
2015-01-19Auto merge of #20874 - klutzy:windows-dynamic-lib, r=alexcrichtonbors-43/+105
2015-01-19Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichtonbors-85/+76
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-204/+180
2015-01-18rustc_resolve: Do not allow mods to shadow typesAlex Crichton-16/+73
2015-01-18rustc_resolve: De-indent by breaking out of matchAlex Crichton-101/+101
2015-01-19Auto merge of #21267 - danslapman:master, r=alexcrichtonbors-4/+4
2015-01-19Reduce size of array in test case to 1MBJames Miller-1/+1
2015-01-19Add test to catch performance regressionsJames Miller-1/+26
2015-01-19Use `zero_mem` instead of a zerointializer for `init` intrinsicJames Miller-5/+4
2015-01-19std::dynamic_lib: Fix Windows error handlingklutzy-43/+105
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-85/+76
2015-01-18auto merge of #20901 : dgrunwald/rust/update-token-can-begin-expr, r=sanxiynbors-11/+8
2015-01-18auto merge of #21276 : huonw/rust/trait-suggestion-nits, r=nikomatsakisbors-57/+50
2015-01-18auto merge of #21288 : brson/rust/snaps, r=alexcrichtonbors-476/+215
2015-01-17Add allow(unstable) to librustc_privacyBrian Anderson-0/+1
2015-01-17Add allow(unstable) to more testsBrian Anderson-0/+3
2015-01-17Add allow(unstable) to driver.rsBrian Anderson-0/+2
2015-01-17Add allow(unstable) to tests that need itBrian Anderson-0/+11
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+31
2015-01-17Register new snapshots.Eduard Burtescu-476/+167
2015-01-17add append to vec with testsJeff Belgum-0/+46
2015-01-17Fix more rollup problemsSteve Klabnik-0/+1
2015-01-17fix rollupSteve Klabnik-0/+2
2015-01-17docs: grammar fixAlfie John-1/+1
2015-01-17doc: Remove extra whitespace in the middle of lines to provide alignmentNick Howell-70/+70
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-6/+19
2015-01-17Beef up Copy documentationSteve Klabnik-0/+98
2015-01-17Add C -> Rust example to FFI chapter of the book.Steve Klabnik-28/+46
2015-01-17Update syntax of ignored test.Steve Klabnik-1/+1
2015-01-17Fix up titles of TRPL chaptersSteve Klabnik-10/+10
2015-01-17Make Index trait example clearerVolker Mische-12/+10
2015-01-17Fix typo.Ms2ger-1/+1
2015-01-17Intpocalypse, book edition.Steve Klabnik-185/+187
2015-01-17Evaluate # fn in docsSteve Klabnik-102/+95
2015-01-17Remove segmented stack info from the FFI chapter of the book.Steve Klabnik-23/+0
2015-01-17Replace obsolete constructions in into examplesAndrew Barchuk-12/+12
2015-01-17Remove Thread::detach() call from intro exampleAndrew Barchuk-1/+1
2015-01-17Fix intro concurrency examples compilation warnsAndrew Barchuk-5/+5