| Age | Commit message (Expand) | Author | Lines |
| 2014-03-10 | auto merge of #12766 : TeXitoi/rust/fix-shootout-spectralnorm, r=alexcrichton | bors | -11/+18 |
| 2014-03-10 | auto merge of #12652 : rcxdude/rust/hexfloatext, r=alexcrichton | bors | -0/+93 |
| 2014-03-10 | Implement hexadecimal floating point literals via a syntax extension | Douglas Young | -0/+93 |
| 2014-03-10 | libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` and... | Piotr Czarnecki | -4/+4 |
| 2014-03-09 | borrowck: classify expressions as assignees, uses or both | Edward Wang | -3/+56 |
| 2014-03-09 | fix shootout-spectralnorm, broken since Arc cannot unwrap. | Guillaume Pinot | -11/+18 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -125/+14 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -26/+43 |
| 2014-03-06 | rustc: Move mut slice check to `check_static` | Flavio Percoco | -2/+7 |
| 2014-03-06 | Allow mutable slices in statics. | xales | -0/+31 |
| 2014-03-06 | test: Add some tests for closed issues | Alex Crichton | -0/+340 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -3/+3 |
| 2014-03-06 | auto merge of #12714 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton | bors | -2/+54 |
| 2014-03-06 | auto merge of #12705 : alexcrichton/rust/issue-12692, r=brson | bors | -0/+52 |
| 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 | -2/+2 |
| 2014-03-05 | std: Move libnative task count bookkeeping to std | Alex Crichton | -0/+30 |
| 2014-03-05 | Fix ICE on statics with fancy nullable enums. | Jed Davis | -0/+20 |
| 2014-03-06 | Disallowed patterns in extern fn declarations. | Dmitry Promsky | -0/+24 |
| 2014-03-05 | native: Fix usage of a deallocated mutex | Alex Crichton | -0/+22 |
| 2014-03-04 | auto merge of #12491 : eddyb/rust/deref, r=nikomatsakis | bors | -0/+280 |
| 2014-03-04 | auto merge of #12300 : DaGenix/rust/uppercase-variable-lint, r=alexcrichton | bors | -0/+40 |
| 2014-03-05 | Emit the uppercase variable lint for struct fields that have names with upper... | Palmer Cox | -0/+6 |
| 2014-03-04 | auto merge of #12688 : alexcrichton/rust/fix-some-link-args, r=brson | bors | -0/+30 |
| 2014-03-04 | Add lint for variable names that contain uppercase characters | Palmer Cox | -0/+34 |
| 2014-03-05 | Allow overloading explicit dereferences. | Eduard Burtescu | -0/+280 |
| 2014-03-04 | Cleaned up `std::any` | Marvin Löbel | -1/+2 |
| 2014-03-04 | rustc: Streamline error messages for i18n, using `plural` whenever possible. | Kang Seonghoon | -2/+2 |
| 2014-03-03 | auto merge of #12665 : alexcrichton/rust/fix-snap-again, r=huonw | bors | -0/+2 |
| 2014-03-03 | test: Ignore some more syntax extension tests | Alex Crichton | -0/+4 |
| 2014-03-02 | auto merge of #12659 : alexcrichton/rust/fix-snap, r=sfackler | bors | -0/+2 |
| 2014-03-02 | test: Ignore some phase(syntax) tests | Alex Crichton | -0/+2 |
| 2014-03-02 | Expand string literals and exprs inside of macros | Steven Fackler | -1/+32 |
| 2014-03-02 | auto merge of #12645 : alexcrichton/rust/invalid-libraries, r=brson | bors | -0/+19 |
| 2014-03-01 | rustc: Better error when loading invalid libraries | Alex Crichton | -0/+19 |
| 2014-03-01 | auto merge of #12630 : alexcrichton/rust/flush-buffered, r=brson | bors | -5/+4 |
| 2014-03-01 | auto merge of #12641 : sfackler/rust/issue-11552, r=huonw | bors | -0/+29 |
| 2014-03-01 | std: Switch stdout/stderr to buffered by default | Alex Crichton | -5/+4 |
| 2014-03-01 | Add a test for #11552 | Steven Fackler | -0/+29 |
| 2014-03-01 | auto merge of #12639 : luqmana/rust/struct-variant-pat, r=pcwalton | bors | -0/+29 |
| 2014-03-01 | auto merge of #12638 : luqmana/rust/op-no-ref, r=alexcrichton | bors | -0/+33 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -44/+64 |
| 2014-03-01 | librustc: Don't ICE when operator traits are not implemented properly. Fixes ... | Luqman Aden | -0/+33 |
| 2014-02-28 | librustc: Pass the node id so we don't fail on destructing struct variants. F... | Luqman Aden | -0/+29 |
| 2014-02-28 | syntax: Expand format!() deterministically | Alex Crichton | -0/+16 |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -0/+76 |
| 2014-03-01 | rustc: implement a lint for publicly visible private types. | Huon Wilson | -0/+130 |
| 2014-02-27 | auto merge of #12614 : alexcrichton/rust/rollup, r=alexcrichton | bors | -0/+44 |
| 2014-02-27 | auto merge of #12348 : brunoabinader/rust/libcollections-list-refactory, r=al... | bors | -9/+9 |
| 2014-02-27 | rustc: Move local native libs back in link-args | Alex Crichton | -0/+44 |