| Age | Commit message (Expand) | Author | Lines |
| 2015-05-23 | Rollup merge of #25710 - Manishearth:no_decorator_clone, r=sfackler | Oliver Schneider | -5/+5 |
| 2015-05-23 | Auto merge of #25653 - dotdash:unsize_c, r=luqmana | bors | -0/+55 |
| 2015-05-23 | Auto merge of #24847 - sfackler:debug-builders-stability, r=aturon | bors | -1/+1 |
| 2015-05-22 | Allow patterns to be followed by if and in. | Steven Allen | -0/+30 |
| 2015-05-22 | Let MultiItemDecorator take `&Annotatable` (fixes #25683) | Manish Goregaokar | -5/+5 |
| 2015-05-21 | Add diagnostic code for generic associated const error. | Sean Patrick Santos | -3/+3 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -4/+181 |
| 2015-05-21 | rustdoc: Skip types in impls in search index | Ulrik Sverdrup | -0/+10 |
| 2015-05-21 | Fix ICE trying to pass DST to C functions | Björn Steinbrink | -0/+55 |
| 2015-05-20 | Substitute free lifetimes when `Self` is used within a method body | Ariel Ben-Yehuda | -0/+51 |
| 2015-05-20 | Auto merge of #25645 - luqmana:lnr, r=eddyb | bors | -0/+53 |
| 2015-05-20 | Auto merge of #25615 - petrochenkov:issue25542, r=alexcrichton | bors | -2/+6 |
| 2015-05-20 | librustc_trans: Remove misoptimization in treating derefs of Box as rvalues. | Luqman Aden | -0/+53 |
| 2015-05-20 | Auto merge of #25595 - dotdash:issue25549, r=eddyb | bors | -0/+70 |
| 2015-05-20 | Add error explanation for E0202. | Nick Hamann | -1/+1 |
| 2015-05-19 | Stabilize debug builders for 1.2.0 | Steven Fackler | -1/+1 |
| 2015-05-19 | Auto merge of #24333 - arielb1:implement-rfc401, r=nrc | bors | -60/+398 |
| 2015-05-19 | Fix test run-pass-fulldeps\issue-15149.rs on Windows | petrochenkov | -2/+6 |
| 2015-05-19 | Make float -> int casts actually work | Ariel Ben-Yehuda | -1/+0 |
| 2015-05-19 | Address review commets | Ariel Ben-Yehuda | -16/+22 |
| 2015-05-19 | fix conflicts | Ariel Ben-Yehuda | -6/+11 |
| 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 | -7/+11 |
| 2015-05-19 | Don't call drop when taking the address of unsized fields | Björn Steinbrink | -0/+70 |
| 2015-05-19 | Auto merge of #25550 - sfackler:derive-debug-unsized, r=alexcrichton | bors | -0/+14 |
| 2015-05-19 | Auto merge of #25441 - alexcrichton:debug-panic-neg, r=aturon | bors | -0/+21 |
| 2015-05-18 | std: Make abs() panic on overflow in debug mode | Alex Crichton | -0/+21 |
| 2015-05-18 | Auto merge of #25501 - nham:E0072_E0073, r=alexcrichton | bors | -2/+2 |
| 2015-05-17 | Auto merge of #25527 - inrustwetrust:const-not-overflow, r=alexcrichton | bors | -0/+21 |
| 2015-05-17 | Fix issue where trait-associated consts could cause ICEs in match patterns. | Sean Patrick Santos | -0/+35 |
| 2015-05-17 | Catch associated consts that depend on type parameters in type checking. | Sean Patrick Santos | -0/+26 |
| 2015-05-17 | Make #[derive(Debug)] work with unsized fields | Steven Fackler | -0/+14 |
| 2015-05-17 | Add error explanations for E0072, E0073, E0121, E0178, E0371, E0372. | Nick Hamann | -2/+2 |
| 2015-05-17 | Auto merge of #25524 - Manishearth:unsafe_derive, r=cmr | bors | -0/+2 |
| 2015-05-17 | Allow #[derive()] to generate unsafe methods | Manish Goregaokar | -0/+2 |
| 2015-05-17 | Fix compile-time integer overflow when using ! on unsigned values | inrustwetrust | -0/+21 |
| 2015-05-17 | Rollup merge of #25503 - brson:betafix, r=cmr | Manish Goregaokar | -2/+0 |
| 2015-05-17 | Rollup merge of #25476 - rpjohnst:master, r=huonw | Manish Goregaokar | -0/+21 |
| 2015-05-17 | Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis | bors | -4/+4 |
| 2015-05-17 | test/compile-fail: fix expected error message for non-UTF8 source. | Eduard Burtescu | -1/+1 |
| 2015-05-16 | Make a test compatible with the beta channel | Brian Anderson | -2/+0 |
| 2015-05-16 | Auto merge of #25485 - XuefengWu:24968_err_msg_parse_self_type_2, r=nrc | bors | -1/+16 |
| 2015-05-16 | fix error message in test | Xuefeng Wu | -1/+1 |
| 2015-05-16 | Auto merge of #25444 - nikomatsakis:macro-tt-fix, r=pnkfelix | bors | -0/+95 |
| 2015-05-16 | Add test for two sequence repetitions in a row | Niko Matsakis | -0/+18 |
| 2015-05-16 | Auto merge of #25487 - P1start:extern-crate-unexpected-error, r=huonw | bors | -1/+12 |
| 2015-05-16 | Clarify the error message for malformed `extern crate` statements | P1start | -1/+12 |
| 2015-05-16 | fix trait capitalise typo in test file | Xuefeng Wu | -1/+1 |
| 2015-05-16 | fix typo for copyright year and trait capitalise | Xuefeng Wu | -0/+15 |
| 2015-05-15 | Test that associated types are not required as type parameters | Russell Johnston | -0/+21 |