summary refs log tree commit diff
path: root/src/librustc_mir/lib.rs
AgeCommit message (Expand)AuthorLines
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
2018-02-28Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakisManish Goregaokar-0/+1
2018-02-23Lint bare traitsManish Goregaokar-0/+1
2018-02-20stage0 cfg cleanupMark Simulacrum-1/+0
2018-01-19Allow runtime switching between trans backendsbjorn3-1/+0
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-0/+1
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-0/+1
2017-12-21Mir: Abort on nounwind ABIsDavid Henningsson-0/+1
2017-12-20Add three point error handling to borrowckSantiago Pastorino-0/+1