about summary refs log tree commit diff
path: root/src/librustc/lib.rs
AgeCommit message (Expand)AuthorLines
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-96/+0
2020-03-22Allow #[track_caller] in traits.Adam Perry-0/+1
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-1/+0
2020-03-17Add requisite feature gates for const assertDylan MacKenzie-0/+3
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-1/+0
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-1/+1
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-2/+2
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-1/+1
2020-02-18Rollup merge of #67272 - fisherdarling:master, r=varkor,hellow554Yuki Okushi-0/+1
2020-02-16Handle recursion_limit parsing errorsFisher Darling-0/+1
2020-02-16Make librustc compile.Camille GILLOT-4/+0
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-7/+0
2020-02-04Remove the `overlapping_marker_traits` featureAaron Hill-1/+1
2020-02-04Remove unused feature gates from librustcbjorn3-7/+0
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-1/+0
2020-01-18slice_patterns: remove internal uses of gateMazdak Farrokhzad-1/+1
2020-01-15Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichtonYuki Okushi-1/+0
2020-01-12Rollup merge of #68089 - lzutao:revert-remote_item, r=sfacklerMazdak Farrokhzad-0/+1
2020-01-12Rollup merge of #68045 - Centril:liberate-lints, r=Mark-SimulacrumMazdak Farrokhzad-2/+0
2020-01-11use winapi for non-stdlib Windows bindingsAndy Russell-1/+0
2020-01-11move rustc::lint::{context, passes} to rustc_lint.Mazdak Farrokhzad-2/+0
2020-01-11Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrich...Lzu Tao-0/+1
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-1/+0
2020-01-09{rustc::util -> rustc_data_structures}::capturesMazdak Farrokhzad-1/+0
2020-01-06remove usage of feature gatedylan_DPC-1/+0
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-2/+0
2020-01-04{HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemapMazdak Farrokhzad-1/+0
2019-12-31librustc_ast_lowering: fix misc fallout.Mazdak Farrokhzad-1/+0
2019-12-30Reduce allocations.Camille GILLOT-0/+1
2019-12-29Introduce librustc/middle/mod.rsCamille GILLOT-39/+1
2019-12-29Move get_lib_features query in librustc_passes.Camille GILLOT-1/+24
2019-12-29Move diagnostic_items queries to librustc_passes.Camille GILLOT-1/+0
2019-12-29Move reachable_set query in librustc_passes.Camille GILLOT-1/+0
2019-12-22Format the worldMark Rousskov-13/+18
2019-12-14Revert "Stabilize the `never_type`, written `!`."Niko Matsakis-1/+1
2019-12-06Use `to_option` in various placesvarkor-0/+1
2019-12-03Move Session to librustc_sessionMark Rousskov-6/+1
2019-11-27Move ExprUseVisitor and mem_categorization to rustc_typeckMatthew Jasper-2/+0
2019-11-21Stabilize the `never_type`, written `!`.Mazdak Farrokhzad-1/+1
2019-11-15Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=ZoxcYuki Okushi-0/+1
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-2/+0
2019-11-13Rollup merge of #66335 - Mark-Simulacrum:self-profile-to-data, r=michaelwoeri...Yuki Okushi-1/+0
2019-11-12Snap cfgsMark Rousskov-2/+0
2019-11-12Move self-profile infrastructure to data structuresMark Rousskov-1/+0
2019-11-04Avoid hashing the key twice in `get_query()`.Nicholas Nethercote-0/+1
2019-10-25RFC 2008: StabilizationDavid Wood-1/+1
2019-10-20also check the iterator is not too longRalf Jung-0/+1
2019-10-15Stabilize proc macros generating `macro_rules` itemsVadim Petrochenkov-1/+1
2019-10-08Stabilize mem::take (mem_take)Jon Gjengset-1/+0
2019-10-05Rollup merge of #65105 - Mark-Simulacrum:split-librustc, r=nikomatsakisTyler Mandry-4/+0