| Age | Commit message (Expand) | Author | Lines |
| 2020-04-20 | Expand comment to justify not checking if all the exports are green. | Felix S. Klock II | -0/+17 |
| 2020-04-20 | Issue #71248: attempt to recover perf by removing `exports_all_green` flag. | Felix S. Klock II | -10/+5 |
| 2020-04-17 | Incorporated review feedback: | Felix S. Klock II | -22/+40 |
| 2020-04-17 | If an LLVM module's exports change, cannot reuse its post-LTO object file in | Felix S. Klock II | -4/+33 |
| 2020-03-10 | Rollup merge of #69836 - JohnTitor:immediate-outputs, r=nagisa | Mazdak Farrokhzad | -2/+8 |
| 2020-03-09 | Avoid unnecessary interning of enum variant part id | Tomasz Miąsko | -4/+1 |
| 2020-03-09 | Use slices in preference to 0-terminated strings | Tomasz Miąsko | -128/+179 |
| 2020-03-09 | Check if output is immediate value | Yuki Okushi | -2/+8 |
| 2020-03-08 | Rollup merge of #69734 - tmiasko:di-enumerator, r=ecstatic-morse | Mazdak Farrokhzad | -8/+19 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -5/+5 |
| 2020-03-07 | Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakis | Mazdak Farrokhzad | -12/+1 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -5/+5 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-05 | debuginfo: Use is unsigned flag when emitting enumerators | Tomasz Miąsko | -1/+6 |
| 2020-03-05 | debuginfo: Generators use u32 as discriminant type repr | Tomasz Miąsko | -3/+3 |
| 2020-03-05 | Use more efficient &&str to String conversion (clippy::inefficient_to_string) | Matthias Krüger | -1/+1 |
| 2020-03-05 | Change DIBuilderCreateEnumerator signature to match LLVM 9 | Tomasz Miąsko | -7/+13 |
| 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-04 | Don't use .ok() before unwrapping via .expect() on a Result. | Matthias Krüger | -1/+0 |
| 2020-03-03 | Remove the `no_debug` feature | Yuki Okushi | -12/+1 |
| 2020-03-03 | use conditions directly | Matthias Krüger | -2/+1 |
| 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-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 |