]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-30 Alex Crichtonrollup merge of #21678: vojtechkral/threads-native...
2015-01-30 Alex Crichtonrollup merge of #21495: richo/unexported-unmangled...
2015-01-30 Alex Crichtonrollup merge of #21494: jatinn/jsnav
2015-01-30 Alex Crichtonrollup merge of #21385: nick29581/save-fix2
2015-01-30 Alex Crichtonrollup merge of #20790: japaric/for-loops
2015-01-30 Jorge Apariciofix some cfail tests
2015-01-30 Jorge Apariciofixes after rebase
2015-01-30 Jorge Aparicios/while let/for/g now that #21245 has been fixed
2015-01-30 Jorge Aparicioadd test for #21655
2015-01-30 Jorge Aparicioadd test for #20605
2015-01-30 Jorge Apariciofix recursive call
2015-01-30 Jorge Aparicioremove the `Iterator` lang item
2015-01-30 Jorge Apariciosmoke out remaining bugs
2015-01-30 Jorge Aparicioremove Copy impls from iterators
2015-01-30 Jorge Aparicioadd tests
2015-01-30 Jorge Aparicioremove dead code
2015-01-30 Jorge Aparicioremove more `ExprForLoop`s
2015-01-30 Jorge Apariciocustom message for refutable patterns in for loops
2015-01-30 Jorge Apariciofix tests
2015-01-30 Jorge Apariciofix fallout
2015-01-30 Jorge Aparicioimplement for loop desugaring
2015-01-30 Jorge Apariciocore: add the `IntoIterator` trait
2015-01-30 borsAuto merge of #21717 - nick29581:prelude-fullrange...
2015-01-30 Richo Healeylint: Add test for no_mangle
2015-01-30 borsAuto merge of #21351 - eddyb:x-coerce--a-new-hope,...
2015-01-30 Richo Healeyrt: allow unexported functions
2015-01-30 Richo Healeylint: warn about #[no_mangle] fns that aren't exported
2015-01-29 Nick CameronChange from core::ops::RangeFull to std::ops
2015-01-29 Nick CameronRename FullRange to RangeFull
2015-01-29 Nick CameronRemove FullRange from the prelude etc.
2015-01-29 Nick CameronUse absolute path to FullRange, rather than assuming...
2015-01-29 Nick CameronReview changes
2015-01-29 Nick CameronMake the save-analysis smoke test more thorough
2015-01-29 Nick Cameronsave-anlaysis: misc bug fixes
2015-01-29 Nick Cameronsave-analysis: handle absolute paths properly
2015-01-29 Nick Cameronsave-analysis: Use the correct span for `extern crate`
2015-01-29 Nick Cameronsave-analysis: don't include the crate name in fully...
2015-01-29 borsAuto merge of #21692 - pnkfelix:fsk-fix-coerce-match...
2015-01-29 Eduard BurtescuImplement deref coercions (rust-lang/rfcs#241).
2015-01-29 Eduard Burtescurustc_typeck: cleanup coercion logic that has been...
2015-01-29 Eduard Burtescurustc_typeck: use FnCtxt in coercion, instead of mimick...
2015-01-29 Eduard Burtescurustc: move infer::coercion to rustc_typeck.
2015-01-29 borsAuto merge of #21691 - edwardw:double-closure, r=nikoma...
2015-01-29 borsAuto merge of #21677 - japaric:no-range, r=alexcrichton
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 borsAuto merge of #21680 - japaric:slice, r=alexcrichton
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 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
next