about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-10-28Rollup merge of #29438 - jethrogb:topic/book-rbstrlit, r=alexcrichtonSteve Klabnik-3/+6
2015-10-28Rollup merge of #29437 - brson:authors, r=alexcrichtonSteve Klabnik-2/+7
2015-10-28Rollup merge of #29435 - djrollins:diverging-function-doc, r=ManishearthSteve Klabnik-0/+2
2015-10-28Rollup merge of #29417 - pmarcelll:assert-doc, r=steveklabnikSteve Klabnik-0/+5
2015-10-28Rollup merge of #29405 - pmarcelll:docs-fix, r=steveklabnikSteve Klabnik-1/+1
2015-10-28Rollup merge of #29264 - mdinger:colorify, r=steveklabnikSteve Klabnik-5/+8
2015-10-28Book: Update raw/byte string literal in syntax indexJethro Beekman-3/+6
2015-10-28Auto merge of #29415 - nikomatsakis:issue-29161, r=nikomatsakisbors-5/+40
2015-10-28Tweak the add-authors.sh scriptBrian Anderson-2/+7
2015-10-28Add diverging functions `-> !` to syntax indexDaniel Rollins-0/+2
2015-10-28The `source_did` may not be local, so don't unwrap theNiko Matsakis-2/+28
2015-10-28Auto merge of #29403 - alexcrichton:fix-windows-again-zomg, r=brsonbors-0/+2
2015-10-28Auto merge of #29233 - angelsl:msvc1, r=alexcrichtonbors-0/+0
2015-10-28Auto merge of #29409 - arielb1:recursive-arrays, r=eddybbors-1/+24
2015-10-28Auto merge of #29404 - jonas-schievink:external-overlap-print, r=Aatchbors-5/+3
2015-10-28Auto merge of #29402 - sanxiyn:if-let, r=steveklabnikbors-13/+6
2015-10-28Auto merge of #29400 - gkoz:phantom_data, r=alexcrichtonbors-0/+7
2015-10-28Update compiler-rtangelsl-0/+0
2015-10-28Auto merge of #29398 - jonas-schievink:if-let-arms, r=arielb1bors-7/+30
2015-10-28Auto merge of #29313 - arielb1:projection-overflow, r=eddybbors-2/+97
2015-10-28Auto merge of #29311 - steveklabnik:doc_iterator_trait, r=alexcrichtonbors-261/+1183
2015-10-28Mention in the docs, that `assert!` has a second version with a custom messageMarcell Pardavi-0/+5
2015-10-27Auto merge of #29072 - nagisa:place-arrow, r=pnkfelixbors-223/+525
2015-10-27Add some debug printouts to librustc_privacyNiko Matsakis-3/+12
2015-10-27Adjust src/grammar for the introduced <- opSimonas Kazlauskas-4/+14
2015-10-27Auto merge of #28833 - jryans:borrowck-linear-errors, r=pnkfelixbors-8/+38
2015-10-27type_of: use `sizing_type_of` to check the size of arraysAriel Ben-Yehuda-1/+24
2015-10-27Add tests for newly introduced syntaxSimonas Kazlauskas-6/+62
2015-10-27Update unused_parens lint for placement-in arrowSimonas Kazlauskas-0/+1
2015-10-27Fix restrictions when parsing rhs of equalitiesSimonas Kazlauskas-8/+79
2015-10-27Fix prefix range expressions being not parsedSimonas Kazlauskas-74/+77
2015-10-27Add a test for #29071Simonas Kazlauskas-0/+21
2015-10-27Generalise associative operator parsingSimonas Kazlauskas-194/+334
2015-10-27Auto merge of #26421 - nham:fix_21546, r=pnkfelixbors-15/+110
2015-10-27Small fix in the bookMarcell Pardavi-1/+1
2015-10-27Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelixbors-53/+163
2015-10-27Don't print the same impl twice on ext. overlapJonas Schievink-5/+3
2015-10-27mk: Re-add libgcc_s_seh-1.dll to windows distAlex Crichton-0/+2
2015-10-28Use `if let`Seo Sanghyeon-13/+6
2015-10-27Adds tons of documentation for IteratorSteve Klabnik-261/+1183
2015-10-27Auto merge of #29327 - sanxiyn:argument, r=nrcbors-38/+74
2015-10-27add a recursion limit for type representationAriel Ben-Yehuda-0/+44
2015-10-27project: add a recursion limit to "tail-recursive" projectionsAriel Ben-Yehuda-2/+53
2015-10-27Implement Default for PhantomDataGleb Kozyrev-0/+7
2015-10-27Diagnostic: "`if let` arm with incompatible type"Jonas Schievink-7/+30
2015-10-27Auto merge of #29326 - Charlotteis:patch-1, r=steveklabnikbors-4/+4
2015-10-27the const evaluator might run before check_constOliver Schneider-8/+16
2015-10-27Auto merge of #29317 - matklad:clarify-reference, r=steveklabnikbors-5/+5
2015-10-27Auto merge of #29309 - rjbs:doc-comment-sections, r=alexcrichtonbors-37/+35
2015-10-27Auto merge of #29298 - tbu-:pr_doc_env_panic, r=alexcrichtonbors-0/+12