| Age | Commit message (Expand) | Author | Lines |
| 2014-07-04 | new_mark -> apply_mark, new_rename -> apply_rename | John Clements | -29/+29 |
| 2014-07-04 | add PatIdentRenamer | John Clements | -6/+37 |
| 2014-07-04 | move RenameList to mtwt, add new_renames abstraction | John Clements | -23/+40 |
| 2014-07-04 | comments, whitespace, rename NameFinderContext to PatIdentFinder | John Clements | -25/+27 |
| 2014-07-03 | simplify and uncomment item-fn-arg hygiene unit test | John Clements | -9/+6 |
| 2014-07-03 | auto merge of #15377 : alexcrichton/rust/rollup, r=alexcrichton | bors | -423/+869 |
| 2014-07-03 | auto merge of #15076 : luqmana/rust/naim, r=pcwalton | bors | -137/+88 |
| 2014-07-03 | Test fixes from the rollup | Alex Crichton | -1/+1 |
| 2014-07-03 | Fix minor issues in the documentation of libtime. | OGINO Masanori | -2/+3 |
| 2014-07-03 | collections: Fix conditional when reserving extra vec space | Erick Tryzelaar | -1/+1 |
| 2014-07-03 | collections: grow should use the overflow-checked reserve_additional | Erick Tryzelaar | -2/+1 |
| 2014-07-03 | Add examples for StrVector methods | Jason Thompson | -1/+19 |
| 2014-07-03 | Simplify creating a parser from a token tree | Piotr Jawniak | -46/+14 |
| 2014-07-03 | Rename set_broadast() to set_broadcast(). | Joseph Crail | -1/+7 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -36/+36 |
| 2014-07-03 | librustc: Have the kind checker check sub-bounds in trait casts. | Patrick Walton | -10/+116 |
| 2014-07-03 | correct a few spelling mistakes in the tutorial | Nathan Froyd | -3/+3 |
| 2014-07-03 | remove duplicated slash in install script path | Ruud van Asseldonk | -1/+1 |
| 2014-07-03 | Fix ICE with nested macro_rules!-style macros | Kevin Ballard | -2/+36 |
| 2014-07-03 | Guide: add mutable binding section | Steve Klabnik | -3/+39 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -255/+153 |
| 2014-07-03 | Rationals that have a 1 denom should print like ints | Paolo Falabella | -17/+28 |
| 2014-07-03 | Guide: functions | Steve Klabnik | -0/+146 |
| 2014-07-03 | Add os::join_paths, make setenv non-utf8 capable | Aaron Turon | -60/+147 |
| 2014-07-03 | Guide: if | Steve Klabnik | -0/+147 |
| 2014-07-03 | auto merge of #15370 : alexcrichton/rust/fix-cargo, r=pnkfelix | bors | -1/+1 |
| 2014-07-03 | rustc: Fix a call to with_path in trans_unboxing_shim | Alex Crichton | -1/+1 |
| 2014-07-03 | auto merge of #15338 : pfalabella/rust/rational-impl-2, r=alexcrichton | bors | -17/+28 |
| 2014-07-03 | auto merge of #15331 : Derecho/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-07-03 | auto merge of #15199 : michaelwoerister/rust/cross-crate-stability, r=luqmana | bors | -184/+744 |
| 2014-07-03 | auto merge of #15078 : jakub-/rust/pattern-matching-refactor-vol-2, r=pnkfelix | bors | -507/+111 |
| 2014-07-03 | Improve code reuse between trans/_match.rs and check_match.rs | Jakub Wieczorek | -507/+111 |
| 2014-07-03 | auto merge of #15324 : sneves/rust/master, r=alexcrichton | bors | -2/+20 |
| 2014-07-03 | auto merge of #15087 : iliekturtles/rust/13810-make-install-mingw32, r=brson | bors | -2/+67 |
| 2014-07-02 | librustc: Don't schedule redundant cleanups. | Luqman Aden | -22/+5 |
| 2014-07-02 | librustc: Use different alloca slot for non-move bindings. | Luqman Aden | -10/+38 |
| 2014-07-02 | librustc: Don't create extra alloca slot for by value bindings in match. | Luqman Aden | -116/+56 |
| 2014-07-03 | auto merge of #15325 : pcwalton/rust/trait-impl-bound-mismatch, r=pnkfelix | bors | -43/+200 |
| 2014-07-02 | install: Correct libdir for Windows installs. | Mike Boutin | -2/+67 |
| 2014-07-02 | Fix rotate_{left, right} for multiple of bitsize rotation amounts | Samuel Neves | -2/+20 |
| 2014-07-02 | auto merge of #15313 : pcwalton/rust/overloaded-call-expr-use, r=alexcrichton | bors | -10/+171 |
| 2014-07-02 | Change exhaustiveness analysis to permit multiple constructors per pattern | Jakub Wieczorek | -204/+413 |
| 2014-07-02 | Rationals that have a 1 denom should print like ints | Paolo Falabella | -17/+28 |
| 2014-07-02 | auto merge of #15286 : alexcrichton/rust/channel-stability, r=cmr | bors | -0/+40 |
| 2014-07-02 | Apply stability attributes to std::comm | Alex Crichton | -0/+40 |
| 2014-07-02 | auto merge of #15310 : pcwalton/rust/tests-for-12223, r=brson | bors | -0/+72 |
| 2014-07-02 | debuginfo: Make names of types in debuginfo reliable and omit source location... | Michael Woerister | -184/+744 |
| 2014-07-02 | auto merge of #15265 : omasanori/rust/udp, r=alexcrichton | bors | -55/+68 |
| 2014-07-02 | Fix example in docs on documentation | Derecho | -1/+1 |
| 2014-07-02 | auto merge of #15257 : erickt/rust/hashmap, r=alexcrichton | bors | -16/+121 |