| Age | Commit message (Expand) | Author | Lines |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -107/+78 |
| 2020-03-13 | Auto merge of #69986 - JohnTitor:rollup-h0809mf, r=JohnTitor | bors | -6/+6 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -6/+6 |
| 2020-03-13 | Auto merge of #69155 - chrissimpkins:llvm-globals, r=eddyb | bors | -4/+7 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -6/+6 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -2/+2 |
| 2020-03-12 | support LLVM globals corresponding to miri allocations | Chris Simpkins | -4/+7 |
| 2020-03-11 | librustc_codegen_llvm: Replace deprecated API usage | Tomasz Miąsko | -16/+23 |
| 2020-03-11 | implement zeroed and uninitialized with MaybeUninit | Ralf Jung | -20/+2 |
| 2020-03-11 | Rollup merge of #69893 - tmiasko:cstr, r=petrochenkov | Mazdak Farrokhzad | -35/+36 |
| 2020-03-11 | librustc_codegen_llvm: Use slices instead of 0-terminated strings | Tomasz Miąsko | -35/+36 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -1/+1 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -1/+1 |
| 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 | Apply review feedback | Amanieu d'Antras | -1/+1 |
| 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 | Simplify the try intrinsic by using a callback in the catch block | Amanieu d'Antras | -54/+46 |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -46/+1 |
| 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-02 | Apply CPU attributes to __rust_try | Amanieu d'Antras | -0/+2 |
| 2020-03-02 | Fix cross-DLL panics under MSVC | Amanieu d'Antras | -5/+25 |
| 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 |