| Age | Commit message (Expand) | Author | Lines |
| 2014-01-06 | auto merge of #11332 : sfackler/rust/de-at-se, r=huonw | bors | -61/+60 |
| 2014-01-06 | auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichton | bors | -274/+331 |
| 2014-01-06 | auto merge of #11161 : eddyb/rust/de-at-visitor, r=huonw | bors | -1141/+1038 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -1141/+1038 |
| 2014-01-06 | auto merge of #11321 : huonw/rust/treemap-mut, r=alexcrichton | bors | -155/+343 |
| 2014-01-06 | auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichton | bors | -7/+18 |
| 2014-01-06 | auto merge of #11315 : alexcrichton/rust/issue-11309, r=huonw | bors | -1/+33 |
| 2014-01-06 | Don't wait for a full buffer when reading TCP | Alex Crichton | -4/+25 |
| 2014-01-05 | Guarantee that native tasks wait for children | Alex Crichton | -1/+33 |
| 2014-01-06 | librustc: tidy cleanup | Young-il Choi | -1/+1 |
| 2014-01-06 | librustc: add get_system_tools for target specific environment | Young-il Choi | -17/+24 |
| 2014-01-06 | librustc: move target dependent logic to back::link | Young-il Choi | -8/+18 |
| 2014-01-06 | librustc: ar call fix to support android cross compile on mac | Young-il Choi | -1/+9 |
| 2014-01-05 | Fix some warnings | Corey Richardson | -4/+3 |
| 2014-01-05 | std: mark some modules as unstable | Corey Richardson | -2/+9 |
| 2014-01-05 | tidy: spew less chaff | Corey Richardson | -1/+3 |
| 2014-01-05 | Remove a fixme | Corey Richardson | -2/+28 |
| 2014-01-05 | Add tidy support for snapshots | Corey Richardson | -34/+49 |
| 2014-01-05 | Remove a fixme | Corey Richardson | -1/+3 |
| 2014-01-05 | Use ~-objects instead of @-objects for syntax exts | Steven Fackler | -61/+60 |
| 2014-01-06 | Revert "std: adjust requested stack size for thread-local storage." | Huon Wilson | -41/+1 |
| 2014-01-05 | auto merge of #11313 : alexcrichton/rust/fix-native-failure, r=pcwalton | bors | -1/+24 |
| 2014-01-05 | auto merge of #11304 : alexcrichton/rust/eintr, r=brson | bors | -70/+108 |
| 2014-01-05 | Don't abort the process in native::start | Alex Crichton | -1/+24 |
| 2014-01-05 | Handle EINTR throughout libnative | Alex Crichton | -70/+108 |
| 2014-01-06 | Do not ignore errors running llvm-config | Seo Sanghyeon | -1/+1 |
| 2014-01-06 | extra::treemap: share code between the mutable and immutable iterators. | Huon Wilson | -271/+205 |
| 2014-01-06 | extra::treemap: remove mutate_values, replaced by .mut_iter(). | Huon Wilson | -23/+0 |
| 2014-01-06 | extra::treemap: add mutable-value iterators. | Huon Wilson | -1/+278 |
| 2014-01-05 | Fix some of the testcases | Niels langager Ellegaard | -4/+4 |
| 2014-01-05 | Make rustc's own lib directory configurable and change the default to rustlib... | Jan Niklas Hasse | -7/+18 |
| 2014-01-05 | Move command line parsing to parse_args.rs | Niels langager Ellegaard | -160/+219 |
| 2014-01-05 | Move syslog to BuildContext | Niels langager Ellegaard | -32/+20 |
| 2014-01-05 | Command is now an enum | Niels langager Ellegaard | -88/+98 |
| 2014-01-05 | auto merge of #11297 : sfackler/rust/de-jank-encoder-2, r=alexcrichton | bors | -4/+0 |
| 2014-01-04 | auto merge of #11316 : vadimcn/rust/arm-ehabi, r=alexcrichton | bors | -6/+12 |
| 2014-01-04 | Stop padding metadata | Steven Fackler | -4/+0 |
| 2014-01-04 | auto merge of #11314 : adridu59/rust/patch-license, r=brson | bors | -59/+20 |
| 2014-01-04 | auto merge of #11310 : Dretch/rust/write_char, r=alexcrichton | bors | -0/+18 |
| 2014-01-04 | Condition EH ABI on target_arch, not target_os. | Vadim Chugunov | -6/+12 |
| 2014-01-04 | auto merge of #11290 : alexcrichton/rust/testname, r=brson | bors | -0/+5 |
| 2014-01-04 | auto merge of #11188 : brson/rust/noderef, r=brson | bors | -753/+604 |
| 2014-01-04 | rustc: Add error about obsolete struct deref | Brian Anderson | -0/+25 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -670/+590 |
| 2014-01-04 | auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichton | bors | -1/+41 |
| 2014-01-04 | Don't allow single-variant enums to be dereferenced. #6246 | Brian Anderson | -97/+3 |
| 2014-01-04 | etc: licenseck: don't hardcode a specific year | Adrien Tétar | -59/+20 |
| 2014-01-04 | auto merge of #11301 : vadimcn/rust/fix-android, r=brson | bors | -46/+113 |
| 2014-01-04 | auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwalton | bors | -5/+38 |
| 2014-01-04 | auto merge of #11299 : brson/rust/exp10, r=pcwalton | bors | -0/+5 |