| Age | Commit message (Expand) | Author | Lines |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -4/+4 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -4/+4 |
| 2015-04-01 | Fallout in libsyntax/librustc: use newtype'd options for linked lists, | Niko Matsakis | -4/+3 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -1/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -1/+1 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -1/+1 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -2/+2 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -15/+5 |
| 2015-03-27 | rustc: Remove support for hyphens in crate names | Alex Crichton | -15/+5 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -158/+158 |
| 2015-03-27 | rollup merge of #23761: alexcrichton/remove-phase | Alex Crichton | -9/+0 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -1/+2 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -2/+1 |
| 2015-03-26 | rustc: Remove old #[phase] and #[plugin] | Alex Crichton | -9/+0 |
| 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 |