about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-03-16`strdup_uniq` doesn't have to be `pub`.Lindsey Kuper-2/+1
2014-03-16auto merge of #12931 : aochagavia/rust/option-take_unwrap, r=cmrbors-3/+3
2014-03-16auto merge of #12933 : edwardw/rust/fallout, r=huonwbors-0/+4
2014-03-16Fix a test that was missed in the liblog PREdward Wang-0/+4
2014-03-16auto merge of #12924 : Florob/rust/bigint, r=alexcrichtonbors-186/+176
2014-03-16Refactored take_unwrap (libstd/option.rs)aochagavia-3/+3
2014-03-16auto merge of #12929 : sfackler/rust/automatically-derived, r=cmrbors-29/+5
2014-03-15auto merge of #12791 : alexcrichton/rust/liblog, r=brsonbors-1875/+1703
2014-03-15Test fixes and rebase conflictsAlex Crichton-24/+62
2014-03-15Tag derived impls with #[automatically_derived]Steven Fackler-9/+5
2014-03-15rustc: Topographically sort rust dependenciesAlex Crichton-2/+30
2014-03-15rustc: Tweak where -lmorestack is on link commandsAlex Crichton-5/+24
2014-03-15rustc: Remove compiler support for __log_level()Alex Crichton-284/+22
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1567/+1572
2014-03-15auto merge of #12927 : sfackler/rust/test-warn, r=huonwbors-0/+1
2014-03-15Remove std::cmp::cmp2.Steven Fackler-20/+0
2014-03-15Squash test ~[] warningSteven Fackler-0/+1
2014-03-15auto merge of #12923 : sfackler/rust/vecify, r=brsonbors-48/+48
2014-03-15auto merge of #12922 : luqmana/rust/fix-arm, r=alexcrichtonbors-4/+4
2014-03-15auto merge of #12921 : alexcrichton/rust/no-extra, r=sfacklerbors-1/+0
2014-03-16num: Migrate `~[T]` to `std::vec_ng::Vec`Florian Zeitz-148/+150
2014-03-16num: Slightly optimize bigintFlorian Zeitz-44/+32
2014-03-15libstd: Fix a typo. s/target_os/target_arch/Luqman Aden-4/+4
2014-03-15Remove ~[] from libsemverSteven Fackler-25/+24
2014-03-15doc: Remove reference to the 'extra' libraryAlex Crichton-1/+0
2014-03-15Remove most ~[] usage in liburlSteven Fackler-23/+24
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+48
2014-03-15auto merge of #12908 : alexcrichton/rust/issue-12897, r=thestingerbors-3/+6
2014-03-15auto merge of #12906 : sfackler/rust/timespec-total, r=thestingerbors-10/+1
2014-03-14auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brsonbors-862/+302
2014-03-14green: Don't return the red zone in stack_bounds()Alex Crichton-3/+6
2014-03-14Implement TotalEq and TotalOrd for TimespecSteven Fackler-10/+1
2014-03-14auto merge of #12895 : michaelwoerister/rust/limited-debuginfo, r=alexcrichtonbors-4/+4
2014-03-14auto merge of #12887 : huonw/rust/danger-guide, r=alexcrichtonbors-79/+607
2014-03-15docs: begin a "low-level & unsafe code" guide.Huon Wilson-79/+607
2014-03-14auto merge of #12893 : alexcrichton/rust/cfg-not, r=luqmanabors-5/+24
2014-03-14auto merge of #12888 : aochagavia/rust/Fix-comment, r=alexcrichtonbors-9/+3
2014-03-14auto merge of #12878 : crabtw/rust/mips, r=alexcrichtonbors-43/+38
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-862/+302
2014-03-14auto merge of #12869 : thestinger/rust/cmp, r=brsonbors-9/+7
2014-03-14cmp: switch `min` and `max` to `TotalOrd`Daniel Micay-9/+7
2014-03-14debuginfo: Make limited-debuginfo test case more robust against GDB output va...Michael Woerister-4/+4
2014-03-14std: Fix backtraces on arm linuxAlex Crichton-2/+13
2014-03-14rustc: Fix cfg(not(a, b)) to be not(a && b)Alex Crichton-3/+11
2014-03-14Refactored iter and mut_iteraochagavia-8/+2
2014-03-14auto merge of #12880 : tedhorst/rust/master, r=alexcrichtonbors-8/+8
2014-03-14Fixed comment of as_mut_slice (libstd/option.rs)aochagavia-1/+1
2014-03-14auto merge of #12764 : Kimundi/rust/partial_typehint, r=nikomatsakisbors-11/+236
2014-03-14Added support for type placeholders (explicit requested typeMarvin Löbel-11/+236
2014-03-14auto merge of #12875 : alexcrichton/rust/demangle-more-things, r=brsonbors-8/+60