| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -10/+26 |
| 2020-02-01 | Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkov | bors | -2/+3 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -2/+3 |
| 2020-02-01 | Auto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa | bors | -1/+26 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-28 | Add support for Control Flow Guard on Windows. | Andrew Paverd | -1/+26 |
| 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-24 | Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton | bors | -24/+71 |
| 2020-01-24 | Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichton | Tyler Mandry | -1/+1 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -15/+48 |
| 2020-01-23 | Make drop-glue take advantage of -Zshare-generics. | Michael Woerister | -8/+20 |
| 2020-01-23 | Make ExportedSymbols type more local because it's not supposed to be | Michael Woerister | -4/+6 |
| 2020-01-22 | Rollup merge of #68410 - tmiasko:msan-lto, r=varkor | Tyler Mandry | -1/+11 |
| 2020-01-23 | Add `-Z no-link` flag | Victor Ding | -3/+12 |
| 2020-01-22 | Enable ASan on Fuchsia | Aaron Green | -1/+1 |
| 2020-01-21 | Mark __msan_keep_going as an exported symbol for LTO | Tomasz Miąsko | -2/+6 |