| Age | Commit message (Expand) | Author | Lines |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-11 | renamed is_nil to is_unit | kenta7777 | -3/+3 |
| 2018-09-11 | Revert "renamed is_nil to is_unit" | kenta7777 | -3/+3 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -1/+1 |
| 2018-09-10 | renamed mk_nil to mk_unit | kenta7777 | -1/+1 |
| 2018-09-10 | renamed is_nil to is_unit | kenta7777 | -3/+3 |
| 2018-09-09 | Auto merge of #53998 - eddyb:issue-53728, r=oli-obk | bors | -12/+19 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -1/+1 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -3/+1 |
| 2018-09-06 | rustc_codegen_llvm: don't assume offsets are always aligned. | Eduard-Mihai Burtescu | -12/+19 |
| 2018-09-05 | Auto merge of #53962 - michaelwoerister:close-thinlto-file-descriptors, r=ale... | bors | -4/+4 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -1/+1 |
| 2018-09-05 | Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddyb | bors | -4/+14 |
| 2018-09-05 | ThinLTO: Don't keep files open after mmaping them (because it's not needed). | Michael Woerister | -4/+4 |
| 2018-09-05 | Allow for opting out of ThinLTO and clean up LTO related cli flag handling. | Michael Woerister | -8/+4 |
| 2018-09-03 | Auto merge of #53926 - japaric:arm-features, r=alexcrichton | bors | -0/+4 |
| 2018-09-03 | whitelist some ARM features | Jorge Aparicio | -0/+4 |
| 2018-09-03 | incr.ThinLTO: Do some cleanup and add some logging. | Michael Woerister | -62/+57 |
| 2018-08-31 | rustc: Prepare the `atomics` feature for wasm | Alex Crichton | -4/+14 |
| 2018-08-31 | Always add all modules to the global ThinLTO module analysis when compiling i... | Michael Woerister | -359/+159 |
| 2018-08-31 | Support local ThinLTO with incremental compilation. | Michael Woerister | -256/+608 |
| 2018-08-31 | Make codegen not be a query (since it's not a real query anyway). | Michael Woerister | -13/+22 |
| 2018-08-31 | Persist ThinLTO import data in incr. comp. session directory. | Michael Woerister | -4/+137 |
| 2018-08-31 | Provide a way of accessing the ThinLTO module import map in rustc. | Michael Woerister | -0/+9 |
| 2018-08-30 | Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix | Pietro Albini | -4/+4 |
| 2018-08-29 | Auto merge of #53642 - alexcrichton:fix-target-cpu-native, r=arielb1 | bors | -3/+25 |
| 2018-08-29 | Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk | bors | -4/+4 |
| 2018-08-28 | Fix warnings about the `native` target-cpu | Alex Crichton | -3/+25 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -8/+8 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -7/+8 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -6/+6 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-27 | Miri Memory Work | Ralf Jung | -4/+4 |
| 2018-08-24 | Auto merge of #53225 - nikomatsakis:nll-type-annot, r=pnkfelix | bors | -1/+1 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 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 |