]> git.lizzy.rs Git - rust.git/history - src
rollup merge of #16931 : omasanori/unnecessary-path-brackets
[rust.git] / src /
2014-09-17 Alex Crichtonrollup merge of #16931 : omasanori/unnecessary-path...
2014-09-17 Alex Crichtonrollup merge of #16889 : P1start/array-not-vector
2014-09-17 borsauto merge of #17254 : gamazeps/rust/issue17210, r...
2014-09-17 borsauto merge of #17247 : huonw/rust/toggle-clone, r=alexc...
2014-09-17 borsauto merge of #17246 : bkoropoff/rust/issue-17216,...
2014-09-17 borsauto merge of #17160 : nick29581/rust/front, r=pcwalton
2014-09-17 Nick Cameronrebasing fixes
2014-09-17 Nick Cameronmove feature_gate to libsyntax
2014-09-17 Nick Cameronmove std_inject to libsyntax
2014-09-17 Nick Cameronmove most of front to libsyntax
2014-09-17 borsauto merge of #17227 : tshepang/rust/stronger-break...
2014-09-17 borsauto merge of #17223 : retep998/rust/into_string, r...
2014-09-16 borsauto merge of #17268 : aturon/rust/mut-conventions...
2014-09-16 Aaron TuronFallout from renaming
2014-09-16 borsauto merge of #17213 : mo/rust/fix_typos, r=aturon
2014-09-16 Aaron TuronAlign with _mut conventions
2014-09-16 borsauto merge of #17266 : Gankro/rust/vec-move, r=alexcrichton
2014-09-16 borsauto merge of #17197 : nikomatsakis/rust/issue-5527...
2014-09-16 borsauto merge of #17245 : sfackler/rust/enumset-show,...
2014-09-16 borsauto merge of #17244 : spastorino/rust/patch-1, r=alexc...
2014-09-16 borsauto merge of #17232 : untitaker/rust/patch-1, r=alexcr...
2014-09-16 borsauto merge of #17280 : thestinger/rust/heap, r=pcwalton
2014-09-16 borsauto merge of #17288 : alexcrichton/rust/change-snap...
2014-09-16 Alex CrichtonChange the last linux 64-bit snapshot
2014-09-15 Niko MatsakisUpdate docs to include Sized trait, which is needed
2014-09-15 Daniel Micayremove the closure_exchange_malloc lang item
2014-09-15 borsauto merge of #17221 : bkoropoff/rust/strinterner-unsaf...
2014-09-15 Martin OlssonFix two typos
2014-09-15 Daniel Micayheap: optimize EMPTY to avoid relocations
2014-09-15 Daniel Micayheap: rm out-of-date FIXMEs
2014-09-15 Niko Matsakissilence various warnings in stdlib, no idea why they...
2014-09-15 Niko Matsakisadd Send bound on impl because stricter trait checking...
2014-09-15 Niko Matsakismisc ppaux changes
2014-09-15 Niko Matsakistypeck/kind -- stop using old trait framework.
2014-09-15 Niko Matsakistrans -- stop tracking vtables precisely, instead recom...
2014-09-15 Niko MatsakisPort coherence to use the new trait matching code
2014-09-15 borsauto merge of #17199 : jakub-/rust/issues-that-need...
2014-09-15 Niko MatsakisGuts of the new trait matching algorithm, not yet in use
2014-09-15 Niko MatsakisTake core as a dependency on librlibc. This is needed...
2014-09-15 Niko MatsakisUpdate error messages in compile-fail tests
2014-09-15 borsauto merge of #17208 : kmcallister/rust/llvm-diagnostic...
2014-09-15 Jakub WieczorekAdd tests for a few A-needstest issues
2014-09-15 borsauto merge of #16887 : steveklabnik/rust/guide_iterator...
2014-09-15 borsauto merge of #17200 : brson/rust/wintrip-w64, r=cmr
2014-09-15 borsauto merge of #17192 : skade/rust/fix-osx-linking,...
2014-09-15 borsauto merge of #17256 : alexcrichton/rust/issue-17183...
2014-09-15 Florian GilcherOnly pass -fno-use-linker-plugin on Windows
2014-09-15 borsauto merge of #16853 : tbu-/rust/pr_mapinplace, r=aturon
2014-09-15 Alexis Beingessnerimpl ExactSize for vec::MoveItems
2014-09-14 Tobias BucherFixed `map_in_place` tests after rustc upgrade
2014-09-14 Tobias BucherAdded missing `}` from `map_in_place` rebase
2014-09-14 Tobias BucherRemove the unused `Iterator` implementation of the...
2014-09-14 Tobias BucherMinimize the public interface and rename it to `map_in_...
2014-09-14 Tobias BucherCheck that the `min_align_of` the both types in a ...
2014-09-14 Tobias BucherFix some of the issues mentioned in the PR on Github
2014-09-14 Tobias BucherPartialVec: Remove TODOs and rename `unwrap` to `into_vec`
2014-09-14 Tobias BucherAdd support for in-place map for `Vec`s of types with...
2014-09-14 Felix Raimundoinlines contains in bitflags!
2014-09-14 borsauto merge of #17196 : vhbit/rust/jemalloc-update,...
2014-09-14 borsauto merge of #17195 : tbu-/rust/pr_strfindoverflow2...
2014-09-14 borsauto merge of #17163 : pcwalton/rust/impls-next-to...
2014-09-14 borsauto merge of #17130 : jakub-/rust/issue-17033, r=pcwalton
2014-09-14 borsauto merge of #13316 : eddyb/rust/ast-ptr, r=brson
2014-09-14 Huon WilsonDisplay the doc-block toggle on everything again.
2014-09-14 Brian KoropoffAdd regression test for issue #17216
2014-09-14 Santiago Pastorino`rustc main.rs` generates main binary file
2014-09-14 Eduard BurtescuFix fallout in macro_crate/quote tests.
2014-09-14 Eduard Burtescusyntax: document the ptr module.
2014-09-14 Eduard Burtescusyntax: implement in-place folding of P<T> and Vec<T>.
2014-09-14 Eduard Burtescuregex_macros: fix fallout from using ptr::P.
2014-09-14 Eduard Burtescuhexfloat: fix fallout from using ptr::P.
2014-09-14 Eduard Burtescufourcc: fix fallout from using ptr::P.
2014-09-14 Eduard Burtescurustdoc: fix fallout from using ptr::P.
2014-09-14 Eduard Burtescurustc: fix fallout from using ptr::P.
2014-09-14 borsauto merge of #17189 : bkoropoff/rust/extern-existing...
2014-09-14 Eduard Burtescusyntax: tests: fix fallout from using ptr::P.
2014-09-14 Eduard Burtescusyntax: fix fallout from using ptr::P.
2014-09-14 Eduard Burtescusyntax: ast_map: use borrowed references into the AST.
2014-09-14 Eduard Burtescusyntax: fold: use move semantics for efficient folding.
2014-09-14 Eduard Burtescusyntax: ast: replace Gc<T> (previously @T) with P<T>.
2014-09-14 Eduard Burtescusyntax: add a custom owned smart pointer in ptr::P.
2014-09-14 Steven FacklerProperly implement Show for EnumSet
2014-09-13 Brian KoropoffFix issue #17216
2014-09-13 borsauto merge of #17188 : thestinger/rust/tvec, r=pcwalton
2014-09-13 Steve KlabnikRemove container guide.
2014-09-13 Steve KlabnikMove info into individual modules.
2014-09-13 borsauto merge of #17161 : vadimcn/rust/fix-debuginfo,...
2014-09-13 borsauto merge of #17187 : damag/rust/ffi-guide-fixes,...
2014-09-13 Markus UnterwaditzerThese two lines are actually three.
2014-09-13 borsauto merge of #17182 : luqmana/rust/rnp, r=alexcrichton
2014-09-13 Patrick Waltonlibrustc: Forbid inherent implementations that aren...
2014-09-13 borsauto merge of #17175 : pcwalton/rust/region-bounds...
2014-09-13 Tshepang Lekhonkhobedoc: that felt like it needed a stronger break than...
2014-09-13 borsauto merge of #17162 : sfackler/rust/decorator-traits...
2014-09-13 Peter AtashianImprove memory usage of libsyntax
2014-09-13 Brian KoropoffRemove unused, unsound method on StrInterner
2014-09-13 Brian KoropoffAdd regression test for #17186
2014-09-12 borsauto merge of #17155 : steveklabnik/rust/dherman_fixes...
2014-09-12 borsauto merge of #17134 : vberger/rust/lint_unused_extern_...
2014-09-12 Keegan McAllisterAdd -C remark for LLVM optimization remarks
next