| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -5/+5 | |
| Make PlaceRef take just one lifetime r? @eddyb | ||||
| 2020-03-09 | Improve readability | Ralf Jung | -2/+2 | |
| 2020-03-09 | panic_bounds_check: use caller_location, like PanicFnLangItem | Ralf Jung | -1/+5 | |
| 2020-03-06 | mir::Local is Copy we can pass it by value in these cases | Santiago Pastorino | -1/+1 | |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -9/+4 | |
| 2020-03-04 | PlaceRef<'a, 'tcx> -> PlaceRef<'tcx> | Santiago Pastorino | -5/+5 | |
| 2020-03-03 | Make PlaceRef lifetimes of monomorphized_place_ty be both 'tcx | Santiago Pastorino | -1/+1 | |
| 2020-03-03 | Make PlaceRef lifetimes of codegen_place be both 'tcx | Santiago Pastorino | -3/+3 | |
| 2020-03-02 | Make PlaceRef lifetimes of LocalAnalyzer::process_place be both 'tcx | Santiago Pastorino | -1/+1 | |
| 2020-02-29 | simplify boolean expressions | Matthias Krüger | -2/+2 | |
| 2020-02-29 | move panic intrinsic codegen to helper function | Ralf Jung | -66/+92 | |
| 2020-02-29 | fmt | Ralf Jung | -6/+10 | |
| 2020-02-29 | make it even more conservative, and note some FIXMEs | Ralf Jung | -0/+2 | |
| 2020-02-29 | mem::zeroed/uninit: panic on types that do not permit zero-initialization | Ralf Jung | -3/+28 | |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -3/+2 | |
| example: let s: String = format!("hello").into(); | ||||
| 2020-02-26 | Rollup merge of #69429 - matthiaskrgr:clippy_, r=estebank | Dylan DPC | -1/+1 | |
| remove redundant clones and import | ||||
| 2020-02-24 | no more codegen for miri_start_panic | Ralf Jung | -5/+2 | |
| 2020-02-24 | librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copy | Matthias Krüger | -1/+1 | |
| 2020-02-16 | Code review changes. | Ben Lewis | -2/+2 | |
| 2020-02-15 | Monomorphize const type during codegen. | Ben Lewis | -1/+2 | |
| 2020-02-15 | Change `const_field` and `const_caller_location` to return `ConstValue` ↵ | Ben Lewis | -26/+25 | |
| instead of `Const` as the type in the returned const isn't needed. | ||||
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type ↵ | Ben Lewis | -2/+8 | |
| inside it shouldn't be used. | ||||
| 2020-02-13 | rename PanicInfo -> AssertKind | Ralf Jung | -3/+3 | |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -1/+1 | |
| 2020-02-09 | rustc_codegen_ssa: only "spill" SSA-like values to the stack for debuginfo. | Eduard-Mihai Burtescu | -32/+34 | |
| 2020-02-09 | rustc_codegen_ssa: use `debug_introduce_local` on Operand call results. | Eduard-Mihai Burtescu | -0/+3 | |
| 2020-02-09 | Auto merge of #68975 - Dylan-DPC:rollup-jzab8oh, r=Dylan-DPC | bors | -18/+3 | |
| Rollup of 7 pull requests Successful merges: - #68718 (Move `rustc_hir::def_id` to `rustc_span::def_id`) - #68834 (Fix and test implementation of BTreeMap's first/last_entry, pop_first/last) - #68857 (perf: Reduce Vec allocations in normalization by passing &mut Vec) - #68918 (Don't use the word "unwrap" to describe "unwrap" methods) - #68946 (Mark several functions and methods in core::cmp as #[must_use]) - #68958 (Clean up E0277 and E0282 explanations) - #68960 (codegen: misc cleanups around debuginfo scopes and locations.) Failed merges: r? @ghost | ||||
| 2020-02-08 | rustc_codegen_ssa: remove unnecessary source_locations_enabled. | Eduard-Mihai Burtescu | -12/+3 | |
| 2020-02-08 | rustc_codegen_llvm: remove InternalDebugLocation and simplify dbg_var_addr. | Eduard-Mihai Burtescu | -6/+0 | |
| 2020-02-03 | rustc_codegen_ssa: don't treat inlined variables as debuginfo arguments. | Eduard-Mihai Burtescu | -4/+1 | |
| 2020-02-03 | rustc_codegen_ssa: convert mir::VarDebugInfo into a custom PerLocalVarDebugInfo. | Eduard-Mihai Burtescu | -54/+133 | |
| 2020-02-03 | rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr. | Eduard-Mihai Burtescu | -4/+4 | |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -2/+2 | |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -9/+9 | |
| 2020-01-28 | codegen_place and related functions can take PlaceRef by value | Santiago Pastorino | -19/+19 | |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -2/+0 | |
| 2020-01-10 | Errors in promoteds may only cause lints not hard errors | Oliver Scherer | -8/+7 | |
| 2020-01-10 | Add span_bug that notes that shuffle indices must be constant | Santiago Pastorino | -0/+2 | |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -66/+52 | |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -60/+40 | |
| 2020-01-10 | Use if let instead of match with one meaningful arm | Santiago Pastorino | -19/+9 | |
| 2020-01-10 | Remove StaticKind | Santiago Pastorino | -6/+1 | |
| 2020-01-10 | Remove StaticKind::Promoted | Santiago Pastorino | -64/+3 | |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -3/+6 | |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -4/+7 | |
| - remove syntax::{help!, span_help!, span_note!} - remove unused syntax::{struct_span_fatal, struct_span_err_or_warn!, span_err_or_warn!} - lintify check_for_bindings_named_same_as_variants + conflicting_repr_hints - inline syntax::{struct_span_warn!, diagnostic_used!} - stringify_error_code! -> error_code! & use it more. - find_plugin_registrar: de-fatalize an error - de-fatalize metadata errors - move type_error_struct! to rustc_typeck - struct_span_err! -> rustc_errors | ||||
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 | |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -2/+2 | |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -11/+10 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 | |
| 2019-12-28 | Auto merge of #67598 - jumbatm:issue67557_simd_shuffle, r=oli-obk | bors | -3/+6 | |
| Fix ICE / miscompilation when inlining simd shuffle intrinsic in MIR. Closes #67557. r? @oli-obk | ||||
