| Age | Commit message (Expand) | Author | Lines |
| 2015-12-04 | Update RELEASES.md for 1.5 1.5.0 | Brian Anderson | -0/+397 |
| 2015-12-02 | Merge pull request #30174 from brson/authors | Alex Crichton | -16/+255 |
| 2015-12-02 | Update AUTHORS.txt and .mailmap for 1.5 | Brian Anderson | -16/+255 |
| 2015-12-02 | Merge pull request #30166 from brson/beta-next | Alex Crichton | -2/+26 |
| 2015-12-02 | Bump to .5 | Brian Anderson | -1/+1 |
| 2015-12-02 | Disable the null check elimination pass | Björn Steinbrink | -1/+25 |
| 2015-11-20 | Bump to .4 | Brian Anderson | -1/+1 |
| 2015-11-20 | Merge pull request #29967 from petrochenkov/beta | Brian Anderson | -14/+65 |
| 2015-11-21 | backport: Fix hygiene regression in patterns | Vadim Petrochenkov | -14/+65 |
| 2015-11-04 | Merge pull request #29592 from brson/beta-next | Niko Matsakis | -457/+183 |
| 2015-11-04 | Bump prerelease to .3 | Brian Anderson | -1/+1 |
| 2015-11-04 | Move test file to run-fail, since it does an unwrap | Niko Matsakis | -0/+2 |
| 2015-11-04 | Do some slight refactoring, leave the rest for #29436 | Niko Matsakis | -41/+25 |
| 2015-11-04 | Update docs for region inference to reflect current state better | Niko Matsakis | -46/+46 |
| 2015-11-04 | Don't "double check" var-sub-var constraints, which are handled in | Niko Matsakis | -12/+30 |
| 2015-11-04 | remove SupSupConflict, which is now dead code | Niko Matsakis | -49/+0 |
| 2015-11-04 | Regression test for #29048. Fixes #29048. | Niko Matsakis | -0/+21 |
| 2015-11-04 | Remove contraction. The contraction rules predated the notion of an | Niko Matsakis | -312/+58 |
| 2015-11-04 | do not dump extern def-ids with path for now | Niko Matsakis | -6/+10 |
| 2015-10-28 | Merge pull request #29443 from alexcrichton/beta-backport | Brian Anderson | -6/+43 |
| 2015-10-28 | mk: Bump beta to .2 | Alex Crichton | -1/+1 |
| 2015-10-28 | mk: Re-add libgcc_s_seh-1.dll to windows dist | Alex Crichton | -0/+2 |
| 2015-10-28 | The `source_did` may not be local, so don't unwrap the | Niko Matsakis | -2/+28 |
| 2015-10-28 | Add some debug printouts to librustc_privacy | Niko Matsakis | -3/+12 |
| 2015-10-27 | Auto merge of #28833 - jryans:borrowck-linear-errors, r=pnkfelix | bors | -8/+38 |
| 2015-10-27 | Auto merge of #26421 - nham:fix_21546, r=pnkfelix | bors | -15/+110 |
| 2015-10-27 | Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelix | bors | -53/+163 |
| 2015-10-27 | Auto merge of #29327 - sanxiyn:argument, r=nrc | bors | -38/+74 |
| 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 |
| 2015-10-26 | Auto merge of #29287 - Ryman:fn_nopat, r=alexcrichton | bors | -15/+29 |
| 2015-10-26 | test: Add regression test for "source trait is private" | Alex Crichton | -0/+52 |
| 2015-10-26 | rustfmt librustc_unicode | Corentin Henry | -54/+105 |
| 2015-10-27 | Remove NodeArg | Seo Sanghyeon | -30/+3 |
| 2015-10-26 | Remove use of 'just' in trpl/installing-rust.md | Charlotte Spencer | -4/+4 |
| 2015-10-26 | Revert "Remove unnecessary trait accessibility check." | Alex Crichton | -29/+6 |
| 2015-10-26 | Revert "Add UFCS privacy test." | Alex Crichton | -24/+0 |
| 2015-10-26 | Auto merge of #29310 - mdinger:book_playpen, r=steveklabnik | bors | -6/+9 |
| 2015-10-27 | Distinguish argument from local variable | Seo Sanghyeon | -8/+71 |
| 2015-10-26 | Auto merge of #29280 - Ryman:bad_docattr, r=Manishearth | bors | -1/+1 |