summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-27Update libsyntax tests.Eli Friedman-15/+13
2015-10-27Make fatal errors more consistent.Eli Friedman-27/+23
2015-10-27Start pushing panics outward in lexer.Eli Friedman-34/+38
2015-10-27Don't panic for fatal errors in attribute parsing.Eli Friedman-54/+56
2015-10-27Delete unnecessary ParserAttr trait.Eli Friedman-25/+4
2015-10-27Don't use panicking helpers in Parser.Eli Friedman-25/+26
2015-10-28Auto merge of #29313 - arielb1:projection-overflow, r=eddybbors-2/+97
2015-10-28Added try! example to documentation.mdEric Findlay-0/+30
2015-10-28Auto merge of #29311 - steveklabnik:doc_iterator_trait, r=alexcrichtonbors-261/+1183
2015-10-28Fix for middle::reachable + better comments and testsVadim Petrochenkov-60/+65
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-27Comments and formattingVadim Petrochenkov-14/+44
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
2015-10-27Auto merge of #29386 - jonas-schievink:codegen-worker-id, r=alexcrichtonbors-3/+7
2015-10-27Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrcbors-13/+18
2015-10-26Auto merge of #29295 - little-dude:rustfmt_librustc_unicode, r=nrcbors-54/+105
2015-10-26Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni...bors-16/+21
2015-10-26Print the codegen worker # when using time-passesJonas Schievink-3/+7
2015-10-26Auto merge of #29384 - nikomatsakis:mir-not-stable-beta, r=alexcrichtonbors-3/+13
2015-10-26Disable MIR on beta/stable until we've resolved #29227 is resolved.Niko Matsakis-3/+13