about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-11-03Add error note to illegal code snippetAngelo Polo-1/+1
2016-11-03use DefId's in const eval for cross-crate const fn'sTim Neumann-7/+41
2016-11-03set frame pointer elimination attribute for mainDominik Inführ-0/+3
2016-11-02Auto merge of #37541 - nikomatsakis:issue-37291, r=brsonbors-21/+97
2016-11-02Added Graph::is_cyclicic_node algorithmHavvy-15/+82
2016-11-03A way to remove otherwise unused locals from MIRSimonas Kazlauskas-35/+137
2016-11-03Bump the bootstrap cargo to match the one paired with 1.13Brian Anderson-1/+1
2016-11-02rustbuild: Rewrite user-facing interfaceAlex Crichton-983/+1115
2016-11-02Auto merge of #36993 - nnethercote:obligation, r=nikomatsakisbors-34/+37
2016-11-03Add feature gate for Self and associated types in struct expressions and patt...Vadim Petrochenkov-0/+52
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-73/+20
2016-11-02just use full-normalization when for the impl trait refNiko Matsakis-15/+10
2016-11-02normalize trait-ref in context of implNiko Matsakis-8/+8
2016-11-02add #32791 test caseNiko Matsakis-0/+81
2016-11-03leb128-encode integers before hashing them in IchHasher.Nicholas Nethercote-1/+37
2016-11-02Rollup merge of #37523 - d-unseductable:deref_mut_lifetimes, r=blussJonathan Turner-2/+2
2016-11-02Rollup merge of #37517 - Mark-Simulacrum:add-unwrap-default-tracking-issue, r...Jonathan Turner-1/+1
2016-11-02Rollup merge of #37513 - michaelwoerister:hash-panic-spans, r=nikomatsakisJonathan Turner-35/+527
2016-11-02Rollup merge of #37502 - CryZe:patch-4, r=sfacklerJonathan Turner-1/+1
2016-11-02Rollup merge of #37498 - sanxiyn:unused-type-alias, r=eddybJonathan Turner-23/+2
2016-11-02Rollup merge of #37488 - frewsxcv:quiet-travis, r=alexcrichtonJonathan Turner-1/+18
2016-11-02Rollup merge of #37473 - joshtriplett:doc-copyedit-write-writeln, r=alexcrichtonJonathan Turner-18/+20
2016-11-02Rollup merge of #37405 - mikhail-m1:dnlle, r=jonathandturnerJonathan Turner-6/+309
2016-11-02Rollup merge of #37351 - Amanieu:consume, r=alexcrichtonJonathan Turner-0/+18
2016-11-02Add missing urls for ErrorKind's variantsGuillaume Gomez-2/+7
2016-11-02Auto merge of #36948 - brson:sys, r=brsonbors-300/+354
2016-11-02Add a new non-heap allocated variant to io::Error's representation.Mark-Simulacrum-21/+48
2016-11-02Add Error implementation for std::sync::mpsc::RecvTimeoutError.Mark-Simulacrum-0/+32
2016-11-02add max value from iteratorMatthew Piziak-0/+4
2016-11-02ICH: Add test case for when overflow checks are disabled.Michael Woerister-0/+251
2016-11-02Auto merge of #37054 - rednum:master, r=alexcrichtonbors-0/+101
2016-11-02Change Make comment into doc comment on Graph::iterate_until_fixed_pointHavvy-8/+5
2016-11-02Added general iterators for graph nodes and edgesHavvy-4/+44
2016-11-02Add regression test.Jeffrey Seyfried-0/+37
2016-11-02Fix shadowing checking.Jeffrey Seyfried-8/+21
2016-11-01Auto merge of #36131 - Florob:entry_typeck, r=eddybbors-8/+8
2016-11-01Normalize generic bounds in graph iteratorsHavvy-3/+6
2016-11-02Don't hash span filenames twice in IchHasher.Nicholas Nethercote-11/+31
2016-11-01Auto merge of #37514 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-249/+251
2016-11-02Optimize ObligationForest's NodeState handling.Nicholas Nethercote-34/+37
2016-11-02rustc: record the target type of every adjustment.Eduard Burtescu-582/+422
2016-11-02rustc: make all read access to tcx.tables go through a method.Eduard Burtescu-230/+219
2016-11-01Elide lifetimes in DerefMut documentationDmitry Gritsay-2/+2
2016-11-01Auto merge of #37491 - Mark-Simulacrum:closure-ice, r=eddybbors-3/+14
2016-11-01remove erroneous E0045 annotationNiko Matsakis-1/+1
2016-11-01add -Z continue-parse-after-error to parse-fail testsNiko Matsakis-13/+15
2016-11-01pacify the mercilous tidyNiko Matsakis-12/+38
2016-11-01move compile-fail tests to ui testsNiko Matsakis-11/+125
2016-11-01apply review feedback nitsNiko Matsakis-342/+412
2016-11-01update `extra_requirement_in_impl` to #37166Niko Matsakis-1/+1