| Age | Commit message (Expand) | Author | Lines |
| 2016-05-06 | Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakis | bors | -14/+135 |
| 2016-05-05 | Fix some some duplicate words. | Georg Brandl | -2/+2 |
| 2016-05-05 | fixes | Ariel Ben-Yehuda | -5/+7 |
| 2016-05-04 | Improve diagnostics for constants being used in irrefutable patterns | Manish Goregaokar | -4/+4 |
| 2016-05-04 | typeck: show a note about tuple indexing for erroneous tup[i] | Georg Brandl | -0/+24 |
| 2016-05-03 | parser: show a helpful note on unexpected inner comment | Georg Brandl | -0/+19 |
| 2016-05-03 | change the newly-added errors to warnings | Ariel Ben-Yehuda | -10/+62 |
| 2016-05-03 | improve error message for WF Tuples | Ariel Ben-Yehuda | -1/+6 |
| 2016-05-03 | address review comments | Ariel Ben-Yehuda | -1/+8 |
| 2016-05-03 | require the existential bounds of an object type to be object-safe | Ariel Ben-Yehuda | -4/+26 |
| 2016-05-03 | require the non-last elements of a tuple to be Sized | Ariel Ben-Yehuda | -2/+3 |
| 2016-05-03 | add comments and tests | Ariel Ben-Yehuda | -8/+40 |
| 2016-05-03 | Rollup merge of #33372 - birkenfeld:rustdoc-escape-code, r=cmr | Manish Goregaokar | -0/+15 |
| 2016-05-03 | Rollup merge of #33371 - birkenfeld:issue-33302, r=cmr | Manish Goregaokar | -0/+46 |
| 2016-05-03 | Rollup merge of #33343 - birkenfeld:issue-32214, r=Manishearth | Manish Goregaokar | -0/+17 |
| 2016-05-03 | Rollup merge of #33340 - birkenfeld:issue-23716, r=Manishearth | Manish Goregaokar | -0/+29 |
| 2016-05-03 | Rollup merge of #33339 - oli-obk:fix/const_eval, r=japaric | Manish Goregaokar | -7/+30 |
| 2016-05-03 | rustdoc: HTML-escape Rust code (from constants) | Georg Brandl | -0/+15 |
| 2016-05-03 | rustdoc: fix inserting source code spans for constant values | Georg Brandl | -0/+46 |
| 2016-05-03 | Warn unused trait imports | Seo Sanghyeon | -0/+4 |
| 2016-05-02 | Auto merge of #33119 - nrc:pretty, r=pnkfelix | bors | -1/+4 |
| 2016-05-02 | Auto merge of #33354 - Manishearth:rollup, r=Manishearth | bors | -4/+49 |
| 2016-05-03 | Rollup merge of #33325 - birkenfeld:issue-31341, r=jseyfried | Manish Goregaokar | -4/+0 |
| 2016-05-03 | Rollup merge of #33323 - birkenfeld:issue-31221, r=Manishearth | Manish Goregaokar | -0/+49 |
| 2016-05-03 | Rollup merge of #32756 - nikomatsakis:borrowck-snippet, r=nrc | Manish Goregaokar | -657/+530 |
| 2016-05-02 | Auto merge of #32756 - nikomatsakis:borrowck-snippet, r=nrc | bors | -657/+530 |
| 2016-05-03 | Fix tests | Nick Cameron | -1/+4 |
| 2016-05-03 | Use the compiler API to run pretty printing. | Nick Cameron | -1/+1 |
| 2016-05-02 | resolve: print location of static for "static in pattern" error | Georg Brandl | -0/+29 |
| 2016-05-02 | Auto merge of #32386 - brandonedens:llvm_min_size, r=alexcrichton | bors | -0/+10 |
| 2016-05-02 | Fix unicode test to use original error format | jonathandturner | -17/+15 |
| 2016-05-02 | Fix up error-pattern style test | Jonathan Turner | -3/+0 |
| 2016-05-02 | Fix whitespace | Niko Matsakis | -1/+1 |
| 2016-05-02 | rewrite span-length to include strings | Niko Matsakis | -15/+17 |
| 2016-05-02 | delete the json-errors test | Niko Matsakis | -28/+0 |
| 2016-05-02 | update test cases to reflect new messages | Niko Matsakis | -630/+534 |
| 2016-05-02 | middle: reset loop labels while visiting closure | Georg Brandl | -0/+15 |
| 2016-05-02 | tests | Oliver Schneider | -8/+12 |
| 2016-05-02 | Auto merge of #33303 - Aatch:mir-coercion-cast, r=arielb1 | bors | -0/+42 |
| 2016-05-02 | parser: change warning into an error on `T<A=B, C>` | Georg Brandl | -0/+17 |
| 2016-05-02 | parser: do not try to continue with `unsafe` on foreign fns | Georg Brandl | -2/+2 |
| 2016-05-02 | Auto merge of #33284 - nagisa:mir-fix-constfn-pats, r=alexcrichton | bors | -0/+27 |
| 2016-05-02 | check for wrong const_err warnings | Oliver Schneider | -0/+19 |
| 2016-05-01 | debuginfo: Fix regression in namespace handling for struct types. | Michael Woerister | -0/+70 |
| 2016-05-01 | Auto merge of #33190 - jseyfried:improve_diagnostics, r=nrc | bors | -6/+10 |
| 2016-05-01 | typeck: remove confusing suggestion for calling a fn type | Georg Brandl | -4/+0 |
| 2016-05-01 | match check: note "catchall" patterns in unreachable error | Georg Brandl | -0/+49 |
| 2016-05-01 | Fix a race condition caused by concurrently executed codegen unit tests. | Michael Woerister | -10/+31 |
| 2016-05-01 | parser: fix suppression of syntax errors in range RHS | Georg Brandl | -0/+18 |
| 2016-05-01 | Handle coercion casts properly when building the MIR | James Miller | -0/+42 |