]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-07-17 borsauto merge of #15705 : klutzy/rust/cross-ld-library...
2014-07-17 borsauto merge of #15675 : errordeveloper/rust/json_docs...
2014-07-17 borsauto merge of #15698 : Zoxc/rust/code-model, r=alexcrichton
2014-07-17 borsauto merge of #15668 : steveklabnik/rust/tree_set_examp...
2014-07-17 borsauto merge of #14022 : pcwalton/rust/explicit-self...
2014-07-17 Patrick Waltonlibrustc: Allow the new UFCS explicit self in trait...
2014-07-17 Patrick Waltonlibsyntax: Remove `Send` from `PtrTy` in `deriving`.
2014-07-17 Patrick Waltonlibrustc: Implement the fully-expanded, UFCS form of...
2014-07-17 borsauto merge of #15652 : nick29581/rust/vec_index, r...
2014-07-17 Nick Camerondeprecate Vec::get
2014-07-16 Steve KlabnikAdd TreeSet example.
2014-07-16 borsauto merge of #15696 : Zoxc/rust/redzone, r=alexcrichton
2014-07-16 Nick CameronImplement Index and IndexMut for Vec
2014-07-16 borsauto merge of #15667 : treeman/rust/set-doc, r=alexcrichton
2014-07-16 Ilya DmitrichenkoImprove docs on JSON.
2014-07-16 borsauto merge of #15573 : michaelwoerister/rust/lldb-tests...
2014-07-16 borsauto merge of #15476 : kballard/rust/more_vim_tweaks...
2014-07-16 Jonas HietalaExtend HashSet documentation.
2014-07-16 borsauto merge of #15693 : steveklabnik/rust/guide_fix_carg...
2014-07-16 John Kåre AlsakerAdd an option to disable the use of the redzone
2014-07-16 borsauto merge of #15691 : jbclements/rust/method-field...
2014-07-16 Michael Woeristerdebuginfo: Make sure that only one LLDB test task is...
2014-07-16 Michael Woeristerdebuginfo: Add LLDB autotests to debuginfo test suite.
2014-07-16 Michael Woeristerdebuginfo: Remove atexit()-debugger shutdown from lldb_...
2014-07-16 Michael Woeristerdebuginfo: Inject 'Rust-mode' LLDB prelude into debugin...
2014-07-16 Michael Woeristerdebuginfo: Add python formatters that allow LLDB to...
2014-07-16 borsauto merge of #15656 : nick29581/rust/index-bck, r...
2014-07-16 borsauto merge of #15585 : bgamari/rust/subst-bug, r=pnkfelix
2014-07-16 klutzymk: Fix LD_LIBRARY_PATH_ENV_NAMES in cross build
2014-07-16 borsauto merge of #15695 : alexcrichton/rust/fix-snapshots...
2014-07-15 Ben GamariAdd test for crash in unsafe destructor check
2014-07-15 Ben Gamarimiddle::typeck::collect: Add debug output for lifetimes
2014-07-15 Ben Gamarimiddle::kind: Don't crash when checking safety of Drop
2014-07-15 Ben Gamarimiddle::subst: Better handling of parameter lookup...
2014-07-15 Ben Gamaritypeck::check::_match: Better error handling
2014-07-15 John Kåre AlsakerSupport for specifying the code model
2014-07-15 Ben Gamarimiddle: Derive Show impls
2014-07-15 Ben Gamarilibsyntax::ast: Derive Show impls
2014-07-15 borsauto merge of #15619 : kwantam/rust/master, r=huonw
2014-07-15 John Clementschange to new trait style for method field refs
2014-07-15 John Clementsuse trait rather than fns
2014-07-15 borsauto merge of #15615 : jakub-/rust/diagnostics, r=brson
2014-07-15 Alex Crichtontest: Try to fix a failing snapshot test
2014-07-15 Steve KlabnikFix cargo install instructions
2014-07-15 borsauto merge of #15426 : aochagavia/rust/str, r=alexcrichton
2014-07-15 Adolfo OchagavíaFix errors
2014-07-15 Adolfo OchagavíaDeprecate `str::from_utf8_lossy`
2014-07-15 Adolfo OchagavíaDeprecate `str::from_utf16_lossy`
2014-07-15 Adolfo OchagavíaDeprecate `str::from_utf16`
2014-07-15 Adolfo OchagavíaDeprecate str::from_byte
2014-07-15 Adolfo OchagavíaDeprecate `str::from_char`
2014-07-15 Adolfo OchagavíaDeprecate `str::from_chars`
2014-07-15 Adolfo OchagavíaDeprecate `str::from_utf8_owned`
2014-07-15 borsauto merge of #15604 : mrmonday/rust/raw-socket-libc...
2014-07-15 borsauto merge of #15421 : catharsis/rust/doc-ffi-minor...
2014-07-15 Robert ClipshamAdd low level support for polling with librustuv.
2014-07-15 borsauto merge of #15371 : pnkfelix/rust/fsk-render-dataflo...
2014-07-15 Felix S. Klock IIExtend --pretty flowgraph=ID to include dataflow result...
2014-07-15 borsauto merge of #15534 : steveklabnik/rust/guide_stdin...
2014-07-15 borsauto merge of #15531 : steveklabnik/rust/guide_looping...
2014-07-15 borsauto merge of #15511 : brson/rust/extract-rustc-back...
2014-07-15 borsauto merge of #15434 : steveklabnik/rust/guide_match...
2014-07-14 kwantamadd Graphemes iterator; tidy unicode exports
2014-07-14 kwantamadd UnicodeStrSlice width() function
2014-07-14 borsauto merge of #15227 : alexcrichton/rust/windows-unlink...
2014-07-14 Alex Crichtonstd: Make unlink() more consistent
2014-07-14 Nick CameronBorrow checking for overloaded indexing
2014-07-14 Brian AndersonFix rebase fallout. Sorry.
2014-07-14 Brian Andersonrustc_llvm: Remove the inner llvm module
2014-07-14 Brian Andersonrustc_llvm: Remove an unnecessary workaround
2014-07-14 Brian Andersonrustc: Move util::sha2 to rustc_back
2014-07-14 Brian Andersonrustc: Move util::fs to rustc_back
2014-07-14 Brian Andersonrustc_back: Update crate docs
2014-07-14 Brian Andersonrustc: Move archive to rustc_back
2014-07-14 Brian Andersonrustc: Move ArchiveRO to rustc_llvm
2014-07-14 Brian Andersonrustc: Invert some archive deps
2014-07-14 Brian AndersonExtract rpath to rustc_back::rpath
2014-07-14 Brian Andersonrustc: Invert some rpath dependencies
2014-07-14 Brian AndersonExtract librustc_back from librustc
2014-07-14 Brian AndersonMove llvm bindings to their own crate
2014-07-14 borsauto merge of #15666 : yorkie/rust/patch-1, r=alexcrichton
2014-07-14 Yazhong Liudoc: missing quote in keyword Send
2014-07-14 borsauto merge of #15655 : lightsofapollo/rust/glob-match...
2014-07-14 borsauto merge of #15632 : masklinn/rust/patch-1, r=alexcri...
2014-07-14 masklinnDocument that Result.unwrap prints the Err's value
2014-07-14 James Lalglob::MatchOptions struct fields should be public
2014-07-14 borsauto merge of #15653 : erickt/rust/master, r=alexcrichton
2014-07-14 borsauto merge of #15497 : jasonthompson/rust/docs/str3...
2014-07-14 borsauto merge of #15649 : catharsis/rust/rust-libstd-examp...
2014-07-13 Erick Tryzelaarstd: make std::io::IoError{,Kind} implement Eq
2014-07-13 borsauto merge of #15158 : alexcrichton/rust/windows-paths...
2014-07-13 Alex Crichtonnative: Search the child's PATH on win32
2014-07-13 borsauto merge of #15591 : aturon/rust/box-cell-stability...
2014-07-13 Aaron TuronStabilization for `owned` (now `boxed`) and `cell`
2014-07-13 Anton Lofgrenlibstd: Add a few doc examples
2014-07-13 borsauto merge of #15646 : jbclements/rust/method-macros...
2014-07-13 John Clementsmacro expansion for methods
2014-07-13 John Clementsexpansion abstraction
2014-07-13 John Clementsadd make_method method to MacResult trait
2014-07-13 John Clementsmacro in method position parsing
next