| Age | Commit message (Expand) | Author | Lines |
| 2015-12-02 | Disable the null check elimination pass | Björn Steinbrink | -1/+25 |
| 2015-11-21 | backport: Fix hygiene regression in patterns | Vadim Petrochenkov | -14/+65 |
| 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 | 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 |
| 2015-10-26 | Auto merge of #29247 - dcarral:missing_word_trpl, r=steveklabnik | bors | -1/+1 |
| 2015-10-26 | Auto merge of #29312 - apasel422:issue-21410, r=alexcrichton | bors | -0/+51 |
| 2015-10-26 | reference: clarify impl | Aleksey Kladov | -5/+5 |
| 2015-10-26 | Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb | bors | -124/+90 |
| 2015-10-26 | Auto merge of #29301 - reddraggone9:patch-1, r=alexcrichton | bors | -1/+1 |
| 2015-10-26 | Auto merge of #29306 - alexcrichton:yet-another-windows-dist-fix, r=vadimcn | bors | -2/+0 |
| 2015-10-26 | Auto merge of #29299 - tbu-:pr_btreemap_example_dup, r=alexcrichton | bors | -4/+4 |
| 2015-10-25 | Add tests for #21410 and #24972 | Andrew Paseltiner | -0/+51 |
| 2015-10-26 | Auto merge of #29296 - zazdxscf:compiletest_noargs_show_help, r=alexcrichton | bors | -1/+1 |
| 2015-10-25 | Auto merge of #29284 - apasel422:tests, r=alexcrichton | bors | -0/+203 |
| 2015-10-25 | Update the playpen link for code in the rust book to agree with rustdoc's new... | mdinger | -6/+9 |