about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-52/+52
2018-08-29Auto merge of #53711 - arielb1:macro-table, r=michaelwoeristerbors-31/+195
2018-08-29Auto merge of #53684 - alexcrichton:suggest-remove, r=oli-obkbors-1/+128
2018-08-29Auto merge of #53659 - nnethercote:rm-AccumulateVec, r=Mark-Simulacrumbors-301/+40
2018-08-29Auto merge of #53642 - alexcrichton:fix-target-cpu-native, r=arielb1bors-18/+49
2018-08-29Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obkbors-1405/+1595
2018-08-29Remove `AccumulateVec` and its uses.Nicholas Nethercote-301/+40
2018-08-28Fix warnings about the `native` target-cpuAlex Crichton-18/+49
2018-08-28first test const-ness, then hook fn callRalf Jung-4/+6
2018-08-28fix const_prop detecting unary neg underflowsRalf Jung-1/+15
2018-08-28restructure unary_op to also dispatch on type first; fix promotion with unary...Ralf Jung-42/+62
2018-08-28fix unsized extern typesRalf Jung-7/+9
2018-08-28address nitsRalf Jung-128/+178
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-27rustc: Suggest removing `extern crate` in 2018Alex Crichton-1/+128
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