summary refs log tree commit diff
path: root/src/librustc/Cargo.toml
AgeCommit message (Expand)AuthorLines
2019-12-09Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasperbors-1/+1
2019-12-08Auto merge of #66981 - michaelwoerister:measureme-0.5.0, r=Mark-Simulacrumbors-1/+1
2019-12-06update to polonius 0.11 to compute subset errorslqd-1/+1
2019-12-03Introduce rustc_session crateMark Rousskov-0/+1
2019-12-03Update measureme crate to 0.5.0.Michael Woerister-1/+1
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-0/+1
2019-11-16Auto merge of #66255 - ehuss:update-cc, r=alexcrichtonbors-4/+0
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-0/+2
2019-11-12Move self-profile infrastructure to data structuresMark Rousskov-1/+0
2019-11-09Update cc, git2, num_cpus.Eric Huss-4/+0
2019-11-04bump smallvec to 1.0Ralf Jung-1/+1
2019-10-29Rollup merge of #65531 - tmandry:bump-backtrace, r=cramertjMazdak Farrokhzad-1/+5
2019-10-29Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasperMazdak Farrokhzad-1/+1
2019-10-28Update backtrace to 0.3.40Tyler Mandry-1/+5
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-1/+0
2019-10-25Update bitflagsvarkor-1/+1
2019-10-24self-profiling: Update measureme to 0.4.0 and use new RAII-based API.Michael Woerister-1/+1
2019-10-21Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJungMazdak Farrokhzad-1/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+1
2019-10-11Change untagged_unions to not allow union fields with dropUlrik Sverdrup-1/+1
2019-10-07Rebase rustc-rayon on rayon-1.2Josh Stone-2/+2
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-0/+1
2019-09-16with byteorder 1.3, the i128 feature is a NOPRalf Jung-1/+1
2019-09-16Auto merge of #64381 - mati865:rand, r=alexcrichtonbors-1/+1
2019-09-15Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obkbors-1/+0
2019-09-11Upgrade parking_lot and tempfile rustc dependenciesMateusz Mikuła-1/+1
2019-09-04NLL: New Polonius versionAlbin Stjerna-1/+1
2019-08-30Move librustc panic handler into the new oneJonas Schievink-1/+0
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-1/+1
2019-07-12Upgrade PoloniusAlbin Stjerna-1/+1
2019-07-07Remove some dummy dependenciesJohn Kåre Alsaker-30/+0
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+1
2019-05-13Bump measureme dependency to 0.3Wesley Wiser-1/+1
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