| Age | Commit message (Expand) | Author | Lines |
| 2014-12-04 | Add capacity() to VecMap | Aaron Liblong | -0/+16 |
| 2014-12-02 | auto merge of #19460 : steveklabnik/rust/conf_fixes, r=alexcrichton | bors | -2/+1 |
| 2014-12-02 | remove two unneccesary directories from configure | Steve Klabnik | -2/+1 |
| 2014-12-02 | auto merge of #19443 : nodakai/rust/another-missing-extracflags, r=alexcrichton | bors | -1/+1 |
| 2014-12-02 | auto merge of #19357 : michaelwoerister/rust/fix-issue-18791, r=alexcrichton | bors | -18/+62 |
| 2014-12-02 | auto merge of #19427 : scialex/rust/doc-attr-macros, r=sfackler | bors | -0/+48 |
| 2014-12-02 | auto merge of #19450 : jbapple/rust/pq-pop-time, r=Gankro | bors | -2/+2 |
| 2014-12-01 | Pop on binary heaps does not have constant time complexity. | Jim Apple | -2/+2 |
| 2014-12-01 | debuginfo: Fix multi-byte character related bug in cleanup scope handling. | Michael Woerister | -18/+62 |
| 2014-12-02 | auto merge of #19439 : nodakai/rust/liblibc-getsid, r=acrichto | bors | -1/+2 |
| 2014-12-01 | auto merge of #19405 : jfager/rust/de-match-pyramid, r=bstrie | bors | -1369/+895 |
| 2014-12-02 | test/run-make: another missing $(EXTRACFLAGS). | NODA, Kai | -1/+1 |
| 2014-12-02 | liblibc: getsid() was missing though setsid() was already there. | NODA, Kai | -1/+2 |
| 2014-12-01 | auto merge of #19436 : lifthrasiir/rust/rustdoc-short-src-paths, r=alexcrichton | bors | -5/+17 |
| 2014-12-01 | added negative test for macro expansion in attributes | Alexander Light | -0/+13 |
| 2014-12-01 | rustdoc: Use relative paths in source renders. | Kang Seonghoon | -5/+17 |
| 2014-12-01 | auto merge of #19417 : alexcrichton/rust/issue-19383, r=huonw | bors | -3/+3 |
| 2014-12-01 | auto merge of #19425 : frewsxcv/rust/patch-1, r=steveklabnik | bors | -1/+1 |
| 2014-11-30 | Add test for expanding doc strings in macros. | Alexander Light | -0/+29 |
| 2014-12-01 | auto merge of #19418 : P1start/rust/unsafe-extern-trait, r=alexcrichton | bors | -8/+43 |
| 2014-11-30 | fix missed switch pointed out in review plus a few others | jfager | -52/+33 |
| 2014-11-30 | auto merge of #19415 : P1start/rust/error-message-fixes, r=alexcrichton | bors | -68/+68 |
| 2014-11-30 | auto merge of #19411 : lifthrasiir/rust/asm-clobbers-expanded, r=alexcrichton | bors | -22/+39 |
| 2014-11-30 | allow macro expansions in attributes | Alexander Light | -0/+6 |
| 2014-11-30 | Fix typo in tests makefile | Corey Farwell | -1/+1 |
| 2014-11-30 | auto merge of #19369 : seanmonstar/rust/cow-str, r=alexcrichton | bors | -0/+7 |
| 2014-11-30 | trans: Eliminated redundant allocations. | Kang Seonghoon | -14/+10 |
| 2014-11-30 | Fix the ordering of `unsafe` and `extern` in methods | P1start | -8/+43 |
| 2014-11-30 | mk: Use host llvm linkage paths, not target ones | Alex Crichton | -3/+3 |
| 2014-11-30 | Adjust some error messages to start with a lowercase letter and not finish wi... | P1start | -68/+68 |
| 2014-11-30 | auto merge of #19365 : frewsxcv/rust/getopts-cleanup, r=alexcrichton | bors | -70/+42 |
| 2014-11-30 | syntax: Make `asm!` clobbers a proper vector. | Kang Seonghoon | -14/+35 |
| 2014-11-29 | auto merge of #19392 : murarth/rust/rustc-compile-twice, r=nick29581 | bors | -0/+98 |
| 2014-11-29 | Replace some verbose match statements with their `if let` equivalent. | jfager | -1337/+882 |
| 2014-11-29 | auto merge of #19401 : MatejLach/rust/guide_are_fix, r=steveklabnik | bors | -1/+1 |
| 2014-11-29 | Fix rustc panic on second compile_input | Murarth | -0/+98 |
| 2014-11-29 | Fix a simple typo | Matej Lach | -1/+1 |
| 2014-11-28 | auto merge of #19345 : steveklabnik/rust/gh19344, r=alexcrichton | bors | -1/+1 |
| 2014-11-28 | reword faq to remove reference to indexing strings | Steve Klabnik | -1/+1 |
| 2014-11-28 | auto merge of #19366 : liigo/rust/mipsel-linux, r=alexcrichton | bors | -0/+1 |
| 2014-11-28 | auto merge of #19363 : michaelwoerister/rust/support-unboxed-closures, r=alex... | bors | -18/+60 |
| 2014-11-28 | auto merge of #19360 : olivren/rust/master, r=Gankro | bors | -5/+4 |
| 2014-11-27 | impl Str for CowString | Sean McArthur | -0/+7 |
| 2014-11-28 | auto merge of #19355 : vhbit/rust/ios-backtrace-fix, r=alexcrichton | bors | -1/+1 |
| 2014-11-28 | librustrt: stack_overflow support mipsel linux | Liigo Zhuang | -0/+1 |
| 2014-11-28 | auto merge of #19354 : barosl/rust/strconv-doc-fix, r=steveklabnik | bors | -41/+35 |
| 2014-11-27 | auto merge of #19349 : tomjakubowski/rust/rustdoc-struct-variant-vis, r=sfackler | bors | -0/+4 |
| 2014-11-27 | getopts: cleanup, renames, remove reexports | Corey Farwell | -70/+42 |
| 2014-11-27 | auto merge of #19112 : steveklabnik/rust/doc_rc, r=Gankro | bors | -57/+296 |
| 2014-11-27 | debuginfo: Make variables captured in unboxed closures available in debuginfo. | Michael Woerister | -18/+60 |