summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-04-13auto merge of #13452 : Ryman/rust/fix_uint_as_u, r=alexcrichtonbors-28/+59
2014-04-13auto merge of #13471 : Ryman/rust/feature_syntax_error, r=brsonbors-2/+2
2014-04-13auto merge of #13469 : kmcallister/rust/utf16, r=huonwbors-44/+126
2014-04-13auto merge of #13468 : alexcrichton/rust/issue-13467, r=thestingerbors-2/+46
2014-04-13auto merge of #13463 : alexcrichton/rust/c-linkage-oh-my, r=brsonbors-5/+92
2014-04-12auto merge of #13461 : eddyb/rust/cleanup-at-fn, r=luqmanabors-552/+334
2014-04-12auto merge of #13460 : SimonSapin/rust/patch-9, r=alexcrichtonbors-3/+3
2014-04-12auto merge of #13455 : alexcrichton/rust/jettison-timerfd, r=brsonbors-333/+6
2014-04-13libsyntax: update helper to stringify TyU* and TyI* to take into account havi...Kevin Butler-28/+59
2014-04-12auto merge of #13459 : alexcrichton/rust/stop-ignoring-ffi, r=sfacklerbors-23/+58
2014-04-12native: Remove timerfd implementation on linuxAlex Crichton-333/+6
2014-04-12auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brsonbors-227/+232
2014-04-12doc: Un-ignore lots of guide-ffi testsAlex Crichton-23/+58
2014-04-12doc: design changes cleanupsAdrien Tétar-112/+39
2014-04-12fixed issuesDaniel Fagnan-17/+35
2014-04-12Tweaked the design to be a lot cleaner.Daniel Fagnan-29/+126
2014-04-12Append missing padding after last field of structStepan Koltsov-12/+104
2014-04-12Check bounds when looking up type parametersEdward Wang-12/+36
2014-04-12std: update & de-~[] path's tests.Huon Wilson-57/+42
2014-04-12std: migrate path::windows to using StrBuf internally.Huon Wilson-64/+97
2014-04-12std: migrate path::unix to using Vec internally.Huon Wilson-64/+72
2014-04-12Update tutorials to use new attribute syntax (#13476)Manish Goregaokar-28/+28
2014-04-12libstd: Add unwrap_or and unwrap_or_handle to ResultKevin Butler-0/+61
2014-04-12librustc: Improve error message for missing feature attributes.Kevin Butler-2/+2
2014-04-12Document traits in std::num (#7511)Manish Goregaokar-0/+4
2014-04-11Decode non-BMP hex escapes in JSONKeegan McAllister-25/+65
2014-04-11Add tests for Char::encode_utf{8,16}Keegan McAllister-0/+29
2014-04-11Implement Char::encode_utf16Keegan McAllister-19/+32
2014-04-11std: Fix iteration over vectors of 0-size valuesAlex Crichton-2/+46
2014-04-11auto merge of #13395 : Ryman/rust/bytecontainer_impl_container, r=alexcrichtonbors-46/+32
2014-04-11Simplify GenericPath::set_extension.Kevin Butler-34/+21
2014-04-11Parameterize contains_nul for BytesContainer.Kevin Butler-12/+11
2014-04-11rustc: Deterministically link upstream C librariesAlex Crichton-5/+92
2014-04-11auto merge of #13458 : huonw/rust/doc-signatures, r=alexcrichtonbors-27/+44
2014-04-11auto merge of #13236 : liigo/rust/rename-benchharness, r=huonwbors-485/+483
2014-04-11rustc: remove the last mentions of @fn.Eduard Burtescu-12/+9
2014-04-11rustc: remove proc -> once || coercions.Eduard Burtescu-101/+10
2014-04-11rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo...Eduard Burtescu-350/+249
2014-04-11rustdoc: fix fallout from removing ast::Sigil.Eduard Burtescu-14/+17
2014-04-11syntax: remove ast::Sigil.Eduard Burtescu-78/+52
2014-04-11liblog doc: Fix apparent search-and-replace errorsSimon Sapin-3/+3
2014-04-11Add more type signatures to the docs; tweak a few of them.Huon Wilson-27/+44
2014-04-11auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakisbors-563/+490
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-485/+483
2014-04-11auto merge of #13457 : alexcrichton/rust/issue-13420, r=thestingerbors-0/+2
2014-04-11auto merge of #13453 : brson/rust/snappies, r=alexcrichtonbors-0/+8
2014-04-11rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai...Eduard Burtescu-478/+409
2014-04-10auto merge of #13451 : cmr/rust/doc-ffi, r=brsonbors-0/+13
2014-04-10std: Be sure to call pthread_attr_destroyAlex Crichton-0/+2
2014-04-10std: Make std::comm return types consistentAlex Crichton-227/+232