| Age | Commit message (Expand) | Author | Lines |
| 2020-03-02 | Avoid over-aligning the return value in the -Cpanic=abort case | Mark Rousskov | -2/+4 |
| 2020-03-01 | Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -15/+15 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | simplify boolean expressions | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -2/+2 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 |
| 2020-02-26 | Use byte offsets when emitting debuginfo columns | Tomasz Miąsko | -45/+57 |
| 2020-02-26 | Emit 1-based column numbers in debuginfo | Tomasz Miąsko | -2/+4 |
| 2020-02-15 | Change `const_field` and `const_caller_location` to return `ConstValue` inste... | Ben Lewis | -2/+1 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -6/+5 |
| 2020-02-13 | add selfprofiling for new llvm passmanager | Andreas Jonson | -2/+88 |
| 2020-02-12 | Rollup merge of #67954 - nikic:new-pm, r=nagisa | Dylan DPC | -32/+193 |
| 2020-02-12 | Add support for new pass manager | Nikita Popov | -18/+170 |
| 2020-02-12 | Fix mangled names of lifetime intrinsics | Nikita Popov | -4/+4 |
| 2020-02-12 | Use IRBuilder to create memset | Nikita Popov | -10/+19 |
| 2020-02-12 | Rollup merge of #69089 - nox:sym64-crash, r=eddyb | Dylan DPC | -0/+2 |
| 2020-02-12 | Properly use the darwin archive format on Apple targets | Anthony Ramine | -0/+2 |
| 2020-02-12 | Rollup merge of #68487 - 0dvictor:nolink, r=tmandry | Yuki Okushi | -2/+2 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -18/+13 |
| 2020-02-11 | Support linking from a .rlink file | Victor Ding | -2/+2 |
| 2020-02-10 | Rollup merge of #68932 - michaelwoerister:self-profile-generic-activity-args,... | Dylan DPC | -57/+69 |
| 2020-02-10 | self-profile: Support arguments for generic_activities. | Michael Woerister | -57/+69 |
| 2020-02-09 | Rollup merge of #68881 - eddyb:always-preserve-dbg-vars, r=nagisa | Jonas Schievink | -1/+1 |
| 2020-02-08 | rustc_codegen_ssa: remove unnecessary source_locations_enabled. | Eduard-Mihai Burtescu | -34/+9 |
| 2020-02-08 | rustc_codegen_llvm: remove InternalDebugLocation and simplify dbg_var_addr. | Eduard-Mihai Burtescu | -66/+35 |
| 2020-02-08 | rustc_codegen_llvm: remove unnecessary special-casing of root scopes' children. | Eduard-Mihai Burtescu | -8/+2 |
| 2020-02-07 | Rustfmt | bjorn3 | -7/+9 |
| 2020-02-06 | rustc_codegen_llvm: always set AlwaysPreserve on all debuginfo variables. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-02-05 | Apply LLVM sanitize attributes to generated entry wrapper | Tomasz Miąsko | -22/+31 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -16/+20 |
| 2020-02-04 | Remove unused feature gates from cg_llvm | bjorn3 | -13/+6 |
| 2020-02-04 | Auto merge of #68601 - 0dvictor:split, r=tmandry | bors | -13/+16 |
| 2020-02-04 | Split `join_codegen_and_link()` into two steps | Victor Ding | -13/+16 |
| 2020-02-03 | rustc_codegen_llvm: avoid redundant calls to span_start. | Eduard-Mihai Burtescu | -4/+4 |
| 2020-02-03 | rustc_codegen_ssa: split declare_local into create_dbg_var and dbg_var_addr. | Eduard-Mihai Burtescu | -33/+53 |
| 2020-02-02 | Auto merge of #68720 - wesleywiser:llvm_time_trace, r=davidtwco | bors | -0/+28 |
| 2020-02-01 | Add support for enabling the LLVM time-trace feature | Wesley Wiser | -0/+28 |
| 2020-02-01 | Auto merge of #68133 - Centril:slimmer-syntax, r=petrochenkov | bors | -1/+2 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+2 |
| 2020-02-01 | Auto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa | bors | -1/+11 |
| 2020-01-28 | Add support for Control Flow Guard on Windows. | Andrew Paverd | -1/+11 |
| 2020-01-27 | Detect use-after-scope bugs with AddressSanitizer | Tomasz Miąsko | -4/+11 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -6/+1 |
| 2020-01-23 | Clarify some methods around instance instantiation via comments and clearer n... | Michael Woerister | -1/+1 |
| 2020-01-23 | Add `-Z no-link` flag | Victor Ding | -0/+15 |
| 2020-01-17 | Actually pass target LLVM args to LLVM | Jethro Beekman | -2/+3 |
| 2020-01-14 | Auto merge of #67711 - Amanieu:fix_unwind_leak, r=alexcrichton | bors | -5/+26 |
| 2020-01-13 | Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisa | bors | -0/+9 |