| Age | Commit message (Expand) | Author | Lines |
| 2022-07-26 | codegen: use new {re,de,}allocator annotations in llvm | Augie Fackler | -1/+7 |
| 2022-07-26 | remove commented out code | Maybe Waffle | -1/+0 |
| 2022-07-26 | Implement `#[rustc_default_body_unstable]` | Maybe Waffle | -1/+63 |
| 2022-07-21 | avoid embedding StabilityLevel::Unstable reason string into metadata multiple... | klensy | -1/+7 |
| 2022-07-20 | passes: check implied feature exists | David Wood | -7/+7 |
| 2022-07-20 | passes: improved partial stabilization diagnostic | David Wood | -0/+13 |
| 2022-07-20 | middle: add `implies_by` to `#[unstable]` | David Wood | -1/+10 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -4/+15 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -2/+2 |
| 2022-07-08 | fixes post rebase | Jane Losare-Lusby | -0/+2 |
| 2022-07-08 | Support unstable moves via stable in unstable items | Jane Lusby | -4/+13 |
| 2022-06-29 | Use verbose help for deprecation suggestion | Chris Denton | -1/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -1/+1 |
| 2022-06-07 | Rollup merge of #97301 - semicoleon:unstable-reexport, r=petrochenkov | Dylan DPC | -8/+69 |
| 2022-06-06 | Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errors | Dylan DPC | -14/+0 |
| 2022-06-05 | Auto merge of #97697 - WaffleLapkin:no_ref_vec, r=WaffleLapkin | bors | -2/+3 |
| 2022-06-04 | Allow unstable items to be re-exported unstably without requiring the feature... | cole | -8/+69 |
| 2022-06-04 | Completely remove LifetimeScopeForPath. | Camille GILLOT | -13/+0 |
| 2022-06-04 | Compute lifetimes in scope at diagnostic time. | Camille GILLOT | -2/+1 |
| 2022-06-03 | Replace `&Vec<_>`s with `&[_]`s | Maybe Waffle | -2/+3 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -6/+5 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -45/+33 |
| 2022-05-13 | Cache more queries on disk. | Camille GILLOT | -1/+1 |
| 2022-05-09 | only compute `codegen_fn_attrs` where needed | lcnr | -1/+3 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -3/+2 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -0/+17 |
| 2022-04-18 | Synthesis object file for `#[used]` and exported symbols | Gary Guo | -0/+10 |
| 2022-04-18 | Add `SymbolExportInfo` | Gary Guo | -0/+7 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -3/+2 |
| 2022-04-14 | Error on `#[rustc_deprecated]` | Jacob Pratt | -3/+2 |
| 2022-04-14 | Update issue-92893.stderr | ouz-a | -6/+3 |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -10/+5 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -10/+5 |
| 2022-04-10 | Store LocalDefId in is_late_bound_map. | Camille GILLOT | -1/+1 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -1/+2 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -25/+10 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -2/+2 |
| 2022-03-11 | Auto merge of #90253 - Kobzol:hash-stable-sort-index-map, r=cjgillot | bors | -4/+4 |
| 2022-03-03 | Remove useless map. | Camille GILLOT | -4/+1 |
| 2022-03-03 | Move the set of features to the `features` query. | Camille GILLOT | -5/+2 |
| 2022-02-25 | Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillot | Matthias Krüger | -36/+3 |
| 2022-02-24 | Remove LifetimeDefOrigin | Michael Goulet | -33/+3 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -3/+0 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -2/+2 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -7/+7 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -2/+2 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -2/+2 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -3/+2 |
| 2022-02-19 | Adopt let else in more places | est31 | -3/+2 |