about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-04-15auto merge of #13498 : johnsoft/rust/fix-transmute-fn-names, r=alexcrichtonbors-15/+15
2014-04-15auto merge of #13511 : Meyermagic/rust/enum_typeid, r=alexcrichtonbors-1/+139
2014-04-15Support lifetime suggestion for methodKiet Tran-57/+199
2014-04-15auto merge of #13489 : JustAPerson/rust/crate-file-name, r=alexcrichtonbors-35/+74
2014-04-15auto merge of #13416 : brson/rust/30min, r=alexcrichtonbors-0/+434
2014-04-14doc: Address feedback about introBrian Anderson-1/+4
2014-04-14Fixes #13507Meyer S. Jacobs-1/+139
2014-04-14Only check --crate-type flags if present.JustAPerson-35/+74
2014-04-14auto merge of #13496 : alexcrichton/rust/issue-13495, r=sfacklerbors-25/+53
2014-04-14auto merge of #13493 : Manishearth/rust/newattr-everywhere, r=alexcrichtonbors-607/+607
2014-04-14auto merge of #13480 : edwardw/rust/vtable-ice, r=alexcrichtonbors-12/+36
2014-04-14auto merge of #13431 : lifthrasiir/rust/rustdoc-smaller-index, r=alexcrichtonbors-76/+229
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-607/+607
2014-04-14auto merge of #13477 : Manishearth/rust/newattr, r=brsonbors-28/+28
2014-04-14auto merge of #13481 : huonw/rust/devec-path, r=alexcrichtonbors-183/+209
2014-04-13Make Result::{unwrap, unwrap_err} require ShowSteven Fackler-30/+36
2014-04-13auto merge of #13475 : Ryman/rust/result_unwrap_or_else, r=brsonbors-0/+61
2014-04-14rustdoc: Omit repeated paths in the search index.Kang Seonghoon-3/+19
2014-04-14rustdoc: Get rid of `allPaths` global variable by merging it into `searchIndex`.Kang Seonghoon-19/+34
2014-04-14rustdoc: Use an array instead of an object for the search index.Kang Seonghoon-12/+16
2014-04-14rustdoc: Represent item types as a small number in the search index.Kang Seonghoon-49/+158
2014-04-14rustdoc: Use smaller sequential numbers instead of `NodeId`s for parents.Kang Seonghoon-13/+22
2014-04-13auto merge of #13464 : alexcrichton/rust/fix-rustdoc-rendering, r=brsonbors-23/+60
2014-04-13Replace 'region' with 'lifetime' in a few transmute function namesJohn Simon-15/+15
2014-04-13auto merge of #13470 : Manishearth/rust/docnum, r=brsonbors-0/+4
2014-04-13rustc: Don't link in syntax extensionsAlex Crichton-25/+53
2014-04-13rustdoc: Fix rendering closures and trait boundsAlex Crichton-23/+60
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-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