| Age | Commit message (Expand) | Author | Lines |
| 2018-12-29 | Replace LockCell with atomic types | John Kåre Alsaker | -16/+29 |
| 2018-12-28 | Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser | bors | -0/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -50/+0 |
| 2018-12-25 | Add a command line flag to print some query stats | John Kåre Alsaker | -0/+2 |
| 2018-12-24 | Search codegen backends based on target libdir instead of sysroot. | O01eg | -0/+7 |
| 2018-12-24 | Rollup merge of #57021 - nikic:arg-pointer-align, r=nagisa | Mazdak Farrokhzad | -2/+0 |
| 2018-12-21 | Enable emission of alignment attrs for pointer params | Nikita Popov | -2/+0 |
| 2018-12-17 | Tweak query code for performance | John Kåre Alsaker | -3/+17 |
| 2018-12-14 | Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa | bors | -2/+2 |
| 2018-12-13 | Stabilize `linker-flavor` flag. | David Wood | -2/+2 |
| 2018-12-12 | Replace `FileSearch::for_each_lib_search_path` with `search_paths`. | Nicholas Nethercote | -23/+17 |
| 2018-12-12 | Avoid regenerating the `Vec<PathBuf>` in `FileSearch::search()`. | Nicholas Nethercote | -25/+42 |
| 2018-12-12 | Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`. | Nicholas Nethercote | -77/+63 |
| 2018-12-12 | Remove `Session::sysroot()`. | Nicholas Nethercote | -16/+8 |
| 2018-12-12 | Avoid a useless `FxHashSet::insert` in `FileSearch::for_each_lib_search_path`. | Nicholas Nethercote | -2/+0 |
| 2018-12-08 | Rollup merge of #56597 - vext01:dump-mir-usage, r=wesleywiser | Mazdak Farrokhzad | -1/+7 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -5/+5 |
| 2018-12-07 | Improve the usage message for `-Z dump-mir`. | Edd Barrett | -1/+7 |
| 2018-12-06 | Rollup merge of #56553 - wesleywiser:silence_profiler_output, r=Mark-Simulacrum | Pietro Albini | -1/+1 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -26/+25 |
| 2018-12-05 | Don't print the profiling summary to stdout when -Zprofile-json is set | Wesley Wiser | -1/+1 |
| 2018-12-06 | Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic... | bors | -2/+2 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -6/+5 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -2/+2 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -6/+5 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -26/+25 |
| 2018-12-01 | Rollup merge of #56339 - yui-knk:remove_mir_stats_flag, r=alexcrichton | kennytm | -2/+0 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -4/+4 |
| 2018-11-29 | Remove not used option | yui-knk | -2/+0 |
| 2018-11-25 | Rollup merge of #56170 - wesleywiser:fix_self_profiler_windows, r=estebank | Pietro Albini | -2/+4 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -2/+0 |
| 2018-11-23 | Auto merge of #54071 - eddyb:alignsssss, r=oli-obk | bors | -1/+1 |
| 2018-11-22 | Disable the self-profiler unless the `-Z self-profile` flag is set | Wesley Wiser | -2/+4 |
| 2018-11-22 | Rollup merge of #56078 - ehuss:fix-panic-opt-msg, r=alexcrichton | Guillaume Gomez | -1/+1 |
| 2018-11-22 | rustc_target: avoid using AbiAndPrefAlign where possible. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-22 | rustc_target: rename abi::Align to AbiAndPrefAlign. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-19 | Fix error message for `-C panic=xxx`. | Eric Huss | -1/+1 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -2/+0 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -6/+6 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -6/+6 |
| 2018-11-12 | Make `NodeId` a `newtype_index` to enable niche optimizations | Oliver Scherer | -2/+2 |
| 2018-11-11 | rustc: Clean up allocator injection logic | Alex Crichton | -2/+0 |
| 2018-11-11 | Rollup merge of #55630 - petrochenkov:noprelude, r=Centril | kennytm | -0/+4 |
| 2018-11-08 | Rollup merge of #55576 - birkenfeld:opt-level-error-msg, r=cramertj | Mark Rousskov | -1/+1 |
| 2018-11-07 | Rollup merge of #55692 - matthiaskrgr:remark_debuginfo_hint, r=michaelwoerister | kennytm | -2/+1 |
| 2018-11-07 | Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakis | kennytm | -1/+1 |
| 2018-11-05 | -C remark: fix incorrect warning about requiring "--debuginfo" instead of "-C... | Matthias Krüger | -2/+1 |
| 2018-11-03 | resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o... | Vadim Petrochenkov | -0/+4 |