| Age | Commit message (Expand) | Author | Lines |
| 2021-06-11 | Auto merge of #85885 - bjorn3:remove_box_region, r=cjgillot | bors | -40/+87 |
| 2021-06-10 | Remove unnecessary transmute | bjorn3 | -2/+1 |
| 2021-06-09 | Add safety comments | bjorn3 | -0/+5 |
| 2021-06-09 | Use explicit drop impl | bjorn3 | -8/+13 |
| 2021-06-08 | Do not require the DefPathTable to construct the on-disk cache. | Camille GILLOT | -3/+1 |
| 2021-06-08 | Don't require LintStore to live for 'a in configure_and_expand_inner | bjorn3 | -1/+1 |
| 2021-06-08 | Revert "Let several methods take &Resolver instead of a BoxedResolver wrapper" | bjorn3 | -29/+25 |
| 2021-06-08 | Use a submodule as safety boundary for BoxedResolver | bjorn3 | -55/+60 |
| 2021-06-08 | Don't use a generator for BoxedResolver | bjorn3 | -119/+48 |
| 2021-06-08 | Don't return a BoxedResolver on errors | bjorn3 | -5/+4 |
| 2021-06-08 | Inline two more methods | bjorn3 | -24/+14 |
| 2021-06-08 | Let several methods take &Resolver instead of a BoxedResolver wrapper | bjorn3 | -25/+29 |
| 2021-06-08 | Store boxed metadata loader in CrateLoader | bjorn3 | -2/+2 |
| 2021-06-08 | Replace Pin::new with .as_mut() | bjorn3 | -3/+5 |
| 2021-06-08 | Use more accurate lifetimes | bjorn3 | -8/+6 |
| 2021-06-08 | Inline PinnedGenerator | bjorn3 | -42/+29 |
| 2021-06-08 | Inline the rest of box_region | bjorn3 | -22/+79 |
| 2021-06-08 | Inline box_region macro calls | bjorn3 | -5/+77 |
| 2021-06-08 | Simplify box_region macros | bjorn3 | -2/+1 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -8/+40 |
| 2021-06-07 | Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkor | bors | -44/+38 |
| 2021-06-04 | Auto merge of #84449 - alexcrichton:metadata-in-object, r=nagisa | bors | -1/+1 |
| 2021-06-04 | rustc: Store metadata-in-rlibs in object files | Alex Crichton | -1/+1 |
| 2021-06-04 | Use SyncOnceCell in get_codegen_backend | bjorn3 | -11/+9 |
| 2021-06-04 | Allow printing the version of the default codegen backend if it isn't llvm | bjorn3 | -22/+15 |
| 2021-06-04 | A couple of small cleanups | bjorn3 | -12/+15 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -1/+0 |
| 2021-06-01 | Avoid a clone of output_filenames. | Camille GILLOT | -1/+1 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -1/+1 |
| 2021-06-01 | Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011 | bors | -1/+1 |
| 2021-05-31 | Auto merge of #85702 - Aaron1011:no-vec-sort, r=michaelwoerister | bors | -4/+6 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -1/+0 |
| 2021-05-30 | Avoid a clone of output_filenames. | Camille GILLOT | -1/+1 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -40/+8 |
| 2021-05-25 | Don't sort a `Vec` before computing its `DepTrackingHash` | Aaron Hill | -4/+6 |
| 2021-05-25 | Don't panic when failing to initialize incremental directory. | Eric Huss | -3/+3 |
| 2021-05-24 | Make `thir_check_unsafety` itself responsible for checking gate | LeSeulArtichaut | -3/+2 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -23/+14 |
| 2021-05-15 | fix version_str comment | Ralf Jung | -1/+1 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -1/+6 |
| 2021-05-12 | Use () for analysis. | Camille GILLOT | -5/+3 |
| 2021-05-12 | Use () for privacy. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for proc_macro_decls_static. | Camille GILLOT | -10/+6 |
| 2021-05-12 | Use () for plugin_registrar_fn. | Camille GILLOT | -3/+1 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -3/+2 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -10/+7 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -9/+5 |
| 2021-05-11 | Introduce the (WIP) THIR unsafety checker | LeSeulArtichaut | -1/+6 |
| 2021-05-10 | Adjust target search algorithm for rustlib path | Simonas Kazlauskas | -2/+1 |
| 2021-05-08 | Make -Z new-llvm-pass-manager an Option<bool> | Nikita Popov | -1/+1 |