about summary refs log tree commit diff
path: root/src/librustc/Cargo.toml
AgeCommit message (Expand)AuthorLines
2019-04-26Update rustc-rayon versionJohn Kåre Alsaker-2/+2
2019-04-14Rollup merge of #59856 - albins:update-polonius, r=nikomatsakisMazdak Farrokhzad-1/+1
2019-04-12Use measureme in self-profilerWesley Wiser-0/+1
2019-04-10update polonius-engineAlbin Stjerna-1/+1
2019-03-05Create a derive macro for HashStableJohn Kåre Alsaker-0/+1
2019-03-01Add support for using a jobserver with RayonJohn Kåre Alsaker-2/+2
2019-02-26update scoped_tls to 1.0Marcel Hellwig-1/+1
2019-02-22Update parking_lot to 0.7Bastien Orivel-1/+1
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-05move librustc to 2018Mark Mansi-0/+1
2019-01-28Use multiple threads by default. Limits tests to one thread. Do some renaming.John Kåre Alsaker-0/+1
2019-01-02adopt polonius-engine 0.6.2Niko Matsakis-1/+1
2018-12-27Handle sub-typing in chalk-enginescalexm-1/+1
2018-12-10Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.Nicholas Nethercote-1/+1
2018-11-30proc_macro: move to a dependency of libtest.Eduard-Mihai Burtescu-1/+0
2018-10-08Pass around interned refs to goals and not goalsscalexm-1/+1
2018-09-04Breaking change upgradesMark Rousskov-1/+1
2018-08-23Use optimized SmallVec implementationIgor Gutorov-0/+1
2018-08-17rustc_resolve: don't allow paths starting with `::crate`.Eduard-Mihai Burtescu-1/+1
2018-08-09Move rustc::util::fs into separate (new) crateMark Rousskov-0/+1
2018-06-20Replace tempdir by tempfile in librustcBastien Orivel-3/+1
2018-06-06Update Rayon versionJohn Kåre Alsaker-2/+2
2018-06-06Make queries block and handle query cyclesJohn Kåre Alsaker-0/+4
2018-06-02Allow choosing Polonius algorithm via environment variable POLONIUS_ALGORITHM.Vytautas Astrauskas-1/+1
2018-05-29Use polonius_outputSantiago Pastorino-1/+1
2018-05-29bump polonius engineDouglas Campos-1/+1
2018-05-26Rollup merge of #51047 - spastorino:use_polonius_engine_facts, r=nikomatsakiskennytm-0/+1
2018-05-24Use AllFacts from polonius-engineSantiago Pastorino-0/+1
2018-05-24implement the chalk traits, albeit with many placeholdersNiko Matsakis-0/+3
2018-05-17Rename trans to codegen everywhere.Irina Popa-3/+3
2018-04-30Remove the `rustc_const_math` crateOliver Schneider-1/+0
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-03-26rustbuild: Fail the build if we build Cargo twiceAlex Crichton-0/+1
2018-02-20Do not run the default panic hook inside procedural macros. Fixes #47812John Kåre Alsaker-0/+2
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-2/+1
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-1/+1
2018-01-01Update crates and submodules to pull doc fixesMalo Jaffré-1/+1
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-2/+0
2017-12-06Update miri to rustc changesOliver Schneider-0/+1
2017-09-29Adjust imports to librustc::mir::interpretOliver Schneider-0/+6
2017-09-17Remove rustc_bitflags; use the bitflags crateTamir Duberstein-1/+1
2017-06-21Integrate jobserver support to parallel codegenAlex Crichton-0/+1
2017-06-20Remove the in-tree `flate` crateAlex Crichton-0/+29
2017-05-15Remove rustc_llvm dependency from librustcRobin Kruppe-1/+0
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-0/+1
2017-03-23Remove internal liblogAlex Crichton-1/+1
2017-02-03Bump version, upgrade bootstrapAlex Crichton-1/+0
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-1/+0