| Age | Commit message (Expand) | Author | Lines |
| 2014-03-07 | std: stop `vec!()` warning about unused mutability. | Huon Wilson | -3/+5 |
| 2014-03-06 | auto merge of #12746 : alexcrichton/rust/issue-12743, r=brson | bors | -12/+13 |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -97/+128 |
| 2014-03-06 | collections: Correct with_capacity_and_hasher | Alex Crichton | -12/+13 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -195/+364 |
| 2014-03-06 | auto merge of #12738 : alexcrichton/rust/needstest, r=brson,just | bors | -0/+340 |
| 2014-03-06 | auto merge of #12737 : alexcrichton/rust/issue-12736, r=brson | bors | -2/+1 |
| 2014-03-06 | auto merge of #12732 : klutzy/rust/this-is-windows, r=alexcrichton | bors | -2/+4 |
| 2014-03-06 | test: Add some tests for closed issues | Alex Crichton | -0/+340 |
| 2014-03-06 | rustdoc: Don't escape contents of headers | Alex Crichton | -2/+1 |
| 2014-03-06 | Added missing possessive apostrophe. | Mike Boutin | -1/+1 |
| 2014-03-07 | rustc: Get LLVM error message safely | klutzy | -2/+4 |
| 2014-03-06 | auto merge of #12727 : lifthrasiir/rust/buffalo-buffalo, r=huonw | bors | -29/+29 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -29/+29 |
| 2014-03-06 | auto merge of #12719 : alexcrichton/rust/fix-llvm-33, r=brson | bors | -4/+32 |
| 2014-03-06 | auto merge of #12714 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton | bors | -72/+155 |
| 2014-03-06 | auto merge of #12705 : alexcrichton/rust/issue-12692, r=brson | bors | -45/+136 |
| 2014-03-05 | auto merge of #12687 : alexcrichton/rust/issue-12681, r=huonw | bors | -24/+105 |
| 2014-03-06 | debuginfo: Add test case for limited debuginfo | Michael Woerister | -0/+52 |
| 2014-03-06 | debuginfo: Expose limited debuginfo in command line options | Michael Woerister | -54/+69 |
| 2014-03-06 | debuginfo: Re-introduce the notion of line-table-only debuginfo. | Michael Woerister | -23/+39 |
| 2014-03-05 | rustdoc: Add anchors to section headers | Alex Crichton | -24/+105 |
| 2014-03-05 | std: Move libnative task count bookkeeping to std | Alex Crichton | -12/+49 |
| 2014-03-05 | Fix ICE on statics with fancy nullable enums. | Jed Davis | -13/+28 |
| 2014-03-05 | rustc: Fix support for LLVM 3.3 | Alex Crichton | -4/+32 |
| 2014-03-05 | auto merge of #12718 : thestinger/rust/min_max, r=alexcrichton | bors | -3/+35 |
| 2014-03-05 | stats: fix handling of NaN in `min` and `max` | Daniel Micay | -3/+11 |
| 2014-03-05 | add tests for `min` and `max` from `Float` | Daniel Micay | -0/+24 |
| 2014-03-05 | auto merge of #12715 : dmski/rust/no-extern-fn-pat, r=alexcrichton | bors | -0/+35 |
| 2014-03-06 | Disallowed patterns in extern fn declarations. | Dmitry Promsky | -0/+35 |
| 2014-03-05 | auto merge of #12711 : edwardw/rust/mtwt, r=pcwalton | bors | -562/+558 |
| 2014-03-05 | native: Fix usage of a deallocated mutex | Alex Crichton | -16/+36 |
| 2014-03-05 | native: Move from usleep() to nanosleep() | Alex Crichton | -6/+22 |
| 2014-03-05 | native: Stop using readdir() | Alex Crichton | -11/+29 |
| 2014-03-05 | auto merge of #12700 : thestinger/rust/float, r=cmr | bors | -90/+43 |
| 2014-03-05 | consistently use LLVM floating point intrinsics | Daniel Micay | -87/+18 |
| 2014-03-05 | add correct floating point `min` and `max` methods. | Daniel Micay | -3/+25 |
| 2014-03-05 | Refactor and fix FIXME's in mtwt hygiene code | Edward Wang | -562/+558 |
| 2014-03-05 | Str::slice_chars() is O(end), not O(end - begin) | Simon Sapin | -2/+2 |
| 2014-03-04 | auto merge of #12491 : eddyb/rust/deref, r=nikomatsakis | bors | -138/+520 |
| 2014-03-04 | auto merge of #12300 : DaGenix/rust/uppercase-variable-lint, r=alexcrichton | bors | -605/+698 |
| 2014-03-05 | Emit the uppercase variable lint for struct fields that have names with upper... | Palmer Cox | -1/+26 |
| 2014-03-05 | Allow uppercase_variables in libstd/libc.rs | Palmer Cox | -0/+1 |
| 2014-03-04 | auto merge of #12671 : nick29581/rust/expand, r=sfackler | bors | -6/+15 |
| 2014-03-04 | auto merge of #12688 : alexcrichton/rust/fix-some-link-args, r=brson | bors | -6/+31 |
| 2014-03-04 | Rename struct fields with uppercase characters in their names to use lowercase | Palmer Cox | -68/+68 |
| 2014-03-04 | Add lint for variable names that contain uppercase characters | Palmer Cox | -1/+68 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -541/+541 |
| 2014-03-04 | Expand nested items within a backtrace. | Nick Cameron | -6/+15 |
| 2014-03-04 | auto merge of #12697 : thestinger/rust/vec, r=huonw | bors | -0/+3 |