| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-08-15 | Revert let_chains stabilization | Nilstrieb | -1/+1 | |
| This reverts commit 326646074940222d602f3683d0559088690830f4. It was discovered that they are not implemented correctly, which does not make them ready for stabilization. | ||||
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 | |
| 2022-07-02 | move emit_metadata to rustc_metadata::fs | Yoshiki Matsuda | -0/+2 | |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 | |
| 2022-05-27 | libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for ↵ | Vadim Petrochenkov | -0/+1 | |
| coroutines instead of functions | ||||
| 2022-05-24 | Make Lazy not care about lifetimes until decode | Michael Goulet | -0/+1 | |
| 2022-05-23 | Fix iterator implementation, add some inlines | Michael Goulet | -0/+1 | |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -1/+0 | |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -0/+2 | |
| 2022-04-13 | rustc_metadata: Do not encode unnecessary module children | Vadim Petrochenkov | -0/+1 | |
| 2022-04-10 | Simplify FixedSizeEncoding using const generics. | Camille GILLOT | -0/+1 | |
| 2022-04-10 | Directly encode ImplPolarity in metadata. | Camille GILLOT | -0/+1 | |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 | |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 | |
| 2021-12-14 | Remove `in_band_lifetimes` from `rustc_metadata` | Sylvan Bowdler | -1/+0 | |
| 2021-12-06 | replace dynamic library module with libloading | Andy Russell | -1/+0 | |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 | |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 | |
| Add rustc lint, warning when iterating over hashmaps r? rust-lang/wg-incr-comp | ||||
| 2021-10-16 | Adopt let_else across the compiler | est31 | -0/+1 | |
| This performs a substitution of code following the pattern: let <id> = if let <pat> = ... { identity } else { ... : ! }; To simplify it to: let <pat> = ... { identity } else { ... : ! }; By adopting the let_else feature. | ||||
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 | |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -2/+1 | |
| 2021-09-30 | Move encode_metadata out of CrateStore. | Camille GILLOT | -0/+1 | |
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -0/+2 | |
| Drop metadata_encoding_version. Part of #85153 r? `@Aaron1011` | ||||
| 2021-06-01 | Drop metadata_encoding_version. | Camille GILLOT | -0/+2 | |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -2/+0 | |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 | |
| 2021-05-30 | Drop metadata_encoding_version. | Camille GILLOT | -0/+2 | |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 | |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -1/+0 | |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 | |
| 2020-11-22 | Stabilise `then` | varkor | -1/+0 | |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 | |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+36 | |
