about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-13introduce `infcx.at(..).normalize(..)` operation [VIC]Niko Matsakis-10/+637
2018-03-13in `Foo(X)` dep-nodes, allow X to be a `ty` not a `tt`Niko Matsakis-21/+24
2018-03-13add `canonicalize` method to `InferCtxt` [VIC]Niko Matsakis-16/+1121
2018-03-13change `ParamEnv::and` to sometimes keep the environment [VIC]Niko Matsakis-21/+28
2018-03-13move ParamEnv methods from `ty/util` to `ty/mod`Niko Matsakis-44/+44
2018-03-13refactor `ParamEnv::empty(Reveal)` into two distinct methodsNiko Matsakis-72/+77
2018-03-13add handy helper for Cell<usize>, used for perf statsNiko Matsakis-0/+10
2018-03-13random reformattingNiko Matsakis-17/+16
2018-03-13comment the purpose of `TransNormalize`Niko Matsakis-0/+4
2018-03-13make regions "traceable" so you can do `infcx.at(..).eq(r1, r2)`Niko Matsakis-22/+23
2018-03-13fix typo in commentNiko Matsakis-1/+1
2018-03-13add `TypeRelation` and `Lift` impls for `Kind`Niko Matsakis-11/+35
2018-03-13improve TypeFoldable/Lift macros and make a bunch of stuff use themNiko Matsakis-813/+551
2018-03-13require `Lifted` types to outlive `'tcx`Niko Matsakis-1/+1
2018-03-13Auto merge of #48958 - alexcrichton:update-rls-rustc, r=sfacklerbors-3/+3
2018-03-13Rollup merge of #48954 - GuillaumeGomez:missing-links-fmt, r=QuietMisdreavuskennytm-4/+8
2018-03-13Rollup merge of #48898 - GuillaumeGomez:remove-empty-section, r=QuietMisdreavuskennytm-8/+30
2018-03-13Rollup merge of #48631 - focusaurus:remember-collapse-setting, r=QuietMisdreavuskennytm-0/+6
2018-03-13Rollup merge of #48480 - jethrogb:patch-5, r=alexcrichtonkennytm-0/+4
2018-03-12Update the rls-rustc packageAlex Crichton-3/+3
2018-03-12Add missing linksGuillaume Gomez-4/+8
2018-03-13Rollup merge of #48934 - Phlosioneer:42453-debug-hygene, r=petrochenkovkennytm-1/+18
2018-03-13Rollup merge of #48928 - zackmdavis:span_suggestion_field_day, r=estebankkennytm-29/+46
2018-03-13Rollup merge of #48887 - alexcrichton:update-stdsimd, r=kennytmkennytm-0/+2
2018-03-13Rollup merge of #48880 - petrochenkov:badstderr, r=kennytmkennytm-140/+28
2018-03-13Rollup merge of #48877 - GuillaumeGomez:vec-missing-links, r=QuietMisdreavuskennytm-7/+14
2018-03-13Rollup merge of #48725 - humenda:master, r=nikomatsakiskennytm-56/+23
2018-03-13Rollup merge of #48201 - NovemberZulu:master, r=steveklabnikkennytm-15/+36
2018-03-12Auto merge of #48770 - bobtwinkles:two_phase_borrows_rewrite, r=pnkfelixbors-600/+572
2018-03-12Auto merge of #48295 - Keruspe:master, r=alexcrichtonbors-3/+10
2018-03-12Auto merge of #48938 - alexcrichton:no-leak-makeflags, r=kennytmbors-1/+8
2018-03-11Auto merge of #48549 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-742/+674
2018-03-11test: Forcibly remove MAKEFLAGS in compiletestAlex Crichton-1/+8
2018-03-11Update Cargo submoduleAlex Crichton-742/+674
2018-03-11Update stdsimd moduleAlex Crichton-0/+2
2018-03-11Auto merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=alexcrichtonbors-59/+46
2018-03-11Fix hygene issue when deriving DebugPhlosioneer-1/+18
2018-03-11Auto merge of #48907 - kennytm:minor-ci-stuff, r=alexcrichtonbors-0/+8
2018-03-11Auto merge of #48799 - alexcrichton:more-osx-cores, r=Mark-Simulacrumbors-17/+68
2018-03-11in which some labels and notes are upgraded to structured suggestionsZack M. Davis-29/+46
2018-03-11Auto merge of #48908 - varkor:bss-undefined-globals, r=alexcrichtonbors-1/+1
2018-03-11Auto merge of #48691 - Zoxc:profq-chan, r=michaelwoeristerbors-170/+175
2018-03-10Auto merge of #48419 - bobtwinkles:fix_late_bound_reg_self, r=nikomatsakisbors-0/+75
2018-03-10add stub for retrieving number of CPUsSebastian Humenda-1/+7
2018-03-10remove linker arguments from L4Re targetSebastian Humenda-56/+17
2018-03-10Auto merge of #48388 - kyrias:relro-level-cg, r=alexcrichtonbors-7/+62
2018-03-10Merge LLVM fix for undefined bss globalsvarkor-1/+1
2018-03-10Print /proc/cpuinfo and /proc/meminfo before starting to build.kennytm-0/+8
2018-03-10Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakisbors-43/+309
2018-03-10Auto merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavusbors-64/+97