]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-04-04 borsauto merge of #13237 : alexcrichton/rust/private-tuple...
2014-04-04 borsauto merge of #13290 : alexcrichton/rust/rollup, r...
2014-04-04 Alex CrichtonTest fixes from the rollup
2014-04-03 borsauto merge of #13286 : alexcrichton/rust/release, r...
2014-04-03 Alex Crichtonsyntax: Remove AbiSet, use one Abi
2014-04-03 Felix S. Klock IIUpdate emacs mode to support new `#![inner(attribute...
2014-04-03 Daniel Micayfix Option<~ZeroSizeType>
2014-04-03 Matt BrubeckMinor spelling/grammar/usage fixes.
2014-04-03 Matt BrubeckFix reference to "these two traits."
2014-04-03 Matt Brubeck`extern crate` and `mod` are not easily confused
2014-04-03 Benjamin AdamsonRemoved managed boxes from libarena.
2014-04-03 klutzytest/run-pass: Add/remove some ignore-win32 flags
2014-04-03 klutzytest/debug-info: Add/remove ignore-win32 flags
2014-04-03 klutzycompiletest: Fix bitrotted win32 routines
2014-04-03 Arcterusserialize: add a few missing pubs to base64
2014-04-03 Huon Wilsonstd: override clone_from for Vec.
2014-04-03 Alex Crichtonrustllvm: Remove a no longer needed file
2014-04-03 Alex Crichtonrustc: Stop using LLVMGetSectionName
2014-04-03 borsauto merge of #13244 : cmr/rust/tbaa, r=alexcrichton
2014-04-03 borsauto merge of #13262 : ben0x539/rust/guide-runtime...
2014-04-02 Alex CrichtonTweak the installation instructions in the README
2014-04-02 Brian AndersonUpdate AUTHORS.txt for 0.10
2014-04-02 Huon WilsonMinor adjustments to the 0.10 release notes.
2014-04-02 borsauto merge of #13257 : alexcrichton/rust/index-uint...
2014-04-02 Alex CrichtonFix fallout of requiring uint indices
2014-04-02 Alex Crichtonrustc: Require that vector indices are uints
2014-04-02 Corey Richardsonutil: ppaux: remove dead code
2014-04-02 Corey Richardsonutil: common: remove dead code
2014-04-02 Corey Richardsonmiddle: typeck: rscope: remove dead code
2014-04-02 Corey Richardsonmiddle: typeck: remove dead code
2014-04-02 Corey Richardsonmiddle: typeck: infer: resolve: remove dead code
2014-04-02 Corey Richardsonmiddle: typeck: infer: remove dead code
2014-04-02 Corey Richardsonmiddle: typeck: infer: lub: remove dead code
2014-04-02 Corey Richardsonmiddle: typeck: infer: combine: remove dead code
2014-04-02 Corey Richardsonmiddle: typeck: check: remove dead code
2014-04-02 Corey Richardsonmiddle: ty: remove dead code
2014-04-02 Corey Richardsonmiddle: trans: type_: remove dead code
2014-04-02 Corey Richardsonmiddle: trans: tvec: remove dead code
2014-04-02 Corey Richardsonmiddle: trans: reflect: remove dead code
2014-04-02 Corey Richardsonmiddle: trans: meth: remove dead code
2014-04-02 Corey Richardsonmiddle: trans: datum: remove dead code
2014-04-02 Corey Richardsonmiddle: trans: context: remove dead code
2014-04-02 Corey Richardsonmiddle: trans: common: remove dead code
2014-04-02 Corey Richardsonmiddle: trans: callee: remove dead code
2014-04-02 Corey Richardsonmiddle: trans: cabi: remove dead code
2014-04-02 Corey Richardsonmiddle: trans: builder: ignore dead code
2014-04-02 Corey Richardsonmiddle: trans: build: remove dead code
2014-04-02 Corey Richardsonmiddle: trans: base: remove dead code
2014-04-02 Corey Richardsonmiddle: trans: adt: remove dead code
2014-04-02 Corey Richardsonmiddle: region: remove dead code
2014-04-02 Corey Richardsonmiddle: pat_util: remove dead code
2014-04-02 Corey Richardsonmiddle: mem_categorization: remove dead code
2014-04-02 Corey Richardsonmiddle: lang_items: allow dead code
2014-04-02 Corey Richardsonmiddle: kind: remove dead code
2014-04-02 Corey Richardsonmiddle: graph: ignore dead code
2014-04-02 Corey Richardsonmiddle: freevars: remove dead code
2014-04-02 Corey Richardsonmiddle: dataflow: remove dead code
2014-04-02 Corey Richardsonmiddle: const_eval: remove dead code
2014-04-02 Corey Richardsonmiddle: cfg: allow dead code
2014-04-02 Corey Richardsonmiddle: borrowck: remove dead code
2014-04-02 Corey Richardsonmiddle: astencode: remove dead code
2014-04-02 Corey Richardsonmetadata: filesearch: remove dead code
2014-04-02 Corey Richardsonmetadata: decoder: remove dead code
2014-04-02 borsauto merge of #13248 : tedhorst/rust/master, r=alexcrichton
2014-04-02 Benjamin Herrdoc: Remove dated "libgreen is default" statement.
2014-04-02 borsauto merge of #13177 : huonw/rust/devec-rand, r=alexcri...
2014-04-02 Huon Wilsonrand: replace Rng.shuffle's functionality with .shuffle...
2014-04-02 Huon Wilsonrand: remove (almost) all ~[]'s from Vec.
2014-04-02 borsauto merge of #13243 : huonw/rust/cellshow, r=thestinger
2014-04-02 borsauto merge of #13242 : huonw/rust/release-note-edits...
2014-04-02 borsauto merge of #13235 : klutzy/rust/doc-faq-win, r=alexc...
2014-04-02 borsauto merge of #13241 : stepancheg/rust/push-all, r...
2014-04-01 borsauto merge of #13240 : sfackler/rust/time-pub, r=alexcr...
2014-04-01 Huon WilsonMinor adjustments to the 0.10 release notes.
2014-04-01 borsauto merge of #13234 : seanmonstar/rust/pr/12947, r...
2014-04-01 borsauto merge of #13225 : thestinger/rust/num, r=cmr
2014-04-01 Stepan KoltsovReimplement Vec::push_all* with .extend
2014-04-01 Stepan KoltsovVec::reserve_exact should not shrink
2014-04-01 borsauto merge of #13115 : huonw/rust/rand-errors, r=alexcr...
2014-04-01 Ted Horstmake Cmplx fields public
2014-04-01 Corey Richardsonmetadata: cstore: remove dead code
2014-04-01 Corey Richardsonmetadata: csearch: remove dead code
2014-04-01 Corey Richardsonmetadata: common: remove dead code
2014-04-01 Corey Richardsonlib: llvm: remove dead code
2014-04-01 Corey Richardsonback: link: remove dead code
2014-04-01 Corey Richardsonback: archive: remove dead code
2014-04-01 Corey Richardsonback: abi: remove dead code
2014-04-01 Huon Wilsonstd: fix Cell's Show instance.
2014-04-01 Corey Richardsonrustc: make comments on CrateContext doc comments
2014-04-01 Daniel Micayremove the cmath module
2014-04-01 Huon Wilsonrand: bubble up IO messages futher.
2014-04-01 Huon Wilsonrand: bubble up IO errors when creating an OSRng.
2014-04-01 Huon Wilsonstd: migrate the errno -> IoError converter from libnative.
2014-04-01 Steven FacklerMake libtime fields public
2014-04-01 Gábor Lehelsyntax: allow stmt/expr macro invocations to be delimit...
2014-04-01 klutzydoc: Update windows status on FAQ
2014-04-01 Alex CrichtonSwitch some tuple structs to pub fields
2014-04-01 Alex Crichtonrustc: Switch tuple structs to have private fields
2014-03-31 borsauto merge of #13184 : alexcrichton/rust/priv-fields...
2014-03-31 Alex Crichtondoc: Update with changes in field privacy
next