| Age | Commit message (Expand) | Author | Lines |
| 2015-10-28 | Auto merge of #29400 - gkoz:phantom_data, r=alexcrichton | bors | -0/+7 |
| 2015-10-28 | Update compiler-rt | angelsl | -0/+0 |
| 2015-10-28 | Auto merge of #29398 - jonas-schievink:if-let-arms, r=arielb1 | bors | -7/+30 |
| 2015-10-27 | Update libsyntax tests. | Eli Friedman | -15/+13 |
| 2015-10-27 | Make fatal errors more consistent. | Eli Friedman | -27/+23 |
| 2015-10-27 | Start pushing panics outward in lexer. | Eli Friedman | -34/+38 |
| 2015-10-27 | Don't panic for fatal errors in attribute parsing. | Eli Friedman | -54/+56 |
| 2015-10-27 | Delete unnecessary ParserAttr trait. | Eli Friedman | -25/+4 |
| 2015-10-27 | Don't use panicking helpers in Parser. | Eli Friedman | -25/+26 |
| 2015-10-28 | Auto merge of #29313 - arielb1:projection-overflow, r=eddyb | bors | -2/+97 |
| 2015-10-28 | Added try! example to documentation.md | Eric Findlay | -0/+30 |
| 2015-10-28 | Auto merge of #29311 - steveklabnik:doc_iterator_trait, r=alexcrichton | bors | -261/+1183 |
| 2015-10-28 | Fix for middle::reachable + better comments and tests | Vadim Petrochenkov | -60/+65 |
| 2015-10-28 | Mention in the docs, that `assert!` has a second version with a custom message | Marcell Pardavi | -0/+5 |
| 2015-10-27 | Auto merge of #29072 - nagisa:place-arrow, r=pnkfelix | bors | -223/+525 |
| 2015-10-27 | Add some debug printouts to librustc_privacy | Niko Matsakis | -3/+12 |
| 2015-10-27 | Adjust src/grammar for the introduced <- op | Simonas Kazlauskas | -4/+14 |
| 2015-10-27 | Auto merge of #28833 - jryans:borrowck-linear-errors, r=pnkfelix | bors | -8/+38 |
| 2015-10-27 | type_of: use `sizing_type_of` to check the size of arrays | Ariel Ben-Yehuda | -1/+24 |
| 2015-10-27 | Add tests for newly introduced syntax | Simonas Kazlauskas | -6/+62 |
| 2015-10-27 | Update unused_parens lint for placement-in arrow | Simonas Kazlauskas | -0/+1 |
| 2015-10-27 | Fix restrictions when parsing rhs of equalities | Simonas Kazlauskas | -8/+79 |
| 2015-10-27 | Fix prefix range expressions being not parsed | Simonas Kazlauskas | -74/+77 |
| 2015-10-27 | Add a test for #29071 | Simonas Kazlauskas | -0/+21 |
| 2015-10-27 | Generalise associative operator parsing | Simonas Kazlauskas | -194/+334 |
| 2015-10-27 | Auto merge of #26421 - nham:fix_21546, r=pnkfelix | bors | -15/+110 |
| 2015-10-27 | Comments and formatting | Vadim Petrochenkov | -14/+44 |
| 2015-10-27 | Small fix in the book | Marcell Pardavi | -1/+1 |
| 2015-10-27 | Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelix | bors | -53/+163 |
| 2015-10-27 | Don't print the same impl twice on ext. overlap | Jonas Schievink | -5/+3 |
| 2015-10-27 | mk: Re-add libgcc_s_seh-1.dll to windows dist | Alex Crichton | -0/+2 |
| 2015-10-28 | Use `if let` | Seo Sanghyeon | -13/+6 |
| 2015-10-27 | Adds tons of documentation for Iterator | Steve Klabnik | -261/+1183 |
| 2015-10-27 | Auto merge of #29327 - sanxiyn:argument, r=nrc | bors | -38/+74 |
| 2015-10-27 | add a recursion limit for type representation | Ariel Ben-Yehuda | -0/+44 |
| 2015-10-27 | project: add a recursion limit to "tail-recursive" projections | Ariel Ben-Yehuda | -2/+53 |
| 2015-10-27 | Implement Default for PhantomData | Gleb Kozyrev | -0/+7 |
| 2015-10-27 | Diagnostic: "`if let` arm with incompatible type" | Jonas Schievink | -7/+30 |
| 2015-10-27 | Auto merge of #29326 - Charlotteis:patch-1, r=steveklabnik | bors | -4/+4 |
| 2015-10-27 | the const evaluator might run before check_const | Oliver Schneider | -8/+16 |
| 2015-10-27 | Auto merge of #29317 - matklad:clarify-reference, r=steveklabnik | bors | -5/+5 |
| 2015-10-27 | Auto merge of #29309 - rjbs:doc-comment-sections, r=alexcrichton | bors | -37/+35 |
| 2015-10-27 | Auto merge of #29298 - tbu-:pr_doc_env_panic, r=alexcrichton | bors | -0/+12 |
| 2015-10-27 | Auto merge of #29386 - jonas-schievink:codegen-worker-id, r=alexcrichton | bors | -3/+7 |
| 2015-10-27 | Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrc | bors | -13/+18 |
| 2015-10-26 | Auto merge of #29295 - little-dude:rustfmt_librustc_unicode, r=nrc | bors | -54/+105 |
| 2015-10-26 | Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni... | bors | -16/+21 |
| 2015-10-26 | Print the codegen worker # when using time-passes | Jonas Schievink | -3/+7 |
| 2015-10-26 | Auto merge of #29384 - nikomatsakis:mir-not-stable-beta, r=alexcrichton | bors | -3/+13 |
| 2015-10-26 | Disable MIR on beta/stable until we've resolved #29227 is resolved. | Niko Matsakis | -3/+13 |