| Age | Commit message (Expand) | Author | Lines |
| 2015-10-01 | Converted test to rpass. | Vadim Chugunov | -0/+15 |
| 2015-09-14 | Auto merge of #28392 - arielb1:sort-bounds-list, r=eddyb | bors | -0/+20 |
| 2015-09-13 | sort the existential bounds list in tydecode | Ariel Ben-Yehuda | -0/+20 |
| 2015-09-09 | Add test | Manish Goregaokar | -0/+38 |
| 2015-09-03 | Move lints to HIR | Manish Goregaokar | -10/+9 |
| 2015-09-01 | Remove the Modifier and Decorator kinds of syntax extensions. | Nick Cameron | -12/+0 |
| 2015-08-29 | Allow #[derive()] to generate unsafe trait impls | Michael Layzell | -0/+2 |
| 2015-08-15 | test: Fix tests for requiring issues | Alex Crichton | -43/+45 |
| 2015-08-14 | rustc: Allow changing the default allocator | Alex Crichton | -0/+149 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -1/+0 |
| 2015-08-12 | Fallout in tests -- we now report an error if you even reference a type | Niko Matsakis | -1/+0 |
| 2015-08-12 | stop cross-crate associated types from being imported | Ariel Ben-Yehuda | -0/+6 |
| 2015-08-12 | Auto merge of #27618 - dotdash:drop_fixes, r=luqmana | bors | -0/+23 |
| 2015-08-10 | trans: Stop informing LLVM about dllexport | Alex Crichton | -0/+3 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -3/+0 |
| 2015-08-07 | Fix ICE when trying to drop an unsized type from a different crate | Björn Steinbrink | -0/+23 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -4/+1 |
| 2015-08-03 | Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichton | bors | -0/+3 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -0/+3 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -0/+2 |
| 2015-07-28 | Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddyb | bors | -11/+7 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -11/+7 |
| 2015-07-28 | Auto merge of #27330 - alexcrichton:reenable-lto-syntax-extension, r=huonw | bors | -0/+36 |
| 2015-07-27 | test: Fix lto-syntax-extension | Alex Crichton | -0/+36 |
| 2015-07-26 | Revert "trans: Be a little more picky about dllimport" | Alex Crichton | -15/+0 |
| 2015-07-25 | Add cross-crate error message tests | Jared Roesch | -0/+19 |
| 2015-07-21 | trans: Be a little more picky about dllimport | Alex Crichton | -0/+15 |
| 2015-07-20 | Add test of cross-crate impl formatting | William Throwe | -0/+15 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -1/+1 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -0/+59 |
| 2015-07-07 | Auto merge of #26747 - huonw:stability-issue, r=alexcrichton | bors | -0/+20 |
| 2015-07-06 | rustc: implement `unstable(issue = "nnn")`. | Huon Wilson | -0/+20 |
| 2015-07-03 | After inferring regions, scan for any bounds that are due to a lifetime | Niko Matsakis | -0/+21 |
| 2015-06-30 | Actually encode default associated types | Ariel Ben-Yehuda | -0/+16 |
| 2015-06-25 | test: Use liblibc in lang-item-public | Alex Crichton | -28/+7 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 |
| 2015-06-17 | Auto merge of #26025 - alexcrichton:update-llvm, r=brson | bors | -1/+1 |
| 2015-06-16 | rustc: Update LLVM | Alex Crichton | -1/+1 |
| 2015-06-13 | Use `assert_eq!` instead of `assert!` in tests | petrochenkov | -8/+8 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -17/+17 |
| 2015-05-29 | New tests for cross-crate usages of const fn and so forth | Niko Matsakis | -0/+16 |
| 2015-05-29 | add const_fn features | Niko Matsakis | -0/+2 |
| 2015-05-27 | Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichton | bors | -2/+2 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -2/+2 |
| 2015-05-26 | Auto merge of #24657 - aochagavia:rustdoc, r=alexcrichton | bors | -0/+1 |
| 2015-05-26 | rustc_back: Don't pass 'u' to ar invocations | Alex Crichton | -0/+32 |
| 2015-05-25 | Rustdoc: ignore deref-inherited static methods | Adolfo Ochagavía | -0/+1 |
| 2015-05-24 | Auto merge of #25168 - Manishearth:register_attr, r=eddyb | bors | -0/+30 |
| 2015-05-22 | Let MultiItemDecorator take `&Annotatable` (fixes #25683) | Manish Goregaokar | -5/+5 |
| 2015-05-17 | Allow #[derive()] to generate unsafe methods | Manish Goregaokar | -0/+2 |