| Age | Commit message (Expand) | Author | Lines |
| 2020-06-18 | Rollup merge of #70551 - mark-i-m:ty-err-2, r=varkor | Manish Goregaokar | -1/+1 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -1/+1 |
| 2020-06-15 | linker: Never pass `-no-pie` to non-gnu linkers | Vadim Petrochenkov | -2/+2 |
| 2020-06-12 | Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obk | Dylan DPC | -6/+2 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -2/+10 |
| 2020-06-11 | Rollup merge of #73169 - Amanieu:asm-warnings, r=petrochenkov | Dylan DPC | -7/+13 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -2/+10 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -1/+1 |
| 2020-06-09 | Handle assembler warnings properly | Amanieu d'Antras | -7/+13 |
| 2020-06-08 | Use shorthand linker strip arguments in order to support MacOS | Alan Egerton | -2/+4 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -2/+2 |
| 2020-06-06 | Fix #[thread_local] statics as asm! sym operands | Amanieu d'Antras | -6/+2 |
| 2020-06-06 | Rollup merge of #72708 - petrochenkov:linkhack, r=cuviper | Ralf Jung | -8/+57 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-06-03 | rustc_target: Remove `pre_link_args_crt` | Vadim Petrochenkov | -12/+17 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-06-02 | Rollup merge of #72889 - alexcrichton:update-wasm-threads, r=nikomatsakis | Yuki Okushi | -4/+0 |
| 2020-06-01 | rustc: Remove the `--passive-segments` LLD flag on wasm | Alex Crichton | -4/+0 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -0/+8 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -9/+44 |
| 2020-05-30 | Rollup merge of #72521 - Amanieu:fix-72484, r=petrochenkov | Ralf Jung | -2/+1 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+8 |
| 2020-05-29 | Rollup merge of #71804 - petrochenkov:static-pie, r=cuviper | Ralf Jung | -134/+122 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -9/+44 |
| 2020-05-28 | linker: Add a linker rerun hack for gcc versions not supporting -static-pie | Vadim Petrochenkov | -8/+57 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -10/+10 |
| 2020-05-24 | Removed all instances of const_field. | Rakshith Ravi | -10/+6 |
| 2020-05-24 | Properly handle InlineAsmOperand::SymFn when collecting monomorphized items | Amanieu d'Antras | -2/+1 |
| 2020-05-23 | take mir::PlaceElem by value | Bastian Kauschke | -9/+9 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -1/+1 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -14/+10 |
| 2020-05-22 | Auto merge of #72460 - RalfJung:rollup-28fs06y, r=RalfJung | bors | -1/+15 |
| 2020-05-22 | Rollup merge of #72325 - alexcrichton:ignore-linker-plugin-lto, r=nnethercote | Ralf Jung | -1/+15 |
| 2020-05-22 | Rollup merge of #72309 - petrochenkov:linkunspec, r=matthewjasper | Ralf Jung | -27/+32 |
| 2020-05-22 | Rollup merge of #72133 - bdbai:master, r=joshtriplett | Ralf Jung | -0/+1 |
| 2020-05-21 | Rollup merge of #72296 - ChrisDenton:msvc-link-check, r=petrochenkov | Ralf Jung | -0/+49 |
| 2020-05-21 | Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk | bors | -1/+2 |
| 2020-05-20 | Factor out `NativeLibKind::Dylib` from `NativeLibKind::Unspecified` | Vadim Petrochenkov | -4/+7 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -27/+29 |
| 2020-05-20 | linker: Support `-static-pie` and `-static -shared` | Vadim Petrochenkov | -131/+118 |
| 2020-05-20 | rustc_target: Add a target spec option for static-pie support | Vadim Petrochenkov | -3/+4 |
| 2020-05-20 | Suggest installing VS Build Tools in more situations | Chris Denton | -0/+49 |
| 2020-05-20 | Auto merge of #71769 - petrochenkov:crto, r=cuviper | bors | -62/+106 |
| 2020-05-18 | Always generated object code for `#![no_builtins]` | Alex Crichton | -1/+15 |
| 2020-05-18 | Fix const handling and add tests for const operands | Amanieu d'Antras | -91/+128 |
| 2020-05-18 | Minor fixes | Amanieu d'Antras | -1/+2 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -1/+2 |
| 2020-05-18 | Implement asm! codegen | Amanieu d'Antras | -2/+137 |
| 2020-05-17 | Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-05-16 | Name return place in debuginfo if it is a user variable | Dylan MacKenzie | -1/+2 |