]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-12-31 Alex Crichtonrollup merge of #20353: alexcrichton/snapshots
2014-12-31 Alex Crichtonrollup merge of #20350: fhahn/issue-20340-rustdoc-version
2014-12-31 Alex Crichtonrollup merge of #20348: frewsxcv/rm-reexports
2014-12-31 Alex Crichtonrollup merge of #20344: brson/srctarballs
2014-12-31 Alex Crichtonrollup merge of #20332: js-ojus/master
2014-12-31 Alex Crichtonrollup merge of #20330: fhahn/issue-15877-model-lexer...
2014-12-31 Alex Crichtonrollup merge of #20329: vhbit/ios-rand-fix
2014-12-31 Alex Crichtonrollup merge of #20328: huonw/attack-of-the-clones
2014-12-31 Alex Crichtonrollup merge of #20326: rohitjoshi/master
2014-12-31 Alex Crichtonrollup merge of #20325: nick29581/obj-safety-static
2014-12-31 Alex Crichtonrollup merge of #20323: brson/beta
2014-12-31 Alex Crichtonrollup merge of #20321: epall/patch-1
2014-12-31 Alex Crichtonrollup merge of #20316: seanmonstar/patch-1
2014-12-31 Alex Crichtonrollup merge of #20286: murarth/get-address-name
2014-12-31 Alex Crichtonrollup merge of #20247: steveklabnik/gh20088
2014-12-31 Alex Crichtonrollup merge of #20217: luqmana/pc
2014-12-31 Alex Crichtonrollup merge of #20115: gereeter/split-module-building
2014-12-31 Alex Crichtonrollup merge of #20065: aturon/stab-2-cmp
2014-12-31 Alex Crichtonrollup merge of #20045: alexcrichton/issue-20012
2014-12-31 Alex Crichtonrollup merge of #19954: michaelwoerister/rust-gdb
2014-12-30 Alex CrichtonRegister new snapshots
2014-12-30 Aaron TuronStabilize cmp
2014-12-30 Alex Crichtonstd: Re-enable at_exit()
2014-12-30 Florian HahnAdd verbose option to rustdoc in order to fix problem...
2014-12-30 Brian Andersonmk: Append -src to source tarballs for easier identific...
2014-12-30 Corey FarwellRemove core::atomic::Ordering::* public reexport
2014-12-30 Jonathan SRemoved a bunch of unnecessary .clone()s from build_red...
2014-12-30 Jonathan SPurged ReducedGraphParent
2014-12-30 Jonathan SCleanup unused imports resulting from move of reduced...
2014-12-30 Brian Andersonmk: The alpha will not have a cycle number
2014-12-30 Jonathan SMoved ReducedGraphParent building to a new module
2014-12-30 borsauto merge of #20307 : nikomatsakis/rust/assoc-types...
2014-12-30 Niko MatsakisFix rebase conflicts
2014-12-30 Michael Woeristerdebuginfo: Add a rust-gdb shell script that will start...
2014-12-30 Florian HahnUpdate src/grammar/README.md
2014-12-30 Florian Hahnsrc/grammar/check.sh now prints test summary
2014-12-30 Niko MatsakisAddress nits.
2014-12-30 Niko MatsakisNormalize associated types in bounds too. Also, make...
2014-12-30 Niko MatsakisAdd a test case using associated types cross crate...
2014-12-30 Niko MatsakisEncode the TypeScheme for associated types
2014-12-30 Niko MatsakisRemove the AssocSpace
2014-12-30 Niko MatsakisPatch more metadata decoding problems.
2014-12-30 Niko MatsakisEncode the name for associated items on a trait. Fixes...
2014-12-30 Niko MatsakisCorrect licenses.
2014-12-30 Niko MatsakisResolve merge conflicts. This changes should really...
2014-12-30 Niko MatsakisAdjust tests for inferenceGet more conservative about...
2014-12-30 Niko MatsakisAdd a FIXME relating to these type-testing traits
2014-12-30 Niko MatsakisPatch long line.
2014-12-30 Niko MatsakisAdd FIXMEs relating to caching of projection results
2014-12-30 Niko MatsakisAdd a FIXME relating to regions and projection types
2014-12-30 Niko MatsakisAdd a FIXME to patch up rustdoc
2014-12-30 Niko MatsakisFile a FIXME relating to using where clauses, not bounds
2014-12-30 Niko MatsakisAdd a FIXME relating to Copy<T> not being checked
2014-12-30 Niko MatsakisAdd a FIXME relating to using `ast::Name`
2014-12-30 Niko MatsakisPatch tests and create new tests related to projection...
2014-12-30 Niko MatsakisDon't normalize associated types when in region binders...
2014-12-30 Niko MatsakisRemove the def-id from type parameters. Having this...
2014-12-30 Niko MatsakisUpdate error messages in various compile-fail tests
2014-12-30 Niko MatsakisMake projected types select out of the trait bounds.
2014-12-30 Niko MatsakisTeach `project` to project associated types out of...
2014-12-30 Niko MatsakisAllow object safe traits to access associated types.
2014-12-30 Niko MatsakisIntegrate projection bounds to `ExistentialBounds`...
2014-12-30 Niko MatsakisConvert to use `Rc<TraitRef>` in object types (finally!).
2014-12-30 Niko MatsakisImplement associated type projection and normalization.
2014-12-30 Niko MatsakisMove the scalar types out of static data so that we...
2014-12-30 Niko MatsakisRename `Polytype` to `TypeScheme` to differentiate...
2014-12-30 Niko MatsakisRename `trait_ref` field to `predicate`, since `trait_r...
2014-12-30 Niko MatsakisRewrite the intrinsicck to take the parameter environme...
2014-12-30 Niko MatsakisMove the TypeContents-based "Sized" queries into trans...
2014-12-30 Niko MatsakisMake ExprUseVisitor<..> use inherited parameter environ...
2014-12-30 Niko MatsakisRefactor various queries out of `ty` and into `trans...
2014-12-30 JONNALAGADDA... Minor change to wording in `Variables and Bindings`
2014-12-30 Florian HahnHandle function calls to integers in model lexer correctly
2014-12-30 Valerii HioraiOS: fallout of Sync oibit
2014-12-30 borsauto merge of #19941 : alexcrichton/rust/issue-19767...
2014-12-30 Huon WilsonImplement `Clone` for a large number of iterators ...
2014-12-30 Rohit JoshiPR#20326 : Issue#20322: Adding unsafe Send and Sync...
2014-12-30 borsauto merge of #20320 : alexcrichton/rust/rollup, r...
2014-12-30 Alex CrichtonTest fixes and rebase conflicts
2014-12-30 Luqman Adenlibrustc_trans: Remove some dead code now that procs...
2014-12-30 Nick CameronTests
2014-12-30 Nick CameronForbid static methods in object safe traits
2014-12-30 Brian Andersonmk: The beta channel temporarily produced alpha versions
2014-12-30 Brian Andersonmk: Allow an optional number to come after the beta...
2014-12-30 Alex Crichtonrollup merge of #20317: brson/rust-installer-v2
2014-12-30 Eric AllenFix impl of Send and Sync for mips
2014-12-30 Brian AndersonSimplify some logic in dist.mk
2014-12-30 Brian Andersonmk: Package mingw components in unix installer on windows
2014-12-30 Brian Andersonmk: Make distcheck build binary tarballs on windows
2014-12-30 Brian AndersonInstall copyright information and package docs
2014-12-30 Brian AndersonUpgrade rust-installer to v2
2014-12-30 borsauto merge of #20160 : nick29581/rust/ranges2, r=nikoma...
2014-12-30 Sean McArthurcollections: use Unique in btree::Node
2014-12-30 Alex Crichtonrollup merge of #20310: fhahn/issue-15877-model-lexer...
2014-12-30 Alex Crichtonrollup merge of #20309: sfackler/refcell-send
2014-12-30 Alex Crichtonrollup merge of #20306: alexcrichton/second-pass-string
2014-12-30 Alex Crichtonrollup merge of #20289: nick29581/shadowing
2014-12-30 Alex Crichtonrollup merge of #20282: WebDrake/makefile-in
2014-12-30 Alex Crichtonrollup merge of #20281: dgiagio/libregex_deprecated_fix1
2014-12-30 Alex Crichtonrollup merge of #20279: dgiagio/libserialize_deprecated...
next