about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-21add regression testNiko Matsakis-0/+13
2018-11-21preserve the original visibility for the "list stem" nodeNiko Matsakis-4/+0
2018-11-21renumber segment ids for visibilities whenever we clone themNiko Matsakis-7/+17
2018-11-21add some `debug!` into loweringNiko Matsakis-0/+8
2018-11-21track the span for each id so that we can give a nice ICENiko Matsakis-29/+39
2018-11-21Auto merge of #56117 - petrochenkov:iempty, r=eddybbors-1/+15
2018-11-21Auto merge of #52591 - eddyb:functional-snakes, r=oli-obkbors-144/+129
2018-11-21rustc: implement and use Default on more types.Eduard-Mihai Burtescu-73/+61
2018-11-21rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.Eduard-Mihai Burtescu-75/+72
2018-11-21Auto merge of #56032 - petrochenkov:stabecip, r=nikomatsakisbors-151/+40
2018-11-21resolve: Make "empty import canaries" invisible from other cratesVadim Petrochenkov-1/+15
2018-11-21Add a couple more testsVadim Petrochenkov-3/+33
2018-11-21Stabilize `extern_crate_item_prelude`Vadim Petrochenkov-148/+7
2018-11-20Auto merge of #56111 - nrc:update, r=kennytmbors-71/+92
2018-11-21Update RLS and RustfmtNick Cameron-71/+92
2018-11-20Auto merge of #55720 - RalfJung:const-eval-raw, r=oli-obkbors-109/+138
2018-11-20Auto merge of #55663 - varkor:must_use-traits, r=estebankbors-16/+79
2018-11-20Auto merge of #56081 - alexcrichton:update-manifest, r=nrcbors-0/+2
2018-11-20Auto merge of #55983 - oli-obk:static_, r=Mark-Simulacrumbors-0/+34
2018-11-20Auto merge of #56049 - newpavlov:revert_51601, r=sfacklerbors-75/+14
2018-11-19Add temporary renames to manifests for rustfmt/clippyAlex Crichton-0/+2
2018-11-19explain why we can use rawRalf Jung-0/+4
2018-11-19we now do proper validation on scalarsRalf Jung-14/+14
2018-11-19use RawConst in miriRalf Jung-40/+32
2018-11-19Make const_eval_raw query return just an AllocIdRalf Jung-64/+97
2018-11-19Auto merge of #55971 - SergioBenitez:skip-non-semantic, r=alexcrichtonbors-6/+141
2018-11-19Fix change to predicatesvarkor-1/+1
2018-11-19Fix typo in #[must_use] messagevarkor-1/+1
2018-11-19Handle trait objectsvarkor-6/+24
2018-11-19Test for #[must_use] on traitsvarkor-0/+36
2018-11-19Recognise #[must_use] on traits, affecting impl Traitvarkor-1/+14
2018-11-19Use general uninhabitedness checkingvarkor-14/+10
2018-11-19Auto merge of #56060 - nrc:save-path-fallback, r=zackmdavisbors-4/+17
2018-11-19Auto merge of #56051 - pietroalbini:rollup, r=pietroalbinibors-588/+1248
2018-11-19Rollup merge of #56059 - alexcrichton:fix-tests, r=sfacklerkennytm-5/+54
2018-11-19Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddybPietro Albini-7/+60
2018-11-19Rollup merge of #56027 - Xanewok:docs-backtick, r=QuietMisdreavusPietro Albini-1/+1
2018-11-19Rollup merge of #56016 - scottmcm:vecdeque-resize-with, r=joshtriplettPietro Albini-1/+39
2018-11-19Rollup merge of #56012 - RalfJung:unsafe-cell, r=nikomatsakisPietro Albini-1/+3
2018-11-19Rollup merge of #56011 - CBenoit:master, r=QuietMisdreavusPietro Albini-1/+1
2018-11-19Rollup merge of #56007 - RalfJung:non-const-call, r=oli-obkPietro Albini-11/+60
2018-11-19Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obkPietro Albini-78/+100
2018-11-19Rollup merge of #55968 - ehuss:non-mod-rs-tests, r=petrochenkovPietro Albini-165/+45
2018-11-19Rollup merge of #55963 - stepancheg:mpsc-take-2, r=alexcrichtonPietro Albini-0/+172
2018-11-19Rollup merge of #55962 - QuietMisdreavus:tricky-spans, r=GuillaumeGomezPietro Albini-1/+38
2018-11-19Rollup merge of #55953 - blitzerr:master, r=nikomatsakisPietro Albini-102/+113
2018-11-19Rollup merge of #55952 - michaelwoerister:newer-clang, r=alexcrichtonPietro Albini-4/+4
2018-11-19Rollup merge of #55949 - ljedrz:return_impl_Iterator_from_Predicate_walk_tys,...Pietro Albini-20/+58
2018-11-19save-analysis: fallback to using path idNick Cameron-4/+17
2018-11-18Increase `Duration` approximate equal threshold to 1usAlex Crichton-1/+1