]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-29 Loïc DamienFix unknown option message for -Z
2015-01-29 Niko MatsakisMake subtyping for projection types stricter. Fixes...
2015-01-29 Jorge Apariciobring back `#[derive(Show)]` with a deprecation warning
2015-01-29 Jorge Apariciofix import in cfail test
2015-01-29 Jorge Aparicios/Show/Debug/g
2015-01-29 Jorge Aparicioremove #[old_impl_check] now that #21363 has been fixed
2015-01-29 Jorge Aparicioregister snaphots
2015-01-29 Jorge Aparicioundo some conversions
2015-01-29 Jorge Aparicioremove unused imports
2015-01-29 Jorge Apariciofix inference fallout
2015-01-29 Jorge Aparicioconvert remaining `range(a, b)` to `a..b`
2015-01-29 Jorge Aparicio`for x in range(a, b)` -> `for x in a..b`
2015-01-29 Jorge Aparicio`range(a, b).foo()` -> `(a..b).foo()`
2015-01-29 borsAuto merge of #21730 - Manishearth:rollup, r=alexcrichton
2015-01-29 Flavio PercocoFeature gate macro_reexport. Fixes #20906
2015-01-29 Alex Crichtonrustc: Print out a prettier version of crate types
2015-01-29 Steve KlabnikPull configs out into individual repositories
2015-01-29 borsAuto merge of #21680 - japaric:slice, r=alexcrichton
2015-01-29 Steven FacklerFix up check to bypass internal buffer
2015-01-29 Michael NeumannFix wrong use std::io -> old_io
2015-01-28 borsAuto merge of #21522 - nikomatsakis:assoc-type-ice...
2015-01-28 Manish GoregaokarRollup merge of 21643 - semarie:break-local_stage0...
2015-01-28 Manish GoregaokarRollup merge of 21651 - nelsonjchen:add--webkit-overflo...
2015-01-28 Manish GoregaokarRollup merge of 21654 - FlaPer87:unify-impls, r=alexcri...
2015-01-28 Manish GoregaokarRollup merge of 21662 - oli-obk:hashmap_enum_json,...
2015-01-28 Manish GoregaokarRollup merge of 21663 - tbu-:pr_doc_cell_static_safety...
2015-01-28 Manish GoregaokarRollup merge of 21671 - akiss77:pr-aarch64-fastisel0...
2015-01-28 Manish GoregaokarRollup merge of 21681 - japaric:no-warn, r=alexcrichton
2015-01-28 Manish GoregaokarRollup merge of 21708 - brson:internals, r=huonw
2015-01-28 Manish GoregaokarRollup merge of 21711 - thepowersgang:patch-1, r=alexcr...
2015-01-28 Manish GoregaokarRollup merge of 21722 - orpheuslummis:patch-1, r=Gankro
2015-01-28 Manish GoregaokarRollup merge of #21640 - retep998:rmdir, r=alexcrichton
2015-01-28 Manish GoregaokarRollup merge of #21626 - Ms2ger:various-cleanup, r...
2015-01-28 borsAuto merge of #21698 - Manishearth:rollup, r=alexcrichton
2015-01-28 Manish GoregaokarMerge remote-tracking branch 'origin/master' into rollup
2015-01-28 Vojtech KralThread native name setting, fix #10302
2015-01-28 Orpheus LummisCorrect Orpheus Lummis's email and name
2015-01-28 Vojtech KralThread native name setting, fix #10302
2015-01-28 Vojtech KralThread native name setting, fix #10302
2015-01-28 Huon WilsonUse unsigned comparison operators for unsigned SIMD...
2015-01-28 borsAuto merge of #21019 - nikomatsakis:issue-20871-ret...
2015-01-28 Niko MatsakisAdd regression test for #21212. Fixes #21212.
2015-01-28 Niko MatsakisAdd new test for object method numbering mismatches.
2015-01-28 Niko MatsakisAdjust comment per nrc's suggestion.
2015-01-28 Niko MatsakisAdd missing space to error message.
2015-01-28 Niko MatsakisUpdate test files; mostly the problem is that they...
2015-01-28 Niko MatsakisUpdate Rustdoc to deal with the Fn return type being...
2015-01-28 Niko MatsakisPatch variance bug: appearing in a binding is an invari...
2015-01-28 Niko MatsakisExtract expectations from the projection obligation...
2015-01-28 Niko MatsakisAdd Clone to the list of bounds for a TypeFolder. ...
2015-01-28 Niko MatsakisWhen pretty-printing object types, include the output...
2015-01-28 Niko MatsakisFix a latent bug in trait dispatch where we sometimes...
2015-01-28 Niko MatsakisMove return type an associated type of the `Fn*` traits...
2015-01-28 Niko MatsakisAdd the notion of normalizing a parameter environment...
2015-01-28 Niko MatsakisChange list of predicates in ParameterEnvironment to...
2015-01-28 Felix S. Klock IIIn unsize_unique_expr, do not convert scratch value...
2015-01-28 Ms2gerRemove unnecessary to_string() call.
2015-01-28 Ms2gerRemove a custom variant of iter::Cloned.
2015-01-28 Ms2gerSimplify the implementation of segments_name_eq.
2015-01-28 Ms2gerRename found_ast to FoundAst and qualify uses.
2015-01-28 borsAuto merge of #21158 - alkor:issue-21131, r=nick29581
2015-01-28 borsAuto merge of #21248 - brson:feature-staging, r=alexcri...
2015-01-28 Jorge Apariciofix #[cfg(test)] warnings
2015-01-28 John HodgeREADME.md - Fix source tarball link
2015-01-27 Brian Andersondiscuss.rust-lang.org -> internals.rust-lang.org
2015-01-27 Jonathan ReemAdd an implementation of Zeroable for Unique<T>
2015-01-27 Manish GoregaokarRollup merge of #21666 - tshepang:rm-unloved-file,...
2015-01-27 borsAuto merge of #21523 - nikomatsakis:issue-21245-japaric...
2015-01-27 Manish GoregaokarRollup merge of #21667 - nagisa:sbook-links, r=Gankro
2015-01-27 Manish GoregaokarRollup merge of #21676 - Victory:fix-deprication-in...
2015-01-27 Brian AndersonMerge remote-tracking branch 'rust-lang/master'
2015-01-27 Manish GoregaokarRollup merge of #21686 - richo:python-fixes, r=alexcrichton
2015-01-27 Manish GoregaokarRollup merge of #21658 - Manishearth:index_on_unimpleme...
2015-01-27 Niko MatsakisCheck and extract bindings from trait definitions.
2015-01-27 Felix S. Klock IITest cases for issue #20055.
2015-01-27 Felix S. Klock IItrans: When coercing to `Box<Trait>` or `Box<[T]>`...
2015-01-27 Manish GoregaokarRollup merge of #21625 - carols10cents:sliceext-example...
2015-01-27 Manish GoregaokarRollup merge of #21624 - emanueLczirai:vim_syntastic_fi...
2015-01-27 Manish GoregaokarRollup merge of #21623 - dinfuehr:patch-1, r=alexcrichton
2015-01-27 Manish GoregaokarRollup merge of #21618 - snowe2010:documentation, r...
2015-01-27 Manish GoregaokarRollup merge of #21612 - bombless:patch-3, r=alexcrichton
2015-01-27 Manish GoregaokarRollup merge of #21608 - JeffBelgum:collections-reform...
2015-01-27 Manish GoregaokarRollup merge of #21602 - japaric:derive-copy, r=alexcri...
2015-01-27 Manish GoregaokarRollup merge of #21597 - iKevinY:mobile-api-docs, r=cmr
2015-01-27 Manish GoregaokarRollup merge of #21591 - GuillaumeGomez:hash, r=alexcri...
2015-01-27 Edward Wangborrowck: aliasability violation with closure captures...
2015-01-27 Vojtech KralThread native name setting, fix #10302
2015-01-27 Niko MatsakisAdjust error messages due to having more type informati...
2015-01-27 Niko MatsakisUpdate debug messages to match the new names of the...
2015-01-27 Niko MatsakisFix two type inference failures uncovered by japaric...
2015-01-27 Niko MatsakisCleanup the unification engine to use associated types...
2015-01-27 Jorge Apariciocleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant...
2015-01-27 borsAuto merge of #21586 - pyfisch:patch-1, r=alexcrichton
2015-01-27 borsAuto merge of #21657 - pnkfelix:block-remainder-extents...
2015-01-27 Felix S. Klock IIAdd `CodeExtent::Remainder` variant; pre-req for new...
2015-01-27 Felix S. Klock IIaccommodate new scoping rules in librustc_driver unit...
2015-01-27 Felix S. Klock IIaccommodate new scoping rules in libstd unit tests.
2015-01-27 Felix S. Klock IIaccommodate new scoping rules in test/compile-fail.
2015-01-27 Felix S. Klock IIaccommodate new scoping rules in test/run-pass.
2015-01-27 Felix S. Klock IIaccommodate new scoping rules in rustc and rustdoc...
next