]> git.lizzy.rs Git - rust.git/history - src
Merge branch 'master' into cfg_tmp_dir
[rust.git] / src /
2014-12-24 Johannes HoffMerge branch 'master' into cfg_tmp_dir
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 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 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 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 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 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...
2014-12-21 Alex CrichtonTest fixes and rebase conflicts
2014-12-21 Alex Crichtonrollup merge of #19972: alexcrichton/snapshots
2014-12-21 Alex Crichtonrollup merge of #20100: alexcrichton/issue-20091
2014-12-21 Alex Crichtonrollup merge of #20090: FlaPer87/snapshot
2014-12-21 Alex Crichtonstd: Don't parse argv as a String
2014-12-21 Alex Crichtonrollup merge of #20086: shepmaster/random-typo
2014-12-21 Flavio PercocoCreate a snapshot for 8443b09
2014-12-21 Alex Crichtonrollup merge of #20081: tomjakubowski/issue-19646
2014-12-21 Alex Crichtonrollup merge of #20080: seanmonstar/new-show-syntax
2014-12-21 Alex Crichtonrollup merge of #20079: SimonSapin/string_push_ascii_fa...
2014-12-21 Alex Crichtonrollup merge of #20077: shepmaster/stdin-typo
2014-12-21 Alex Crichtonrollup merge of #20070: aturon/stab-2-clone
2014-12-21 Alex Crichtonrollup merge of #20069: jarod/bitflags
2014-12-21 Alex Crichtonrollup merge of #20066: aturon/stab-2-cell
2014-12-21 Alex Crichtonrollup merge of #20062: aturon/stab-2-ints
2014-12-21 Alex Crichtonrollup merge of #20059: nick29581/self-impl
2014-12-21 Alex Crichtonrollup merge of #20057: nick29581/array-syntax
2014-12-21 Alex Crichtonrollup merge of #20054: bheesham/nomet
2014-12-21 Alex Crichtonrollup merge of #20052: barosl/deref-for-box
2014-12-21 Alex Crichtonrollup merge of #20044: csouth3/vec-resize
2014-12-21 Alex Crichtonrollup merge of #20039: barosl/if-let-friendly-error
2014-12-21 Alex Crichtonrollup merge of #20029: vhbit/ios-no-rt
next