]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-02-23 Brian AndersonMerge remote-tracking branch 'huonw/inline-helpers'
2014-02-23 Brian AndersonMerge remote-tracking branch 'brson/ratcher'
2014-02-23 Brian AndersonMerge remote-tracking branch 'brson/iodoc'
2014-02-23 Brian AndersonMerge remote-tracking branch 'tbu/pr_doc_smallfix'
2014-02-23 Brian AndersonMerge remote-tracking branch 'kud1ing/patch-1'
2014-02-23 borsauto merge of #12484 : TheHydroImpulse/rust/fix_js...
2014-02-23 kud1ingTutorial: fix typo
2014-02-23 borsauto merge of #12492 : huonw/rust/snapshots, r=alexcrichton
2014-02-23 Huon WilsonTransition to new `Hash`, removing IterBytes and std...
2014-02-23 Tobias BucherFix C function FFI example in the Rust cheatsheet
2014-02-23 Huon WilsonRegister snapshots.
2014-02-23 borsauto merge of #12416 : alexcrichton/rust/highlight...
2014-02-23 borsauto merge of #12311 : brson/rust/unstable, r=alexcrichton
2014-02-23 Brian Andersonstd: Move unstable::stack to rt::stack
2014-02-23 Brian Andersonstd: Remove unstable::lang
2014-02-23 Brian Andersonstd: Move raw to std::raw
2014-02-23 Brian Andersonstd: Move intrinsics to std::intrinsics.
2014-02-23 borsauto merge of #12428 : alexcrichton/rust/move-hashmap...
2014-02-23 Alex CrichtonMove std::{trie, hashmap} to libcollections
2014-02-23 Alex Crichtonrustdoc: Add syntax highlighting
2014-02-23 Brian Andersonstd: Remove some nonsense from old std::io docs
2014-02-23 borsauto merge of #12451 : edwardw/rust/ident-2-name, r=cmr
2014-02-23 borsauto merge of #12450 : FlaPer87/rust/issue-10682, r...
2014-02-23 borsauto merge of #12444 : thestinger/rust/arena, r=huonw
2014-02-23 borsauto merge of #12448 : alexcrichton/rust/smaller-rust...
2014-02-23 Daniel FagnanFixed invalid JavaScript
2014-02-22 borsauto merge of #11863 : erickt/rust/hash, r=acrichto
2014-02-22 Erick Tryzelaarstd: fix the hash doctest
2014-02-22 Huon Wilsonstd: mark two helper functions #[inline].
2014-02-22 borsauto merge of #11603 : alexcrichton/rust/issue-11591...
2014-02-22 Alex CrichtonForce all lang items to be reachable
2014-02-22 borsauto merge of #12366 : aepsil0n/rust/feature/unnecessar...
2014-02-22 borsauto merge of #12441 : kud1ing/rust/backticks, r=brson
2014-02-22 borsauto merge of #12439 : cmr/rust/rustdoc-reset, r=thestinger
2014-02-22 Eduard BoppWarn about unnecessary parentheses upon assignment
2014-02-22 borsauto merge of #12437 : alexcrichton/rust/travis-yml...
2014-02-22 borsauto merge of #12433 : alexcrichton/rust/fix-some-confi...
2014-02-22 borsauto merge of #12427 : alexcrichton/rust/snapshots...
2014-02-22 borsauto merge of #12462 : kballard/rust/restore-llvm-from...
2014-02-22 Kevin BallardRestore LLVM to the correct revision
2014-02-22 borsauto merge of #12422 : alexcrichton/rust/buffered-defau...
2014-02-22 Brian Andersontest: 'ratcher' is not a word
2014-02-22 Daniel Micayremove the TyDesc from TypedArena
2014-02-22 Erick Tryzelaarstd: rewrite Hash to make it more generic
2014-02-22 borsauto merge of #12421 : Hywan/rust/api_doc, r=alexcrichton
2014-02-22 Erick Tryzelaarsyntax: add syntax extension helper to make simple...
2014-02-22 Erick Tryzelaarsyntax: Allow syntax extensions to have attributes
2014-02-22 Erick Tryzelaarstd: minor whitespace cleanup
2014-02-22 Erick Tryzelaarextra: rename Uuid::to_bytes() to as_bytes()
2014-02-22 borsauto merge of #12411 : Arcterus/rust/time, r=alexcrichton
2014-02-22 borsauto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton
2014-02-21 borsauto merge of #12362 : liigo/rust/update-rust-manual...
2014-02-21 Edward WangRepresent lifetimes as Names instead of Idents
2014-02-21 borsauto merge of #12253 : pcwalton/rust/more-vec-ng, r...
2014-02-21 Flavio PercocoTest nested `proc` can access outer owned data
2014-02-21 Alex Crichtonmk: Don't install host rlibs
2014-02-21 Patrick Waltonlibstd: Implement some convenience methods on vectors
2014-02-21 Alex Crichtonrustc: Compress bytecode files in rlibs
2014-02-21 borsauto merge of #12326 : bjz/rust/integer, r=alexcrichton
2014-02-21 Brendan ZabarauskasReduce reliance on `to_str_radix`
2014-02-21 Brendan ZabarauskasDecouple integer formatting from std::num::strconv
2014-02-21 Brendan ZabarauskasAdd Pod trait bound to std::num::Primitive
2014-02-21 borsauto merge of #12420 : pnkfelix/rust/fsk-improve-doc...
2014-02-21 ArcterusMove time out of extra (cc #8784)
2014-02-21 borsauto merge of #12419 : huonw/rust/compiler-unsafe,...
2014-02-21 Brendan ZabarauskasMove std::num::Integer to libnum
2014-02-21 borsauto merge of #12415 : HeroesGrave/rust/move-enum-set...
2014-02-21 borsauto merge of #12410 : DaGenix/rust/fix-incorrect-comme...
2014-02-21 Liigo Zhuanginsignificant fix to rust manual and tutorial
2014-02-21 borsauto merge of #12290 : mrshu/rust/lint-warn-by-default...
2014-02-21 kud1ingbackticks
2014-02-21 borsauto merge of #12407 : alexcrichton/rust/up-llvm, r...
2014-02-21 Corey Richardsonrustdoc: web: don't reset the search bar
2014-02-21 mr.ShuChanged NonCamelCaseTypes lint to warn by default
2014-02-21 Alex CrichtonAdd a Travis-CI configuration for the repo
2014-02-21 Alex Crichtonmk: Fix --llvm-root finding tools
2014-02-21 Alex Crichtonconfigure: Accept LLVM 3.5 for building rust
2014-02-21 borsauto merge of #12164 : alexcrichton/rust/rlibs-and...
2014-02-21 Alex Crichtonmk: Fix --llvm-root finding tools
2014-02-21 Alex Crichtonconfigure: Accept LLVM 3.5 for building rust
2014-02-21 Alex CrichtonRe-work loading crates with nicer errors
2014-02-21 borsauto merge of #12401 : alexcrichton/rust/if-ok-2-try...
2014-02-21 Alex CrichtonRegister new snapshots
2014-02-20 borsauto merge of #12161 : aepsil0n/rust/docs/for-loop...
2014-02-20 Alex CrichtonMass rename if_ok! to try!
2014-02-20 Alex CrichtonReturn a buffered stdin by default.
2014-02-20 borsauto merge of #12405 : kud1ing/rust/backticks, r=huonw
2014-02-20 Ivan EnderlinFix some typos.
2014-02-20 borsauto merge of #12403 : eddyb/rust/generic-dtors-with...
2014-02-20 Felix S. Klock IIptr::RawPtr, spell out units used for the `offset`...
2014-02-20 borsauto merge of #12399 : michaelwoerister/rust/simd-fix...
2014-02-20 borsauto merge of #12398 : alexcrichton/rust/rlibs-and...
2014-02-20 Huon Wilsonrustc: avoid compiler generated `unsafe` blocks leaking.
2014-02-20 borsauto merge of #12397 : alexcrichton/rust/send-off-the...
2014-02-20 borsauto merge of #12343 : liigo/rust/move-extra-test-to...
2014-02-20 borsauto merge of #12396 : alexcrichton/rust/windows-env...
2014-02-20 Liigo Zhuangmove extra::test to libtest
2014-02-20 borsauto merge of #12392 : aepsil0n/rust/fix/pub_randbigint...
2014-02-20 HeroesGravemove enum_set to libcollections. #8784
2014-02-20 borsauto merge of #12244 : pcwalton/rust/deuniquevectorpatt...
next