| Age | Commit message (Expand) | Author | Lines |
| 2014-02-24 | Remove some obsolete ignored tests | Florian Hahn | -150/+0 |
| 2014-02-24 | Gate default type parameter overrides. | Eduard Burtescu | -5/+4 |
| 2014-02-24 | auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw | bors | -3/+5 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -3/+5 |
| 2014-02-23 | auto merge of #12328 : nick29581/rust/abi, r=alexcrichton | bors | -4/+4 |
| 2014-02-24 | All uses of `extern fn` should mean `extern "C" fn`. Closes #9309. | Nick Cameron | -4/+4 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -0/+78 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -1/+1 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -4/+7 |
| 2014-02-22 | auto merge of #11863 : erickt/rust/hash, r=acrichto | bors | -0/+104 |
| 2014-02-22 | auto merge of #12366 : aepsil0n/rust/feature/unnecessary_parens_around_assign... | bors | -0/+3 |
| 2014-02-22 | auto merge of #12441 : kud1ing/rust/backticks, r=brson | bors | -2/+2 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -0/+3 |
| 2014-02-22 | auto merge of #12437 : alexcrichton/rust/travis-yml, r=brson | bors | -0/+1 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -0/+104 |
| 2014-02-21 | auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichton | bors | -0/+17 |
| 2014-02-21 | backticks | kud1ing | -2/+2 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -0/+3 |
| 2014-02-20 | Add a Travis-CI configuration for the repo | Alex Crichton | -0/+1 |
| 2014-02-20 | Re-work loading crates with nicer errors | Alex Crichton | -0/+45 |
| 2014-02-20 | auto merge of #12405 : kud1ing/rust/backticks, r=huonw | bors | -6/+6 |
| 2014-02-20 | auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmr | bors | -0/+59 |
| 2014-02-20 | rustc: avoid compiler generated `unsafe` blocks leaking. | Huon Wilson | -0/+17 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -18/+42 |
| 2014-02-19 | adjust to currently used style | kud1ing | -6/+6 |
| 2014-02-19 | Tweak how preference factors into linkage | Alex Crichton | -0/+59 |
| 2014-02-19 | auto merge of #12370 : rcxdude/rust/macro_fix, r=alexcrichton | bors | -0/+19 |
| 2014-02-18 | auto merge of #12245 : nick29581/rust/priv2, r=alexcrichton | bors | -0/+157 |
| 2014-02-19 | Make priavcy checking aware that a `use` directive can point to two defintion... | Nick Cameron | -0/+157 |
| 2014-02-18 | auto merge of #12336 : kballard/rust/mutexarc-no-freeze, r=alexcrichton | bors | -26/+0 |
| 2014-02-18 | Avoid returning original macro if expansion fails. | Douglas Young | -0/+19 |
| 2014-02-18 | auto merge of #12351 : kud1ing/rust/backticks, r=alexcrichton | bors | -3/+3 |
| 2014-02-17 | backticks for syntax elements | kud1ing | -3/+3 |
| 2014-02-17 | Remove the compile-fail test that's now obsolete | Kevin Ballard | -26/+0 |
| 2014-02-17 | Forbid use of generics with foreign functions. Closes #10353. | Nick Cameron | -0/+15 |
| 2014-02-15 | auto merge of #12301 : FlaPer87/rust/issue-8893, r=alexcrichton | bors | -0/+19 |
| 2014-02-16 | Add test and close #8893 | Flavio Percoco | -0/+19 |
| 2014-02-15 | auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard | bors | -116/+116 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -3/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -116/+116 |
| 2014-02-14 | Test fixes and rebase conflicts from rollups | Alex Crichton | -1/+5 |
| 2014-02-14 | Ensure an error is raised on infinite recursion | Flavio Percoco | -0/+24 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -4/+4 |
| 2014-02-13 | Remove obsolete warnings for `extern mod` | Flavio Percoco | -5/+0 |
| 2014-02-13 | Replace `extern mod` with `extern crate` | Flavio Percoco | -0/+28 |
| 2014-02-12 | auto merge of #12165 : fhahn/rust/change-some-tests, r=alexcrichton | bors | -44/+13 |
| 2014-02-12 | Reenable some ignored test cases | Florian Hahn | -44/+13 |
| 2014-02-12 | auto merge of #12190 : alexcrichton/rust/fix-snap-again, r=brson | bors | -5/+5 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -1/+1 |