| Age | Commit message (Expand) | Author | Lines |
| 2015-05-19 | Fix translation of semi-constant if-statements | Ariel Ben-Yehuda | -27/+13 |
| 2015-05-19 | Make float -> int casts actually work | Ariel Ben-Yehuda | -3/+4 |
| 2015-05-19 | Address review commets | Ariel Ben-Yehuda | -103/+123 |
| 2015-05-19 | remove todo | Ariel Ben-Yehuda | -2/+1 |
| 2015-05-19 | fix conflicts | Ariel Ben-Yehuda | -12/+21 |
| 2015-05-19 | Fix test fallout, and add some rather comprehensive tests. | Ariel Ben-Yehuda | -35/+359 |
| 2015-05-19 | Overhaul cast semantics and make them follow RFC401 | Ariel Ben-Yehuda | -365/+611 |
| 2015-05-19 | Expose enum discriminant signedness | Ariel Ben-Yehuda | -20/+17 |
| 2015-05-19 | Auto merge of #25548 - sfackler:debug-builders-by-ref, r=alexcrichton | bors | -43/+69 |
| 2015-05-18 | Fix debug builder examples examples | Steven Fackler | -2/+2 |
| 2015-05-19 | Auto merge of #25496 - alexcrichton:stabilize-cloned, r=aturon | bors | -1/+1 |
| 2015-05-19 | Auto merge of #25441 - alexcrichton:debug-panic-neg, r=aturon | bors | -3/+33 |
| 2015-05-18 | std: Make abs() panic on overflow in debug mode | Alex Crichton | -3/+33 |
| 2015-05-18 | Auto merge of #25337 - bleibig:update-grammar, r=nikomatsakis | bors | -23/+34 |
| 2015-05-18 | Auto merge of #25230 - rayglover:patch-bitset, r=Gankro | bors | -74/+83 |
| 2015-05-18 | Auto merge of #25501 - nham:E0072_E0073, r=alexcrichton | bors | -8/+123 |
| 2015-05-18 | Auto merge of #25560 - Manishearth:rollup, r=Manishearth | bors | -8/+8 |
| 2015-05-18 | Rollup merge of #25537 - carols10cents:grammar-oops, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-18 | Rollup merge of #25530 - peferron:doc-closures-whitespace-fix, r=alexcrichton | Manish Goregaokar | -6/+6 |
| 2015-05-18 | Rollup merge of #25526 - chellmuth:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-18 | Auto merge of #25541 - klutzy:remove-packed-attr, r=alexcrichton | bors | -1/+0 |
| 2015-05-17 | Fix finish docs | Steven Fackler | -10/+5 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -33/+64 |
| 2015-05-17 | Auto merge of #25527 - inrustwetrust:const-not-overflow, r=alexcrichton | bors | -3/+34 |
| 2015-05-17 | Auto merge of #25523 - nham:remove_E0068, r=alexcrichton | bors | -20/+4 |
| 2015-05-17 | Add error explanations for E0072, E0073, E0121, E0178, E0371, E0372. | Nick Hamann | -8/+123 |
| 2015-05-17 | Auto merge of #25454 - steveklabnik:r_doc_fix, r=alexcrichton | bors | -0/+0 |
| 2015-05-18 | syntax: Remove unused `packed` attribute | klutzy | -1/+0 |
| 2015-05-17 | Revert "Panic if the grammar verifier sees a token it doesn't recognize" | Carol Nichols | -1/+1 |
| 2015-05-17 | Fix doc whitespace issues | peferron | -6/+6 |
| 2015-05-17 | Auto merge of #25524 - Manishearth:unsafe_derive, r=cmr | bors | -1/+25 |
| 2015-05-17 | Allow #[derive()] to generate unsafe methods | Manish Goregaokar | -1/+25 |
| 2015-05-17 | Fix compile-time integer overflow when using ! on unsigned values | inrustwetrust | -3/+34 |
| 2015-05-17 | Fix typo in references-and-borrowing docs | Chris Hellmuth | -1/+1 |
| 2015-05-17 | Auto merge of #25525 - Manishearth:rollup, r=Manishearth | bors | -28/+45 |
| 2015-05-17 | Rollup merge of #25522 - alexcrichton:reexport-incoming, r=sfackler | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25516 - bstrie:cstrdoc, r=alexcrichton | Manish Goregaokar | -2/+1 |
| 2015-05-17 | Rollup merge of #25510 - thelostt:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25508 - johshoff:visit_dirs_example, r=alexcrichton | Manish Goregaokar | -6/+5 |
| 2015-05-17 | Rollup merge of #25506 - Wilfred:master, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-05-17 | Rollup merge of #25503 - brson:betafix, r=cmr | Manish Goregaokar | -2/+0 |
| 2015-05-17 | Rollup merge of #25493 - coffeejunk:update_installed_rust_version, r=alexcric... | Manish Goregaokar | -3/+3 |
| 2015-05-17 | Rollup merge of #25490 - huachaohuang:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25484 - sumito3478:fix-deadlink-in-complement-lang-faq, r=al... | Manish Goregaokar | -4/+4 |
| 2015-05-17 | Rollup merge of #25476 - rpjohnst:master, r=huonw | Manish Goregaokar | -0/+21 |
| 2015-05-17 | Rollup merge of #25474 - achanda:fix_email, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25472 - WillEngler:book-tiny-typo-fixes, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-05-17 | Rollup merge of #25469 - ecoal95:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-17 | Rollup merge of #25465 - Ryman:patch-2, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-05-17 | Remove error about obsolete dereferencing of newtype structs. | Nick Hamann | -20/+4 |