about summary refs log tree commit diff
path: root/src/librustc/lib.rs
AgeCommit message (Expand)AuthorLines
2018-05-01Auto merge of #50198 - oli-obk:const_prop, r=eddybbors-1/+0
2018-05-01Removed direct field usage of RangeInclusive in rustc itself.kennytm-1/+1
2018-04-30Remove the `rustc_const_math` crateOliver Schneider-1/+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-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-0/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+1
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-0/+1
2018-04-09Convert sort_by_key to sort_by_cached_keyvarkor-0/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-7/+0
2018-03-29Stabilize underscore lifetimesTaylor Cramer-1/+1
2018-03-28Stabilize match_default_bindingsTaylor Cramer-1/+1
2018-03-26Stabilize i128 feature tooMark Mansi-2/+1
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-26Stabilize universal_impl_traitTaylor Cramer-1/+1
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-1/+1
2018-03-21work around fallout from these changes in rustcNiko Matsakis-0/+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/+1
2018-03-13add `canonicalize` method to `InferCtxt` [VIC]Niko Matsakis-1/+1
2018-03-13improve TypeFoldable/Lift macros and make a bunch of stuff use themNiko Matsakis-0/+1
2018-03-08Add a variant to ConstVal for storing miri resultsOliver Schneider-0/+1
2018-03-02Remove allow(bare_trait_object) from librustcManish Goregaokar-2/+0
2018-02-28Rollup merge of #48461 - Manishearth:epoch-dyn-trait, r=nmatsakisManish Goregaokar-0/+2
2018-02-28Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakiskennytm-2/+3
2018-02-25Change links to readmesMark Mansi-2/+3
2018-02-23Rollup merge of #47933 - Zoxc:plugin-panics, r=nikomatsakisManish Goregaokar-0/+3
2018-02-23Lint bare traitsManish Goregaokar-0/+2
2018-02-23Auto merge of #48052 - eddyb:deggregate, r=nikomatsakisbors-0/+1
2018-02-20Do not run the default panic hook inside procedural macros. Fixes #47812John Kåre Alsaker-0/+3
2018-02-20stage0 cfg cleanupMark Simulacrum-1/+0
2018-02-20rustc_mir: optimize the deaggregator's expansion of statements.Eduard-Mihai Burtescu-0/+1
2018-02-05Add -ZepochManish Goregaokar-0/+1
2018-02-01Auto merge of #47738 - nikomatsakis:issue-47139-master, r=arielb1bors-0/+1
2018-01-30make `overlapping_impls` call closures instead of returningNiko Matsakis-0/+1
2018-01-16Implement repr(transparent)Robin Kruppe-0/+1
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-20Move MirVisitable to visit.rsSantiago Pastorino-0/+1
2017-12-18Refactor paths to middle::trans to mir::monoMaik Klein-1/+0
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-1/+0
2017-12-14Move mir validation out of treeOliver Schneider-1/+0
2017-12-12Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpretOliver Schneider-3/+0
2017-12-06Update miri to rustc changesOliver Schneider-5/+14
2017-09-29Adjust imports to librustc::mir::interpretOliver Schneider-0/+8