about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-28Fix warnings about the `native` target-cpuAlex Crichton-18/+49
2018-08-28Auto merge of #53679 - japaric:cortex-r, r=alexcrichtonbors-42/+139
2018-08-28Auto merge of #53493 - matthewjasper:hair-spans, r=nikomatsakisbors-184/+143
2018-08-28Auto merge of #53314 - nikomatsakis:nll-invert-liveness, r=pnkfelixbors-608/+1001
2018-08-28Fix definition of `LocalUseMapBuild` so that it can build under stage0,Felix S. Klock II-1/+1
2018-08-28Auto merge of #53616 - varkor:hir-map-rename, r=nikomatsakisbors-749/+628
2018-08-28Auto merge of #53404 - oconnor663:current_dir_behavior, r=alexcrichtonbors-0/+10
2018-08-28Auto merge of #53272 - mark-i-m:anon_param_error_now, r=nikomatsakisbors-18/+23
2018-08-27Auto merge of #53227 - nivkner:pin_move, r=RalfJungbors-365/+496
2018-08-27Revert crate root changesvarkor-1/+10
2018-08-27Make small modificationsvarkor-21/+7
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-507/+500
2018-08-27Convert EntryKind to a struct, Entryvarkor-243/+118
2018-08-27Remove path prefixes from NodeKindvarkor-164/+186
2018-08-27Remove Node* prefix from AnnNodevarkor-69/+65
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-457/+457
2018-08-27Rename MapEntry to EntryKindvarkor-161/+159
2018-08-27Auto merge of #51456 - qmx:crate-in-path, r=nikomatsakisbors-22/+138
2018-08-27fix test stderrsMark Mansi-4/+4
2018-08-27make `to_location` O(1)Niko Matsakis-42/+23
2018-08-27merge `PointIndexMap` and `RegionValueElements`Niko Matsakis-140/+88
2018-08-27micro-optimize dominator codeNiko Matsakis-2/+2
2018-08-27kill dead code from `util/liveness`Niko Matsakis-171/+9
2018-08-27improve comment on `LiveVar`Niko Matsakis-2/+7
2018-08-27rename `LocalWithRegion` to `LiveVar`Niko Matsakis-22/+22
2018-08-27comment what `trace` doesNiko Matsakis-0/+14
2018-08-27fix commentNiko Matsakis-3/+4
2018-08-27enable feature `impl_header_lifetime_elision`Niko Matsakis-0/+2
2018-08-27liveness.rs: rustfmtNiko Matsakis-6/+7
2018-08-27implement liveness tracing, remove old liveness systemNiko Matsakis-338/+963
2018-08-27update comment in the interest of precisionNiko Matsakis-6/+10
2018-08-27remove the liveness mode and simplify `categorize`Niko Matsakis-43/+17
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-23/+94
2018-08-27Fix anon param + make it allow-by-defMark Mansi-3/+10
2018-08-27fix anotherMark Mansi-1/+1
2018-08-27fix some anon paramsMark Mansi-8/+8
2018-08-27oopsMark Mansi-3/+1
2018-08-27warn on anon params in 015Mark Mansi-1/+1
2018-08-27Auto merge of #53580 - nikomatsakis:nll-issue-53568, r=pnkfelixbors-27/+211
2018-08-27add test for the suggestion from preludeDouglas Campos-0/+37
2018-08-27no need to special case stdDouglas Campos-11/+7
2018-08-27Auto merge of #53656 - nnethercote:HybridIdxSet-tweaks, r=nikomatsakisbors-84/+110
2018-08-27Also use smaller spans for unsize adjustmentsMatthew Jasper-89/+62
2018-08-27Auto merge of #53624 - Zoxc:ice-fix, r=oli-obkbors-58/+47
2018-08-27Auto merge of #53648 - japaric:thumb-lld, r=alexcrichtonbors-11/+10
2018-08-27Update clippyJohn Kåre Alsaker-29/+16
2018-08-27Auto merge of #53640 - alexcrichton:more-symbol-tweaks, r=michaelwoeristerbors-35/+151
2018-08-27Move with_globals setup from run_compiler to runJohn Kåre Alsaker-29/+31
2018-08-26rustc: Continue to tweak "std internal symbols"Alex Crichton-35/+151
2018-08-26Auto merge of #53715 - pietroalbini:missing-components-manifest, r=alexcrichtonbors-66/+46