about summary refs log tree commit diff
path: root/src/librustc/Cargo.toml
AgeCommit message (Expand)AuthorLines
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-39/+0
2020-03-26Upgrade rustc and bootstrap dependenciesMateusz Mikuła-1/+1
2020-03-23Make librustc_query_system compile.Camille GILLOT-0/+1
2020-03-03Auto merge of #69482 - lqd:poloniusup, r=nikomatsakisbors-1/+1
2020-03-02Remove chalk integrationCAD97-1/+0
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-27- polonius: adapt to the new fact formatAlbin Stjerna-1/+1
2020-02-16Prune rustc dependencies.Camille GILLOT-2/+0
2020-02-01remove rustc_ast_pretty dep from rustcMazdak Farrokhzad-2/+0
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-0/+2
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-0/+1
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-1/+0
2020-01-11Rollup merge of #68050 - Centril:canon-error, r=Mark-SimulacrumYuki Okushi-1/+1
2020-01-10Update measureme to 0.7.1 in order to fix compilation error on big-endian pla...Michael Woerister-1/+1
2020-01-10Initial support for recording query keys in self-profiling data.Michael Woerister-1/+1
2020-01-10self-profile: Switch to new approach for event_id generation that enables que...Michael Woerister-0/+1
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-1/+1
2020-01-09Remove unused dependenciesShotaro Yamada-3/+0
2020-01-04move def_id to new rustc_hir crateMazdak Farrokhzad-0/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-30Make things build againVadim Petrochenkov-1/+1
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