about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-04-15std: Remove pub use globsBrian Anderson-13/+25
2014-04-15workcache: Don't assume gcc exists on all platformsAlex Crichton-1/+2
2014-04-15More default impl and docs removal in treemapSteven Fackler-27/+0
2014-04-15Add a default impl for Set::is_supersetSteven Fackler-44/+11
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-219/+238
2014-04-15native: Fix a race in select()Alex Crichton-9/+76
2014-04-15native: Be more stringent about pattern matchingAlex Crichton-1/+1
2014-04-15std: Impl Deref/DerefMut for a borrowed taskAlex Crichton-26/+20
2014-04-15rustdoc: Better sorting criteria for searching.Kang Seonghoon-51/+52
2014-04-15liburl doc: insert missing hyphenChris Shea-1/+1
2014-04-15mk: Change windows to install from stage2Alex Crichton-6/+0
2014-04-15Update GitHub's Rust projects page.Mihnea Dobrescu-Balaur-1/+1
2014-04-15Change AUTHORS section in the man pagesTobias Bucher-4/+2
2014-04-15dist: Make Windows installer uninstall first. Closes #9563Brian Anderson-3/+75
2014-04-15Remove RUST_LOG="::help" from the docsTobias Bucher-7/+9
2014-04-15auto merge of #13511 : Meyermagic/rust/enum_typeid, r=alexcrichtonbors-1/+139
2014-04-15auto merge of #13164 : ktt3ja/rust/lifetime-suggestion-method, r=nmatsakisbors-57/+199
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-1/+435
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-14auto merge of #13479 : sfackler/rust/result-unwrap, r=cmrbors-30/+36
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-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-13auto merge of #13462 : alexcrichton/rust/fix-cross-rpath, r=brsonbors-4/+32
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