| Age | Commit message (Expand) | Author | Lines |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -5/+5 |
| 2020-03-07 | Rollup merge of #69787 - spastorino:use-local-directly-its-copy, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | mir::Local is Copy we can pass it by value in these cases | Santiago Pastorino | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-04 | PlaceRef<'a, 'tcx> -> PlaceRef<'tcx> | Santiago Pastorino | -5/+5 |
| 2020-03-04 | Don't use "if let" bindings to only check a value and not actually bind anyth... | Matthias Krüger | -1/+1 |
| 2020-03-03 | Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor | Dylan DPC | -1/+1 |
| 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-03 | Improve linking of crates with circular dependencies | Tomasz Miąsko | -7/+15 |
| 2020-03-02 | Make PlaceRef lifetimes of LocalAnalyzer::process_place be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-03 | Use .nth(x) instead of .skip(x).next() on iterators. | Matthias Krüger | -1/+1 |
| 2020-03-01 | Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -5/+5 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | simplify boolean expressions | Matthias Krüger | -2/+2 |
| 2020-02-28 | simplify condition in start_executing_work() | Matthias Krüger | -5/+5 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -8/+8 |
| 2020-02-28 | Rollup merge of #69529 - matthiaskrgr:clippy_identity_conversion, r=Mark-Simu... | Dylan DPC | -3/+2 |
| 2020-02-28 | Rollup merge of #69379 - jumbatm:llvm-sigsegv, r=pnkfelix | Dylan DPC | -2/+2 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -3/+2 |
| 2020-02-26 | Rollup merge of #69429 - matthiaskrgr:clippy_, r=estebank | Dylan DPC | -1/+1 |
| 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-23 | Auto merge of #69351 - mati865:mingw-ultimate-fix, r=cramertj | bors | -9/+15 |
| 2020-02-23 | Fail on multiple declarations of `main`. | jumbatm | -2/+2 |
| 2020-02-21 | Detect Chocolatey MinGW installation | Mateusz Mikuła | -3/+10 |
| 2020-02-21 | Fix MinGW detection for Cygwin | Mateusz Mikuła | -8/+7 |
| 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` inste... | Ben Lewis | -26/+25 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -2/+8 |
| 2020-02-13 | rename PanicInfo -> AssertKind | Ralf Jung | -3/+3 |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -1/+1 |
| 2020-02-12 | Rollup merge of #67954 - nikic:new-pm, r=nagisa | Dylan DPC | -0/+3 |
| 2020-02-12 | Add support for new pass manager | Nikita Popov | -0/+3 |
| 2020-02-12 | Rollup merge of #68994 - Keruspe:sanitizers-conflict, r=Mark-Simulacrum | Dylan DPC | -2/+9 |
| 2020-02-11 | Merge rustc::middle::*lang_items. | Camille GILLOT | -6/+3 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -4/+0 |
| 2020-02-11 | rustbuild: include channel in sanitizers installed name | Marc-Antoine Perennou | -2/+9 |
| 2020-02-11 | Auto merge of #68961 - eddyb:dbg-stack-dunk, r=nagisa | bors | -32/+37 |
| 2020-02-10 | Rollup merge of #68932 - michaelwoerister:self-profile-generic-activity-args,... | Dylan DPC | -7/+14 |
| 2020-02-10 | self-profile: Support arguments for generic_activities. | Michael Woerister | -7/+14 |
| 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 | -25/+4 |
| 2020-02-08 | Auto merge of #68802 - eddyb:debuginfo-there-can-only-be-one-arg, r=nagisa | bors | -4/+1 |
| 2020-02-08 | rustc_codegen_ssa: remove unnecessary source_locations_enabled. | Eduard-Mihai Burtescu | -18/+4 |
| 2020-02-08 | rustc_codegen_llvm: remove InternalDebugLocation and simplify dbg_var_addr. | Eduard-Mihai Burtescu | -7/+0 |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -10/+12 |