]> git.lizzy.rs Git - rust.git/history - src/librustc
auto merge of #16836 : P1start/rust/closure_ret_bang, r=alexcrichton
[rust.git] / src / librustc /
2014-09-17 borsauto merge of #16836 : P1start/rust/closure_ret_bang...
2014-09-17 borsauto merge of #17264 : bkoropoff/rust/issue-17252,...
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 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-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 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 borsauto merge of #17208 : kmcallister/rust/llvm-diagnostic...
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 Brian KoropoffSeparate static item recursion check into its own pass
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 Burtescurustc: fix fallout from using ptr::P.
2014-09-14 borsauto merge of #17189 : bkoropoff/rust/extern-existing...
2014-09-13 Brian KoropoffFix issue #17216
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-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
2014-09-12 Keegan McAllisterAdd a Rust string ostream for LLVM
2014-09-12 Keegan McAllisterFix bad error message copypasta
2014-09-12 borsauto merge of #17069 : eddyb/rust/visitor, r=pnkfelix
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 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 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-11 borsauto merge of #16957 : vadimcn/rust/package-gcc, r...
2014-09-11 Nick CameronHandle always-unsized structs
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 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 borsauto merge of #16866 : P1start/rust/tuple-indexing...
2014-09-10 Vadim ChugunovUse DWARF4 on Windows.
2014-09-10 Vadim ChugunovDisable ASLR on Windows, for now.
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 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 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...
2014-09-10 borsauto merge of #16824 : steveklabnik/rust/string_guide_i...
2014-09-10 Patrick Waltonlibrustc: Obsolete the old external crate renaming...
2014-09-09 borsauto merge of #16662 : pczarn/rust/format-fmtstr-opt...
2014-09-09 Niko MatsakisAvoid ever constructing cyclic types in the first place...
2014-09-09 P1startImplement tuple and tuple struct indexing
2014-09-09 borsauto merge of #17127 : alexcrichton/rust/rollup, r...
2014-09-09 Daniel Micayfixes for Box<[T]>
next