about summary refs log tree commit diff
path: root/compiler/rustc_middle/src
AgeCommit message (Expand)AuthorLines
2021-05-24Add some backticks to the `rustc_middle::ty::adjustment::Adjustment` docsScott McMurray-5/+5
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-23Replace Local::new(1) with CAPTURE_STRUCT_LOCALPaul Trojahn-1/+5
2021-05-23fix commentRalf Jung-1/+1
2021-05-23support creating mutable allocations from byte slicesRalf Jung-5/+9
2021-05-23const-eval: disallow unwinding across functions that `!fn_can_unwind()`hyd-dev-34/+41
2021-05-22Handle typeck errors properlyLeSeulArtichaut-1/+1
2021-05-22Make THIR building a stealable queryLeSeulArtichaut-22/+38
2021-05-22Move THIR structure definitions to `rustc_middle`LeSeulArtichaut-0/+744
2021-05-22Get rid of PreviousDepGraph.Camille GILLOT-1/+0
2021-05-19Auto merge of #85376 - RalfJung:ptrless-allocs, r=oli-obkbors-229/+153
2021-05-18add Align::ONE; add methods to access alloc.extraRalf Jung-1/+1
2021-05-18CTFE core engine allocation & memory API improvemenetsRalf Jung-228/+152
2021-05-18Auto merge of #85437 - GuillaumeGomez:rollup-3jcirty, r=GuillaumeGomezbors-6/+0
2021-05-18Rollup merge of #85415 - LeSeulArtichaut:no-packed-borrow-unsafeck, r=RalfJungGuillaume Gomez-6/+0
2021-05-18Auto merge of #85313 - jackh726:region_eq, r=nikomatsakisbors-22/+33
2021-05-17Remove remnants of BorrowOfPackedFieldLeSeulArtichaut-6/+0
2021-05-17Rollup merge of #85412 - RalfJung:c_str, r=oli-obkRalf Jung-23/+0
2021-05-17remove some functions that were only used by MiriRalf Jung-23/+0
2021-05-17remove size field from AllocationRalf Jung-6/+5
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-109/+71
2021-05-15Add commentJack Huey-0/+3
2021-05-15Auto merge of #85328 - GuillaumeGomez:rollup-exe9nbj, r=GuillaumeGomezbors-3/+2
2021-05-15Rollup merge of #85215 - richkadel:ice-fixes-minus-dead-blocks, r=tmandryGuillaume Gomez-3/+2
2021-05-14add new attribute rustc_insignificant_dtor and a query to check if a type has...Dhruv Jauhar-0/+48
2021-05-14Store Option<Region> as value for RegionVidJack Huey-22/+30
2021-05-14Make the UnifyValue for RegionVid ()Jack Huey-1/+1
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-0/+13
2021-05-12`coverageinfo` query needs to use the same MIR as codegenRich Kadel-3/+2
2021-05-12Use () for analysis.Camille GILLOT-9/+5
2021-05-12Use () for codegen queries.Camille GILLOT-14/+7
2021-05-12Use () for all_traits.Camille GILLOT-1/+1
2021-05-12Use () for visible_parent_map.Camille GILLOT-10/+6
2021-05-12Use () for lang items.Camille GILLOT-23/+15
2021-05-12Use () for privacy.Camille GILLOT-2/+2
2021-05-12Use () for typeck_item_bodies.Camille GILLOT-1/+1
2021-05-12Use () for inherent_impls.Camille GILLOT-8/+5
2021-05-12Use () for inferred_outlives_crate.Camille GILLOT-2/+1
2021-05-12Use () for crate_variances.Camille GILLOT-1/+1
2021-05-12Use () for mir_keys.Camille GILLOT-1/+1
2021-05-12Use () for lint_levels.Camille GILLOT-2/+2
2021-05-12Use () for proc_macro_decls_static.Camille GILLOT-1/+1
2021-05-12Use () for plugin_registrar_fn.Camille GILLOT-1/+1
2021-05-12Use () for entry_fn.Camille GILLOT-2/+2
2021-05-12Use () for HIR queries.Camille GILLOT-25/+16
2021-05-12Use () in reachable_set.Camille GILLOT-3/+3
2021-05-12Use () in dependency_formats.Camille GILLOT-3/+1
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-8/+24
2021-05-12Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillotbors-18/+11
2021-05-12Implement span quoting for proc-macrosAaron Hill-1/+1