| Age | Commit message (Expand) | Author | Lines |
| 2019-05-24 | Rollup merge of #61082 - RalfJung:vec, r=alexcrichton | Mazdak Farrokhzad | -3/+4 |
| 2019-05-24 | Rollup merge of #61056 - euclio:custom-discriminant-error, r=estebank | Mazdak Farrokhzad | -26/+63 |
| 2019-05-24 | Rollup merge of #61054 - estebank:mut-ref-reassign, r=zackmdavis | Mazdak Farrokhzad | -5/+93 |
| 2019-05-23 | Auto merge of #60970 - MaulingMonkey:pr-compiletest-cdb-support, r=alexcrichton | bors | -32/+247 |
| 2019-05-23 | Add test for denying overflowing literal in loop | varkor | -1/+10 |
| 2019-05-23 | Update unreachable loop patterns test | varkor | -1/+8 |
| 2019-05-23 | Fix missing overflowing literal lint in for loop | varkor | -15/+16 |
| 2019-05-23 | tidy: don't short-circuit on license error | Eric Huss | -1/+1 |
| 2019-05-23 | Update cargo | Eric Huss | -0/+3 |
| 2019-05-23 | Make find_local iterate instead of recurse | Santiago Pastorino | -8/+11 |
| 2019-05-23 | Add regression test for negative case | Esteban Küber | -4/+47 |
| 2019-05-23 | Update crate_variances and inferred_outlives_crate | John Kåre Alsaker | -8/+8 |
| 2019-05-23 | Update dylib_dependency_formats, extern_crate and reachable_non_generics | John Kåre Alsaker | -19/+23 |
| 2019-05-23 | Update foreign_modules and dllimport_foreign_items | John Kåre Alsaker | -9/+13 |
| 2019-05-23 | Update visible_parent_map | John Kåre Alsaker | -2/+3 |
| 2019-05-23 | Update get_lib_features, defined_lib_features, get_lang_items, defined_lang_i... | John Kåre Alsaker | -34/+42 |
| 2019-05-23 | Update wasm_import_module_map and target_features_whitelist | John Kåre Alsaker | -8/+15 |
| 2019-05-23 | Update upvars and module_exports | John Kåre Alsaker | -9/+9 |
| 2019-05-23 | Update in_scope_traits_map | John Kåre Alsaker | -10/+8 |
| 2019-05-23 | Update privacy_access_levels | John Kåre Alsaker | -6/+5 |
| 2019-05-23 | Update all_traits | John Kåre Alsaker | -3/+3 |
| 2019-05-23 | Update stability_index, all_crate_nums and features_query | John Kåre Alsaker | -10/+12 |
| 2019-05-23 | Update lint_levels | John Kåre Alsaker | -4/+5 |
| 2019-05-23 | Make ArenaField private | John Kåre Alsaker | -1/+1 |
| 2019-05-23 | Add a comment for arena_types! | John Kåre Alsaker | -0/+9 |
| 2019-05-23 | Remove subtle Default impl for Value | John Kåre Alsaker | -61/+9 |
| 2019-05-23 | Update GenericPredicates queries | John Kåre Alsaker | -55/+64 |
| 2019-05-23 | Optimize alloc_from_iter | John Kåre Alsaker | -5/+24 |
| 2019-05-23 | Update used_trait_imports | John Kåre Alsaker | -4/+4 |
| 2019-05-23 | Update item_children | John Kåre Alsaker | -4/+4 |
| 2019-05-23 | Update resolve_lifetimes, named_region_map, is_late_bound_map and object_life... | John Kåre Alsaker | -20/+16 |
| 2019-05-23 | Update implementations_of_trait and all_trait_implementations | John Kåre Alsaker | -21/+18 |
| 2019-05-23 | Update upstream_monomorphizations and upstream_monomorphizations_for | John Kåre Alsaker | -10/+13 |
| 2019-05-23 | Update borrowck | John Kåre Alsaker | -5/+5 |
| 2019-05-23 | Update inherent_impls | John Kåre Alsaker | -27/+21 |
| 2019-05-23 | Update associated_item_def_ids | John Kåre Alsaker | -17/+20 |
| 2019-05-23 | adjust comment | Ralf Jung | -1/+2 |
| 2019-05-23 | Box::into_unique: do the reborrow-to-raw *after* destroying the Box | Ralf Jung | -4/+4 |
| 2019-05-23 | tweak discriminant on non-nullary enum diagnostic | Andy Russell | -26/+63 |
| 2019-05-23 | Clarify docs for unreachable! macro | Brent Kerby | -3/+4 |
| 2019-05-23 | fix dangling reference in Vec::append | Ralf Jung | -3/+4 |
| 2019-05-23 | Auto merge of #60965 - petrochenkov:lit3, r=matklad | bors | -558/+526 |
| 2019-05-23 | Ship profiler with windows-gnu | Mateusz Mikuła | -1/+5 |
| 2019-05-23 | bump nightly to 1.37.0 | Pietro Albini | -5/+4 |
| 2019-05-23 | syntax: Some code cleanup | Vadim Petrochenkov | -228/+177 |
| 2019-05-23 | syntax: Turn `token::Lit` into a struct | Vadim Petrochenkov | -286/+275 |
| 2019-05-23 | syntax: Remove an obsolete hack from literal comparisons | Vadim Petrochenkov | -9/+1 |
| 2019-05-23 | syntax: Fix spans for boolean literals passed to proc macros | Vadim Petrochenkov | -5/+5 |
| 2019-05-23 | syntax: More consistent wording for some literal parsing errors | Vadim Petrochenkov | -20/+20 |
| 2019-05-23 | syntax: Return named errors from literal parsing functions | Vadim Petrochenkov | -131/+169 |