]> git.lizzy.rs Git - rust.git/history - src
Change the last linux 64-bit snapshot
[rust.git] / src /
2014-09-16 Alex CrichtonChange the last linux 64-bit snapshot
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-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 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 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-13 borsauto merge of #17188 : thestinger/rust/tvec, r=pcwalton
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 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 borsauto merge of #17162 : sfackler/rust/decorator-traits...
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 Valerii HioraUpdated jemalloc
2014-09-12 borsauto merge of #17069 : eddyb/rust/visitor, r=pnkfelix
2014-09-12 Tobias BucherDocument why `core::str::Searcher::new` doesn't overflow
2014-09-12 Eduard BurtescuTrack the visited AST's lifetime throughout Visitor.
2014-09-12 Eduard BurtescuRemove largely unused context from Visitor.
2014-09-12 borsauto merge of #17159 : brson/rust/snaps, r=alexcrichton
2014-09-12 Victor BergerRemoving unused extern crates.
2014-09-12 Victor BergerNew lint : unused_extern_crate. #10385
2014-09-12 borsauto merge of #17145 : ahmedcharles/rust/unicode, r...
2014-09-12 Daniel Micayremove dead and broken tvec ~[T] code path
2014-09-12 Damien GrassartUse a space after colons per the Rust coding style:
2014-09-12 Damien GrassartThe example code uses trigger_callback(), not do_callba...
2014-09-12 Brian KoropoffFix check for existing crate when using --extern
2014-09-12 Brian KoropoffMake debug message about resolving `extern crate` state...
2014-09-12 borsauto merge of #17112 : nick29581/rust/unsized-fields...
2014-09-12 Luqman Adenlibrustc: Enum nullable pointer opt should not apply...
2014-09-12 borsauto merge of #16657 : steveklabnik/rust/goodbye_tutori...
2014-09-12 Ahmed CharlesFix bug in padding unicode, #17105.
2014-09-11 borsauto merge of #16957 : vadimcn/rust/package-gcc, r...
2014-09-11 Nick CameronHandle always-unsized structs
2014-09-11 Steve Klabnikonly deprecate the guide rather than :fire: :fire:...
2014-09-11 Steve KlabnikReplace the Tutorial with the Guide.
2014-09-11 Patrick Waltonlibrustc: Make sure region bounds on closures outlive...
2014-09-11 borsauto merge of #17154 : steveklabnik/rust/array_clarific...
2014-09-11 Vadim ChugunovPackage rustc's mingw dependencies into Windows installer.
2014-09-11 Vadim ChugunovUpdate license notice.
2014-09-11 Vadim ChugunovAppend target-specific tools directory ($(RUST)/bin...
2014-09-11 borsauto merge of #17153 : steveklabnik/rust/add_link_to_ma...
2014-09-11 borsauto merge of #17157 : nikomatsakis/rust/occurs-check...
2014-09-11 borsauto merge of #17139 : brson/rust/lualatex, r=alexcrichton
2014-09-11 borsauto merge of #17110 : thestinger/rust/dst, r=cmr
2014-09-11 Vadim ChugunovRemove dependency on GCC's LTO linker plugin, since...
2014-09-11 Steven FacklerRemove BasicMacroExpander and BasicIdentMacroExpander
2014-09-11 borsauto merge of #17142 : sfackler/rust/issue-17115, r...
2014-09-11 Brian AndersonRegister snapshots
2014-09-11 borsauto merge of #16866 : P1start/rust/tuple-indexing...
2014-09-10 Vadim ChugunovUse DWARF4 on Windows.
2014-09-10 Vadim ChugunovEscape backslashes in debugger scripts.
2014-09-10 Vadim ChugunovDisable ASLR on Windows, for now.
2014-09-10 Steve Klabnikdon't say 'semantic'
2014-09-10 Steve Klabnikremove rich hickey love
2014-09-10 Steve KlabnikRemove much of the modules section.
2014-09-10 Steve Klabnikhello_world.rs -> main.rs
2014-09-10 Steve Klabnikdave hates jokes :wink:
2014-09-10 Steve KlabnikFix vector terminology in the manual.
2014-09-10 Steve Klabnikreintroduce manual link in doc index
2014-09-10 borsauto merge of #17135 : brson/rust/wininst, r=alexcrichton
2014-09-10 borsauto merge of #16680 : brson/rust/readme, r=steveklabnik
2014-09-10 Steven FacklerChange ItemModifier and ItemDecorator to traits
2014-09-10 borsauto merge of #17129 : epdtry/rust/misc/llvm-root-recon...
2014-09-10 borsauto merge of #17109 : brson/rust/win64snap, r=alexcrichton
2014-09-10 borsauto merge of #17095 : thestinger/rust/alloc, r=alexcri...
2014-09-10 Daniel Micayimplement sized deallocation
2014-09-10 Daniel Micaymicro-optimize dynamic allocation alignment
2014-09-10 borsauto merge of #17108 : steveklabnik/rust/explicitness...
2014-09-10 Steven FacklerDon't ICE on macros with -Z show-span
2014-09-10 borsauto merge of #17048 : pcwalton/rust/remove-old-import...
next