]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-01 Jorge Apariciorustc: replace `pick` alias with an unboxed closure
2015-01-01 Jorge Apariciorustc: replace `GetCrateDataCb` alias with an unboxed...
2015-01-01 Jorge Apariciotime: unbox closures used in let bindings
2015-01-01 Jorge Apariciosyntax: unbox closures used in let bindings
2015-01-01 Jorge Apariciostd: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustdoc: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_typeck: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_trans: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_resolve: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_driver: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_borrowck: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_back: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc: unbox closures used in let bindings
2015-01-01 Jorge Apariciogetopts: unbox closures used in let bindings
2015-01-01 Jorge Apariciocore: unbox closures used in let bindings
2015-01-01 Jorge Apariciorustc_borrowck: unbox closures used in function arguments
2015-01-01 Jorge Apariciorustc_trans: unbox closures used in function arguments
2015-01-01 Jorge Apariciorustc: unbox closures used in function arguments
2015-01-01 Jorge Apariciosyntax: unbox closures used in function arguments
2015-01-01 Jorge Apariciostd: unbox closures used in function arguments
2015-01-01 Jorge Apariciocollections: fix fallout
2015-01-01 Jorge Apariciounicode: unbox closures used in function arguments
2014-12-31 borsauto merge of #20360 : alexcrichton/rust/rollup, r...
2014-12-31 Alex Crichtonrollup merge of #20375: brson/windistfix
2014-12-31 Alex CrichtonRevert "std: Re-enable at_exit()"
2014-12-31 Brian Andersonmk: Fix the location of a temp dir when building instal...
2014-12-31 Alex CrichtonTest fixes and rebase conflicts
2014-12-31 Alex Crichtonrollup merge of #20061: aturon/stab-2-vec-slice
2014-12-31 Aaron TuronFallout from stabilization
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 Aaron TuronAdjustments from review
2014-12-30 Aaron TuronLibs: Unify concat and concat_vec
2014-12-30 Aaron TuronSecond pass stabilization: slice
2014-12-30 Aaron TuronSecond pass stabilization: vec
2014-12-30 Aaron Turonstd::iter: Add partition and unzip methods to iterators
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...
next