| Age | Commit message (Expand) | Author | Lines |
| 2018-10-02 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -0/+1 |
| 2018-09-15 | rustc: support extern crates loaded after query engine creation. | Eduard-Mihai Burtescu | -1/+10 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -3/+2 |
| 2018-09-11 | renamed emit_nil to emit_unit | kenta7777 | -1/+1 |
| 2018-09-11 | Revert "renamed emit_nil to emit_unit" | kenta7777 | -1/+1 |
| 2018-09-11 | Split `CrateNum` into an enum instead of having magic constants | Oliver Schneider | -3/+2 |
| 2018-09-10 | renamed emit_nil to emit_unit | kenta7777 | -1/+1 |
| 2018-09-06 | crates that provide a `panic_handler` are exempt from `unused_extern_crates` | Jorge Aparicio | -0/+8 |
| 2018-09-03 | Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton | bors | -8/+1 |
| 2018-08-31 | Make codegen not be a query (since it's not a real query anyway). | Michael Woerister | -8/+1 |
| 2018-08-31 | trip const_to_alloc query | csmoe | -19/+1 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -2/+2 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -2/+2 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -5/+6 |
| 2018-08-23 | Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakis | bors | -2/+2 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -7/+7 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -1/+1 |
| 2018-08-20 | Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. | Nicholas Nethercote | -2/+2 |
| 2018-08-19 | mv CachingCodemapView CachingSourceMapView | Donato Sciarra | -3/+3 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -11/+11 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -5/+5 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -5/+5 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -16/+16 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -4/+4 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-09 | Move SVH structure to data structures | Mark Rousskov | -1/+1 |
| 2018-08-05 | Add lint for unknown feature attributes | varkor | -0/+22 |
| 2018-08-02 | Fix more missed query data | Wesley Wiser | -0/+9 |
| 2018-08-02 | Fix some missed query data | Wesley Wiser | -4/+3 |
| 2018-08-02 | Basic incremental stats | Wesley Wiser | -2/+15 |
| 2018-08-02 | Basic profiling | Wesley Wiser | -0/+11 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -54/+54 |
| 2018-07-21 | Convert implied_outlives_bounds to a query | Tyler Mandry | -0/+15 |
| 2018-07-21 | Auto merge of #52555 - petrochenkov:mresfact, r=alexcrichton | bors | -2/+2 |
| 2018-07-20 | Revert some use of `PtrKey` to fix parallel_queries build | Vadim Petrochenkov | -3/+2 |
| 2018-07-20 | data_structures: Add a reference wrapper for pointer-indexed maps/sets | Vadim Petrochenkov | -4/+5 |
| 2018-07-17 | Categorize queries for later self-profiling | Wesley Wiser | -453/+563 |
| 2018-07-10 | Upgrade to LLVM's master branch (LLVM 7) | Alex Crichton | -8/+0 |
| 2018-07-04 | Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca... | bors | -4/+30 |
| 2018-07-02 | introduce `predicates_defined_on` for traits | Niko Matsakis | -4/+30 |
| 2018-06-30 | Fortify dummy span checking | Vadim Petrochenkov | -1/+1 |
| 2018-06-28 | Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb | Mark Rousskov | -10/+10 |
| 2018-06-28 | Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -8/+8 |
| 2018-06-28 | Move everything over from `middle::const_val` to `mir::interpret` | Oliver Schneider | -2/+2 |
| 2018-06-28 | Auto merge of #51538 - nikomatsakis:nll-perf-examination, r=eddyb | bors | -24/+124 |
| 2018-06-27 | Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable. | Michael Woerister | -1/+1 |
| 2018-06-27 | fix wrong query description | Niko Matsakis | -1/+1 |
| 2018-06-27 | Make opaque::Encoder append-only and make it infallible | John Kåre Alsaker | -2/+2 |