| Age | Commit message (Expand) | Author | Lines |
| 2015-04-23 | Create a struct to represent early-bound regions | Niko Matsakis | -2/+7 |
| 2015-04-23 | std: Remove deprecated/unstable num functionality | Alex Crichton | -2/+2 |
| 2015-04-14 | eddyb's refactoring of coercions/adjustments | Eduard Burtescu | -215/+59 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -1/+5 |
| 2015-04-01 | Refactored ty::ctxt so node_types mutations must go through ty methods. | Felix S. Klock II | -2/+2 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -18/+18 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -1/+1 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -7/+13 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -7/+13 |
| 2015-03-18 | Work around invalid spans in imported FileMaps | Michael Woerister | -0/+15 |
| 2015-03-17 | Move unsafety out of the subtyping relation and into coercion. | Niko Matsakis | -1/+10 |
| 2015-03-17 | Remove subtyping for object types and replace with an *upcast* coercion. | Niko Matsakis | -1/+11 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -6/+7 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -50/+13 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -4/+4 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -4/+49 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -1/+3 |
| 2015-03-03 | Auto merge of #22971 - lifthrasiir:metadata-reform, r=huonw | bors | -74/+44 |
| 2015-03-03 | metadata: Flatten `tag_table_id` and `tag_table_val` tags. | Kang Seonghoon | -63/+34 |
| 2015-03-03 | metadata: Implement relaxation of short RBML lengths. | Kang Seonghoon | -11/+10 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -1/+1 |
| 2015-02-24 | rustc: combine partial_def_map and last_private_map into def_map. | Eduard Burtescu | -3/+9 |
| 2015-02-24 | rustc_resolve: remove the distinction between DefStaticMethod and DefMethod. | Eduard Burtescu | -7/+2 |
| 2015-02-24 | rustc: use partially resolved definitions to replace the `T::A` hack. | Eduard Burtescu | -4/+0 |
| 2015-02-24 | rustc_resolve: use the visitor model more, remove redundant repeated lookups. | Eduard Burtescu | -3/+0 |
| 2015-02-24 | rustc: load DefAssociatedTy from cross-crate metadata. Fixes #20542. | Eduard Burtescu | -1/+2 |
| 2015-02-24 | Revert bogus rename from DefTrait to DefaultImpl. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -1/+1 |
| 2015-02-22 | Rename DefTrait to DefaultImpl | Flavio Percoco | -1/+1 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -2/+2 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -1/+1 |
| 2015-02-16 | rustc: qualify expressions in check_const for potential promotion. | Eduard Burtescu | -0/+14 |
| 2015-02-16 | rustc: use FromPrimitive for decoding astencode_tag. | Eduard Burtescu | -2/+3 |
| 2015-02-12 | Update metadata to reflect that predicates/schemes/trait-defs are now severed | Niko Matsakis | -12/+1 |
| 2015-02-11 | Added DestructionScope variant to CodeExtent, representing the area | Felix S. Klock II | -0/+6 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -16/+16 |
| 2015-02-02 | Auto merge of #21647 - alfie:suffix-medium, r=alexcrichton | bors | -10/+10 |
| 2015-02-01 | Separate out the unboxed closure table into two tables, so that we can | Niko Matsakis | -58/+39 |
| 2015-02-01 | More deprecating of i/u suffixes in libraries | Alfie John | -10/+10 |
| 2015-01-30 | Remove the capture mode map and just store the capture mode for individual va... | Niko Matsakis | -41/+25 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -2/+2 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -2/+2 |
| 2015-01-29 | Rollup merge of #21626 - Ms2ger:various-cleanup, r=eddyb | Manish Goregaokar | -1/+1 |
| 2015-01-28 | Fix a latent bug in trait dispatch where we sometimes counted associated types | Niko Matsakis | -4/+4 |
| 2015-01-28 | Remove a custom variant of iter::Cloned. | Ms2ger | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -1/+1 |
| 2015-01-26 | librustc: remove unused DefUpvar field. | Eduard Burtescu | -4/+2 |