| Age | Commit message (Expand) | Author | Lines |
| 2015-04-30 | Fix zero-normalization of the pos of a `MultiByteChar`. | Felix S. Klock II | -1/+1 |
| 2015-04-23 | Create a struct to represent early-bound regions | Niko Matsakis | -6/+11 |
| 2015-04-23 | std: Remove deprecated/unstable num functionality | Alex Crichton | -40/+43 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -12/+12 |
| 2015-04-15 | rustc: fix a typo in letter to rustc | Richo Healey | -1/+1 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -7/+7 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -5/+5 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -1/+2 |
| 2015-04-08 | Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakis | bors | -1/+16 |
| 2015-04-07 | rustdoc: Improve handling inlined associated types | Alex Crichton | -1/+2 |
| 2015-04-06 | Auto merge of #23857 - phildawes:libsyntax_nopanic, r=nikomatsakis | bors | -1/+4 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -1/+4 |
| 2015-04-04 | Encode more precise scoping rules for function params. | Felix S. Klock II | -1/+16 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -17/+13 |
| 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 |