]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-02-23 Manish GoregaokarRollup merge of #22514 - diamondman:intro_doc_threading...
2015-02-23 Manish GoregaokarRollup merge of #22513 - steveklabnik:doc_str, r=brson
2015-02-23 Manish GoregaokarRollup merge of #22505 - tshepang:current_dir, r=stevek...
2015-02-23 Alex Crichtontest: Make two tests less flaky on windows
2015-02-23 Vojtech KralInteger audit in `libstd/thread_local/*`, part of ...
2015-02-23 Steve KlabnikStatic and dynamic dispatch: missing word
2015-02-23 lummaxdoc: Fix `target_{word_size,pointer_width}` renaming
2015-02-23 Manish GoregaokarRollup merge of #22371 - fhahn:issue-17829-compiletest...
2015-02-23 Manish GoregaokarRollup merge of #22270 - steveklabnik:gh22152, r=huonw
2015-02-23 Nick Cameronint audit - std::sync
2015-02-23 Nick Cameronint audit core::hash
2015-02-23 Nick Cameronint audit - libcore::fmt
2015-02-23 borsAuto merge of #21769 - brooksbp:column-line-macro,...
2015-02-23 Scott OlsonChange int to i32 in Cow example.
2015-02-23 Alexander BliskovskyFixed erroneous statements in iterators.md.
2015-02-23 Alexander BliskovskySwitch to &vector notation in the iterators chapter.
2015-02-22 Stepan KoltsovUse boxed functions instead of transmute
2015-02-22 Stepan Koltsovboxed: mark from_raw and into_raw functions inline
2015-02-22 Tshepang Lekhonkhoberuntest: update slicing syntax where [] becomes [..]
2015-02-22 Stepan Koltsovboxed: fix typo in doc
2015-02-22 Nick Cameronsave-analysis: fix impls on primitive types
2015-02-22 borsAuto merge of #22466 - Kimundi:str_pattern_ai_safe...
2015-02-22 Tshepang Lekhonkhoberustbook: update slicing syntax where [] --> [..]
2015-02-22 Jessy Diamond... Update intro.md to fix thread spawning example Closes...
2015-02-22 Nick Cameronsave-analysis: handle type defs in struct patterns
2015-02-22 Steve KlabnikImprove documentation for libcollections/str
2015-02-22 Steve KlabnikLink from literals to their representation
2015-02-22 Markus UnterwaditzerFix another occurrence of #22243
2015-02-22 Flavio PercocoUnify lifetime/type arguments error messages for (non...
2015-02-22 Flavio Percococontinue when builtin bounds are registered
2015-02-22 Ahmed CharlesDo not permit type parameters on builtin bounds.
2015-02-22 Simonas KazlauskasProperly translate methods with foreign CC
2015-02-22 Simonas KazlauskasConvert some panics to bug diagnostics in trans
2015-02-22 Jake GouldingFix typos in CStr docs
2015-02-22 Markus SiemensImplement append and split_off for VecMap (RFC 509)
2015-02-22 Niko MatsakisAdd additional test case for superregion
2015-02-22 Björn SteinbrinkAdd missing cast for retslots in case of "subtyping...
2015-02-22 Simonas KazlauskasValidate inline attribute arguments
2015-02-22 James MillerImprove borrowck error when a second move is due to...
2015-02-22 James Millerrevise handling of match expressions so that arms branc...
2015-02-22 James MillerAdd support for mapping a single ast-node to multiple...
2015-02-22 James Millerremove the `exit_map` field, it is unnecessary.
2015-02-22 James MillerDistinguish between AST and various Dummy nodes in...
2015-02-22 borsAuto merge of #22574 - huonw:remove-lame-statics, r...
2015-02-22 borsAuto merge of #22548 - Manishearth:rollup, r=Manishearth
2015-02-22 Kevin YapMiscellaneous README changes
2015-02-22 Chris WongDisallow crate names with leading hyphens
2015-02-22 Alexander ChernyakhovskyInclude tuple indexing in the Reference.
2015-02-22 GlacJAYshift int/uint tests around to avoid code repetition
2015-02-22 Flavio PercocoFix test fallouts
2015-02-22 Flavio Percocoallow negative impls for traits that have a default...
2015-02-22 Flavio PercocoRestore the coherence visitor and fix fallouts
2015-02-22 Niko MatsakisAdd new test for impl precedence and remove unnecessary...
2015-02-22 Flavio PercocoRecord default implementations in a separate step
2015-02-22 Niko Matsakistweak exhaustive matching of ty_infer
2015-02-22 Niko Matsakisfix treatment of parameters and associated types
2015-02-22 Flavio PercocoDon't report bug for IntVar and FloatVar
2015-02-22 Flavio PercocoCheck constituent types are known
2015-02-22 Niko Matsakismark candidate set ambig for defaulted traits where...
2015-02-22 Niko Matsakissome comments and nits
2015-02-22 Flavio Percococheck supertraits
2015-02-22 Niko MatsakisAdd new test case showing that supertraits are not...
2015-02-22 Flavio PercocoTest all the things
2015-02-22 Flavio PercocoFix error codes
2015-02-22 Niko MatsakisSome nits and cleanup
2015-02-22 Flavio PercocoMake Send/Sync go through the default implementation...
2015-02-22 Flavio PercocoCoherence for default trait implementations
2015-02-22 Flavio Percocoaddress nits
2015-02-22 Flavio PercocoRename DefTrait to DefaultImpl
2015-02-22 Flavio PercocoMake default_trait_impls private and add accessor
2015-02-22 Flavio PercocoUse a Vec<N> instead of VecPerParamSpace<N>
2015-02-22 Flavio PercocoEnsure default trait impls hold
2015-02-22 Flavio PercocoFix rustdoc fallout
2015-02-22 Flavio PercocoAdd negative impls for Sync
2015-02-22 Flavio PercocoAdd negative impls for `*const T` and `*mut T`
2015-02-22 Flavio PercocoDon't allow default impls for traits outside their...
2015-02-22 Flavio PercocoPrefer other implementations over default ones
2015-02-22 Flavio Percocolook for default trait candidates
2015-02-22 Flavio PercocoFix fallout from libsyntax implementation
2015-02-22 Flavio PercocoAdd support for default trait impls in libsyntax
2015-02-22 Tiago NobregaFix small typo in reference to code of conduct
2015-02-21 Steven FacklerImplement BufRead for Take
2015-02-21 Richard DiamondAdd cfgs to `liblibc` for NaCl targets.
2015-02-21 Brian BrooksResolve barriers to changing column!() / line!() return...
2015-02-21 Manish GoregaokarRollup merge of #22584 - alexcrichton:snapshots, r...
2015-02-21 Manish GoregaokarRollup merge of #22568 - semarie:openbsd-rfc592, r...
2015-02-21 Manish GoregaokarRollup merge of #22583 - vhbit:ios-cstr, r=alexcrichton
2015-02-21 Manish GoregaokarFix errors from #22592
2015-02-21 Manish GoregaokarFix lint-unsafe-code test from #22542
2015-02-21 Manish GoregaokarRollup merge of #22567 - Gankro:unstable, r=alexcrichton
2015-02-21 Manish GoregaokarRollup merge of #22516 - leejunseok:nonpub_field_sugg...
2015-02-21 Manish GoregaokarRollup merge of #22602 - steveklabnik:doc_range_step...
2015-02-21 Manish GoregaokarRollup merge of #22592 - nikomatsakis:deprecate-bracket...
2015-02-21 Manish GoregaokarRollup merge of #22542 - ipetkov:unsafe-lint, r=huonw
2015-02-21 Manish GoregaokarRollup merge of #22634 - shepmaster:std-io-typo, r...
2015-02-21 Manish GoregaokarRollup merge of #22633 - wesleywiser:fix_22586, r=sfackler
2015-02-21 Manish GoregaokarRollup merge of #22627 - ddfreyne:patch-1, r=dotdash
2015-02-21 Manish GoregaokarRollup merge of #22625 - inrustwetrust:dispatch-doc...
2015-02-21 Manish GoregaokarRollup merge of #22620 - edwardw:issue-22356, r=brson
2015-02-21 Manish GoregaokarRollup merge of #22616 - caspark:fix-typo-in-deprecatio...
next