| Age | Commit message (Expand) | Author | Lines |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -2/+10 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -2/+10 |
| 2020-05-24 | Properly handle InlineAsmOperand::SymFn when collecting monomorphized items | Amanieu d'Antras | -2/+1 |
| 2020-05-18 | Fix const handling and add tests for const operands | Amanieu d'Antras | -91/+128 |
| 2020-05-18 | Minor fixes | Amanieu d'Antras | -1/+2 |
| 2020-05-18 | Implement asm! codegen | Amanieu d'Antras | -0/+93 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -1/+1 |
| 2020-04-22 | Don't use `*` for deref-coercion | Dylan MacKenzie | -2/+2 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-04-15 | Use `call` instead of `invoke` for functions that cannot unwind | Wesley Wiser | -1/+3 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -3/+4 |
| 2020-03-31 | Use Place directly in codegen_transmute, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | Use Place directly on make_return_dest, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | Use Place directly on codegen_drop_terminator, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -5/+5 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -9/+4 |
| 2020-03-13 | adjust enum naming | Ralf Jung | -12/+12 |
| 2020-03-12 | rename panic_if_ intrinsics to assert_ | Ralf Jung | -4/+4 |
| 2020-03-11 | Rollup merge of #69850 - RalfJung:panic-bounds-check, r=eddyb | Mazdak Farrokhzad | -1/+5 |
| 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-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -9/+4 |
| 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-24 | no more codegen for miri_start_panic | Ralf Jung | -5/+2 |
| 2020-02-15 | Change `const_field` and `const_caller_location` to return `ConstValue` inste... | Ben Lewis | -1/+1 |
| 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: use `debug_introduce_local` on Operand call results. | Eduard-Mihai Burtescu | -0/+3 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -1/+1 |
| 2020-01-28 | codegen_place and related functions can take PlaceRef by value | Santiago Pastorino | -5/+5 |
| 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 | -1/+1 |
| 2020-01-10 | Use if let instead of match with one meaningful arm | Santiago Pastorino | -19/+9 |
| 2020-01-10 | Remove StaticKind::Promoted | Santiago Pastorino | -30/+2 |
| 2020-01-02 | Normalize `syntax::source_map` imports. | Mazdak Farrokhzad | -9/+8 |
| 2019-12-25 | Run RustFmt | jumbatm | -1/+4 |
| 2019-12-25 | Pass new instance instead of self.instance to simd_shuffle_indices. | jumbatm | -3/+3 |
| 2019-12-22 | Format the world | Mark Rousskov | -237/+216 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -6/+1 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-12-08 | Rollup merge of #66325 - BartMassey:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -8/+22 |
| 2019-12-06 | Address review feedback. | Adam Perry | -2/+2 |
| 2019-12-06 | Caller location is propagated via immediates rather than memory. | Adam Perry | -4/+2 |
| 2019-12-05 | Pass a location to #[track_caller] functions in codegen_call_terminator. | Adam Perry | -0/+12 |