about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-19Rollup merge of #23428 - Manishearth:ast-doc, r=steveklabnikManish Goregaokar-15/+42
2015-03-19Rollup merge of #23497 - steveklabnik:gh21589, r=alexcrichtonManish Goregaokar-0/+5
2015-03-19Rollup merge of #23496 - steveklabnik:gh22309, r=nikomatsakisManish Goregaokar-0/+14
2015-03-19Rollup merge of #23495 - pcwalton:inline-cell, r=cmrManish Goregaokar-0/+21
2015-03-19Rollup merge of #23494 - mdinger:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-03-19Rollup merge of #23493 - steveklabnik:gh22927, r=alexcrichtonManish Goregaokar-27/+35
2015-03-19Rollup merge of #23490 - jooert:master, r=steveklabnikManish Goregaokar-9/+9
2015-03-19Rollup merge of #23483 - semarie:openbsd-threads, r=alexcrichtonManish Goregaokar-4/+2
2015-03-19Rollup merge of #23474 - nagisa:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-03-19Rollup merge of #23479 - tamird:fix-ios-build, r=aturonManish Goregaokar-3/+2
2015-03-19Rollup merge of #23475 - nikomatsakis:closure-ret-syntax, r=acrichtoManish Goregaokar-22/+52
2015-03-18std: Stabilize FromStr implementations in std::netAlex Crichton-11/+17
2015-03-19Space and punctuation fixesManish Goregaokar-14/+41
2015-03-19Note ::foo::bar() in the crates guideSteve Klabnik-0/+5
2015-03-19Address huon's commentsManish Goregaokar-1/+1
2015-03-19Document include!Steve Klabnik-0/+14
2015-03-19core: Inline most cell methods.Patrick Walton-0/+21
2015-03-19Update ast.rsmdinger-1/+1
2015-03-19Document {:.*}Steve Klabnik-5/+12
2015-03-19Small formatting fixes to fmt.rsSteve Klabnik-22/+23
2015-03-19Rename should_fail to should_panic in docsJohannes Oertel-9/+9
2015-03-19Rollup merge of #23468 - sfackler:stdio-panic, r=alexcrichtonManish Goregaokar-3/+29
2015-03-19Rollup merge of #23462 - alexcrichton:stabilize-cloned, r=aturonManish Goregaokar-28/+19
2015-03-19Rollup merge of #23457 - nagisa:get-set-resources, r=alexcrichtonManish Goregaokar-0/+300
2015-03-18rustc: Remove some long deprecated features:Alex Crichton-379/+29
2015-03-18Clarify in docs that BufRead::read_line appendsMatt Brubeck-1/+2
2015-03-18Require braces when a closure has an explicit return type. This is aNiko Matsakis-22/+52
2015-03-18Register new snapshotsAlex Crichton-3964/+993
2015-03-18[rustdoc] Fix source hyperlinks in docsIvan Petkov-5/+99
2015-03-18Work around invalid spans in imported FileMapsMichael Woerister-0/+15
2015-03-18std: Stabilize marker::MarkerTraitAlex Crichton-0/+1
2015-03-18std: Add missing stability on RangeAlex Crichton-3/+4
2015-03-18Rollup merge of #23428 - Manishearth:ast-doc, r=huonManish Goregaokar-15/+157
2015-03-18Rollup merge of #23455 - Ryman:trim_matches_doc, r=steveklabnikManish Goregaokar-2/+2
2015-03-18Rollup merge of #23450 - alexcrichton:fix-sockaddr-storage, r=brsonManish Goregaokar-2/+2
2015-03-18Rollup merge of #23443 - meqif:ipv6addr-new-documentation-fix, r=steveklabnikManish Goregaokar-1/+1
2015-03-18Rollup merge of #23392 - WiSaGaN:bugfix/fix_deprecate_link, r=ManishearthManish Goregaokar-4/+4
2015-03-18Rollup merge of #23467 - andersk:loop-labeled-break-value, r=sanxiynManish Goregaokar-1/+40
2015-03-18Rollup merge of #23461 - alexcrichton:feat-char-at, r=aturonManish Goregaokar-92/+156
2015-03-18Add a testSteven Fackler-0/+26
2015-03-18iOS: fallout from 1d5983aTamir Duberstein-3/+2
2015-03-18Remove unnecessary vector creation.Jordan Woehr-4/+3
2015-03-18Make it clear which value is discardedSimonas Kazlauskas-1/+1
2015-03-18Address huon's commentsManish Goregaokar-17/+21
2015-03-18Clarify ExprManish Goregaokar-5/+10
2015-03-18ast: Document Item and ForeignItemManish Goregaokar-9/+27
2015-03-18ast: Document LitManish Goregaokar-1/+15
2015-03-18ast: Document Pat and BlockManish Goregaokar-1/+19
2015-03-18ast: Document paths and `where` clausesManish Goregaokar-1/+15
2015-03-18ast: Document Expr_, UnOp, and BinOpManish Goregaokar-1/+70