| Age | Commit message (Expand) | Author | Lines |
| 2014-09-22 | auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton | bors | -156/+129 |
| 2014-09-18 | syntax: use an index in CodeMap instead of Gc for ExpnInfo. | Eduard Burtescu | -2/+1 |
| 2014-09-17 | doc: Remove "see above". | Jonas Hietala | -4/+3 |
| 2014-09-17 | doc: Backticks and spelling mistakes. | Jonas Hietala | -13/+13 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -149/+123 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -10/+10 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -275/+253 |
| 2014-08-31 | auto merge of #16788 : Manishearth/rust/raw-ptr-syntax-ty, r=huonw | bors | -1/+5 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+6 |
| 2014-08-27 | Allow *-pointers in PtrTy (fixes #16781) | Manish Goregaokar | -1/+5 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+1 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -4/+13 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -2/+7 |
| 2014-08-08 | auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw | bors | -2/+2 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -2/+2 |
| 2014-08-07 | Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`, | Niko Matsakis | -7/+16 |
| 2014-08-05 | Fixes missing overflow lint for i64 #14269 | Falco Hirschenberger | -1/+1 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-07-19 | Fixed lifetimes on syntax deriving structs, implemented Clone | Dzmitry Malyshau | -2/+6 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -7/+20 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -1/+3 |
| 2014-07-16 | libsyntax: Remove `Send` from `PtrTy` in `deriving`. | Patrick Walton | -6/+0 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -7/+7 |
| 2014-07-11 | Removed dead structures after changes to PartialOrd/Ord derivings. | Felix S. Klock II | -352/+29 |
| 2014-07-11 | `O(n*k)` code-size deriving on enums (better than previous `O(n^k)`). | Felix S. Klock II | -43/+455 |
| 2014-07-11 | Revise the `const_nonmatching` flag with more info about author's intent. | Felix S. Klock II | -23/+40 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -249/+244 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -5/+9 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -16/+14 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -1/+1 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -18/+9 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -5/+99 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -2/+2 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -134/+173 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-06-02 | auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichton | bors | -7/+7 |
| 2014-06-02 | auto merge of #14509 : klutzy/rust/de-pub-use-glob, r=alexcrichton | bors | -2/+17 |
| 2014-06-02 | syntax: Remove use of `pub use` globs | klutzy | -2/+17 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -7/+7 |
| 2014-06-02 | Fix deriving Encodable trait for unit structs | Piotr Jawniak | -0/+8 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-31 | syntax: Fix an accidental hyperlink in a comment | Alex Crichton | -1/+1 |
| 2014-05-30 | syntax: Prepare for Total{Eq,Ord} => {Eq,Ord} | Alex Crichton | -6/+7 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -13/+12 |
| 2014-05-29 | auto merge of #14427 : alexcrichton/rust/librand, r=huonw | bors | -2/+3 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -2/+3 |