]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-12-25 Nick CameronUpdate tests to use `?Sized`
2014-12-25 Nick CameronAccept `?Sized` as well as `Sized?`
2014-12-25 borsauto merge of #20180 : jroesch/rust/clean-where-predica...
2014-12-25 borsauto merge of #20167 : michaelwoerister/rust/for-loop...
2014-12-25 borsauto merge of #20024 : mneumann/rust/dragonfly-fixes3...
2014-12-25 borsauto merge of #19934 : tomjakubowski/rust/rustdoc-unbox...
2014-12-24 borsauto merge of #20117 : lfairy/rust/rename-include-bin...
2014-12-24 borsauto merge of #19813 : barosl/rust/autoderef-type-infer...
2014-12-24 Tom Jakubowskirustdoc: Use Fn trait sugar for external paths
2014-12-24 Tom Jakubowskirustdoc: Use unboxed closure sugar
2014-12-24 Tom Jakubowskirustdoc: render higher-rank trait bounds
2014-12-24 Tom Jakubowskirustdoc: render `for<>` on old closure lifetimes
2014-12-24 borsauto merge of #20060 : Aatch/rust/enum-repr, r=alexcrichton
2014-12-24 Jared RoeschAddress code review nits
2014-12-24 borsauto merge of #19858 : nick29581/rust/ranges, r=aturon
2014-12-23 borsauto merge of #19758 : tbu-/rust/pr_fp_name, r=alexcrichton
2014-12-23 Jared RoeschSupport all variants of WherePredicate
2014-12-23 Nick CameronReview changes
2014-12-23 Nick CameronTests
2014-12-23 Nick CameronType checking and trans for ranges
2014-12-23 Nick CameronAdd syntax for ranges
2014-12-23 Nick CameronAdd lang items for ranges.
2014-12-23 Nick CameronAdd structs for ranges to core::ops.
2014-12-23 borsauto merge of #20083 : eddyb/rust/fix-expectation,...
2014-12-23 Tobias BucherRename and namespace `FPCategory`
2014-12-23 Eduard Burtescurustc_typeck: don't expect rvalues to have unsized...
2014-12-23 Michael Woeristerdebuginfo: Add test case for destructured for-loop...
2014-12-23 Michael Woeristerdebuginfo: Clean the debuginfo module up a bit.
2014-12-23 Michael Woeristerdebuginfo: Create debuginfo for for-loop variables...
2014-12-23 borsMerge pull request #20155 from tbu-/pr_vecmap_fiximpls
2014-12-23 borsMerge pull request #20153 from brianloveswords/patch-1
2014-12-23 borsMerge pull request #20001 from huonw/speeling2
2014-12-23 borsMerge pull request #19886 from brson/rustup
2014-12-23 Chris WongRename include_bin! to include_bytes!
2014-12-23 James MillerMake alignment-forcing case work the same on 64 and...
2014-12-23 Huon WilsonFix some spelling errors.
2014-12-23 borsauto merge of #20145 : alexcrichton/rust/rollup, r...
2014-12-23 Tobias BucherFix `collections::VecMap`'s `PartialEq` implementation
2014-12-23 Brian J BrennanUpdate complement-bugreport.md
2014-12-22 James MillerAdd enum size cases to type-sizes test
2014-12-22 James MillerUse type-alignment-sized integer for discriminant types
2014-12-22 Alex CrichtonTest fixes and rebase conflicts
2014-12-22 Alex Crichtonrollup merge of #20089: rolftimmermans/json-control...
2014-12-22 Alex Crichtonrollup merge of #19964: pnkfelix/everybody-loops-pprint
2014-12-22 Alex Crichtonrollup merge of #19891: nikomatsakis/unique-fn-types-3
2014-12-22 Alex Crichtonrollup merge of #20056: MrFloya/iter_rename
2014-12-22 Alex Crichtonrollup merge of #20141: frewsxcv/rfc438
2014-12-22 Alex Crichtonrollup merge of #20140: frewsxcv/rm-reexports
2014-12-22 Alex Crichtonrollup merge of #20135: selaine/less-asm
2014-12-22 Alex Crichtonrollup merge of #20134: jbranchaud/add-doctest-for...
2014-12-22 Alex Crichtonrollup merge of #20129: nagisa/man-fixes
2014-12-22 Alex Crichtonrollup merge of #20125: csouth3/hashset-bitops
2014-12-22 Alex Crichtonrollup merge of #20124: klutzy/pprust-asm
2014-12-22 Alex Crichtonrollup merge of #20102: tshepang/patch-4
2014-12-22 Alex Crichtonrollup merge of #20084: barosl/struct-variant-field-err
2014-12-22 Alex Crichtonrollup merge of #20075: skade/remove-notrust
2014-12-22 Alex Crichtonrollup merge of #20053: csouth3/misc-stab
2014-12-22 Alex Crichtonrollup merge of #20033: alexcrichton/deprecate-serialise
2014-12-22 Alex Crichtonrollup merge of #19741: alexcrichton/stabilize-str
2014-12-22 Alex Crichtonrollup merge of #19216: Gankro/bitv
2014-12-22 Chris MorganRFC 248? I think you meant RFC 438.
2014-12-22 Corey FarwellRemove cmp::Ordering::* public reexport
2014-12-22 Alexis BeingessnerMake bitv's APIs match RFC + fixup
2014-12-22 Felix S. Klock IIfix run-make/ tests now flowgraph printing has moved...
2014-12-22 jbranchaudAdd a doctest for the btreemap's entry method.
2014-12-22 Simonas KazlauskasUpdate man page with the new options
2014-12-22 Niko MatsakisTweak region-related error messages that changed slight...
2014-12-22 Niko MatsakisCorrect merge failure around imports in `str.rs`.
2014-12-22 Niko MatsakisAddress nit.
2014-12-22 Niko MatsakisChange print out to include the path to the fn, a bit...
2014-12-22 Niko MatsakisVarious simple tests for fn item type vs fn pointer...
2014-12-22 Niko MatsakisInsert coercions to fn pointer types required for the...
2014-12-22 Niko MatsakisFix fallout from changes. In cases where stage0 compile...
2014-12-22 Niko MatsakisPerform coercions on LHS assignments.
2014-12-22 Niko MatsakisInsert FIXME links to issue #19925: fn item types shoul...
2014-12-22 Niko MatsakisAdjust metadata for new fields and enum variants. Yawn.
2014-12-22 Niko MatsakisRote changes that don't care to distinguish between...
2014-12-22 Niko MatsakisMake ty_bare_fn carry an optional def-id indicating...
2014-12-22 Maya NituRemoved unused context-switching assembly code.
2014-12-22 borsauto merge of #20132 : alexcrichton/rust/revert-20027...
2014-12-22 Florian WilkensAdded missing renames:
2014-12-22 Alex CrichtonRevert "debuginfo: Create debuginfo for for-loop variab...
2014-12-22 Alex CrichtonRevert "debuginfo: Clean the debuginfo module up a...
2014-12-22 Alex CrichtonRevert "debuginfo: Add test case for destructured for...
2014-12-22 Niko MatsakisIntroduce a tcx() helper method to cleanup this mess.
2014-12-22 Felix S. Klock IIAdd an unstable `--xpretty _` option to `rustc`. Moved...
2014-12-22 Felix S. Klock IIAdd `--pretty everybody_loops` option.
2014-12-22 Felix S. Klock IIAdd `-Z unstable-options` debugging flag, which can...
2014-12-22 Florian WilkensRenaming of the Iter types as in RFC #344
2014-12-22 Rolf TimmermansAdd myself to authors.
2014-12-22 Rolf TimmermansRemove unnecessary deref().
2014-12-22 Rolf TimmermansAvoid allocations.
2014-12-22 Rolf TimmermansEscape control characters in JSON output.
2014-12-22 Alex Crichtonserialize: Fully deprecate the library
2014-12-22 Alex CrichtonFallout of std::str stabilization
2014-12-22 Chase SouthwoodImplement BitOps for HashSet
2014-12-22 klutzypprust: Fix asm options
2014-12-22 Chase SouthwoodMisc Stabilization for collections
2014-12-22 Alex Crichtonstd: Stabilize the std::str module
2014-12-22 borsauto merge of #20104 : alexcrichton/rust/rollup, r...
next