| Age | Commit message (Expand) | Author | Lines |
| 2018-08-24 | support user-given types in adts | Niko Matsakis | -1/+1 |
| 2018-08-23 | Fix an AMDGPU related load bit range metadata assertion. | Richard Diamond | -0/+8 |
| 2018-08-23 | AMDGPU ignores `noinline` when it slaps `alwaysinline` everywhere. | Richard Diamond | -5/+10 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -2/+2 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -102/+102 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -6/+6 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -107/+107 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -1/+1 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -3/+4 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -3/+3 |
| 2018-08-21 | Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor | kennytm | -19/+14 |
| 2018-08-20 | Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton | bors | -36/+88 |
| 2018-08-19 | fix: preserve msvc linker fallback logic | Jorge Aparicio | -1/+3 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -4/+4 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -3/+3 |
| 2018-08-19 | Auto merge of #51131 - qnighy:unsized-locals, r=eddyb | bors | -43/+222 |
| 2018-08-19 | fix: use detected MSVC's link.exe | Jorge Aparicio | -2/+5 |
| 2018-08-19 | LinkerFlavor::Gcc defaults to cc, not gcc | Jorge Aparicio | -1/+1 |
| 2018-08-19 | Integrate OperandValue::UnsizedRef into OperandValue::Ref. | Masaki Hara | -43/+27 |
| 2018-08-19 | Integrate PassMode::UnsizedIndirect into PassMode::Indirect. | Masaki Hara | -24/+19 |
| 2018-08-19 | Implement simple codegen for unsized rvalues. | Masaki Hara | -20/+196 |
| 2018-08-19 | Add Builder::array_alloca. | Masaki Hara | -0/+24 |
| 2018-08-18 | Auto merge of #52592 - eddyb:or-default, r=Mark-Simulacrum | bors | -5/+4 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -5/+4 |
| 2018-08-18 | fatal -> bug | Jorge Aparicio | -1/+1 |
| 2018-08-18 | Auto merge of #53286 - nagisa:cast-assumes, r=eddyb | bors | -1/+3 |
| 2018-08-18 | add lld_flavor info to target spec | Jorge Aparicio | -0/+2 |
| 2018-08-18 | Remove LinkMeta struct | bjorn3 | -19/+14 |
| 2018-08-18 | Auto merge of #53437 - alexcrichton:fix-target-features, r=michaelwoerister | bors | -35/+44 |
| 2018-08-17 | Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichton | bors | -61/+31 |
| 2018-08-16 | Set more llvm function attributes for __rust_try | Alex Crichton | -35/+44 |
| 2018-08-16 | wasm: Remove --strip-debug argument to LLD | Alex Crichton | -12/+0 |
| 2018-08-15 | Auto merge of #53237 - overdrivenpotato:wasm-export-table, r=alexcrichton | bors | -0/+3 |
| 2018-08-15 | Use CGU name as LLVM module name and add some caching to CGU name generation. | Michael Woerister | -61/+31 |
| 2018-08-14 | Rollup merge of #53290 - whitequark:fix-35741, r=nagisa | kennytm | -1/+5 |
| 2018-08-14 | Rollup merge of #53274 - bjorn3:remove_statics_field, r=nagisa | kennytm | -7/+0 |
| 2018-08-14 | Rollup merge of #53239 - cuviper:llvm5-closure-alloca, r=eddyb | kennytm | -2/+24 |
| 2018-08-13 | Auto merge of #53161 - michaelwoerister:cstrings, r=wesleywiser | bors | -92/+81 |
| 2018-08-12 | Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis | Guillaume Gomez | -2/+3 |
| 2018-08-12 | Make LLVM emit assembly comments with -Z asm-comments. | whitequark | -1/+5 |
| 2018-08-12 | Do not generate assumes for plain integer casts | Simonas Kazlauskas | -1/+3 |
| 2018-08-11 | Remove statics field from CodegenCx | bjorn3 | -7/+0 |
| 2018-08-10 | [nll] librustc_codegen_llvm: remove unused mut annotation | memoryruins | -1/+1 |
| 2018-08-10 | [nll] librustc_codegen_llvm: change Child signature to fix error pointed out ... | memoryruins | -1/+1 |
| 2018-08-10 | [nll] librustc_codegen_llvm: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-10 | Introduce SmallCStr and use it where applicable. | Michael Woerister | -75/+68 |
| 2018-08-10 | Introduce const_cstr!() macro and use it where applicable. | Michael Woerister | -17/+13 |
| 2018-08-10 | Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelix | bors | -8/+9 |