]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-04-01 Alex Crichtonrollup merge of #23939: nikomatsakis/fn-box
2015-04-01 Alex Crichtonrollup merge of #23951: alexcrichton/splitn
2015-04-01 Alex Crichtonstd: Changing the meaning of the count to splitn
2015-04-01 Alex Crichtonrollup merge of #23947: aturon/revise-num
2015-04-01 Alex Crichtonrollup merge of #23944: alexcrichton/rustup-beta
2015-04-01 Alex Crichtonrollup merge of #23942: vhbit/ios-rand
2015-04-01 Alex Crichtonrollup merge of #23933: kgv/kgv_fix
2015-04-01 Alex Crichtonrollup merge of #23867: nikomatsakis/issue-23086-take-3
2015-04-01 Alex Crichtonrollup merge of #23568: steveklabnik/closure_docs
2015-04-01 Richo Healeyrustup: Fix typo in nightly
2015-04-01 Niko MatsakisRemove TODO
2015-04-01 Aaron TuronRe-add min_value, max_value methods
2015-04-01 Niko MatsakisCollect the definition of the `Error` trait into `libst...
2015-04-01 Steve KlabnikRe-write closures chapter
2015-04-01 Manish GoregaokarRollup merge of #23932 - steveklabnik:doc_std_path...
2015-04-01 Manish GoregaokarRollup merge of #23927 - frewsxcv:patch-7, r=Manishearth
2015-04-01 Manish GoregaokarRollup merge of #23925 - steveklabnik:gh22914, r=Gankro
2015-04-01 Manish GoregaokarRollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichton
2015-04-01 Manish GoregaokarRollup merge of #23895 - nikomatsakis:fn-trait-inherita...
2015-04-01 Manish GoregaokarRollup merge of #23867 - nikomatsakis:issue-23086-take...
2015-04-01 Manish GoregaokarRollup merge of #23847 - bcoopers:read_clarification...
2015-04-01 Manish GoregaokarRollup merge of #23844 - kvark:try_unique, r=alexcrichton
2015-04-01 Manish GoregaokarRollup merge of #23066 - michaelwoerister:unreachable...
2015-04-01 Niko MatsakisRemove `Thunk` struct and `Invoke` trait; change `Thunk...
2015-04-01 Niko MatsakisAdd (unstable) FnBox trait as a nicer replacement for...
2015-04-01 Alex Crichtonrustup: Default to the beta channel
2015-04-01 Valerii HioraiOS: os::last_os_error() fallout
2015-04-01 Alex CrichtonMerge branch 'fix-rustup' of https://github.com/richo...
2015-04-01 Niko MatsakisFallout in libsyntax/librustc: use newtype'd options...
2015-04-01 Niko MatsakisFallout in libstd: remove impls now considered to conflict.
2015-04-01 Niko MatsakisUpdate tests for new coherence rules, and add a swatch...
2015-04-01 Niko MatsakisAdd `#[fundamental]` annotations into libcore so that...
2015-04-01 Niko MatsakisImplement the changes to coherence such that we conside...
2015-04-01 Corey FarwellSimplify `match` branches in iter.rs example
2015-04-01 borsAuto merge of #23109 - nikomatsakis:closure-region...
2015-04-01 Niko MatsakisUpdate comments
2015-04-01 Niko MatsakisRemove the `Option<>` since when computing LUB since...
2015-04-01 Niko MatsakisImplement the new region hierarchy rules, in which...
2015-04-01 Niko MatsakisAdd a meta-hierarchy of trees -- in future, each fn...
2015-04-01 borsAuto merge of #23936 - pnkfelix:rollup, r=pnkfelix
2015-04-01 Felix S. Klock IIUpdate android tests to reflect API switch from `os...
2015-04-01 Alex CrichtonTest fixes and rebase conflicts
2015-04-01 kgvFix rust book error-handling.md for new std::io.
2015-04-01 Steve KlabnikAdd examples + documentation for std::path
2015-04-01 Dzmitry MalyshauAdded Arc::try_unique
2015-04-01 Nick CameronTidying up and reformatting
2015-04-01 Alex Crichtonrollup merge of #23923: steveklabnik/gh23688
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-04-01 Steve KlabnikImprovements to PhantomData<T>'s docs 👻
2015-03-31 Steve KlabnikAdd description of + for multiple trait bounds
2015-03-31 Nick CameronPretty print ids for assoc items
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
next