]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-06-07 Luqman Adenlibrustc: Update AutoObject adjustment in writeback.
2014-06-07 Alex Crichtonrustc: Avoid UB with signed division/remainder
2014-06-07 Alex Crichtonrustc: Encode argument names for traits
2014-06-07 borsauto merge of #14702 : nikomatsakis/rust/issue-5527...
2014-06-06 Niko MatsakisFix resolve to not permit refs to type vars from outer fns
2014-06-06 Niko MatsakisAdd missing test case for contravariant trait matching
2014-06-06 Niko MatsakisStop passing around Option<&substs> in trans and just...
2014-06-06 Niko MatsakisMove Def out of syntax crate, where it does not belong
2014-06-06 Niko MatsakisSimplify MonoId not to include parameters which, given...
2014-06-06 Niko MatsakisMove subst data structures into subst.rs, fix capitaliz...
2014-06-06 borsauto merge of #14680 : Kimundi/rust/master, r=brson
2014-06-06 borsauto merge of #14318 : zwarich/rust/check-loans-refacto...
2014-06-06 Cameron ZwarichAdd a test for borrowck errors with multiple closure...
2014-06-06 Cameron ZwarichAdd new tests for borrowck field-sensitivity.
2014-06-06 Cameron ZwarichChange check_loans to use ExprUseVisitor.
2014-06-06 Cameron ZwarichAdd a kind_of_move_of_path method to FlowedMoveData.
2014-06-06 Cameron ZwarichUse the MoveReason to determine a more precise MoveKind...
2014-06-06 Cameron ZwarichAdd a move reason to the Move ConsumeMode.
2014-06-06 Cameron ZwarichAdd an Init mode to MutateMode.
2014-06-06 Cameron ZwarichFix mem_categorization to treat an AutoObject adjustmen...
2014-06-06 Cameron ZwarichClean up check_loans.
2014-06-06 borsauto merge of #14677 : alexcrichton/rust/issue-2665...
2014-06-06 borsauto merge of #14676 : brson/rust/double-rainbow, r...
2014-06-06 borsauto merge of #14673 : sylvestre/rust/master, r=alexcri...
2014-06-06 borsauto merge of #14671 : aochagavia/rust/patch-1, r=alexc...
2014-06-06 borsauto merge of #14668 : aochagavia/rust/pr3, r=alexcrichton
2014-06-06 borsauto merge of #14667 : aochagavia/rust/pr2, r=huonw
2014-06-06 Adolfo OchagavíaChange to_str().to_string() to just to_str()
2014-06-06 Adolfo OchagavíaDocument BigInt's new and from_slice methods
2014-06-06 Adolfo OchagavíaFix documentation for `slice()`
2014-06-06 borsauto merge of #14669 : TeXitoi/rust/relicense-shootout...
2014-06-06 borsauto merge of #14664 : reem/rust/lifetimes-guide-gramma...
2014-06-06 borsauto merge of #14653 : alexcrichton/rust/travis-opt...
2014-06-06 Alex Crichtonmk: Move rust_test_helpers out of libstd
2014-06-05 borsauto merge of #14641 : darnuria/rust/add_documentation_...
2014-06-05 borsauto merge of #14538 : alexcrichton/rust/libcollections...
2014-06-05 Alex CrichtonFallout from the libcollections movement
2014-06-05 Alex Crichtonstd: Recreate a `collections` module
2014-06-05 borsauto merge of #14647 : BurntSushi/rust/fix-14185, r...
2014-06-05 Marvin LöbelPurged "record" from the manual.
2014-06-05 borsauto merge of #14526 : pczarn/rust/hashmap-opt, r=alexc...
2014-06-05 Brian AndersonHow about a less cringe-worthy double-failure message?
2014-06-05 Axel VialaImprove documentation on std::os::env.
2014-06-05 borsauto merge of #14644 : alexcrichton/rust/more-no-runtim...
2014-06-05 borsauto merge of #14643 : jakub-/rust/infinite-loop-unreac...
2014-06-05 Sylvestre LedruRemove a warning (./configure: 1140: [: unexpected...
2014-06-05 borsauto merge of #14642 : aochagavia/rust/pr, r=alexcrichton
2014-06-05 borsauto merge of #14640 : tomjakubowski/rust/fix-14636...
2014-06-05 Axel VialaAdding examples and possible failures for getcwd.
2014-06-05 Adolfo OchagavíaUpdate AUTHORS.txt
2014-06-05 Tom Jakubowskirustdoc: Include supertraits on inlined traits
2014-06-05 Guillaume Pinotrelicense shootout-meteor.rs
2014-06-05 borsauto merge of #14568 : erickt/rust/slice-update, r...
2014-06-05 Jonathan ReemFixed weird grammar in lifetimes guide.
2014-06-05 borsauto merge of #14592 : alexcrichton/rust/rustdoc-links...
2014-06-05 borsauto merge of #14610 : alexcrichton/rust/issue-14008...
2014-06-05 borsauto merge of #14529 : brson/rust/ptr, r=brson
2014-06-05 Brian Andersoncore: Apply stability attributes to ptr mod
2014-06-05 Alex Crichtontravis: Prevent timeouts with travis_wait
2014-06-04 borsauto merge of #14633 : huonw/rust/nodylibc, r=alexcrichton
2014-06-04 Andrew GallantFixes #14185.
2014-06-04 borsauto merge of #14630 : cmr/rust/rewrite-lexer, r=alexcr...
2014-06-04 Corey Richardsonsyntax: use doc comments in the interner
2014-06-04 Corey Richardsonsyntax: methodify the lexer
2014-06-04 Alex Crichtonstd: Improve non-task-based usage
2014-06-04 borsauto merge of #14623 : exscape/rust-fork/master, r...
2014-06-04 Piotr Czarneckicollections: optimize `HashMap`. Add `DefaultResizePolicy`.
2014-06-04 Jakub WieczorekFix an ICE when a function argument is of the bottom...
2014-06-04 Jakub WieczorekMark the exit of infinite loops as unreachable
2014-06-04 borsauto merge of #14616 : forticulous/rust/rc-show, r...
2014-06-04 Adolfo OchagavíaImplement Show for RingBuf
2014-06-04 Axel VialaAdd code example to std::os::getenv for unix.
2014-06-04 Huon Wilsonlibc: only provide an rlib.
2014-06-04 borsauto merge of #14635 : BurntSushi/rust/regex-doco-touch...
2014-06-04 borsauto merge of #14634 : BurntSushi/rust/fix-13843, r...
2014-06-04 Corey RichardsonAdd comments for the token table
2014-06-04 Corey Richardsonsyntax: shuffle some allocation out of binop_to_str
2014-06-04 Andrew GallantSome minor documentation touchups for libregex. Fixes...
2014-06-04 Andrew GallantFixes #13843.
2014-06-04 borsauto merge of #14628 : luqmana/rust/fcr, r=nikomatsakis
2014-06-04 Alex Crichtonrustdoc: Put primitives in respective modules
2014-06-04 borsauto merge of #14632 : luqmana/rust/cu, r=huonw
2014-06-04 Alex Crichtonstd: Remove generics from Option::expect
2014-06-03 Luqman Adenlibrustc: remove check::FnKind enum since we only ever...
2014-06-03 borsauto merge of #14627 : Indiv0/rust/fix-crateid-doc...
2014-06-03 borsauto merge of #14626 : klutzy/rust/issue-14618, r=alexc...
2014-06-03 Luqman Adenlibrustc: Try to resolve before coercions.
2014-06-03 borsauto merge of #14625 : japaric/rust/slice-tojson, r...
2014-06-03 Nikita PekinFix typo "gihub" in libsyntax/crateid.
2014-06-03 borsauto merge of #14622 : reillywatson/rust/master, r...
2014-06-03 klutzysyntax: Make quasiquoter use absolute paths
2014-06-03 Jorge AparicioImplement ToJson for &[T], and add tests. Closes #14619
2014-06-03 borsauto merge of #14621 : Sawyer47/rust/fix-readme, r...
2014-06-03 Reilly WatsonDoc: grammar fix in intro.md
2014-06-03 Thomas BackmanAdd next_permutation and prev_permutation onto MutableO...
2014-06-03 Piotr JawniakUpdate README file for src/ directory
2014-06-03 borsauto merge of #14609 : aturon/rust/issue-12882, r=alexc...
2014-06-03 Erick Tryzelaarstd: add `IterReader` to adapt iterators into readers
2014-06-03 borsauto merge of #14605 : jakub-/rust/pattern-matching...
2014-06-03 fortAdding show impl for Rc
next