summary refs log tree commit diff
path: root/src/librustc_mir/lib.rs
AgeCommit message (Expand)AuthorLines
2018-07-31introduce, but do not use, `free_region_relation` computationNiko Matsakis-0/+2
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-2/+0
2018-07-25split into two matricesNiko Matsakis-0/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-25implement `Step` for `Idx` typesNiko Matsakis-0/+1
2018-07-13Auto merge of #52352 - kennytm:rollup, r=kennytmbors-0/+2
2018-07-12Reimplement some "add `mut`" suggestions under NLLashtneoi-0/+2
2018-07-12Deny bare trait objects in the rest of rustljedrz-0/+2
2018-06-19Parallelize trans item collectionJohn Kåre Alsaker-0/+3
2018-06-14rustc: rename ty::maps to ty::query.Eduard-Mihai Burtescu-1/+1
2018-05-29Use polonius_outputSantiago Pastorino-0/+1
2018-05-24Use AllFacts from polonius-engineSantiago Pastorino-0/+1
2018-05-17Stabilise inclusive_range_methodsvarkor-1/+0
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-12/+1
2018-05-16Stabilize num::NonZeroU*Simon Sapin-1/+0
2018-05-11Add a query to convert from ConstValue to AllocationJohn Kåre Alsaker-0/+1
2018-05-05add `-Znll-facts` switch that dumps facts for new analysisNiko Matsakis-0/+1
2018-05-01Auto merge of #50198 - oli-obk:const_prop, r=eddybbors-2/+0
2018-05-01Removed direct field usage of RangeInclusive in rustc itself.kennytm-1/+1
2018-04-30Remove the `rustc_const_math` crateOliver Schneider-2/+0
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-1/+1
2018-04-27dyn_trait feature-gate just for stage0Christian Poveda-1/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-04-21Add back missing `#![feature(never_type)]`skennytm-0/+1
2018-04-15relocate `BorrowData` etc into `borrow_check::borrow_set`Niko Matsakis-0/+1
2018-04-12Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakisbors-0/+11
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-0/+1
2018-04-11Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichtonbors-2/+0
2018-04-10Add ok-wrapping to catch blocks, per RFCScott McMurray-0/+11
2018-04-10Auto merge of #48914 - gaurikholkar:e0389, r=nikomatsakisbors-0/+1
2018-04-09Convert sort_by_key to sort_by_cached_keyvarkor-0/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-2/+0
2018-04-05Merge branch 'master' of https://github.com/rust-lang/rust into e0389gaurikholkar-9/+8
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-6/+0
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-2/+0
2018-03-29Stabilize underscore lifetimesTaylor Cramer-1/+1
2018-03-28Stabilize match_default_bindingsTaylor Cramer-1/+1
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-15Keep the fields of RangeInclusive unstable.kennytm-0/+1
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-1/+1
2018-03-15Stabilize `inclusive_range` library feature.kennytm-1/+0
2018-03-14stabilise feature(never_type)Andrew Cann-1/+2
2018-03-10add collect_writes.rsgaurikholkar-0/+1
2018-03-08Merge const linting pass into const propOliver Schneider-1/+0
2018-03-08Move the pattern checking code to hairOliver Schneider-2/+2
2018-03-08only export the two check* functions from check_matchOliver Schneider-1/+1
2018-03-08The `const_eval` module is no moreOliver Schneider-2/+3
2018-03-08Move librustc_const_eval to librustc_mirOliver Schneider-1/+5
2018-03-02Remove allow(bare_trait_object) from librustc_mirManish Goregaokar-1/+0