about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-01Fix alloc_jemalloc on windows gnu targetsOliver Middleton-8/+8
2016-05-01libsyntax/pp: replace manual ring buffer with a VecDequeGeorg Brandl-52/+19
2016-05-01libsyntax/pp: minor modernizationsGeorg Brandl-40/+32
2016-05-01change unstable to stable on traits and set version properlyGeordon Worley-4/+4
2016-05-01fix implementation of Ord for Cell<T> and RefCell<T> where T: OrdGeordon Worley-1/+73
2016-05-01Handle coercion casts properly when building the MIRJames Miller-394/+448
2016-05-01Add process types documentationGuillaume Gomez-4/+196
2016-04-30Panic on relowering an AST node with a cached node idJeffrey Seyfried-0/+3
2016-04-30Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomezbors-2/+2
2016-04-30Implement find() on Chain iteratorsGeorg Brandl-0/+30
2016-04-30Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrcbors-22/+29
2016-04-30Code cleanup in download() in bootstrap.pyCyryl Płotnicki-Chudyk-12/+12
2016-04-30Get a file during bootstrap to a temp location.Cyryl Płotnicki-Chudyk-5/+23
2016-04-29Emit warning to user when attempting to use optimize for size on non-nightly ...Brandon Edens-0/+4
2016-04-29Auto merge of #33148 - sfackler:entry-key, r=alexcrichtonbors-0/+18
2016-04-30Impl int/uint::MIN/MAX in terms of min/max_valueSimonas Kazlauskas-0/+26
2016-04-30Fix patterns of the constants that are const methSimonas Kazlauskas-1/+28
2016-04-29Auto merge of #33229 - timothy-mcroy:master, r=guillaumegomezbors-1/+45
2016-04-29Fix std::fmt format spec: named args are allowed with "$" syntaxGeorg Brandl-4/+9
2016-04-29Remove use of `ast_map.expect_item()` and improve diagnostics (fixes #33186)Jeffrey Seyfried-46/+49
2016-04-29Remove use of `ast_map.span_if_local()` and improve diagnosticsJeffrey Seyfried-13/+8
2016-04-29Revert #27493Jeffrey Seyfried-67/+16
2016-04-29Auto merge of #33232 - jseyfried:resolve_ast_groundwork, r=nrcbors-188/+132
2016-04-29Make Btreeset::Insert docs more consistentBrayden Winterton-2/+2
2016-04-29Rollup merge of #33258 - birkenfeld:fmt-dollar-syntax, r=brsonManish Goregaokar-2/+13
2016-04-29Rollup merge of #33253 - ergenekonyigit:master, r=alexcrichtonManish Goregaokar-3/+21
2016-04-29Rollup merge of #33248 - jseyfried:fix_save_analysis_bug, r=nrcManish Goregaokar-2/+2
2016-04-28Auto merge of #33093 - alexcrichton:rustbuild-rmake, r=nikomatsakisbors-116/+192
2016-04-28Place optimize for size and minsize rustc invocation options behind a nightlyBrandon Edens-11/+12
2016-04-28Add opt-level=s and opt-level=z tests to the existing tests that confirm properBrandon Edens-0/+10
2016-04-28Add opt-level options for optimizing for size and minimum size. This attemptsBrandon Edens-19/+69
2016-04-28test: Move run-make tests into compiletestAlex Crichton-116/+192
2016-04-29Temporary hack for 32959Simonas Kazlauskas-3/+13
2016-04-28Fix #33213, a bug in which glob imports are not included in save-analysis dataJeffrey Seyfried-2/+2
2016-04-28Auto merge of #33171 - michaelwoerister:collector-drop-glue, r=nikomatsakisbors-144/+325
2016-04-28Make the codegen unit partitioner also emit item declarations.Michael Woerister-113/+225
2016-04-28Auto merge of #33217 - aochagavia:fileloader, r=nrcbors-10/+34
2016-04-28Add FixedUnitCount codegen unit partitioning strategy.Michael Woerister-13/+59
2016-04-28Let the translation item collector make a distinction between drop-glue kindsMichael Woerister-32/+55
2016-04-28Auto merge of #33211 - alexcrichton:android-back-in-time, r=nagisabors-36/+138
2016-04-28Add detailed error message for E0434 #32777Timothy McRoy-1/+45
2016-04-28Clarify std::fmt width docs w.r.t. dollar syntax and give example.Georg Brandl-2/+13
2016-04-28Auto merge of #33257 - steveklabnik:rollup, r=steveklabnikbors-13/+64
2016-04-28Rollup merge of #33234 - TomasHubelbauer:TomasHubelbauer-patch-1, r=Guillaume...Steve Klabnik-1/+1
2016-04-28Rollup merge of #33218 - oli-obk:interned_str_cmp, r=nikomatsakisSteve Klabnik-3/+25
2016-04-28Rollup merge of #33212 - bombless:scope-of-function-body, r=nikomatsakisSteve Klabnik-1/+1
2016-04-28Rollup merge of #33152 - bwinterton:master, r=steveklabnikSteve Klabnik-2/+2
2016-04-28Rollup merge of #33095 - xogeny:xogeny-patch-1, r=steveklabnikSteve Klabnik-6/+6
2016-04-28Rollup merge of #33056 - GuillaumeGomez:as_mut_ptr_example, r=steveklabnikSteve Klabnik-0/+3
2016-04-28Rollup merge of #32991 - kindlychung:patch-2, r=steveklabnikSteve Klabnik-0/+26