about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-07-30Remove unused code in parser.Eli Friedman-31/+0
2015-07-30Maybe ignore the explicit examples of a race conditionAlexis Beingessner-1/+19
2015-07-30Auto merge of #27386 - chris-morgan:ctags-stuff-update, r=alexcrichtonbors-3/+3
2015-07-30Auto merge of #27385 - chris-morgan:core-panic-use-$crate, r=alexcrichtonbors-2/+2
2015-07-30Auto merge of #27371 - Gankro:str-clone, r=alexcrichtonbors-0/+22
2015-07-30Auto merge of #27392 - pnkfelix:rename-xpretty-as-unpretty, r=jroeschbors-6/+6
2015-07-30Auto merge of #27174 - Gankro:rc-sat, r=alexcrichtonbors-7/+42
2015-07-30Auto merge of #27052 - wthrowe:atomic_send, r=Gankrobors-1/+24
2015-07-30Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichtonbors-2/+10
2015-07-29implement Clone for Box<str>, closes #27323Alexis Beingessner-0/+22
2015-07-30Auto merge of #27032 - Gankro:tarpl, r=aturon,acrichto,arielb,pnkfelix,nrc,nm...bors-0/+5432
2015-07-29fix example codeAlexis Beingessner-7/+9
2015-07-29make Arc mem::forget safeAlexis Beingessner-4/+26
2015-07-29make Rc mem::forget safeAlexis Beingessner-3/+16
2015-07-30Rename the unstable option `--xpretty` to `--unpretty`Felix S. Klock II-6/+6
2015-07-29add warning about reference sectionAlexis Beingessner-0/+4
2015-07-29deprecate vecmapAlexis Beingessner-2/+10
2015-07-29Auto merge of #27383 - Manishearth:rollup, r=Manishearthbors-70/+97
2015-07-30Update the ctags rules and targets.Chris Morgan-3/+3
2015-07-30Use $crate in core::panic!Chris Morgan-2/+2
2015-07-30Rollup merge of #27373 - alexcrichton:fix-wait-timeout-ms, r=brsonManish Goregaokar-13/+14
2015-07-30Rollup merge of #27369 - brson:realstd, r=alexcrichtonManish Goregaokar-10/+5
2015-07-30Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnikManish Goregaokar-19/+21
2015-07-30Rollup merge of #27232 - Dangthrimble:master, r=steveklabnikManish Goregaokar-20/+49
2015-07-30Rollup merge of #26778 - jawline:master, r=pnkfelixManish Goregaokar-8/+8
2015-07-29Auto merge of #27368 - alexcrichton:deprecate-net-methods, r=aturonbors-0/+24
2015-07-29Auto merge of #27353 - arielb1:parenthetical-error, r=steveklabnikbors-19/+17
2015-07-29std: Fix sub-second Condvar::wait_timeout_msAlex Crichton-13/+14
2015-07-29Auto merge of #27346 - dotdash:closure_dbg, r=michaelwoeristerbors-50/+30
2015-07-29Auto merge of #27380 - steveklabnik:rollup, r=steveklabnikbors-395/+651
2015-07-29Rollup merge of #27379 - jeehoonkang:master, r=steveklabnikSteve Klabnik-1/+1
2015-07-29Rollup merge of #27375 - niconii:vec-docs, r=GankroSteve Klabnik-1/+8
2015-07-29Rollup merge of #27355 - krumelmonster:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2015-07-29Rollup merge of #27350 - GuillaumeGomez:patch-1, r=ManishearthSteve Klabnik-2/+5
2015-07-29Rollup merge of #27345 - killercup:patch-15, r=alexcrichtonSteve Klabnik-4/+2
2015-07-29Rollup merge of #27343 - steveklabnik:fix_module, r=alexcrichtonSteve Klabnik-3/+0
2015-07-29Rollup merge of #27342 - steveklabnik:fix_links, r=alexcrichtonSteve Klabnik-2/+2
2015-07-29Rollup merge of #27341 - steveklabnik:remove_warning, r=alexcrichtonSteve Klabnik-4/+0
2015-07-29Rollup merge of #27327 - steveklabnik:fix_take, r=alexcrichtonSteve Klabnik-1/+1
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-214/+419
2015-07-29Rollup merge of #27325 - midinastasurazz:patch-2, r=alexcrichtonSteve Klabnik-2/+2
2015-07-29Rollup merge of #27313 - nagisa:illegal-to-invalid, r=pnkfelixSteve Klabnik-141/+183
2015-07-29Rollup merge of #27286 - lastorset:pub, r=steveklabnikSteve Klabnik-0/+4
2015-07-29Rollup merge of #27102 - tshepang:better-examples, r=aturonSteve Klabnik-19/+23
2015-07-29Fix a documentation bug for memory orderingsJeehoon Kang-1/+1
2015-07-29Auto merge of #27365 - pcwalton:more-collections, r=aturonbors-0/+17
2015-07-29Auto merge of #27360 - dhuseby:fixing_freebsd_stat_structs_and_tests, r=alexc...bors-71/+127
2015-07-29Auto merge of #27358 - bluss:split-at-mut, r=aturonbors-4/+5
2015-07-29Modified to add 'found' to error message closes #26485Blake Loring-8/+8
2015-07-29Auto merge of #27349 - arielb1:constant-at, r=alexcrichtonbors-9/+30