]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-04-10 borsAuto merge of #24270 - pnkfelix:use-disr-val-for-derive...
2015-04-10 Felix S. Klock IIRemove pretty-expanded from 2 tests; deriving(Ord)...
2015-04-10 Felix S. Klock IIfix some comments.
2015-04-10 Felix S. Klock IITest case for 64-bit corner cases where truncation...
2015-04-10 Felix S. Klock IIIncorporate repr-attr into deriving(PartialOrd) to...
2015-04-10 borsAuto merge of #24177 - alexcrichton:rustdoc, r=aturon
2015-04-10 Felix S. Klock IIRe-add a fixme after some investigation into what's...
2015-04-10 Felix S. Klock IITest case for new `derive(PartialOrd)` expansion.
2015-04-10 Felix S. Klock IIChange `derive` expansions to use `discriminant_value...
2015-04-10 Felix S. Klock IIRebase discriminant_value test. Add case for a speciali...
2015-04-10 borsAuto merge of #24034 - alexcrichton:cloexec, r=aturon
2015-04-10 James MillerAdd test for discriminant_value results
2015-04-10 James MillerImplement `discriminant_value` intrinsic
2015-04-10 Alex Crichtonstd: Unconditionally close all file descriptors
2015-04-10 Alex CrichtonTest fixes and review feedback
2015-04-10 borsAuto merge of #24180 - huonw:optimise-max-etc, r=alexcr...
2015-04-10 Huon WilsonOptimise Iterator::{max, max_by, min, min_by}.
2015-04-10 Alex Crichtonstd: Clean up process spawn impl on unix
2015-04-10 Alex Crichtonstd: Set CLOEXEC for all fds opened on unix
2015-04-09 borsAuto merge of #24205 - brson:debug, r=alexcrichton
2015-04-09 borsAuto merge of #24232 - Manishearth:rollup, r=Manishearth
2015-04-09 Manish Goregaokarfixup windows std_misc
2015-04-09 Manish GoregaokarRollup merge of #24217 - aturon:iterator-fixes, r=alexc...
2015-04-09 Manish GoregaokarRollup merge of #24225 - nrc:for-span, r=pnkfelix
2015-04-09 Manish GoregaokarRollup merge of #24170 - omo:omo-typo-fix, r=steveklabnik
2015-04-09 Manish GoregaokarRollup merge of #24221 - nrc:debug-loc, r=sfackler
2015-04-09 Manish GoregaokarRollup merge of #24218 - lstat:remove-ignore-tidy,...
2015-04-09 Manish GoregaokarRollup merge of #24216 - alexcrichton:stabilize-from...
2015-04-09 Manish GoregaokarRollup merge of #24215 - alexcrichton:stabilize-clone...
2015-04-09 Manish GoregaokarRollup merge of #24212 - alexcrichton:destabilize-begin...
2015-04-09 Manish GoregaokarRollup merge of #24207 - kmcallister:llvm-plugin, r...
2015-04-09 Manish GoregaokarRollup merge of #24205 - brson:debug, r=alexcrichton
2015-04-09 Manish GoregaokarRollup merge of #24193 - lstat:needstest, r=alexcrichton
2015-04-09 Manish GoregaokarRollup merge of #24191 - nikomatsakis:issue-20791,...
2015-04-09 Brian AndersonNightly gets LLVM assertions
2015-04-09 Aaron TuronImprove bounds in Iterator API
2015-04-09 borsAuto merge of #24176 - kballard:bufreader-seek-impl...
2015-04-09 Manish GoregaokarRollup merge of #24176 - kballard:bufreader-seek-impl...
2015-04-09 Manish GoregaokarRollup merge of #24175 - dhuseby:bitrig_fixing_tests_2...
2015-04-09 Manish GoregaokarRollup merge of #24171 - rillian:rustup, r=brson
2015-04-09 Nick CameronFix the span for `for` expressions
2015-04-09 borsAuto merge of #24171 - rillian:rustup, r=brson
2015-04-09 Nick CameronDebug impls for a few things in syntax::codemap
2015-04-09 borsAuto merge of #24168 - kballard:clone-for-extern-c...
2015-04-09 Kevin BallardImplement io::Seek for io::BufWriter<W> where W: io...
2015-04-09 Kevin BallardImplement io::Seek for io::BufReader<R> where R: io...
2015-04-09 Brian AndersonDon't deoptimize llvm when --enable-debug
2015-04-09 borsAuto merge of #24158 - sanxiyn:cast, r=nrc
2015-04-09 Alex CrichtonRemove pretty-expanded from failing tests
2015-04-08 Alex Crichtonstd: Stabilize io::Error::from_raw_os_error
2015-04-08 Alex Crichtonstd: Stabilize Clone::clone_from
2015-04-08 Alex Crichtonstd: Destabilize the internals of panic!
2015-04-08 Luke GallagherRemove `ignore-tidy-linelength` from tests that no...
2015-04-08 Brian Andersonconfigure: Add --enable-debug-jemalloc
2015-04-08 borsAuto merge of #24144 - richo:ptr-formatter, r=alexcrichton
2015-04-08 Brian AndersonAdd --enable-debug to control multiple perf options
2015-04-08 Keegan McAllisterAllow plugins to register LLVM passes
2015-04-08 Brian Andersonconfigure: Add --enable-debuginfo
2015-04-08 Brian Andersonconfigure: Clarify --enable-debug-assertions status...
2015-04-08 Brian Andersonconfigure: Disable LLVM asserts by default
2015-04-08 Brian Andersonconfigure: Clarify help message for --enable-debug...
2015-04-08 Brian Andersonconfigure: Disable debug assertions by default
2015-04-08 Brian Andersonconfigure: Rename --enable-debug to --enable-debug...
2015-04-08 Brian Andersonconfigure: Remove obsolete --disable-verify option
2015-04-08 Brian Andersonconfigure: Remove obsolete --nightly flag
2015-04-08 borsAuto merge of #24029 - nagisa:print-locking, r=alexcrichton
2015-04-08 Simonas KazlauskasImplement reentrant mutexes and make stdio use them
2015-04-08 borsAuto merge of #24195 - steveklabnik:rollup, r=steveklabnik
2015-04-08 Steve KlabnikRollup merge of #24178 - steveklabnik:new_toc, r=nikoma...
2015-04-08 Steve KlabnikRollup merge of #24167 - hauleth:remove-incorrect-examp...
2015-04-08 Steve KlabnikRollup merge of #24149 - bombless:update-faq, r=stevekl...
2015-04-08 Steve KlabnikRollup merge of #24143 - michaelsproul:extended-errors...
2015-04-08 Niko MatsakisModify the ExprUseVisitor to walk each part of an AutoR...
2015-04-08 Luke GallagherAdd tests for #22289, #22370 and #22384
2015-04-08 borsAuto merge of #24021 - pnkfelix:fn-params-outlive-body...
2015-04-08 Felix S. Klock IIAddress review nit by making `map_id` take an `FnMut`.
2015-04-08 borsAuto merge of #23998 - nrc:impl-self, r=nikomatsakis
2015-04-08 borsAuto merge of #24120 - aturon:range-perf, r=alexcrichton
2015-04-08 Seo SanghyeonAddress review comments
2015-04-08 Richo Healeyalloc: impl fmt::Pointer for Rc, Arc and Box
2015-04-08 borsAuto merge of #24078 - whipsch:extra-token-msg, r=huonw
2015-04-08 York XiangUpdate "`let` is used to introduce variables" paragraph
2015-04-08 Steve KlabnikImport real content.
2015-04-08 Alex Crichtonrustdoc: Add a test for should_fail in doctests
2015-04-08 Alex Crichtonrustdoc: Index inherent methods on primitives
2015-04-08 Alex Crichtonstd: Hide facade extension traits in docs
2015-04-08 Alex Crichtonstd: Reorganize thread::local a bit
2015-04-08 Alex Crichtonrustdoc: Handle duplicate reexports listed
2015-04-08 Alex Crichtonrustdoc: Handle tests with bare `#` marks
2015-04-08 Alex Crichtonbook: Fix a hyperlink to CONFIGS.md
2015-04-08 Alex Crichtonmk: Stop documenating non-facade crates
2015-04-08 Alex Crichtonrustdoc: Encode ABI in all methods
2015-04-08 Alex Crichtonrustdoc: Simplify predicates with paren notation
2015-04-08 Alex Crichtonrustdoc: Detect provided methods on inlined traits
2015-04-08 Alex Crichtonbook: Emit links to play.rust-lang.org to run examples
2015-04-08 Alex Crichtonrustdoc: Don't duplicate inlined impl blocks
2015-04-08 Alex Crichtonrustdoc: Add a test for #21092
2015-04-08 Alex Crichtonrustdoc: Improve handling inlined associated types
2015-04-08 Alex Crichtonrustdoc: Simplify cross-crate where clauses
2015-04-08 Alex Crichtonrustdoc: Show impls for references to types
next