]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-04-04 Falco HirschenbergerUpdate README.md
2014-04-04 borsauto merge of #13272 : ipetkov/rust/rustdoc-ignored...
2014-04-04 borsauto merge of #12956 : killerswan/rust/docs, r=alexcrichton
2014-04-04 borsauto merge of #13301 : erickt/rust/remove-refcell-get...
2014-04-04 borsauto merge of #13298 : ckendell/rust/remove_managed_poi...
2014-04-04 borsauto merge of #13295 : huonw/rust/gate-concat-idents...
2014-04-04 borsauto merge of #13291 : thestinger/rust/no_null, r=alexc...
2014-04-04 Huon Wilsonrustc: feature-gate `concat_idents!`.
2014-04-04 Kevin Cantu[std::cmp] add missing docs and provide an example
2014-04-04 borsauto merge of #13207 : cmr/rust/attrib-reference, r...
2014-04-04 Corey Richardsonmanual: fix a broken example
2014-04-04 borsauto merge of #13255 : alexcrichton/rust/issue-5605...
2014-04-04 Corey Richardsonmanual: refine ECMA-335 reference for attributes
2014-04-04 Corey Richardsonmanual: further attribute clarifications
2014-04-04 Corey Richardsonmanual: fix attribute ebnf
2014-04-04 Corey Richardsonmanual: update style
2014-04-04 Ivan Petkovrustdoc: Fix reporting of ignored tests
2014-04-04 borsauto merge of #12964 : gereeter/rust/extended-atomics...
2014-04-04 Corey Richardsonetc: attempts at fixing editor highlighting for new...
2014-04-04 Corey Richardsonmanual: many fixes
2014-04-04 Corey Richardsonmanual: update the note about reserved attributes
2014-04-04 Erick Tryzelaartest: avoid infinite loop in out-of-stack.rs
2014-04-04 Erick Tryzelaarstd: Remove `RefCell::set()`
2014-04-04 Erick Tryzelaarstd: Remove `RefCell::get()`
2014-04-04 borsauto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton
2014-04-04 borsauto merge of #13237 : alexcrichton/rust/private-tuple...
2014-04-04 Daniel Micaystop asking LLVM to null-terminate strings
2014-04-04 Jonathan SAdd fetch_and, fetch_or, fetch_xor to AtomicInt, AtomicUint
2014-04-04 borsauto merge of #13290 : alexcrichton/rust/rollup, r...
2014-04-04 Alex CrichtonTest fixes from the rollup
2014-04-03 Brian AndersonBump version to 0.11-pre
2014-04-03 Alex Crichtonstd: Document builtin syntax extensions
2014-04-03 Christopher... Removed all references to managed closures.
2014-04-03 Christopher... Removed references to managed boxes/pointers from the...
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
next