| Age | Commit message (Expand) | Author | Lines |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -9/+0 |
| 2014-11-26 | Rote changes due to the fact that ast paths no longer carry this extraneous b... | Niko Matsakis | -1/+1 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -5/+3 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -1/+1 |
| 2014-11-23 | Remove type parameters from ExprField and ExprTupField | Adolfo OchagavĂa | -11/+7 |
| 2014-11-21 | unicode: Rename UnicodeChar::is_digit to is_numeric | Brian Anderson | -1/+1 |
| 2014-11-19 | rollup merge of #19073: jakub-/issue-19069 | Jakub Bukaj | -4/+4 |
| 2014-11-19 | rustc: middle: remove obsolete ty::get. | Eduard Burtescu | -8/+8 |
| 2014-11-19 | rustc: fix fallout of adding the `'tcx` lifetime to `Ty`. | Eduard Burtescu | -7/+8 |
| 2014-11-19 | rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere. | Eduard Burtescu | -8/+9 |
| 2014-11-18 | Feature gate non-ASCII lifetime identifiers | Jakub Bukaj | -4/+4 |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -2/+1 |
| 2014-11-18 | rollup merge of #18910: aturon/borrow-traits | Jakub Bukaj | -4/+4 |
| 2014-11-18 | rollup merge of #18890: luqmana/tf | Jakub Bukaj | -0/+1 |
| 2014-11-17 | librustc: Whitelist linkage attribute for unused attribute lint since it's pr... | Luqman Aden | -0/+1 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -4/+4 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+5 |
| 2014-11-17 | auto merge of #18914 : Gankro/rust/cloned, r=aturon | bors | -2/+2 |
| 2014-11-16 | auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub- | bors | -1/+14 |
| 2014-11-16 | fallout from deprecating find_copy and get_copy | Alexis Beingessner | -2/+2 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -1/+4 |
| 2014-11-16 | Try to remove ty_nil, some kind of error in exhaustiveness checking | Niko Matsakis | -1/+1 |
| 2014-11-15 | Un-feature gate struct variants | Steven Fackler | -1/+14 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -0/+1 |
| 2014-11-13 | auto merge of #18872 : hirschenberger/rust/master, r=thestinger | bors | -1/+1 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -0/+1 |
| 2014-11-11 | Set exceeding bitshifts lint to deny | Falco Hirschenberger | -1/+1 |
| 2014-11-10 | Use FnvHashMap instead of HashMap in rustc | Ariel Ben-Yehuda | -13/+13 |
| 2014-11-07 | Update parser with `for` syntax | Niko Matsakis | -2/+2 |
| 2014-11-06 | rollup merge of #18679 : brson/lint-trait | Alex Crichton | -27/+54 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -13/+13 |
| 2014-11-06 | auto merge of #18608 : alexcrichton/rust/lint-some-crates, r=aturon | bors | -27/+48 |
| 2014-11-05 | rustc: Add some more checks to the stability lint | Brian Anderson | -27/+54 |
| 2014-11-04 | rustc: Support stability attributes on crates | Alex Crichton | -27/+48 |
| 2014-11-04 | Update some new use of the old targ_cfg | Corey Richardson | -2/+2 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -2/+2 |
| 2014-11-04 | auto merge of #18596 : alexcrichton/rust/rollup, r=alexcrichton | bors | -12/+12 |
| 2014-11-03 | rollup merge of #18593 : hirschenberger/issue-18587 | Alex Crichton | -7/+7 |
| 2014-11-03 | rollup merge of #18580 : hirschenberger/issue-17713 | Alex Crichton | -3/+3 |
| 2014-11-04 | Fix for bitshift errors lint on cross compilation #18587 | Falco Hirschenberger | -7/+7 |
| 2014-11-03 | rollup merge of #18318 : arielb1/transmute-cleanup | Alex Crichton | -2/+2 |
| 2014-11-03 | auto merge of #18589 : alexcrichton/rust/issue-18587-warn, r=jakub- | bors | -1/+1 |
| 2014-11-03 | rustc: Set the exceeding_bitshifts lint to Allow | Alex Crichton | -1/+1 |
| 2014-11-03 | Clean-up transmutes in librustc | Ariel Ben-Yehuda | -2/+2 |
| 2014-11-03 | Also fix undefined behaviour when shift equals the number of bits | Falco Hirschenberger | -3/+3 |
| 2014-11-03 | rollup merge of #18519 : Gankro/collect-smash | Alex Crichton | -1/+1 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -1/+1 |
| 2014-11-01 | Add lint for checking exceeding bitshifts #17713 | Falco Hirschenberger | -2/+54 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -4/+4 |
| 2014-10-30 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |