about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-08-05native, rustuv: Fix spawning with empty argsAlex Crichton-10/+60
2014-08-05auto merge of #16246 : ruud-v-a/rust/patch-1, r=brsonbors-1/+1
2014-08-05auto merge of #16243 : alexcrichton/rust/fix-utime-for-windows, r=brsonbors-8/+6
2014-08-05auto merge of #16234 : cakebaker/rust/rename_guessing_game_rs_to_main_rs, r=s...bors-17/+17
2014-08-05auto merge of #16231 : michaelsproul/rust/gedit-macro, r=alexcrichtonbors-0/+8
2014-08-05auto merge of #16216 : omasanori/rust/nfkc, r=brsonbors-2/+1
2014-08-05auto merge of #16188 : nham/rust/immut_slice_split_at, r=brsonbors-4/+17
2014-08-05auto merge of #16187 : steveklabnik/rust/gh15830, r=alexcrichtonbors-3/+3
2014-08-05auto merge of #16179 : SimonPersson/rust/master, r=brsonbors-0/+2
2014-08-04auto merge of #16110 : alexcrichton/rust/issue-15460, r=brsonbors-44/+168
2014-08-04Clarify Argument docs.Steve Klabnik-3/+3
2014-08-04Change everything returning `libc::sockaddr_storage` to use an &mut out-ptr i...Andrew Poelstra-47/+53
2014-08-04rustc: Link entire archives of native librariesAlex Crichton-44/+168
2014-08-04auto merge of #15986 : Florob/rust/nfKc-new, r=alexcrichtonbors-37/+581
2014-08-04docs: Fix typo in tutorial.Ruud van Asseldonk-1/+1
2014-08-04Rename guessing_game.rs to main.rs in guideDaniel Hofstetter-17/+17
2014-08-04auto merge of #16235 : cakebaker/rust/rename_modules_rs_to_main_rs, r=stevekl...bors-3/+3
2014-08-04Rename modules.rs to main.rs in guideDaniel Hofstetter-3/+3
2014-08-04auto merge of #16213 : huonw/rust/more-token-numbers, r=pnkfelixbors-3/+38
2014-08-04rustc: use Name numbers rather than the Show impl for constants.Huon Wilson-3/+38
2014-08-04auto merge of #16233 : omasanori/rust/abs_sub, r=steveklabnikbors-2/+2
2014-08-04num: Fix the documentation of abs_sub.OGINO Masanori-2/+2
2014-08-04auto merge of #16139 : michaelwoerister/rust/rlib-bc-versioning, r=alexcrichtonbors-38/+168
2014-08-04Gedit/GTKSourceView: Add macro syntax highlighting.Michael Sproul-0/+8
2014-08-03auto merge of #16215 : cakebaker/rust/remove_bin_section_from_toml, r=alexcri...bors-4/+0
2014-08-03Use a versioning scheme for bytecode objects in rlibs.Michael Woerister-38/+168
2014-08-03auto merge of #16209 : tomjakubowski/rust/rustdoc-html-changes, r=alexcrichtonbors-2/+3
2014-08-03Remove the "NFKC clause" in the reference manual.OGINO Masanori-2/+1
2014-08-03Remove "bin" section from Cargo.tomlDaniel Hofstetter-4/+0
2014-08-03auto merge of #16203 : Gankro/rust/vec_flow, r=alexcrichtonbors-1/+7
2014-08-03auto merge of #16202 : db48x/rust/eq-for-time-tm, r=alexcrichtonbors-1/+1
2014-08-03auto merge of #16198 : cakebaker/rust/remove_unused_tuple_struct, r=steveklabnikbors-1/+0
2014-08-03auto merge of #16155 : huonw/rust/Ordering-reverse, r=alexcrichtonbors-0/+41
2014-08-03auto merge of #16191 : DaGenix/rust/fix-aligned-access, r=alexcrichtonbors-15/+17
2014-08-02rustdoc: Add rustdoc class to <body> tagTom Jakubowski-2/+2
2014-08-03core: add a reverse method to Ordering.Huon Wilson-0/+41
2014-08-02rustdoc: Add generator meta tag to API docsTom Jakubowski-0/+1
2014-08-03auto merge of #16189 : steveklabnik/rust/gh15494, r=alexcrichtonbors-5/+5
2014-08-02auto merge of #16186 : steveklabnik/rust/guide_cargo_new, r=alexcrichtonbors-53/+30
2014-08-02auto merge of #16180 : jbcrail/rust/fix-comments, r=steveklabnikbors-29/+29
2014-08-02auto merge of #16169 : Gankro/rust/simple-docs, r=cmrbors-3/+96
2014-08-02fix underflow in vec swap_removeAlexis Beingessner-1/+7
2014-08-02native: Fix utime() for windowsAlex Crichton-8/+6
2014-08-02time::Tm should impl Eq in addition to PartialEqDaniel Brooks-1/+1
2014-08-02auto merge of #16183 : brson/rust/doctitles, r=alexcrichtonbors-7/+7
2014-08-02Add hide/show detail toggles to rustdocAlexis Beingessner-3/+96
2014-08-02Remove unused tuple structDaniel Hofstetter-1/+0
2014-08-02auto merge of #16177 : nham/rust/collections_15294_eq_ord, r=alexcrichtonbors-1/+63
2014-08-02auto merge of #16175 : EduardoBautista/rust/fix-guessing-game-appearing-early...bors-14/+14
2014-08-02auto merge of #16165 : tinaun/rust/newcss, r=alexcrichtonbors-2/+4