| Age | Commit message (Expand) | Author | Lines |
| 2020-05-26 | Rollup merge of #72342 - jsgf:warn-unused-deps, r=petrochenkov | Dylan DPC | -0/+7 |
| 2020-05-26 | Rollup merge of #72270 - RalfJung:lint-ref-to-packed, r=oli-obk | Dylan DPC | -1/+8 |
| 2020-05-25 | Implement warning for unused dependencies. | Jeremy Fitzhardinge | -0/+7 |
| 2020-05-25 | Add a small MIR validation pass | Jonas Schievink | -0/+2 |
| 2020-05-25 | rename lint | Ralf Jung | -2/+2 |
| 2020-05-25 | add a lint against references to packed fields | Ralf Jung | -1/+8 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -19/+42 |
| 2020-05-22 | Rollup merge of #72309 - petrochenkov:linkunspec, r=matthewjasper | Ralf Jung | -34/+30 |
| 2020-05-20 | Eliminate some `Option<NativeLibKind>`s | Vadim Petrochenkov | -10/+9 |
| 2020-05-20 | Factor out `NativeLibKind::Dylib` from `NativeLibKind::Unspecified` | Vadim Petrochenkov | -3/+6 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -33/+27 |
| 2020-05-20 | Rollup merge of #72364 - jsgf:remove-unused-deps, r=Mark-Simulacrum | Dylan DPC | -1/+0 |
| 2020-05-19 | Remove unused dependencies | Jeremy Fitzhardinge | -1/+0 |
| 2020-05-18 | HIR passes for asm! | Amanieu d'Antras | -0/+7 |
| 2020-05-18 | Implement AST lowering for asm! | Amanieu d'Antras | -0/+16 |
| 2020-05-17 | Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu | bors | -10/+21 |
| 2020-05-16 | Auto merge of #72178 - tmiasko:inliner-lifetimes, r=nikic | bors | -0/+10 |
| 2020-05-16 | Rollup merge of #72094 - petrochenkov:overfeature, r=nikic | Ralf Jung | -1/+15 |
| 2020-05-16 | rustc_target: Stop using "string typing" for code models | Vadim Petrochenkov | -10/+21 |
| 2020-05-14 | Consistently use LLVM lifetime markers during codegen | Tomasz Miąsko | -0/+10 |
| 2020-05-11 | Rollup merge of #72067 - jonas-schievink:fuel-warn, r=varkor | Dylan DPC | -1/+1 |
| 2020-05-11 | cmdline: Make target features individually overridable | Vadim Petrochenkov | -1/+15 |
| 2020-05-10 | Auto merge of #71825 - contrun:cg-option-strip, r=petrochenkov | bors | -3/+26 |
| 2020-05-10 | Emit a warning when optimization fuel runs out | Jonas Schievink | -1/+1 |
| 2020-05-10 | add linking option strip | YI | -3/+26 |
| 2020-05-10 | Auto merge of #71775 - petrochenkov:crtcfg, r=matthewjasper | bors | -8/+3 |
| 2020-05-09 | Rollup merge of #71234 - maurer:init-array, r=cuviper | Ralf Jung | -0/+2 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -0/+2 |
| 2020-05-06 | Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic | Dylan DPC | -2/+2 |
| 2020-05-06 | Define UB in float-to-int casts to saturate | Mark Rousskov | -2/+2 |
| 2020-05-05 | Rollup merge of #69984 - lenary:lenary/force-uwtables, r=hanna-kruppe | Dylan DPC | -0/+46 |
| 2020-05-04 | Add Option to Force Unwind Tables | Sam Elliott | -0/+46 |
| 2020-05-03 | Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk | bors | -1/+47 |
| 2020-05-03 | fmt | Ralf Jung | -1/+1 |
| 2020-05-03 | warn about each skipped feature gate | Ralf Jung | -21/+27 |
| 2020-05-03 | Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkov | Dylan DPC | -0/+16 |
| 2020-05-03 | Enable `cfg` predicate for `target_feature = "crt-static"` only if the target... | Vadim Petrochenkov | -8/+3 |
| 2020-05-03 | Implement `confusable_idents` lint. | Charles Lew | -0/+16 |
| 2020-05-02 | fix miri-unleash delayed sanity checking | Ralf Jung | -9/+14 |
| 2020-05-02 | make sure the miri-unleash-flag is not used to circumvent feature gates | Ralf Jung | -1/+36 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -20/+20 |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -6/+4 |
| 2020-04-29 | Use .init_array rather than .ctors | Matthew Maurer | -0/+2 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -3/+0 |
| 2020-04-29 | Remove -Z no-landing-pads flag | Amanieu d'Antras | -3/+1 |
| 2020-04-26 | rustc_target: Stop using "string typing" for TLS models | Vadim Petrochenkov | -8/+21 |
| 2020-04-26 | rustc-book: Document `-C relocation-model` | Vadim Petrochenkov | -1/+2 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -12/+21 |
| 2020-04-23 | Rollup merge of #71408 - GuillaumeGomez:check-code-blocks-tags, r=kinnison | Dylan DPC | -0/+7 |
| 2020-04-23 | Create new rustdoc lint to check for code blocks tags | Guillaume Gomez | -0/+7 |