| Age | Commit message (Expand) | Author | Lines |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -156/+156 |
| 2015-03-25 | rustc: Remove support for int/uint | Alex Crichton | -2/+2 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -12/+20 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -4/+4 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -5/+5 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -4/+4 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-03-16 | Improve error handling in libflate | Tobias Bucher | -2/+2 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 |
| 2015-03-13 | Auto merge of #23292 - alexcrichton:stabilize-io, r=aturon | bors | -38/+49 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -38/+49 |
| 2015-03-12 | rustdoc: Fix ICE with cross-crate default impls | Alex Crichton | -1/+11 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -21/+18 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -2/+2 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -42/+17 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -15/+11 |
| 2015-03-09 | Auto merge of #23038 - nikomatsakis:issue-22978-defaulted-coherence, r=flaper87 | bors | -9/+16 |
| 2015-03-09 | remove uses of as_slice where deref coercions can be used | Richo Healey | -1/+1 |
| 2015-03-06 | Change the data structures for tracking defaulted traits. In the tcx, we | Niko Matsakis | -9/+16 |
| 2015-03-06 | Auto merge of #22899 - huonw:macro-stability, r=alexcrichton | bors | -0/+4 |
| 2015-03-05 | Auto merge of #23031 - Manishearth:rollup, r=Manishearth | bors | -2/+2 |
| 2015-03-05 | Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakis | bors | -63/+48 |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -0/+4 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -80/+85 |
| 2015-03-04 | Separate supertrait collection from processing a `TraitDef`. This allows | Niko Matsakis | -63/+48 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -6/+196 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -2/+2 |
| 2015-03-03 | Change span_help calls to fileline_help where appropriate | Ivan Radanov Ivanov | -2/+2 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -2/+2 |
| 2015-03-03 | metadata: Bump the metadata encoding version. | Kang Seonghoon | -1/+1 |
| 2015-03-03 | metadata: Flatten `tag_table_id` and `tag_table_val` tags. | Kang Seonghoon | -2/+1 |
| 2015-03-03 | metadata: Implement relaxation of short RBML lengths. | Kang Seonghoon | -59/+66 |
| 2015-03-03 | metadata: New tag encoding scheme. | Kang Seonghoon | -141/+140 |
| 2015-03-03 | metadata: Avoid the use of raw `wr_str` or `write_all`. | Kang Seonghoon | -151/+70 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -2/+2 |
| 2015-03-02 | Remove the synthetic "region bound" from closures and instead update how | Niko Matsakis | -5/+2 |
| 2015-02-27 | std: Deprecated the `old_io::extensions` module | Alex Crichton | -7/+12 |
| 2015-02-25 | Auto merge of #22796 - Manishearth:rollup, r=Manishearth | bors | -10/+9 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -3/+4 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -49/+35 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -3/+4 |
| 2015-02-24 | Rework trait-bound-conversion so be based on the AST and rework collect | Niko Matsakis | -0/+16 |
| 2015-02-24 | Remove bounds struct from TypeParameterDef. Bounds information is now | Niko Matsakis | -28/+32 |
| 2015-02-24 | style nitpicks | Oliver Schneider | -7/+5 |
| 2015-02-24 | Fix fallout from rebasing. | Eduard Burtescu | -2/+2 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | rustc: combine partial_def_map and last_private_map into def_map. | Eduard Burtescu | -3/+1 |
| 2015-02-24 | rustc_resolve: remove the distinction between DefStaticMethod and DefMethod. | Eduard Burtescu | -23/+6 |