]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-02-06 borsAuto merge of #21962 - vrinek:printable-book, r=stevekl...
2015-02-06 borsAuto merge of #21609 - GarrettHeel:master, r=steveklabnik
2015-02-06 borsAuto merge of #21947 - bluss:full-range-syntax, r=brson
2015-02-05 borsAuto merge of #21619 - brson:featureck-tidy, r=alexcrichton
2015-02-05 Brian AndersonTidy fixes
2015-02-05 Brian AndersonAddress review feedback
2015-02-05 Brian Andersonmk: Print test summary after tidy when running 'make...
2015-02-05 Brian Andersontestparser has long lines
2015-02-05 Brian Andersonmk: Add version number to output. Useful for logs
2015-02-05 Brian Andersonmk: Add tidy commands to 'make tips'
2015-02-05 Brian Andersonmk: Remove redundant valgrind notices in build
2015-02-05 Brian AndersonClean up tidy scripts, coverage, performance
2015-02-05 Brian AndersonPolish errorck and featureck UI
2015-02-05 Brian Andersonmk: Split tidy into multiple tidy rules
2015-02-05 borsAuto merge of #21894 - dotdash:assume_rc, r=alexcrichton
2015-02-05 borsAuto merge of #21916 - japaric:no-as-slice, r=alexcrichton
2015-02-05 Jorge Apariciocleanup: replace `as[_mut]_slice()` calls with deref...
2015-02-05 Ulrik SverdrupImplement pretty-printing of `..` and update tests.
2015-02-05 borsAuto merge of #21843 - japaric:kindless, r=alexcrichton
2015-02-05 Kostas KarachaliosRemove unused src/doc/trpl/rust-book.css
2015-02-05 Kostas KarachaliosMake the book chapters printable
2015-02-05 borsAuto merge of #21944 - alexcrichton:lframework, r=eddyb
2015-02-05 borsAuto merge of #21152 - steveklabnik:tasks, r=huonw
2015-02-05 Steve KlabnikA concurrency chapter to replace the tasks chapter.
2015-02-05 Jorge Aparicioregister snapshots
2015-02-05 Jorge Aparicioremove all kind annotations from closures
2015-02-04 Ulrik SverdrupImplement `..` syntax for RangeFull as expression
2015-02-04 Alex Crichtonrustc: Recognize `-L framework=foo`
2015-02-04 borsAuto merge of #21885 - dotdash:nonnull_load, r=alexcrichton
2015-02-04 borsAuto merge of #21544 - P1start:mangle-unicode, r=alexcr...
2015-02-04 borsAuto merge of #21499 - P1start:issue-8706, r=huonw
2015-02-04 borsAuto merge of #21892 - huonw:deprecate-rand, r=alexcrichton
2015-02-04 borsAuto merge of #21919 - alexcrichton:rollup, r=alexcrichton
2015-02-04 Alex CrichtonTest fixes and rebase conflicts
2015-02-04 Alex Crichtonrollup merge of #21910: Manishearth/missing_stability
2015-02-04 Alex Crichtonrollup merge of #21907: alexcrichton/iter-by-ref
2015-02-04 Alex Crichtonrollup merge of #21899: nikomatsakis/closure-unify...
2015-02-04 Alex Crichtonrollup merge of #21897: dotdash/rposition
2015-02-04 Alex Crichtonrollup merge of #21893: vhbit/ios-build-fix
2015-02-04 P1startFix Unicode name mangling
2015-02-03 Alex Crichtonrollup merge of #21882: Gankro/vec_entry
2015-02-03 Alex Crichtonrollup merge of #21870: alexcrichton/missing-stability
2015-02-03 Alex Crichtonrollup merge of #21835: alexcrichton/iov2
2015-02-03 Alex Crichtonrollup merge of #21759: aturon/new-path
2015-02-03 Aaron TuronAdd new path module
2015-02-03 Huon WilsonDeprecate in-tree `rand`, `std::rand` and `#[derive...
2015-02-03 Aaron TuronRename std::path to std::old_path
2015-02-03 Manish GoregaokarMore test fixes
2015-02-03 Manish GoregaokarDon't check stability for tests
2015-02-03 Manish GoregaokarFix test
2015-02-03 Manish GoregaokarAdd staged_api and unmarked_api features to reference.md
2015-02-03 Manish GoregaokarAdd unmarked_api feature (fixes #21884)
2015-02-03 Manish GoregaokarAdd test for missing stability checker
2015-02-03 Manish GoregaokarFix some missing stability attrs
2015-02-03 Manish GoregaokarError when #![staged_api] crates are missing stability...
2015-02-03 Alex Crichtonstd: Add `io` module again
2015-02-03 Alex Crichtonstd: Remove `iter::ByRef` and generalize impls
2015-02-03 Manish GoregaokarMove stability pass after privacy pass
2015-02-03 Niko MatsakisUpdate for new snapshot after rebasing.
2015-02-03 Niko MatsakisCorrect one case where the inference was detecting...
2015-02-03 Niko MatsakisRemove the explicit closure kind syntax from the parser...
2015-02-03 Niko MatsakisUpdate compile-fail tests to use the expected type...
2015-02-03 Niko MatsakisTeach project to unify the return type even if a precis...
2015-02-03 Niko MatsakisAllow closure arguments types to unify even if we can...
2015-02-03 Björn SteinbrinkOptimize rposition
2015-02-03 borsAuto merge of #21877 - dotdash:less_auto_deref, r=alexc...
2015-02-03 Alexisadd naivest entry API to VecMap
2015-02-03 Valerii HioraiOS: fixed build
2015-02-03 borsAuto merge of #21675 - huonw:less-false-positives,...
2015-02-03 James MillerRc: Add assumptions that the pointer is non-null
2015-02-03 P1startCompute widths properly when displaying spans in error...
2015-02-03 Huon WilsonTry to only suggest implementable traits for method...
2015-02-03 borsAuto merge of #21745 - chris-morgan:add-missing-unstabl...
2015-02-03 borsAuto merge of #21613 - alfie:suffix-small, r=alexcrichton
2015-02-03 Björn SteinbrinkEmit !nonnull metadata for loads of region and unique...
2015-02-03 Alex Crichtonstd: Add some missing stability attributes
2015-02-03 borsAuto merge of #21872 - alexcrichton:rollup, r=alexcrichton
2015-02-03 Alex CrichtonTest fixes and rebase conflicts
2015-02-03 Björn SteinbrinkAvoid extra ref/deref cycles when converting &T to *T
2015-02-02 Alfie JohnMore deprecating of i/u suffixes
2015-02-02 Alex Crichtonrollup merge of #21869: dotdash/bogus_match
2015-02-02 Alex Crichtonrollup merge of #21865: steveklabnik/gh21501
2015-02-02 Alex Crichtonrollup merge of #21854: alexcrichton/try-borrow
2015-02-02 Alex Crichtonrollup merge of #21852: FreeFull/patch-1
2015-02-02 Alex Crichtonrollup merge of #21849: alexcrichton/warn2note
2015-02-02 Alex Crichtonrollup merge of #21848: Manishearth/book-link
2015-02-02 Alex Crichtonrollup merge of #21845: Potpourri/import-syntax
2015-02-02 Alex Crichtonrollup merge of #21842: alexcrichton/issue-21839
2015-02-02 Alex Crichtonrollup merge of #21832: genbattle/doc-unicode-escapes
2015-02-02 Alex Crichtonrollup merge of #21830: japaric/for-cleanup
2015-02-02 Alex Crichtonrollup merge of #21825: kmcallister/ttdelim-span
2015-02-02 Alex Crichtonrollup merge of #21819: dsyang/doc_fix
2015-02-02 Alex Crichtonrollup merge of #21818: dotdash/llvm_up
2015-02-02 Alex Crichtonrollup merge of #21817: edwardw/symmetric-binop
2015-02-02 Alex Crichtonrollup merge of #21815: nagisa/overflowing-lints
2015-02-02 Alex Crichtonrollup merge of #21808: jfager/r20454
2015-02-02 Alex Crichtonrollup merge of #21803: madmalik/patch-1
2015-02-02 Alex Crichtonrollup merge of #21800: brson/unused_features
2015-02-02 Alex Crichtonrollup merge of #21794: alexcrichton/stabilize-atomic...
2015-02-02 Alex Crichtonrollup merge of #21787: alexcrichton/std-env
next