| Age | Commit message (Expand) | Author | Lines |
| 2016-05-14 | Auto merge of #33600 - ollie27:rustdoc_impl_params, r=alexcrichton | bors | -0/+23 |
| 2016-05-14 | test: clear deprecation warnings in tcp-stress | Luca Bruno | -7/+8 |
| 2016-05-14 | test: assert that all tcp-stress threads get spawned | Luca Bruno | -2/+7 |
| 2016-05-14 | Add checks for `self: _` and `self: &_` | Vadim Petrochenkov | -0/+18 |
| 2016-05-14 | syntax: Refactor parsing of method declarations | Vadim Petrochenkov | -4/+22 |
| 2016-05-14 | Rollup merge of #33574 - michaelwoerister:collector-cleanup, r=nikomatsakis | Manish Goregaokar | -11/+75 |
| 2016-05-14 | Rollup merge of #33572 - nagisa:assoc-const-types, r=eddyb | Manish Goregaokar | -0/+21 |
| 2016-05-14 | Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichton | Manish Goregaokar | -6/+10 |
| 2016-05-13 | Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1 | bors | -7/+6 |
| 2016-05-13 | rewrite fuzzy `on_unimplemented` matching to avoid ICEs | Ariel Ben-Yehuda | -64/+0 |
| 2016-05-13 | add cycle-reporting logic | Ariel Ben-Yehuda | -0/+30 |
| 2016-05-13 | rewrite obligation forest. cycles still handled incorrectly. | Ariel Ben-Yehuda | -10/+17 |
| 2016-05-13 | add UI testing framework | Niko Matsakis | -0/+133 |
| 2016-05-13 | mir: always allow &mut [...] in static mut regardless of the array length. | Eduard Burtescu | -0/+1 |
| 2016-05-13 | Allow repr attribute on single variant enum. | Luqman Aden | -0/+18 |
| 2016-05-13 | Add compile-fail tests for error codes | ggomez | -0/+242 |
| 2016-05-13 | Auto merge of #33541 - eddyb:promote-only-temps, r=arielb1 | bors | -0/+24 |
| 2016-05-13 | Auto merge of #33596 - nikomatsakis:issue-33586-regr-assoc-type-path, r=eddyb | bors | -0/+26 |
| 2016-05-12 | Auto merge of #33450 - SiegeLord:dep_info_no_analysis, r=nrc | bors | -0/+23 |
| 2016-05-12 | Update errors to use new error format | Jonathan Turner | -45/+87 |
| 2016-05-12 | rustdoc: Fix missing type parameters on impls | Oliver Middleton | -0/+23 |
| 2016-05-12 | Improve derived implementations for enums with lots of fieldless variants | Björn Steinbrink | -0/+2 |
| 2016-05-12 | re-introduce a cache for ast-ty-to-ty | Niko Matsakis | -0/+26 |
| 2016-05-12 | Fix the sed invocation to also work with BSD sed. | Pavel Sountsov | -1/+1 |
| 2016-05-12 | Don't use env::current_exe with libbacktrace | Steven Fackler | -6/+10 |
| 2016-05-12 | typeck: if a private field exists, also check for a public method | Georg Brandl | -0/+24 |
| 2016-05-11 | Auto merge of #33169 - swgillespie:issue32829, r=eddyb | bors | -0/+88 |
| 2016-05-12 | Check the constants’ parameter environment | Simonas Kazlauskas | -0/+21 |
| 2016-05-11 | Rollup merge of #33401 - GuillaumeGomez:index_indication, r=pnkfelix | Guillaume Gomez | -0/+119 |
| 2016-05-11 | trans: Make collector handle the drop_in_place() intrinsic. | Michael Woerister | -0/+41 |
| 2016-05-11 | Add test for collecting items in statics | James Miller | -0/+23 |
| 2016-05-11 | trans: Don't try to place declarations during codegen unit partitioning. | Michael Woerister | -11/+11 |
| 2016-05-11 | Auto merge of #33556 - steveklabnik:rollup, r=steveklabnik | bors | -0/+51 |
| 2016-05-11 | Rollup merge of #33539 - nikomatsakis:static-error, r=pnkfelix | Steve Klabnik | -0/+36 |
| 2016-05-11 | Rollup merge of #33345 - birkenfeld:issue-31754, r=pnkfelix | Steve Klabnik | -0/+15 |
| 2016-05-11 | Improve weight algorithm and tests | ggomez | -8/+27 |
| 2016-05-11 | Improve error message for Index trait on slices | Guillaume Gomez | -0/+46 |
| 2016-05-11 | Extend rustc_on_unimplemented flag: if a message is available at an impl, thi... | ggomez | -0/+54 |
| 2016-05-11 | Auto merge of #33239 - eddyb:mir-temp-drops, r=arielb1 | bors | -9/+7 |
| 2016-05-11 | mir: drop temps outside-in by scheduling the drops inside-out. | Eduard Burtescu | -9/+7 |
| 2016-05-11 | Make LocalCrateReader private to creader. | Ms2ger | -2/+2 |
| 2016-05-11 | Hand ownership of the Definitions to map_crate. | Ms2ger | -2/+0 |
| 2016-05-10 | Add regression test for ICE in constant blocks | Sean Gillespie | -0/+88 |
| 2016-05-10 | Auto merge of #33425 - eddyb:rift, r=nikomatsakis | bors | -2/+3 |
| 2016-05-10 | Auto merge of #33512 - birkenfeld:issue-25944, r=sanxiyn | bors | -0/+21 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -1/+2 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -2/+2 |
| 2016-05-10 | Auto merge of #33319 - birkenfeld:issue31424, r=jseyfried | bors | -0/+30 |
| 2016-05-10 | mir: don't attempt to promote Unpromotable constant temps. | Eduard Burtescu | -0/+24 |
| 2016-05-10 | Auto merge of #33488 - eddyb:trans-fixes, r=Aatch | bors | -3/+24 |