| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 | |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 | |
| On later stages, the feature is already stable. Result of running: rg -l "feature.let_else" compiler/ src/librustdoc/ library/ | xargs sed -s -i "s#\\[feature.let_else#\\[cfg_attr\\(bootstrap, feature\\(let_else\\)#" | ||||
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal ↵ | Oli Scherer | -0/+3 | |
| by module | ||||
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 | |
| This reverts commit 326646074940222d602f3683d0559088690830f4. This is the revert against master, the beta revert was already done in #100538. | ||||
| 2022-08-22 | Migrate forbidden_let | finalchild | -0/+1 | |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 | |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 | |
| 2022-03-09 | Warn users about || in let chain expressions | Caio | -2/+4 | |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 | |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 | |
| 2021-11-25 | Account for incorrect `where T::Assoc = Ty` bound | Esteban Kuber | -0/+1 | |
| Provide suggestoin to constrain trait bound for associated type. Revert incorrect changes to `missing-bounds` test. Address part of #20041. | ||||
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 | |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 | |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+0 | |
| 2021-06-04 | replaced feature-gate use with cfg_attr | marcusdunn | -1/+1 | |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -1/+0 | |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -0/+2 | |
| 2020-11-27 | Bump recursion_limit in rustc_ast_passes | Aaron Hill | -0/+1 | |
| When cfg(parallel_compiler) is enabled, we end up trying to prove Send/Sync bounds for some deeply nested types (at least when rustdoc is run). | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+13 | |
