]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-04-03 Vadim PetrochenkovAdd tests for parsing of patterns
2015-04-03 borsAuto merge of #23930 - petrochenkov:issue23656, r=nrc
2015-04-03 borsAuto merge of #23938 - nikomatsakis:invariant, r=pnkfelix
2015-04-03 borsAuto merge of #23934 - lfairy:write-no-deref, r=alexcri...
2015-04-03 borsAuto merge of #23832 - petrochenkov:usize, r=aturon
2015-04-03 borsAuto merge of #23974 - pnkfelix:fix-23973, r=alexcrichton
2015-04-02 borsAuto merge of #23967 - semarie:libc-clone, r=alexcrichton
2015-04-02 borsAuto merge of #23931 - steveklabnik:doc_std_fs, r=alexc...
2015-04-02 Felix S. Klock IIFallout to tests expecting unconditional help output...
2015-04-02 Niko MatsakisMerge conflicts
2015-04-02 Niko MatsakisRemove *most* mentions of phantom fns and variance...
2015-04-02 Niko MatsakisDeprecate MarkerTrait and PhantomFn.
2015-04-02 Niko MatsakisFallout in tests
2015-04-02 Niko MatsakisModify variance inference to always infer all trait...
2015-04-02 Felix S. Klock IIRevise logic to match `rustc::session::config::get_unst...
2015-04-02 borsAuto merge of #23877 - richo:gardening, r=Manishearth
2015-04-02 Felix S. Klock IIDo not suggest `#![feature(...)]` if we are in beta...
2015-04-02 Steve KlabnikAdd more examples and documentation for std::fs
2015-04-02 borsAuto merge of #23868 - mbrubeck:doc-edit, r=Manishearth
2015-04-02 Sébastien Marieunary negation of unsigned integers
2015-04-02 Vadim PetrochenkovFix parsing of patterns in macros
2015-04-02 Sébastien Mariedon't derive Clone, but impl it
2015-04-02 Vadim Petrochenkovsyntax: Rewrite parsing of patterns
2015-04-02 borsAuto merge of #23822 - tanadeau:remove-box-syntax-in...
2015-04-02 borsAuto merge of #23963 - alexcrichton:rollup, r=alexcrichton
2015-04-02 Alex CrichtonTweak relese notes + rebase fixes
2015-04-02 Trent NadeauMoved use of `box_syntax` unstable feature in docs...
2015-04-02 Alex Crichtonrollup merge of #23959: aturon/beta-relnotes
2015-04-02 Alex CrichtonTest fixes and rebase conflicts, round 2
2015-04-02 Alex Crichtonrollup merge of #23176: huonw/rm-bounds
2015-04-02 Alex Crichtonrollup merge of #23860: nikomatsakis/copy-requires...
2015-04-02 Alex Crichtonrollup merge of #23953: dhuseby/master
2015-04-02 Alex Crichtonrollup merge of #23945: pnkfelix/gate-u-negate
2015-04-02 Alex CrichtonTest fixes and rebase conflicts, round 2
2015-04-01 Aaron TuronAdd release notes for 1.0.0-beta
2015-04-01 Felix S. Klock IIfixes for fallout in tests/compile-fail
2015-04-01 Felix S. Klock IIpartial set of fixes for fallout in tests/run-pass
2015-04-01 borsAuto merge of #23955 - alexcrichton:rollup, r=alexcrichton
2015-04-01 Alex CrichtonTest fixes and rebase conflicts, round 1
2015-04-01 Felix S. Klock IIFix bug in `OverflowOps` impl for unsigned integers.
2015-04-01 Alex Crichtonrollup merge of #23949: aturon/stab-timeout
2015-04-01 Alex Crichtonrollup merge of #23948: nikomatsakis/feature-gate-rust-abi
2015-04-01 Felix S. Klock IIfix typo.
2015-04-01 Dave Husebymanually adding the last two bitrig snapshots
2015-04-01 Aaron TuronStabilize basic timeout functionality
2015-04-01 Felix S. Klock IIremoved impls of `Neg` for `u{8,16,32,64,size}`.
2015-04-01 Felix S. Klock IIfallout when bootstrapping `rustc`.
2015-04-01 Felix S. Klock IIfallout from feature-gating unary negation on unsigned...
2015-04-01 Felix S. Klock IIadded unary_negate feature gate.
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 Niko MatsakisPath rustdoc test
2015-04-01 Richo Healeyrustup: Fix typo in nightly
2015-04-01 Niko MatsakisRemove TODO
2015-04-01 Niko MatsakisFeature gate rust-call ABI.
2015-04-01 Niko MatsakisFix enum timezone across all platforms.
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 Richo Healeycleanup: Test formatting
2015-04-01 Richo Healeystd: Unignore a test for #10663
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 MatsakisMissing imports
2015-04-01 Niko MatsakisFallout in public-facing and semi-public-facing libs
2015-04-01 Niko MatsakisFallout in libsyntax
2015-04-01 Niko MatsakisFallout out rustc
2015-04-01 Niko MatsakisFallout in tests
2015-04-01 Niko MatsakisMake the trait Copy extend Clone.
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
next