about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-01-22Extended save-analysis to support generated code, alterned some spans in form...Daniel Campbell-198/+248
2016-01-22Auto merge of #31070 - sfackler:bufreader-box-slice, r=alexcrichtonbors-2/+2
2016-01-22save-analysis: emit the right kind of variantNick Cameron-10/+23
2016-01-22Auto merge of #31068 - sfackler:bufwriter-panic, r=alexcrichtonbors-3/+40
2016-01-22Auto merge of #31064 - retep998:msvc-host-dlls, r=alexcrichtonbors-83/+106
2016-01-22Auto merge of #30944 - fhahn:issue-29789-use-constant2, r=nagisabors-18/+26
2016-01-21etc: Remove old num/libc generation codeAlex Crichton-369/+0
2016-01-21etc: Remove the mingw-fix-include directoryAlex Crichton-69/+0
2016-01-21etc: Remove old mklldef.py scriptAlex Crichton-25/+0
2016-01-21Auto merge of #30882 - petrochenkov:varnamesp, r=nrcbors-23/+85
2016-01-21Add Debug impl and erase region for TypedConstValFlorian Hahn-2/+10
2016-01-21Introduce and use TypedConstVal for RepeatFlorian Hahn-10/+18
2016-01-21[MIR] use mir::repr::Constant in ExprKind::Repeat, close #29789Florian Hahn-13/+5
2016-01-21Refined error message to truncate at 3 and hint at number of hidden patterns ...Vincent Esche-14/+17
2016-01-21doc: this sentence did not read wellTshepang Lekhonkhobe-2/+2
2016-01-21doc: improve grammarTshepang Lekhonkhobe-1/+1
2016-01-21Auto merge of #31052 - bluss:split-at-mut-str, r=alexcrichtonbors-3/+31
2016-01-21resolve: Fix variant namespacingVadim Petrochenkov-23/+85
2016-01-21add fixmeAriel Ben-Yehuda-1/+1
2016-01-21Remove `unsafe` code from `core::cmp`Andrea Canciani-13/+4
2016-01-21Indicate that trans is always dependent on typeckNiko Matsakis-4/+58
2016-01-21Revamp the fulfillment cache tracking to only cache trait-refs, whichNiko Matsakis-32/+80
2016-01-22testNick Cameron-0/+19
2016-01-22test falloutNick Cameron-34/+46
2016-01-22Prevent missing idents from causing problems down the lineNick Cameron-5/+17
2016-01-22The war on abort_if_errorsNick Cameron-74/+73
2016-01-22Some basic error correction in the parser after a dotNick Cameron-42/+62
2016-01-21Auto merge of #31028 - erickt:ast-json, r=michaelwoeristerbors-5/+20
2016-01-21updating the libc dependency to pull in build breaker fixesDave Huseby-0/+0
2016-01-21Auto merge of #31043 - shahn:arc_weak, r=alexcrichtonbors-4/+4
2016-01-21[MIR] Promote temps to alloca on multi-assignmentSimonas Kazlauskas-9/+44
2016-01-21Auto merge of #31024 - oli-obk:move_checks_out_of_librustc, r=arielb1bors-634/+644
2016-01-21core: Use raw pointers to avoid aliasing in str::split_at_mutUlrik Sverdrup-3/+31
2016-01-21Auto merge of #31057 - bluss:memrchr-fallback, r=alexcrichtonbors-1/+1
2016-01-21clean up trans_static_method_callee and friendsAriel Ben-Yehuda-187/+76
2016-01-21move more checks out of librustcOliver Schneider-634/+644
2016-01-21Auto merge of #29520 - retep998:staticlib-naming-fiasco, r=alexcrichtonbors-15/+32
2016-01-21Auto merge of #31042 - shahn:weak_annotations, r=alexcrichtonbors-4/+4
2016-01-20Use a Box<[u8]> in BufReaderSteven Fackler-2/+2
2016-01-20Don't flush in BufWriter destructor after a panic in writeSteven Fackler-3/+40
2016-01-21Auto merge of #31037 - nrc:cached-ids, r=nikomatsakisbors-52/+61
2016-01-21actively disable stack execution on linux and bsdAli Clark-0/+25
2016-01-20Add host toolchain DLLs to PATH when executing link.exePeter Atashian-83/+106
2016-01-21Auto merge of #31010 - petrochenkov:def, r=arielb1bors-671/+725
2016-01-20Auto merge of #30982 - KiChjang:zst-collections-tests, r=blussbors-0/+126
2016-01-20Auto merge of #30945 - nagisa:mir-optional-block-dest, r=nikomatsakisbors-63/+163
2016-01-20Auto merge of #30985 - alexcrichton:downgrade-jemaloc, r=brsonbors-5/+5
2016-01-20Rename Def's variants and don't reexport themVadim Petrochenkov-577/+581
2016-01-20Add Alexis thesis to bibliographyBrian Anderson-0/+1
2016-01-20Fix associated const resolution on structsVadim Petrochenkov-3/+26