summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-01-06auto merge of #11332 : sfackler/rust/de-at-se, r=huonwbors-61/+60
2014-01-06auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichtonbors-274/+331
2014-01-06auto merge of #11161 : eddyb/rust/de-at-visitor, r=huonwbors-1141/+1038
2014-01-06Disowned the Visitor.Eduard Burtescu-1141/+1038
2014-01-06auto merge of #11321 : huonw/rust/treemap-mut, r=alexcrichtonbors-155/+343
2014-01-06auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichtonbors-7/+18
2014-01-06auto merge of #11315 : alexcrichton/rust/issue-11309, r=huonwbors-1/+33
2014-01-06Don't wait for a full buffer when reading TCPAlex Crichton-4/+25
2014-01-05Guarantee that native tasks wait for childrenAlex Crichton-1/+33
2014-01-06librustc: tidy cleanupYoung-il Choi-1/+1
2014-01-06librustc: add get_system_tools for target specific environmentYoung-il Choi-17/+24
2014-01-06librustc: move target dependent logic to back::linkYoung-il Choi-8/+18
2014-01-06librustc: ar call fix to support android cross compile on macYoung-il Choi-1/+9
2014-01-05Fix some warningsCorey Richardson-4/+3
2014-01-05std: mark some modules as unstableCorey Richardson-2/+9
2014-01-05tidy: spew less chaffCorey Richardson-1/+3
2014-01-05Remove a fixmeCorey Richardson-2/+28
2014-01-05Add tidy support for snapshotsCorey Richardson-34/+49
2014-01-05Remove a fixmeCorey Richardson-1/+3
2014-01-05Use ~-objects instead of @-objects for syntax extsSteven Fackler-61/+60
2014-01-06Revert "std: adjust requested stack size for thread-local storage."Huon Wilson-41/+1
2014-01-05auto merge of #11313 : alexcrichton/rust/fix-native-failure, r=pcwaltonbors-1/+24
2014-01-05auto merge of #11304 : alexcrichton/rust/eintr, r=brsonbors-70/+108
2014-01-05Don't abort the process in native::startAlex Crichton-1/+24
2014-01-05Handle EINTR throughout libnativeAlex Crichton-70/+108
2014-01-06Do not ignore errors running llvm-configSeo Sanghyeon-1/+1
2014-01-06extra::treemap: share code between the mutable and immutable iterators.Huon Wilson-271/+205
2014-01-06extra::treemap: remove mutate_values, replaced by .mut_iter().Huon Wilson-23/+0
2014-01-06extra::treemap: add mutable-value iterators.Huon Wilson-1/+278
2014-01-05Fix some of the testcasesNiels langager Ellegaard-4/+4
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-7/+18
2014-01-05Move command line parsing to parse_args.rsNiels langager Ellegaard-160/+219
2014-01-05Move syslog to BuildContextNiels langager Ellegaard-32/+20
2014-01-05Command is now an enumNiels langager Ellegaard-88/+98
2014-01-05auto merge of #11297 : sfackler/rust/de-jank-encoder-2, r=alexcrichtonbors-4/+0
2014-01-04auto merge of #11316 : vadimcn/rust/arm-ehabi, r=alexcrichtonbors-6/+12
2014-01-04Stop padding metadataSteven Fackler-4/+0
2014-01-04auto merge of #11314 : adridu59/rust/patch-license, r=brsonbors-59/+20
2014-01-04auto merge of #11310 : Dretch/rust/write_char, r=alexcrichtonbors-0/+18
2014-01-04Condition EH ABI on target_arch, not target_os.Vadim Chugunov-6/+12
2014-01-04auto merge of #11290 : alexcrichton/rust/testname, r=brsonbors-0/+5
2014-01-04auto merge of #11188 : brson/rust/noderef, r=brsonbors-753/+604
2014-01-04rustc: Add error about obsolete struct derefBrian Anderson-0/+25
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-670/+590
2014-01-04auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichtonbors-1/+41
2014-01-04Don't allow single-variant enums to be dereferenced. #6246Brian Anderson-97/+3
2014-01-04etc: licenseck: don't hardcode a specific yearAdrien Tétar-59/+20
2014-01-04auto merge of #11301 : vadimcn/rust/fix-android, r=brsonbors-46/+113
2014-01-04auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwaltonbors-5/+38
2014-01-04auto merge of #11299 : brson/rust/exp10, r=pcwaltonbors-0/+5