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