]> git.lizzy.rs Git - rust.git/history - src
Fix an unnecessary use of `cast::transmute`
[rust.git] / src /
2014-04-05 Tobias BucherFix an unnecessary use of `cast::transmute`
2014-04-05 borsauto merge of #13333 : Ryman/rust/improve_incompatible_...
2014-04-05 borsauto merge of #13332 : mbrubeck/rust/doc-edit, r=huonw
2014-04-05 borsauto merge of #13331 : pongad/rust/remove-wrapper,...
2014-04-05 borsauto merge of #13330 : huonw/rust/loop-error, r=alexcri...
2014-04-05 borsauto merge of #13329 : ckendell/rust/remmanaged_tutoria...
2014-04-05 borsauto merge of #13284 : pnkfelix/rust/more-fs-info-on...
2014-04-05 Felix S. Klock IIRough regression test for #13266.
2014-04-05 Felix S. Klock IIAccumulate list of paths for crate hash mismatch.
2014-04-05 Felix S. Klock IIAdded session.fileline_note() method and support infras...
2014-04-05 Kevin Butlerlibrustc: Improve error message for incompatible trait...
2014-04-05 Matt BrubeckRemove references to obsolete `do` keyword
2014-04-05 Michael DarakanandaRemoved cmath and instrinsic wrapper.
2014-04-04 Huon Wilsonrustc: move the check_loop pass earlier.
2014-04-04 Christopher KendellRemoved all instance of `@` in code examples.
2014-04-04 Christopher KendellSmall change to example to make variable values more...
2014-04-04 borsauto merge of #13326 : alexcrichton/rust/rollup, r...
2014-04-04 Alex CrichtonTest fixes from rollup
2014-04-04 Michael DarakanandaAdded grow_fn and retain to Vec
2014-04-04 Alex CrichtonRegister new snapshots
2014-04-04 Erick Tryzelaarextra: Add with_capacity to PriorityQueue and SmallIntMap
2014-04-04 Erick Tryzelaarstd: TrieSet should implement container::{,Mutable}Set
2014-04-04 Eduard Burtescusyntax: remove obsolete mutability from ExprVec and...
2014-04-04 Timothée RavierFix inner attribute syntax from `#[foo];` to `#![foo]`
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 KendellRemoved all references to managed closures.
2014-04-03 Christopher KendellRemoved 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 Felix S. Klock IIAfter a hash mismatch error, emit file-system paths...
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 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
next