]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-12-05 Aidan Cullyprefer "FIXME" to "TODO".
2014-12-05 Aidan Cullywork around portability issue on FreeBSD, in which...
2014-12-05 borsauto merge of #19233 : erickt/rust/bench-stats, r=erickt
2014-12-05 Erick Tryzelaartest: expose boxplot and the extra stats test keeps...
2014-12-05 borsauto merge of #19334 : alexcrichton/rust/issue-19333...
2014-12-05 borsauto merge of #19362 : nikomatsakis/rust/crateification...
2014-12-05 Alex Crichtonstd: Close TcpListener with closesocket()
2014-12-05 Niko MatsakisRemove crates from test list so that we don't waste...
2014-12-05 Niko MatsakisFix various references in late-running tests and things
2014-12-05 borsauto merge of #19303 : nodakai/rust/libsyntax-reject...
2014-12-04 Niko MatsakisDelete diagnostics tests because that model doesn't...
2014-12-04 borsauto merge of #18980 : erickt/rust/reader, r=erickt
2014-12-04 Erick Tryzelaarcore: fix a doctest
2014-12-04 Niko MatsakisFIXME(#19497) -- Stop messing around and just give...
2014-12-04 Niko MatsakisSeparate the driver into its own crate that uses trans...
2014-12-04 Niko MatsakisMove typeck into its own crate.
2014-12-04 Niko MatsakisRemove dependencies on driver from trans et al. by...
2014-12-04 Niko MatsakisModify libsyntax/diagnostics to not be so persnickety...
2014-12-04 Niko MatsakisMove `typeck` logically in the module tree out to the...
2014-12-04 Niko MatsakisRemove one dependence on typeck from const_eval.
2014-12-04 Niko MatsakisRemove "dependence" on typeck from comment in substs.
2014-12-04 Niko MatsakisRemove dependence on typeck from ppaux.
2014-12-04 Niko MatsakisRemove dependency on typeck from lint.
2014-12-04 Niko MatsakisMove infer out of `middle::typeck` and into just `middle`.
2014-12-04 Niko MatsakisMove various data structures out of typeck and into ty.
2014-12-04 borsauto merge of #19170 : erickt/rust/rustup, r=erickt
2014-12-04 borsauto merge of #19167 : japaric/rust/rhs-cmp, r=aturon
2014-12-04 borsauto merge of #19449 : nikomatsakis/rust/unboxed-closur...
2014-12-04 Niko MatsakisAdjust nits from pcwalton.
2014-12-04 Niko MatsakisAdd a cache so we don't create so many shims.
2014-12-04 Niko MatsakisImplement the `Fn` trait for bare fn pointers in the...
2014-12-04 borsauto merge of #18613 : steveklabnik/rust/ownership_guid...
2014-12-04 NODA, Kailibstd: explicitly disallow io::fs::File to open a...
2014-12-04 NODA, Kailibstd: io::fs::File::stat() need not to take &mut...
2014-12-04 borsauto merge of #18770 : pczarn/rust/hash_map-explicit...
2014-12-03 Erick Tryzelaarrustup: simplify downloading packages
2014-12-03 Erick Tryzelaarrustup: extract the tarballs as part of installation
2014-12-03 Erick Tryzelaarrustup: rewrite to protect against truncation
2014-12-03 Erick Tryzelaarrustup: factor out installing packages into a function
2014-12-03 Erick Tryzelaarrustup: factor out downloading and extracting the snaps...
2014-12-03 borsauto merge of #18749 : nikomatsakis/rust/builtin-bounds...
2014-12-03 Erick Tryzelaarrustup: factor out the install flags into a CFG_INSTALL...
2014-12-03 Erick Tryzelaarrustup: rename TMP_DIR to CFG_TMP_DIR
2014-12-03 Erick Tryzelaarrustup: add a RUST_ prefix to the rust-specific variables
2014-12-03 Erick Tryzelaarrustup: probe for the existance of tar
2014-12-03 Erick Tryzelaarrustup: make rustup executable
2014-12-03 Erick Tryzelaarwhitespace cleanup
2014-12-03 borsauto merge of #19502 : alexcrichton/rust/issue-19501...
2014-12-03 Alex Crichtontest: Ignore issue-19501 pretty for now
2014-12-03 Jorge AparicioDeprecate Equiv
2014-12-03 Jorge AparicioFix fallout
2014-12-03 Jorge AparicioRemove unused transmutes from tests
2014-12-03 Jorge AparicioReplace `equiv` method calls with `==` operator sugar
2014-12-03 Jorge AparicioOverload the `==` operator
2014-12-03 Steve KlabnikNew Guide: Ownership
2014-12-03 Niko MatsakisFIXME(#19481) -- workaround valgrind cleanup failure...
2014-12-03 Niko MatsakisCorrect various compile-fail tests. Most of the changes...
2014-12-03 Niko MatsakisTreat builtin bounds like all other kinds of trait...
2014-12-02 Jorge AparicioTest PartialEq multidispatch
2014-12-02 Jorge Apariciolibcore: add `Rhs` input parameter to comparison traits
2014-12-02 borsauto merge of #19460 : steveklabnik/rust/conf_fixes...
2014-12-02 Steve Klabnikremove two unneccesary directories from configure
2014-12-02 borsauto merge of #19443 : nodakai/rust/another-missing...
2014-12-02 borsauto merge of #19357 : michaelwoerister/rust/fix-issue...
2014-12-02 borsauto merge of #19427 : scialex/rust/doc-attr-macros...
2014-12-02 borsauto merge of #19450 : jbapple/rust/pq-pop-time, r...
2014-12-02 Jim ApplePop on binary heaps does not have constant time complexity.
2014-12-02 Michael Woeristerdebuginfo: Fix multi-byte character related bug in...
2014-12-02 borsauto merge of #19439 : nodakai/rust/liblibc-getsid...
2014-12-01 borsauto merge of #19405 : jfager/rust/de-match-pyramid...
2014-12-01 NODA, Kaitest/run-make: another missing $(EXTRACFLAGS).
2014-12-01 NODA, Kailiblibc: getsid() was missing though setsid() was alrea...
2014-12-01 borsauto merge of #19436 : lifthrasiir/rust/rustdoc-short...
2014-12-01 Alexander Lightadded negative test for macro expansion in attributes
2014-12-01 Kang Seonghoonrustdoc: Use relative paths in source renders.
2014-12-01 borsauto merge of #19417 : alexcrichton/rust/issue-19383...
2014-12-01 borsauto merge of #19425 : frewsxcv/rust/patch-1, r=stevekl...
2014-12-01 Alexander LightAdd test for expanding doc strings in macros.
2014-12-01 borsauto merge of #19418 : P1start/rust/unsafe-extern-trait...
2014-12-01 Erick Tryzelaarstd: add Reader impl for &[u8]
2014-12-01 Erick Tryzelaarstd: add tests for the Vec<u8> Writer impl
2014-11-30 jfagerfix missed switch pointed out in review plus a few...
2014-11-30 Piotr Czarneckistd: Change the behavior of `reserve` for HashMap.
2014-11-30 Piotr Czarneckistd: Remove implicit shrinking from hash_map.
2014-11-30 borsauto merge of #19415 : P1start/rust/error-message-fixes...
2014-11-30 borsauto merge of #19411 : lifthrasiir/rust/asm-clobbers...
2014-11-30 Alexander Lightallow macro expansions in attributes
2014-11-30 Corey FarwellFix typo in tests makefile
2014-11-30 borsauto merge of #19369 : seanmonstar/rust/cow-str, r...
2014-11-30 Kang Seonghoontrans: Eliminated redundant allocations.
2014-11-30 P1startFix the ordering of `unsafe` and `extern` in methods
2014-11-30 Alex Crichtonmk: Use host llvm linkage paths, not target ones
2014-11-30 P1startAdjust some error messages to start with a lowercase...
2014-11-30 borsauto merge of #19365 : frewsxcv/rust/getopts-cleanup...
2014-11-30 Kang Seonghoonsyntax: Make `asm!` clobbers a proper vector.
2014-11-29 borsauto merge of #19392 : murarth/rust/rustc-compile-twice...
2014-11-29 jfagerReplace some verbose match statements with their `if...
2014-11-29 borsauto merge of #19401 : MatejLach/rust/guide_are_fix...
2014-11-29 MurarthFix rustc panic on second compile_input
2014-11-29 Matej LachFix a simple typo
next