]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-04-01 Alex Crichtonrollup merge of #23921: aturon/issue-17746
2015-04-01 Alex Crichtonrollup merge of #23863: pnkfelix/arith-oflo-const-eval
2015-04-01 Felix S. Klock IIdealing with fallout to the tests, in particular diffs...
2015-04-01 Felix S. Klock IIUnify handling of checking repeat-count validity.
2015-04-01 Felix S. Klock IIFixes to compile-fail error messages post-rebase.
2015-04-01 Felix S. Klock IIInclude feature `core` to get access to `wrapping_add`.
2015-04-01 Felix S. Klock IITest cases for checking arithmetic overflow during...
2015-04-01 Felix S. Klock IIFallout from changes for overflow-checking during const...
2015-04-01 Felix S. Klock IIrustc_trans::trans::consts add overflow checking
2015-04-01 Felix S. Klock IIrustc::middle::const_eval : add overflow-checking for...
2015-04-01 Felix S. Klock IIrust_llvm: Add way to reflectively ask if a ValueRef...
2015-04-01 Felix S. Klock IIty.rs improve error feedback when const-eval errs durin...
2015-04-01 Felix S. Klock IIRefactored ty::ctxt so node_types mutations must go...
2015-04-01 Felix S. Klock IIAdded overflowing_{div,rem,shl,shr} method implementati...
2015-04-01 Felix S. Klock IIFix #23890: const-eval `_ as usize`, `_ as isize` must...
2015-04-01 Felix S. Klock IIfix post rebase.
2015-04-01 Felix S. Klock IIAdded tests for discriminant overflows.
2015-04-01 Felix S. Klock IIAdded type-specific overflow checks when computing...
2015-04-01 Alex CrichtonTest fixes and rebase conflicts, round 3
2015-03-31 Aaron TuronAdd test for #17746
2015-03-31 Alex Crichtonrollup merge of #23919: alexcrichton/stabilize-io-error
2015-03-31 Alex Crichtonrollup merge of #23899: steveklabnik/gh23851
2015-03-31 Alex Crichtonstd: Stabilize last bits of io::Error
2015-03-31 Alex Crichtonrollup merge of #23920: steveklabnik/gh23881
2015-03-31 Alex Crichtonrollup merge of #23901: steveklabnik/fix_links_str
2015-03-31 Steve KlabnikMove benchmark tests to unstable section
2015-03-31 Alex Crichtonrollup merge of #23288: alexcrichton/issue-19470
2015-03-31 Alex Crichtonrollup merge of #23908: aturon/stab-more-stragglers
2015-03-31 Alex Crichtonrollup merge of #23907: alexcrichton/impl-exit
2015-03-31 Alex Crichtonrollup merge of #23906: steveklabnik/spellin
2015-03-31 Alex Crichtonrollup merge of #23902: freebroccolo/master
2015-03-31 Alex CrichtonTest fixes and rebase conflicts, round 2
2015-03-31 Alex Crichtonrollup merge of #23873: alexcrichton/remove-deprecated
2015-03-31 Alex Crichtonrollup merge of #23879: seanmonstar/del-from-error
2015-03-31 Alex Crichtonrollup merge of #23875: aturon/revise-convert-2
2015-03-31 Alex CrichtonTest fixes and rebase conflicts, round 1
2015-03-31 Alex Crichtonrollup merge of #23872: huonw/eager-lexing
2015-03-31 Alex Crichtonstd: Clean out #[deprecated] APIs
2015-03-31 Alex Crichtonrollup merge of #23893: frewsxcv/patch-6
2015-03-31 Alex Crichtonrollup merge of #23886: demelev/remove_as_slice_usage
2015-03-31 Alex Crichtonrollup merge of #23885: steveklabnik/doc_std_env
2015-03-31 Alex Crichtonrollup merge of #23882: wettowelreactor/patch-2
2015-03-31 Alex Crichtonrollup merge of #23878: Ryman/stable_extremes
2015-03-31 Alex Crichtonrollup merge of #23876: alexcrichton/stabilize-any
2015-03-31 Alex Crichtonrollup merge of #23766: alexcrichton/stabilize-raw-fd
2015-03-31 Alex Crichtonrollup merge of #23704: hirschenberger/simd-intdiv-ice
2015-03-31 Aaron TuronStabilize a few remaining stragglers
2015-03-31 Alex Crichtonstd: Add a process::exit function
2015-03-31 Steve KlabnikFix spelling
2015-03-31 Alex Crichtonrustc: Remove old_orphan_check entirely
2015-03-31 Alex Crichtonstd: Remove #[old_orphan_check] from PartialEq
2015-03-31 Steve KlabnikFixup primitive.str docs
2015-03-31 Darin Morrisonbook: reword timer bit
2015-03-31 Steve KlabnikFix up iterator documentation with regards to for loop...
2015-03-31 borsAuto merge of #23678 - richo:check-flightcheck, r=alexc...
2015-03-31 Aaron TuronStabilize `std::convert` and related code
2015-03-31 Alex Crichtonrollup merge of #23669: steveklabnik/doc_std_borrow
2015-03-31 Alex Crichtonrollup merge of #23549: aturon/stab-num
2015-03-31 borsAuto merge of #23549 - aturon:stab-num, r=alexcrichton
2015-03-31 Aaron TuronStabilize std::num
2015-03-31 Corey FarwellIndicate select! is code-like
2015-03-31 borsAuto merge of #23884 - Manishearth:rollup, r=Manishearth
2015-03-31 Steve KlabnikLast docs for std::env
2015-03-31 Manish GoregaokarRollup merge of #23874 - cmr:no-compiler-docs, r=alexcr...
2015-03-31 Manish GoregaokarRollup merge of #23869 - tshepang:more-complete-builder...
2015-03-31 Manish GoregaokarRollup merge of #23866 - alexcrichton:switch-some-order...
2015-03-31 Manish GoregaokarRollup merge of #23865 - seanmonstar:into-cow, r=alexcr...
2015-03-31 Manish GoregaokarRollup merge of #23862 - jviereck:fix_23713_v2, r=steve...
2015-03-31 Manish GoregaokarRollup merge of #23859 - pnkfelix:fsk-lesser-box, r...
2015-03-31 Manish GoregaokarRollup merge of #23852 - cmr:missing_doc, r=Manishearth
2015-03-31 Manish GoregaokarRollup merge of #23846 - rayglover:patch-rustdoc-stderr...
2015-03-31 Manish GoregaokarRollup merge of #23839 - tyrion:patch-1, r=alexcrichton
2015-03-31 Manish GoregaokarRollup merge of #23836 - Hoverbear:patch-1, r=steveklabnik
2015-03-31 Manish GoregaokarRollup merge of #23826 - richo:note-print-macro, r...
2015-03-31 Manish GoregaokarRollup merge of #23813 - steveklabnik:gh19733, r=cmr
2015-03-31 Manish GoregaokarRollup merge of #23558 - steveklabnik:explain_elision...
2015-03-31 Steve KlabnikDocument std::borrow with examples
2015-03-31 Camille RousselUpdate lib.rs
2015-03-31 Huon WilsonLex binary and octal literals more eagerly.
2015-03-31 Sean McArthurconvert: remove FromError, use From<E> instead
2015-03-30 Alex Crichtonstd: Stabilize the rest of Any/BoxAny
2015-03-30 Corey Richardsonmk: build and distribute facade crates unconditionally...
2015-03-30 Kevin Butlerlibcore: Ensure min and max functions are consistent...
2015-03-30 ray gloverrustdoc: output stderr on doc-test fail
2015-03-30 Tshepang Lekhonkhobebook: make Builder Pattern example more complete
2015-03-30 Corey Richardsonlint: handle private traits better
2015-03-30 Emeliov Dmitriireplace deprecated as_slice()
2015-03-30 Alex Crichtonstd: Standardize (input, output) param orderings
2015-03-30 Richo Healeystd: Add a note about the print! macro and output buffering
2015-03-30 Sean McArthurconvert: add Into<Cow> impls for &str and String
2015-03-30 Julian ViereckSecond attempt to fix #23713 based on follow-up comment...
2015-03-30 Steve KlabnikExplain why 'elision'
2015-03-30 borsAuto merge of #23861 - Manishearth:rollup, r=Manishearth
2015-03-30 Steve KlabnikMake note of noalias in unsafe reference section
2015-03-30 Manish GoregaokarRollup merge of #23855 - tshepang:doc-nit, r=Manishearth
2015-03-30 borsAuto merge of #23673 - nikomatsakis:issue-23319-binops...
2015-03-30 Niko MatsakisAdd test case for #22743.
2015-03-30 Niko MatsakisFallout in tests: largely changes to error messages.
2015-03-30 Felix S. Klock IIFallout to test.
2015-03-30 Felix S. Klock IIAddress Issue 14270 by making `cmt::freely_aliasable...
next