| Age | Commit message (Expand) | Author | Lines |
| 2014-03-13 | rustc: Prevent collisions in names of closures | Alex Crichton | -1/+6 |
| 2014-03-13 | Apply @nikomatsakis' nits and comments patch. | Eduard Burtescu | -15/+48 |
| 2014-03-13 | Introduce a common recursion limit for auto-dereference and monomorphization. | Eduard Burtescu | -4/+4 |
| 2014-03-13 | Implement automatic overloaded dereference. | Eduard Burtescu | -252/+234 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -14/+4 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -1/+1 |
| 2014-03-11 | rustc: Support various flavors of linkages | Alex Crichton | -37/+101 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -336/+550 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -199/+196 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -27/+29 |
| 2014-03-06 | rustc: Move mut slice check to `check_static` | Flavio Percoco | -1/+1 |
| 2014-03-06 | Allow mutable slices in statics. | xales | -3/+6 |
| 2014-03-06 | auto merge of #12727 : lifthrasiir/rust/buffalo-buffalo, r=huonw | bors | -1/+1 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -1/+1 |
| 2014-03-06 | auto merge of #12719 : alexcrichton/rust/fix-llvm-33, r=brson | bors | -4/+26 |
| 2014-03-06 | auto merge of #12714 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton | bors | -15/+20 |
| 2014-03-06 | debuginfo: Re-introduce the notion of line-table-only debuginfo. | Michael Woerister | -15/+20 |
| 2014-03-05 | Fix ICE on statics with fancy nullable enums. | Jed Davis | -13/+8 |
| 2014-03-05 | rustc: Fix support for LLVM 3.3 | Alex Crichton | -4/+26 |
| 2014-03-04 | auto merge of #12491 : eddyb/rust/deref, r=nikomatsakis | bors | -47/+26 |
| 2014-03-04 | Rename struct fields with uppercase characters in their names to use lowercase | Palmer Cox | -7/+7 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -306/+306 |
| 2014-03-05 | Allow overloading explicit dereferences. | Eduard Burtescu | -47/+26 |
| 2014-03-04 | auto merge of #12678 : lifthrasiir/rust/pluralize, r=alexcrichton | bors | -10/+7 |
| 2014-03-04 | rustc: Streamline error messages for i18n, using `plural` whenever possible. | Kang Seonghoon | -10/+7 |
| 2014-03-03 | syntax: make match arms store the expr directly. | Huon Wilson | -2/+2 |
| 2014-03-02 | Make visible types public in rustc | Steven Fackler | -7/+7 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -47/+119 |
| 2014-03-01 | Merge pull request #12636 from chromatic/fixup_trans_fail | bors | -55/+9 |
| 2014-03-01 | auto merge of #12639 : luqmana/rust/struct-variant-pat, r=pcwalton | bors | -2/+2 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -1/+1 |
| 2014-02-28 | Cleaned up trans_fail functions, per eddyb request. | chromatic | -55/+9 |
| 2014-02-28 | librustc: Pass the node id so we don't fail on destructing struct variants. F... | Luqman Aden | -2/+2 |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -14/+13 |
| 2014-02-28 | rustc: Simplify crate loading constraints | Alex Crichton | -1/+1 |
| 2014-02-27 | rustc: Remove codemap and reachable from metadata encoder | Brian Anderson | -2/+0 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -139/+107 |
| 2014-02-26 | Rename a few typeck method-related structures to UpperCamelCase. | Eduard Burtescu | -3/+3 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -4/+3 |
| 2014-02-24 | Mark by-value parameters that are passed on the stack as nocapture | Björn Steinbrink | -0/+1 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -4/+3 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -1/+1 |
| 2014-02-23 | auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmr | bors | -4/+4 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -4/+4 |
| 2014-02-24 | flate: return CVec<u8> rather than copying into a new vector. | Huon Wilson | -1/+1 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -4/+4 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -8/+8 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -4/+2 |
| 2014-02-21 | auto merge of #12411 : Arcterus/rust/time, r=alexcrichton | bors | -1/+2 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -1/+2 |