about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-05-29Auto merge of #51019 - Zoxc:hash-bytes, r=michaelwoeristerbors-6/+9
2018-05-29Auto merge of #51142 - nickbabcock:doc-inspect, r=frewsxcvbors-2/+29
2018-05-29Auto merge of #51144 - tmccombs:unix-epoch-stable, r=Mark-Simulacrumbors-2/+1
2018-05-29Auto merge of #50475 - csmoe:debr, r=nikomatsakisbors-184/+360
2018-05-28Stabilize SystemTime::UNIX_EPOCHThayne McCombs-2/+1
2018-05-28Document additional use case for iter::inspectNick Babcock-2/+29
2018-05-28change to 0-based indicesNiko Matsakis-27/+27
2018-05-28make depth privateNiko Matsakis-1/+1
2018-05-28remove use of depth from `TyS` and replace with a debruijn indexNiko Matsakis-34/+74
2018-05-28replace `binder_depth` in `LateBoundRegionsDetector`Niko Matsakis-8/+15
2018-05-28convert `LateBoundRegionsCollector` to track a debruijn indexNiko Matsakis-6/+15
2018-05-28replace use of DebruijnIndex in `for_each_free_region`Niko Matsakis-5/+25
2018-05-28refactor `resolve_lifetime` to track outer-index, not depthNiko Matsakis-15/+11
2018-05-28rewrite the hasher to not access `depth` fieldNiko Matsakis-7/+7
2018-05-28port `nice_region_error` code to not track depth but rather indexNiko Matsakis-15/+15
2018-05-28stop invoking `DebruijnIndex::new` directlyNiko Matsakis-21/+20
2018-05-28make `shifted_in` and `shifted_out` const fnsNiko Matsakis-2/+2
2018-05-28port `fold_regions` and friends to use debruijn indices directlyNiko Matsakis-50/+125
2018-05-28Auto merge of #50465 - clarcharr:wrapping, r=KodrAusbors-199/+488
2018-05-28Auto merge of #50929 - zackmdavis:hiridification_initiative, r=michaelwoeristerbors-136/+146
2018-05-28Update rustc-hash to hash up to 8 bytes at once with FxHasherJohn Kåre Alsaker-6/+9
2018-05-28introduce `shifted_in`, `shifted_out` and friendsNiko Matsakis-7/+37
2018-05-28Auto merge of #50521 - gnzlbg:simd_float, r=alexcrichtonbors-5/+2289
2018-05-28scrap `find_node_for_hir_id` in favor of `hir_to_node_id`Zack M. Davis-20/+8
2018-05-28in which `NodeMap` and friends are macrotized!Zack M. Davis-17/+12
2018-05-28operate on `HirId` in `hir::Pat::each_binding`, and consequences of thatZack M. Davis-104/+131
2018-05-28Auto merge of #51118 - nrc:update, r=oli-obkbors-58/+66
2018-05-28Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearthbors-117/+447
2018-05-28Auto merge of #50612 - Zoxc:thin-slice, r=michaelwoeristerbors-49/+133
2018-05-28Update RLS, Rustfmt, and CargoNick Cameron-58/+66
2018-05-28Auto merge of #50892 - davidtwco:issue-50004, r=alexcrichtonbors-8/+84
2018-05-27Auto merge of #48309 - mark-i-m:anon_param_lint, r=nikomatsakisbors-22/+109
2018-05-27Auto merge of #51062 - mati865:cargo_update, r=alexcrichtonbors-9/+6
2018-05-27Make anon params lint warn-by-defaultMark Mansi-22/+109
2018-05-27Auto merge of #51108 - simartin:issue_51022_follow-up, r=estebankbors-1/+10
2018-05-27Auto merge of #51078 - GuillaumeGomez:stabilize-formatter, r=SimonSapinbors-17/+18
2018-05-27Add fields to SliceJohn Kåre Alsaker-27/+19
2018-05-27Add assertions for TyS and TypeVariants sizesJohn Kåre Alsaker-0/+6
2018-05-27Make &Slice a thin pointerJohn Kåre Alsaker-48/+134
2018-05-27Address comments in pull request #51084.Simon Martin-1/+10
2018-05-27Auto merge of #51105 - uuttff8:master, r=GuillaumeGomezbors-2/+2
2018-05-27Stabilize Formatter alignmentGuillaume Gomez-17/+18
2018-05-27Auto merge of #51101 - 11Takanori:fix-typo, r=frewsxcvbors-1/+1
2018-05-27Auto merge of #51084 - simartin:issue_51022, r=estebankbors-4/+24
2018-05-27lib.rs don't beautifuluuttff8-2/+2
2018-05-27Ensure every unstable feature has a tracking issue.kennytm-42/+67
2018-05-27Auto merge of #51075 - estebank:and_the_case_of_the_confusable_float_exponent...bors-8/+45
2018-05-27Auto merge of #51066 - est31:master, r=sfacklerbors-5/+5
2018-05-27innacurate -> inaccurateTakanori Ishibashi-1/+1
2018-05-27Issue #51022: Improve E0131 message when lifetimes are involved.Simon Martin-4/+24