| Age | Commit message (Expand) | Author | Lines |
| 2020-03-03 | Don't use static crt by default when build proc-macro. | 12101111 | -5/+5 |
| 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-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-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 |
| 2020-02-05 | Apply LLVM sanitize attributes to generated entry wrapper | Tomasz Miąsko | -10/+12 |
| 2020-02-05 | Auto merge of #67429 - mati865:mingw-ultimate-fix, r=alexcrichton | bors | -0/+78 |
| 2020-02-04 | Prefer system MinGW libs when available | Mateusz Mikuła | -0/+78 |
| 2020-02-04 | Remove unused feature gates from cg_ssa and cg_utils | bjorn3 | -4/+0 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -1/+0 |