| Age | Commit message (Expand) | Author | Lines |
| 2021-03-02 | Rollup merge of #82376 - tmiasko:inline-options, r=oli-obk | Yuki Okushi | -2/+4 |
| 2021-03-01 | Change default Solaris x86 target to x86_64-pc-solaris | Jakub Kulik | -1/+1 |
| 2021-02-27 | Use optional values for inlining thresholds | Tomasz Miąsko | -2/+2 |
| 2021-02-27 | Add option enabling MIR inlining independently of mir-opt-level | Tomasz Miąsko | -0/+2 |
| 2021-02-26 | Auto merge of #82559 - tmiasko:inlined, r=petrochenkov | bors | -0/+3 |
| 2021-02-26 | Rollup merge of #82456 - klensy:or-else, r=estebank | Guillaume Gomez | -1/+1 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+3 |
| 2021-02-25 | Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorino | Aaron Hill | -53/+64 |
| 2021-02-25 | fix review | klensy | -1/+1 |
| 2021-02-23 | replaced some unwrap_or with unwrap_or_else | klensy | -1/+1 |
| 2021-02-23 | Auto merge of #82102 - nagisa:nagisa/fix-dwo-name, r=davidtwco | bors | -11/+0 |
| 2021-02-23 | Rollup merge of #82255 - nhwn:nonzero-err-as-bug, r=davidtwco | Dylan DPC | -4/+7 |
| 2021-02-19 | Cleanup `PpMode` and friends | LeSeulArtichaut | -53/+64 |
| 2021-02-18 | Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. | Eduard-Mihai Burtescu | -4/+4 |
| 2021-02-18 | nhwn: make treat_err_as_bug Option<NonZeroUsize> | Nathan Nguyen | -4/+7 |
| 2021-02-16 | rustdoc: treat edition 2021 as unstable | Eric Huss | -1/+1 |
| 2021-02-14 | Set path of the compile unit to the source directory | Simonas Kazlauskas | -11/+0 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -1/+0 |
| 2021-02-07 | HWASan support | Tri Vo | -8/+21 |
| 2021-02-07 | Add `--extern-loc` to augment unused crate dependency diagnostics | Jeremy Fitzhardinge | -0/+117 |
| 2021-02-05 | Auto merge of #79253 - rcvalle:fix-rustc-sysroot-cas, r=nagisa | bors | -7/+45 |
| 2021-02-02 | Let a portion of DefPathHash uniquely identify the DefPath's crate. | Michael Woerister | -1/+1 |
| 2021-01-30 | Rollup merge of #81468 - est31:cfg_version, r=petrochenkov | Yuki Okushi | -1/+7 |
| 2021-01-29 | Pre-canoncalize ExternLocation::ExactPaths | Ryan Levick | -4/+29 |
| 2021-01-29 | Treat nightlies for a version as complete | est31 | -1/+7 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -49/+41 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -49/+41 |
| 2021-01-27 | Fix rustc sysroot in systems using CAS | Ramon de C Valle | -7/+45 |
| 2021-01-26 | Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank | bors | -2/+2 |
| 2021-01-20 | Auto merge of #81118 - ojeda:metadata-obj, r=nagisa | bors | -0/+14 |
| 2021-01-17 | Skip linking if it is not required | Miguel Ojeda | -0/+14 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -2/+2 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-12 | Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton | Yuki Okushi | -1/+29 |
| 2021-01-08 | Add wasi-exec-model cg option for emitting wasi reactors | Noah | -1/+29 |
| 2021-01-07 | Auto merge of #80709 - lzutao:target-enumerate, r=petrochenkov | bors | -1/+1 |
| 2021-01-08 | Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiser | Yuki Okushi | -2/+8 |
| 2021-01-06 | Prefer enum Endian in rustc_target::Target | Lzu Tao | -1/+1 |
| 2021-01-04 | Inlining enabled by -mir-opt-level > 1 is incompatible with coverage | Rich Kadel | -2/+8 |
| 2021-01-02 | Auto merge of #79883 - frewsxcv:frewsxcv-san, r=shepmaster | bors | -2/+8 |
| 2020-12-31 | Merge remote-tracking branch 'origin/master' into frewsxcv-san | Corey Farwell | -76/+168 |
| 2020-12-31 | Require `-Z unstable-options` for unstable editions. | Mara Bos | -3/+2 |
| 2020-12-31 | Add edition 2021. | Mara Bos | -0/+5 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -1/+1 |
| 2020-12-22 | Revert "Promote missing_fragment_specifier to hard error" | Wesley Wiser | -0/+2 |
| 2020-12-17 | Rollup merge of #80073 - kulikjak:add-target-alias-support, r=varkor | Yuki Okushi | -1/+1 |
| 2020-12-16 | cg_llvm: split dwarf filename and comp dir | David Wood | -1/+12 |
| 2020-12-16 | cg_llvm: implement split dwarf support | David Wood | -1/+27 |
| 2020-12-16 | session: add `split-dwarf` flag | David Wood | -0/+36 |