| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -341/+0 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-06 | Incorporate tracing crate | bishtpawan | -1/+1 |
| 2020-07-22 | polymorphize GlobalAlloc::Function | Bastian Kauschke | -1/+1 |
| 2020-07-22 | [AVR] Correctly set the pointer address space when constructing pointers to f... | Dylan McKay | -6/+9 |
| 2020-06-19 | Rollup merge of #72689 - lcnr:common_str, r=estebank | Manish Goregaokar | -1/+1 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+1 |
| 2020-05-28 | add str to common types | Bastian Kauschke | -1/+1 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -5/+4 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -2/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -19/+12 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -2/+2 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -7/+3 |
| 2020-03-13 | Auto merge of #69986 - JohnTitor:rollup-h0809mf, r=JohnTitor | bors | -2/+2 |
| 2020-03-13 | Auto merge of #69155 - chrissimpkins:llvm-globals, r=eddyb | bors | -4/+7 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -2/+2 |
| 2020-03-12 | support LLVM globals corresponding to miri allocations | Chris Simpkins | -4/+7 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-03 | rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -77/+50 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -0/+2 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -5/+1 |
| 2019-10-27 | Panicking infra uses &core::panic::Location. | Adam Perry | -18/+0 |
| 2019-10-27 | Implement core::intrinsics::caller_location. | Adam Perry | -0/+7 |
| 2019-10-13 | Improve type safety | bjorn3 | -21/+13 |
| 2019-10-13 | Remove MiscMethods::instances | bjorn3 | -1/+1 |
| 2019-10-13 | s/FuncId/Function | bjorn3 | -1/+1 |
| 2019-10-13 | Remove is_const_integral method from ConstMethods | bjorn3 | -10/+14 |
| 2019-10-13 | Introduce FuncId backend type | bjorn3 | -0/+2 |
| 2019-09-05 | Rollup merge of #64003 - Dante-Broggi:place-align-in-layout, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc_codegen_llvm`. | Nicholas Nethercote | -6/+7 |
| 2019-08-29 | `new_sized` is mostly used without align | Dante-Broggi | -1/+1 |
| 2019-08-17 | Cast only where necessary | Oliver Scherer | -4/+5 |
| 2019-08-16 | Do not generate allocations for zero sized allocations | Oliver Scherer | -8/+13 |
| 2019-08-02 | assert consistency | Ralf Jung | -3/+3 |
| 2019-08-02 | CTFE: simplify Value type by not checking for alignment | Ralf Jung | -2/+2 |
| 2019-07-20 | Remove vector fadd/fmul reduction workarounds | Nikita Popov | -19/+0 |
| 2019-07-09 | Fix float add/mul reduction codegen | Nikita Popov | -0/+4 |
| 2019-07-06 | Remove use of mem::uninitialized in code_gen crate | Lzu Tao | -2/+1 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -0/+1 |
| 2019-06-19 | Weave the alignment through `ByRef` | Oliver Scherer | -3/+4 |
| 2019-05-30 | light refactoring of global AllocMap | Ralf Jung | -4/+4 |
| 2019-05-26 | rename Scalar::Bits to Scalar::Raw and bits field to data | Ralf Jung | -3/+3 |
| 2019-04-21 | Change return type of `TyCtxt::is_static` to bool | Vadim Petrochenkov | -1/+1 |
| 2019-03-29 | Remove const_{cstr,str_slice,get_elt,get_real} and is_const_real methods from... | bjorn3 | -66/+66 |
| 2019-03-29 | Remove const_{fat_ptr,array,vector,bytes} from cg_ssa | bjorn3 | -26/+28 |