]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-07-18 borsauto merge of #15727 : fhahn/rust/remove-some-unwraps...
2014-07-18 borsauto merge of #15726 : aturon/rust/macro-stability...
2014-07-18 borsauto merge of #15725 : aochagavia/rust/vec, r=alexcrichton
2014-07-18 borsauto merge of #15593 : steveklabnik/rust/string_guide...
2014-07-18 Steve KlabnikGuide: strings
2014-07-18 borsauto merge of #15719 : michaelwoerister/rust/global_var...
2014-07-17 borsauto merge of #15515 : pcwalton/rust/cross-borrowing...
2014-07-17 Patrick Waltonlibrustc: Remove cross-borrowing of `Box<T>` to `&T...
2014-07-17 borsauto merge of #15718 : treeman/rust/integer-doc, r...
2014-07-17 borsauto merge of #15716 : treeman/rust/bigint-doc, r=alexc...
2014-07-17 borsauto merge of #15706 : phi-gamma/rust/master, r=huonw
2014-07-17 borsauto merge of #15705 : klutzy/rust/cross-ld-library...
2014-07-17 Adolfo OchagavíaRename functions in the CloneableVector trait
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 Florian Hahnbtree: use pattern matching instead of unwrap
2014-07-16 Nick CameronImplement Index and IndexMut for Vec
2014-07-16 Aaron Turonstability lint: ignore code from macro expansion
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 Jonas HietalaMain example for bigint usage.
2014-07-16 Jonas HietalaExamples for Integer trait methods.
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: Don't crash when encountering global variabl...
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 Philipp Gesangcomplement-lang-faq.md: fix typos
2014-07-16 Philipp Gesangrustc.1: fix typo
2014-07-16 Philipp Gesangobsolete.rs: fix typo in message
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
next