]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-07-16 Manish GoregaokarRollup merge of #27039 - bluss:siphash-tests, r=alexcri...
2015-07-16 Manish GoregaokarRollup merge of #27030 - nrc:save-ctors, r=alexcrichton
2015-07-16 Manish GoregaokarRollup merge of #27019 - akiss77:pr-aarch64-morestack...
2015-07-16 Manish GoregaokarRollup merge of #27018 - arielb1:enum-update, r=eddyb
2015-07-16 Manish GoregaokarRollup merge of #26988 - frewsxcv:regression-tests...
2015-07-16 Manish GoregaokarRollup merge of #26950 - AlisdairO:memset, r=alexcrichton
2015-07-16 Manish GoregaokarRollup merge of #26898 - GuillaumeGomez:fixup, r=eddyb
2015-07-16 Manish GoregaokarRollup merge of #26838 - P1start:refactor-diagnostic...
2015-07-16 Manish GoregaokarRollup merge of #26819 - P1start:ref-suggestion, r...
2015-07-16 Manish GoregaokarRollup merge of #27029 - nrc:save-pub-gen-code, r=alexc...
2015-07-16 Manish GoregaokarRollup merge of #27028 - Gankro:travis, r=alexcrichton
2015-07-16 Manish GoregaokarRollup merge of #27020 - goyox86:goyox86/fix-error...
2015-07-16 Manish GoregaokarRollup merge of #27013 - michaelsproul:fix-E0303, r...
2015-07-16 Manish GoregaokarRollup merge of #26977 - brson:stddoc, r=Gankro
2015-07-16 Manish GoregaokarRollup merge of #26695 - rutsky:patch-2, r=Manishearth
2015-07-16 Manish GoregaokarRollup merge of #26693 - rutsky:patch-1, r=Manishearth
2015-07-16 Manish GoregaokarRollup merge of #27061 - tamird:patch-1, r=alexcrichton
2015-07-16 Tamir DubersteinRemove reference to gdb-pretty-struct-and-enums.rs
2015-07-15 Alisdair OwensAdd specializations of read_to_end for Stdin, TcpStream...
2015-07-15 Alexis BeingessnerRatchet up travis to build stage1 and our own LLVM.
2015-07-14 Brian AndersonAddress more feedback
2015-07-14 Guillaume GomezRemove macro, import function and enum
2015-07-14 Brian AndersonMention that removal of `#[packed]` was a breaking...
2015-07-14 Brian AndersonAddress more feedback
2015-07-14 Ulrik Sverdrupcore: Revive SipHash's tests
2015-07-14 Ariel Ben-Yehudadon't ICE when FRU is used on an enum variant
2015-07-14 Guillaume GomezArguments are now passed directly to the function inste...
2015-07-14 Corey FarwellAdd regression test for #21140
2015-07-14 Guillaume GomezEnd of error code spanning centralization
2015-07-14 borsAuto merge of #27024 - bluss:io-drain, r=alexcrichton
2015-07-14 Nick Cameronsave-analysis: fix def_ids for method calls
2015-07-14 Ulrik SverdrupUse Vec::drain in BufWriter
2015-07-14 Nick Cameronsave-analysis: handle a few more kinds of paths
2015-07-14 borsAuto merge of #27016 - alexcrichton:inline-asm-docs...
2015-07-14 borsAuto merge of #27015 - frankmcsherry:patch-1, r=stevekl...
2015-07-14 borsAuto merge of #27002 - IvanUkhov:docblock-pre-code...
2015-07-14 Nick Cameronsave-analysis: tweak constructors
2015-07-14 Nick Cameronsave-analysis: make generated_code pub
2015-07-14 Brian AndersonAddress feedback
2015-07-14 Brian AndersonFix local path
2015-07-14 Brian Andersonstd: Refining crate docs
2015-07-13 borsAuto merge of #26241 - SimonSapin:derefmut-for-string...
2015-07-13 borsAuto merge of #27006 - ryanp-me:apple-llvm, r=brson
2015-07-13 Simon SapinFix tests for changes in #26241.
2015-07-13 borsAuto merge of #26993 - michaelwoerister:msvc-debuginfo...
2015-07-13 Jose NarvaezFixed snippet to return the proper error.
2015-07-13 Akos KissFix section of __morestack for aarch64-unknown-linux-gnu
2015-07-13 borsAuto merge of #26984 - nham:errorck-ignore-long-diag...
2015-07-13 Guillaume GomezCentralize error spaning and add an enum to make this...
2015-07-13 Alex Crichtondoc: Add a link to LLVM's new inline assembly docs
2015-07-13 borsAuto merge of #27001 - tsion:patch-2, r=Gankro
2015-07-13 Frank McSherryminor grammatical update
2015-07-13 Simon SapinMark some new things as unstable.
2015-07-13 Simon SapinAdd str::split_at_mut
2015-07-13 Simon SapinImplement IndexMut for String and str.
2015-07-13 Simon SapinAdd more tests for AsciiExt::is_ascii
2015-07-13 Simon SapinAdd tests for AsciiExt::make_ascii_*case, including...
2015-07-13 Simon SapinImplement DerefMut for String
2015-07-13 borsAuto merge of #27000 - alexcrichton:semi-after-type...
2015-07-13 Corey FarwellAdd regression tests for #23595
2015-07-13 Corey FarwellAdd regression test for #20544
2015-07-13 Corey FarwellAdd regression test for #22312
2015-07-13 Michael Sprouldiagnostics: Fix E0303 explanation.
2015-07-13 borsAuto merge of #27011 - dotdash:issue-26996, r=luqmana
2015-07-13 Björn SteinbrinkCorrectly detect reassignments to the interior of match...
2015-07-13 borsAuto merge of #26999 - rick68:patch-13, r=Gankro
2015-07-13 borsAuto merge of #26990 - rwz:patch-1, r=alexcrichton
2015-07-13 borsAuto merge of #26981 - wthrowe:div_docs, r=Gankro
2015-07-13 Ryan Pendletonverify Apple LLVM versions independently, since the...
2015-07-13 borsAuto merge of #26910 - nrc:ice-lang-item, r=@huonw
2015-07-13 borsAuto merge of #26947 - nagisa:unicode-escape-error...
2015-07-13 Nick HamannAdd comments.
2015-07-13 borsAuto merge of #26750 - nrc:refactor-submod, r=sfackler
2015-07-13 William ThroweMove rounding discussion to integer Div/Rem impls
2015-07-13 Guillaume GomezRemove warnings by centralizing error codes usage
2015-07-12 Nick CameronDon't ICE when missing owned_box lang item
2015-07-12 Scott OlsonUpdate my email address.
2015-07-12 Ivan UkhovSet zero padding for pre tags
2015-07-12 borsAuto merge of #26958 - alexcrichton:down-with-thread...
2015-07-12 Simonas KazlauskasTell unicode escapes can’t be used as bytes earlier...
2015-07-12 Guillaume GomezUpdate error codes
2015-07-12 Alex Crichtonsyntax: Allow semi tokens after macro ty/path
2015-07-12 Guillaume GomezRemove unused method
2015-07-12 Wei-Ming YangUpdate boxed.rs
2015-07-12 Guillaume GomezAdd error codes
2015-07-12 Alex Crichtonstd: Fix a TLS destructor bug on OSX
2015-07-12 borsAuto merge of #26957 - wesleywiser:rename_connect_to_jo...
2015-07-12 borsAuto merge of #26895 - jroesch:modernize-typeck-names...
2015-07-12 Michael Woeristerdebuginfo: Instruct MSVC linker to generate PDB file...
2015-07-12 Pavel PravosudClean up trailing whitespaces
2015-07-12 Pavel PravosudFix multi-threading example in dining-philosophers
2015-07-12 borsAuto merge of #26966 - nagisa:tail-init, r=alexcrichton
2015-07-12 borsAuto merge of #26965 - bluss:cstring-debug, r=alexcrichton
2015-07-12 borsAuto merge of #26985 - Manishearth:rollup, r=Manishearth
2015-07-12 Manish GoregaokarRollup merge of #26979 - tshepang:trim, r=Gankro
2015-07-12 Manish GoregaokarRollup merge of #26976 - tshepang:more-simple-explanati...
2015-07-12 Manish GoregaokarRollup merge of #26974 - tshepang:trailing-comma, r...
2015-07-12 Manish GoregaokarRollup merge of #26973 - tshepang:repetition, r=Gankro
2015-07-12 Manish GoregaokarRollup merge of #26967 - tsurai:master, r=steveklabnik
2015-07-12 Manish GoregaokarRollup merge of #26881 - andreastt:international_keyboa...
next